Commit Graph

60 Commits (da535c8dc6470d56c7a46f307b01d38ade22a3d0)

Author SHA1 Message Date
Steven 90679cc33a chore: add explore sidebar 11 months ago
Steven 8fe6874b1b chore: add description field to user 12 months ago
Steven 981bfe0464 feat: add version checker 1 year ago
Athurg Gooth ca98367a0a
chore: store vacuum and clean (#2293)
* Move all vacuum code into driver

* Remove db from Store
1 year ago
Athurg Gooth fcba3ffa26
chore: move sql code of User into driver (#2281)
Move SQL code of User into Driver
1 year ago
Steven 33d9c13b7e chore: remove openid field from user 1 year ago
Steven 93f062d0b9 chore: update user v2 api 1 year ago
boojack 7c5296cf35
chore: update id type to int32 (#2076) 2 years ago
boojack 4c33d8d762
chore: remove unused transaction in store (#1995)
* chore: remove unused transaction in store

* chore: update
2 years ago
boojack 0e05c62a3b
chore: update common utils (#1908) 2 years ago
boojack a7573d5705
refactor: migrate memo to apiv1 (#1907)
* refactor: migrate memo to apiv1

* chore: update

* chore: update

* chore: update

* chore: upate

* chore: update

* chore: update
2 years ago
boojack 66e65e4dc1
refactor: migrate definition to api v1 (#1879)
* refactor: user api v1

* refactor: system setting to apiv1

* chore: remove unused definition

* chore: update

* chore: refactor: system setting

* chore: update

* refactor: migrate tag

* feat: migrate activity store

* refactor: migrate shortcut apiv1

* chore: update
2 years ago
boojack 9a8d43bf88
chore: update user store names (#1877)
* chore: update user store names

* chore: update
2 years ago
boojack b44f2b5ffb
chore: migrate user setting to api v1 package (#1855)
* chore: migrate to api v1 package

* chore: update
2 years ago
boojack b34aded376
refactor: migration idp api (#1842)
* refactor: migration idp api

* chore: update
2 years ago
boojack ea728d232d
refactor: memo store (#1741) 2 years ago
boojack 5c5199920e
chore: seed data for new user (#1655) 2 years ago
boojack 9b8d69b2dd
chore: add vacuum memo relation to dev guard (#1644)
* chore: add vacuum memo relation to dev guard

* chore: update
2 years ago
boojack ff8851fd9f
fix: golangci-lint version (#1381)
* chore: update interface declare

* chore: update args

* chore: update

* chore: update
2 years ago
boojack 904a6bd97f
fix: find memo list order (#1149) 2 years ago
boojack 37f9c7c8d6
chore: update avatar max size (#1109) 2 years ago
boojack 096a71c58b
feat: add `avatar_url` field to user table (#1106)
refactor: add `avatar_url` field to user table
2 years ago
boojack 3590d3f8b6
feat: update store cache (#1066)
* feat: update store cache

* chore: update
2 years ago
boojack f74d1b7bf8
chore: remove resource cache (#1059) 2 years ago
boojack 2042737004
feat: add username field (#544)
* feat: add username field

* chore: update
2 years ago
boojack dc5d705f8c
feat: vacuum records manually (#420) 2 years ago
boojack cf75054106
feat: add system setting to allow user signup (#407) 2 years ago
boojack 9705406b82
feat: remove foreign key and triggers (#345) 2 years ago
boojack 21c30ac157
chore: hide user email (#282) 2 years ago
steven 9f8c0ce567 fix: raw data cache 2 years ago
Steven 4608894e56 fix: add `_foreign_keys` to sqlite dsn 2 years ago
Steven f303dc21a0 chore: add get all memo api 3 years ago
Steven 4743818fe7 chore: update not found handler in deleting 3 years ago
Steven 7d0407013e chore: make `golangci-lint` happy 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 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 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 011fcc7dd4 chore: rename module 3 years ago
boojack 948b53393a chore: add default `ORDER BY` 3 years ago
boojack 8e01eb8702 feat: `store/db` module with sqlite 3 years ago
boojack bc22f69ac5 refactor: raw struct for store 3 years ago
boojack c492317ffe feat: member manage section in setting dialog 3 years ago
boojack fbf4afff8e refactor: store 3 years ago
STEVEN f1cca0f298
feat: add user role field (#49)
* feat: add user role field

* chore: fix typo

* feat: update signup api
3 years ago
boojack d947a512e6 chore: typo `Id` to `ID` 3 years ago
email 6f3663cd96 feat: user hash password 3 years ago
email 825bea59f0 fix: user api 3 years ago