Commit Graph

88 Commits (64332c3e6a6c4962fa4e48363bc0951be83b1041)

Author SHA1 Message Date
Steven 57f51d1c58 feat: allow updating memo `createdTs` 3 years ago
Steven 922cc21abc chore: update seed data 3 years ago
Steven 7d0407013e chore: make `golangci-lint` happy 3 years ago
Steven a8a3cf31b4 chore: make `golangci-lint` happy 3 years ago
Steven 3b1bb4a95d chore: disable setting memo visibility when creating 3 years ago
Steven 68b30063a9 chore: update prod schema 3 years ago
Steven ce390f3f79 chore: add memo visibility with user setting 3 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
3 years ago
boojack 735938395b chore: use `transaction` for migration history 3 years ago
boojack d8e10ba399 chore: use `tx` for stores 3 years ago
boojack 8c28721839 chore: use `tx` for user store 3 years ago
boojack da333b0b1e chore: add store cache service 3 years ago
boojack 84564891be feat: add view resource dialog 3 years ago
boojack 47ffd99c3b chore: fix typo 3 years ago
boojack d83f204d8c chore: update acl middleware 3 years ago
boojack 7b1bad5b29 feat: update delete user api 3 years ago
boojack 0c2adfa1d2 feat: add delete user api 3 years ago
boojack b7339e00ba feat: update finding memo with visibility 3 years ago
boojack cfa4151cff chore: update migration folder 3 years ago
boojack 3d33b5d564
chore: update `memo` visibility field (#132)
chore: update `memo` visibility field in schema
3 years ago
boojack 15e1037433 chore: create backup when migration 3 years ago
boojack 6053df050c chore: update create memo with visibility 3 years ago
boojack 21702b615a chore: update seed data 3 years ago
boojack de7058532a fix: schema migration for minor version 3 years ago
boojack 6a8c559e8c chore: update visitor view buttons 3 years ago
boojack 1afc183458 feat: update memo visibility in frontend 3 years ago
boojack 697d01e306
feat: add `visibility` field to memo (#109)
* feat: add `visibility` field to memo

* chore: fix typo
3 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
3 years ago
boojack 6f32643d7c
refactor: visitor view (#107)
* refactor: update api

* refactor: visitor view

* chore: update seed data
3 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
3 years ago
boojack 49666ddaf3 fix: patch memo missing creator_id 3 years ago
boojack 3b0346d84c chore: update seed data 3 years ago
boojack 2fe2b82809 chore: update seed data 3 years ago
boojack 536627007d
feat: schema migration handler (#100)
* chore: update about site dialog

* feat: schema migration

* chore: lint with golangci
3 years ago
boojack 3c58953e56 chore: add version checker 3 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
3 years ago
boojack 87e6277977 fix: upsert migration history 3 years ago
boojack bfc6e4dd0f chore: update seed data 3 years ago
boojack 011fcc7dd4 chore: rename module 3 years ago
boojack 85ce72282b fix: response type 3 years ago
Steven 9f81362027
feat: add `/api/tag` (#82) 3 years ago
boojack b96d78ed19 fix: tag ending space 3 years ago
STEVEN 164873b344
chore: find memo by tag (#74) 3 years ago
boojack 183ce534b9 chore: add `ON DELETE CASCADE` 3 years ago
boojack 948b53393a chore: add default `ORDER BY` 3 years ago
boojack c3c2882dc5 chore: update server profile 3 years ago
boojack 8e01eb8702 feat: `store/db` module with sqlite 3 years ago
boojack 3fdc5bb2b1 chore: update demo user 3 years ago
STEVEN d6680a0bcc
feat: seed data only in dev mode (#61) 3 years ago
boojack bc22f69ac5 refactor: raw struct for store 3 years ago