Commit Graph

2118 Commits (c38404b5d50b507a08ba456b07ec90b9aecba5bb)
 

Author SHA1 Message Date
Steven c38404b5d5 chore: tweak get memo by name 2 years ago
Steven 4d48f50815 chore: use resource name in frontend 2 years ago
Steven 582cc6609c feat: add user-defined id to resource 2 years ago
Steven 40bd75c725 fix: create memo with resource name 2 years ago
Steven b2fc3076f6 chore: update memo store 2 years ago
Steven 288527914b chore: migrate memo route 2 years ago
Steven a2aea3747c chore: remove server tests 2 years ago
Steven 8382354ef7 feat: add user-defined name to memo 2 years ago
Steven 264e6e6e9c chore: tweak file name 2 years ago
Steven eb72609ea3 chore: update memo editor cache key 2 years ago
Brilliant Hanabi 776785ac90
chore: update zh-Hans & zh-Hant translations (#2804) 2 years ago
Steven d5f874e185 chore: handle resource not found 2 years ago
Steven 89d940d9b7 feat: implement params field for embedded content node 2 years ago
Mark Zhao bd1cf62761
feat: enable iframe rendering in markdown code block (#2799)
* enable iframe rendering in code block

* fix eslint issue
2 years ago
Steven 196facfacd feat: implement embedded resource renderer 2 years ago
Steven afe75fd9f2 chore: fix tokens split tests 2 years ago
Steven 8a34013558 feat: implement embedded memo renderer 2 years ago
Steven 67f5ac3657 feat: implement subscript and superscript renderer 2 years ago
Steven 7236552b6c feat: implement subscript and superscript parsers 2 years ago
Steven 1f5899d238 chore: update dependencies 2 years ago
Wen Sun ec4884ea04
fix: incorrect timeline month display (#2792)
Fix incorrect timeline month display
2 years ago
Elliot Chen 2e0619b4dc
feat: add a webhook action for deleted memos (#2791) 2 years ago
Steven c9146bc749 chore: update code style 2 years ago
Steven f5b5bd64bc chore: tweak datetime.ts 2 years ago
Steven d31d9eb71c chore: remove unused nil checks 2 years ago
Steven f28b654057 chore: fix setting nil checks 2 years ago
Steven 8738b68a44 chore: tweak readme 2 years ago
Steven 42381fa154 chore: add stable build action 2 years ago
Steven 22427101f8 chore: add stale issue action 2 years ago
Steven 2a4ebf5774 chore: add search bar in archived page 2 years ago
Steven 5172e4df7c chore: create memo visibility when creating 2 years ago
Steven 893dd2c85e chore: add disable filter to renderer context 2 years ago
Steven d426f89cf0 chore: add time filter to timeline 2 years ago
Steven 7de3de5610 chore: fix go test warning 2 years ago
Steven 2856e66609 chore: fix go test 2 years ago
Steven 354011f994 chore: handle filter in user profile page 2 years ago
Steven 8ed827cd2d chore: update table node delimiter 2 years ago
Steven 05c0aeb789 feat: implement table renderer 2 years ago
Steven aecffe3402 feat: implement table parser 2 years ago
Mehad Nadeem 70e6b2bb82
chore: added tooltip for vacuum button (#2778)
* chore: added tooltip for vacuum button

- At the moment only has text for English language therefore other JSON files need to be updated accordingly

* Update en.json
2 years ago
Steven 54296f0437 chore: update filter in timeline 2 years ago
Steven 8fcd9332f7 chore: tweak timeline styles 2 years ago
Steven 1857362d03 fix: locale and appearance setting 2 years ago
Steven 6d7186fc81 feat: rebuild timeline page 2 years ago
Wen Sun e4488da96e
fix: signup is not allowed if password login is disabled (#2776)
Signup is not allowed if password login is disabled

If password login is disabled in the system configuration, the "signup" in the "/auth" page disappears, but the user can manually enter "/auth/signup" to access the system by creating a new user.
2 years ago
Steven cc43d06d33 chore: update memo stats response 2 years ago
Steven 9ffd827028 fix: appearance and locale initial value 2 years ago
Hanqin Guan 15e6542f0d
fix: server overrides user's locale/appearance (#2771) 2 years ago
Noah Alderton 24bb3e096a
fix: DatePicker by passing in Timezone to API (#2770)
* Fix DatePicker by passing in Timezone to API

* Add some clarity
2 years ago
Lincoln Nogueira 5bcbbd4c52
chore: fix store tests on Windows (#2769)
It's just a matter of explicitly closing the database, so that TempDir.removeAll doesn't fail.
2 years ago