Commit Graph

102 Commits (09732df0f5f9fa7e33d0fc7e957f4a5973a96b8a)

Author SHA1 Message Date
steven ae8f292306 feat: create memo with resourceIdList 4 years ago
steven 9f8c0ce567 fix: raw data cache 4 years ago
steven e5c9d8604d feat: compose memo resource list 4 years ago
steven 33d31b7dca fix: delete memo resource 4 years ago
steven 4c465bef2d feat: add memo resource apis 4 years ago
steven cff0e86989 feat: add `memo_resource` model 4 years ago
Steven d316c04837 feat: update dev latest schema 4 years ago
Steven 4608894e56 fix: add `_foreign_keys` to sqlite dsn 4 years ago
Steven 707d1a96eb chore: move `version` pkg to `server/version` 4 years ago
boojack 76801dfa4f
chore: vacuum db file after deleting resource (#210) 4 years ago
Steven b8a7df21f2 chore: release `v0.4.3` 4 years ago
Steven f303dc21a0 chore: add get all memo api 4 years ago
Steven 4743818fe7 chore: update not found handler in deleting 4 years ago
boojack dc9f531447
fix: find latest migration history (#190)
* fix: auth action button

* fix: find latest migration history
4 years ago
Steven 57f51d1c58 feat: allow updating memo `createdTs` 4 years ago
Steven 922cc21abc chore: update seed data 4 years ago
Steven 7d0407013e chore: make `golangci-lint` happy 4 years ago
Steven a8a3cf31b4 chore: make `golangci-lint` happy 4 years ago
Steven 3b1bb4a95d chore: disable setting memo visibility when creating 4 years ago
Steven 68b30063a9 chore: update prod schema 4 years ago
Steven ce390f3f79 chore: add memo visibility with user setting 4 years ago
boojack 90b881502d
feat: add `user_setting` model (#145)
* feat: add `user_setting` model

* chore: add global store

* chore: update settings in web

* chore: update `i18n` example
4 years ago
boojack 735938395b chore: use `transaction` for migration history 4 years ago
boojack d8e10ba399 chore: use `tx` for stores 4 years ago
boojack 8c28721839 chore: use `tx` for user store 4 years ago
boojack da333b0b1e chore: add store cache service 4 years ago
boojack 84564891be feat: add view resource dialog 4 years ago
boojack 47ffd99c3b chore: fix typo 4 years ago
boojack d83f204d8c chore: update acl middleware 4 years ago
boojack 7b1bad5b29 feat: update delete user api 4 years ago
boojack 0c2adfa1d2 feat: add delete user api 4 years ago
boojack b7339e00ba feat: update finding memo with visibility 4 years ago
boojack cfa4151cff chore: update migration folder 4 years ago
boojack 3d33b5d564
chore: update `memo` visibility field (#132)
chore: update `memo` visibility field in schema
4 years ago
boojack 15e1037433 chore: create backup when migration 4 years ago
boojack 6053df050c chore: update create memo with visibility 4 years ago
boojack 21702b615a chore: update seed data 4 years ago
boojack de7058532a fix: schema migration for minor version 4 years ago
boojack 6a8c559e8c chore: update visitor view buttons 4 years ago
boojack 1afc183458 feat: update memo visibility in frontend 4 years ago
boojack 697d01e306
feat: add `visibility` field to memo (#109)
* feat: add `visibility` field to memo

* chore: fix typo
4 years ago
boojack bdc9632b5b
chore: rename user role (#108)
* chore: rename user role to `host`

* chore: related frontend changes

* chore: fix migration file

* chore: use tricky sql
4 years ago
boojack 6f32643d7c
refactor: visitor view (#107)
* refactor: update api

* refactor: visitor view

* chore: update seed data
4 years ago
Hyoban 6b5d5e757e
feat: personal memos page (#105)
* feat: no need to log in to view memos

* chore: add a normal user to seed

* feat: page for other members

* fix: replace window.location

* fix: can not get username on home

* fix: check userID

* fix: can visit other user's page after login

* fix: do not redirect on wrong path

* fix: path error when clicked heatmap

* refactor: revise for review

* chore: remove unused import

* refactor: revise for review

* feat: update each user's route to /u/:userId.

* chore: eslint for import sort

* refactor: revise for review
4 years ago
boojack 49666ddaf3 fix: patch memo missing creator_id 4 years ago
boojack 3b0346d84c chore: update seed data 4 years ago
boojack 2fe2b82809 chore: update seed data 4 years ago
boojack 536627007d
feat: schema migration handler (#100)
* chore: update about site dialog

* feat: schema migration

* chore: lint with golangci
4 years ago
boojack 3c58953e56 chore: add version checker 4 years ago
boojack 9611ff7386
chore: release v0.1.3 (#98)
* chore: update github action

* chore: release `v0.1.3`

* fix: create migration_history table

* fix: compare migration_history
4 years ago