- 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 3 commits
-
-
Athurg Gooth authored
Add AutoBackupInterval in SystemSetting page
-
Jerry Wang authored
* fix: delete multiple resources, close #1986 * chore: remove useless comment
-
Jianwei Zhang authored
-
- 18 Jul, 2023 2 commits
-
-
Ajay Kumbhare authored
* #1952 Fix incorrect localization key for sign-up failure message * feat: add typeScript support to enforce valid translation keys * feat: add typeScript support to enforce valid translation keys * fix lint errors * fix lint error * chore: Disallow destructuring 't' from useTranslation This commit adds a linting rule to disallow the destructuring of the 't' property from the result of the useTranslation function call. The no-restricted-syntax rule in the ESLint configuration has been updated to enforce this restriction. The intention is to promote alternative approaches like using the useTranslate hook for localization. * fix: typo fixed for memoChat * fix: copy code button toast message Refactored the code for the "Copy Code" button to utilize i18 strings for displaying the success message. Replaced the hard-coded value with the appropriate i18 string "Code copied successfully." * fix: #1980 disable selection of future dates in daily review section
-
EINDEX authored
add missing parameters for memo api
-
- 17 Jul, 2023 3 commits
-
-
Felipe Martínez authored
* Change tag regex * Update tests * Add more tag tests
-
Ajay Kumbhare authored
* #1952 Fix incorrect localization key for sign-up failure message * feat: add typeScript support to enforce valid translation keys * feat: add typeScript support to enforce valid translation keys * fix lint errors * fix lint error * chore: Disallow destructuring 't' from useTranslation This commit adds a linting rule to disallow the destructuring of the 't' property from the result of the useTranslation function call. The no-restricted-syntax rule in the ESLint configuration has been updated to enforce this restriction. The intention is to promote alternative approaches like using the useTranslate hook for localization. * fix: typo fixed for memoChat * fix: copy code button toast message Refactored the code for the "Copy Code" button to utilize i18 strings for displaying the success message. Replaced the hard-coded value with the appropriate i18 string "Code copied successfully."
-
Alexandr Tumaykin authored
-
- 16 Jul, 2023 5 commits
-
-
Ajay Kumbhare authored
-
boojack authored
* chore: upgrade version * chore: update * chore: update
-
boojack authored
-
CorrectRoadH authored
* feat: implment backend function * feat: implment frontend component * stash * eslint * eslint * eslint * delete node * stash * refactor the style * eslint * eslint * eslint * fix build error * stash * add dep * feat: save message as memos * eslint * eslint * Update web/src/components/MemosChat/MemosChatMessage.tsx Co-authored-by:
boojack <stevenlgtm@gmail.com> * stash * eslint * eslint * chore: change translate --------- Co-authored-by:
boojack <stevenlgtm@gmail.com>
-
5idereal authored
-
- 15 Jul, 2023 8 commits
-
-
boojack authored
-
boojack authored
-
Alexandr Tumaykin authored
-
Ajay Kumbhare authored
* #1952 Fix incorrect localization key for sign-up failure message * feat: add typeScript support to enforce valid translation keys * feat: add typeScript support to enforce valid translation keys * fix lint errors * fix lint error
-
boojack authored
-
boojack authored
-
Alexandr Tumaykin authored
* feat: add russian translate and new translate message * fix --------- Co-authored-by:Александр Тумайкин <AATumaykin@tsum.ru>
-
Felipe Martínez authored
-
- 14 Jul, 2023 4 commits
-
-
Ajay Kumbhare authored
-
Athurg Gooth authored
Add support for auto backup db file
-
CorrectRoadH authored
* feat: implment backend function * feat: implment frontend component * stash * eslint * eslint * eslint * delete node * stash * refactor the style * eslint * eslint * eslint * fix build error * add dep * Update web/src/components/MemosChat/ConversationTab.tsx Co-authored-by:
boojack <stevenlgtm@gmail.com> * Update web/src/components/MemosChat/ConversationTab.tsx Co-authored-by:
boojack <stevenlgtm@gmail.com> * feat: change the name * disable for vistor --------- Co-authored-by:
boojack <stevenlgtm@gmail.com>
-
Athurg Gooth authored
* Move resource blob save into a independent function * Support save resouce blob from Telegram like HTTP API * Support save resouce blob download from URL to LocalStorage or S3 * fix typo
-