Commit graph

340 commits

Author SHA1 Message Date
boojack
5fd3cfdb61 chore: update user store 2022-07-10 08:36:10 +08:00
boojack
10d710cf03 chore: fix editor z-index 2022-07-10 08:35:36 +08:00
boojack
21702b615a chore: update seed data 2022-07-10 08:15:34 +08:00
boojack
d75338b6e9 chore: fix z-index 2022-07-09 23:58:04 +08:00
boojack
b85af714f5 feat: fullscreen editor 2022-07-09 23:16:20 +08:00
boojack
a2b32e0b75 chore: update demo.webp 2022-07-09 21:04:53 +08:00
boojack
0505598509 fix: data desensitize 2022-07-09 21:01:09 +08:00
boojack
91d45d6d46
chore: release v0.2.0 (#114) 2022-07-09 14:09:40 +08:00
boojack
de7058532a fix: schema migration for minor version 2022-07-09 13:34:14 +08:00
boojack
7c94db0ca0 chore: use flags instead of env vars 2022-07-09 12:57:08 +08:00
boojack
1d8603df2b
chore: add latest docker tag (#113) 2022-07-09 12:31:56 +08:00
boojack
6a8c559e8c chore: update visitor view buttons 2022-07-09 12:00:26 +08:00
boojack
7418d2965d fix: visitor view in frontend 2022-07-09 08:32:46 +08:00
boojack
ac560dfcf9 chore: update get user by id 2022-07-09 08:31:07 +08:00
boojack
1afc183458 feat: update memo visibility in frontend 2022-07-08 23:38:24 +08:00
boojack
697d01e306
feat: add visibility field to memo (#109)
* feat: add `visibility` field to memo

* chore: fix typo
2022-07-08 22:23:27 +08:00
boojack
aed137472c fix: open id checking order 2022-07-08 22:17:17 +08:00
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
2022-07-08 22:16:18 +08:00
boojack
6f32643d7c
refactor: visitor view (#107)
* refactor: update api

* refactor: visitor view

* chore: update seed data
2022-07-07 23:11:20 +08:00
boojack
346d219cd5
chore: reorder imports manually (#106)
* chore: reorder imports manually

* chore: remove unused less
2022-07-07 22:02:40 +08:00
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
2022-07-07 20:22:36 +08:00
Hyoban
e202d7b8d6
fix: banner text click not work (#104)
* fix: banner text click not work

* fix: replenish duration

Co-authored-by: boojack <stevenlgtm@gmail.com>

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-07-06 11:22:19 +08:00
boojack
5a20db0bed chore: fix missing extend style item 2022-07-05 22:54:22 +08:00
boojack
2136a954f5 chore: make editor sticky 2022-07-05 22:48:21 +08:00
boojack
0e8d3e6907 chore: fix memos amount 2022-07-05 22:09:11 +08:00
boojack
592e037f21 feat: use api with open_id instead of webhooks 2022-07-05 22:04:17 +08:00
boojack
c6695121f0 chore: update github action 2022-07-04 22:37:31 +08:00
boojack
17a61bb65f choe: update shortcut actived style 2022-07-04 21:45:54 +08:00
boojack
49666ddaf3 fix: patch memo missing creator_id 2022-07-04 21:27:44 +08:00
boojack
29f73f0d25 chore: update tag list selector 2022-07-04 21:27:07 +08:00
boojack
3f3f6eaee8 fix: dockerfile 2022-07-03 22:45:10 +08:00
boojack
f743532e57
feat: support multi platforms docker image (#103) 2022-07-03 21:52:44 +08:00
boojack
58f62f88a8
chore: add test github action (#102)
chore: test
2022-07-03 21:37:06 +08:00
boojack
3a837203a5 chore: update buildx version 2022-07-03 21:29:25 +08:00
boojack
1a86b3cb5a chore: update Dockerfile 2022-07-03 21:15:43 +08:00
boojack
d211f0f474 chore: support multi-plantform for docker 2022-07-03 20:54:42 +08:00
boojack
eb80bc7798 chore: update demo.png 2022-07-03 11:34:04 +08:00
boojack
3b0346d84c chore: update seed data 2022-07-03 11:25:06 +08:00
boojack
65ade1fc87 chore: update todo block 2022-07-03 11:24:57 +08:00
boojack
5dd6d505cc chore: use undefined instead of UNKNOWN_ID 2022-07-02 15:05:42 +08:00
boojack
2fe2b82809 chore: update seed data 2022-07-02 15:01:59 +08:00
boojack
06fc29aecd chore: rename delete to archive 2022-07-02 14:14:18 +08:00
boojack
536627007d
feat: schema migration handler (#100)
* chore: update about site dialog

* feat: schema migration

* chore: lint with golangci
2022-07-02 10:47:16 +08:00
boojack
3c58953e56 chore: add version checker 2022-07-02 01:06:28 +08:00
boojack
0d317839d2 Merge branch 'main' of github.com:justmemos/memos 2022-07-02 00:58:11 +08:00
boojack
fa9443f121 chore: update docker username 2022-07-02 00:58:03 +08:00
boojack
a7425ac558
feat: toggle todo status by clicking (#99) 2022-07-02 00:56:25 +08:00
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
2022-07-01 20:39:48 +08:00
boojack
87e6277977 fix: upsert migration history 2022-07-01 20:08:25 +08:00
boojack
0945b14deb chore: update signup page style 2022-07-01 19:53:31 +08:00