- 02 Aug, 2023 1 commit
-
-
boojack authored
* chore: regenerate pnpm lock file * chore: update * chore: update
-
- 31 Jul, 2023 2 commits
- 30 Jul, 2023 4 commits
-
-
boojack authored
* feat: impl auth interceptor * chore: update * chore: update * chore: update
-
Maciej Kasprzyk authored
* feat: figure out how to read caret position * feat: figure out how to read caret position * feat: create and style Editor/TagSuggestions.txs * feat: progress on detect when to show and hide * feat: progress on when to show and hide and setting position * feat: toggling and exact placement done * fix: pnpm lock problems * feat: filter suggestions by partially typed tag name * style: prettier * chore: add types package for textarea-caret * feat: handle option click * style: prettier * style: reorder imports Co-authored-by:
boojack <stevenlgtm@gmail.com> --------- Co-authored-by:
boojack <stevenlgtm@gmail.com>
-
Lilith authored
* system setting to disable password login * fix linter warning * fix indentation warning * Prohibit disable-password-login if no identity providers are configured * Warnings and explicit confirmation when en-/disabling password-login - Disabling password login now gives a warning and requires a second confirmation which needs to be explicitly typed. - (Re)Enabling password login now also gives a simple warning. - Removing an identity provider while password-login is disabled now also warns about possible problems. * Fix formatting * Fix code-style --------- Co-authored-by:traumweh <5042134-traumweh@users.noreply.gitlab.com>
-
boojack authored
-
- 29 Jul, 2023 10 commits
-
-
boojack authored
* feat: implement part of user service * chore: update * chore: update
-
boojack authored
-
boojack authored
* feat: add grpc gateway tempalte * chore: update * chore: move directory * chore: update
-
boojack authored
-
boojack authored
* chore: add tag proto definition * chore: rename
-
boojack authored
* feat: add proto and buf configuration files * chore: buf generate * chore: update comments * chore: go mod tidy
-
boojack authored
-
boojack authored
-
Gerald authored
-
- 28 Jul, 2023 1 commit
-
-
Gerald authored
fix #1373 again
-
- 26 Jul, 2023 5 commits
-
-
boojack authored
* chore: upgrade version to `0.14.2` * chore: remove TestConcurrentReadWrite test
-
boojack authored
-
Takuro Onoue authored
I think free means freedom, not freemiam. Fixed some strange expressions in the heatmap section. Added spaces before and after English words that are in Japanese sentences.
-
Takuro Onoue authored
Update ja.json translated one part.
-
- 24 Jul, 2023 2 commits
-
-
Harry Tran authored
* feat: add search bar in archived and explore pages * Update web/src/pages/Archived.tsx --------- Co-authored-by:boojack <stevenlgtm@gmail.com>
-
iMaeGoo authored
-
- 23 Jul, 2023 4 commits
-
-
Ajay Kumbhare authored
-
Mason Sun authored
Update auth.go api/v1/auth/相关接口未应用convertUserFromStore方法,会导致User对象获得类型存在问题,导致User定义的`json:`相关的字段转化失效。 导致输出json未被正确格式化
-
Ajay Kumbhare authored
-
boojack authored
-
- 22 Jul, 2023 4 commits
-
-
boojack authored
-
boojack authored
* fix: rss route * chore: update
-
boojack authored
-
Ajay Kumbhare authored
-
- 21 Jul, 2023 2 commits
-
-
Alexandr Tumaykin authored
Co-authored-by:Александр Тумайкин <AATumaykin@tsum.ru>
-
Takuro Onoue authored
It is strange to translate "about" as "Notes について". However, if we define "について" as "about", the sentence becomes "について Memos". It is better not to translate here.
-
- 20 Jul, 2023 3 commits
-
-
boojack authored
* chore: remove unused transaction in store * chore: update
-
Lincoln Nogueira authored
* fix: database is locked The option "_journal_mode=WAL" is currently *not* being applied when provided in the DSN. This issue affects only new memos installations, not older ones where the database journal was properly set to WAL mode by the previous sqlite library go-sqlite3. modernc.org/sqlite DSN parsing is different from go-sqlite3. It requires the `_pragma=` prefix and even some options order matter. https://gitlab.com/cznic/sqlite/-/issues/115 Closes #1985 * chore: upgraded notes on sqlite DSN
-
Alexandr Tumaykin authored
* #1916 replace userId to username * resolve --------- Co-authored-by:Александр Тумайкин <AATumaykin@tsum.ru>
-
- 19 Jul, 2023 2 commits
-
-
Athurg Gooth authored
Add AutoBackupInterval in SystemSetting page
-
Jerry Wang authored
* fix: delete multiple resources, close #1986 * chore: remove useless comment
-