- 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
-
- 13 Jul, 2023 8 commits
-
-
Alexandr Tumaykin authored
* feat: format message from telegram and download documents * fix: remove bool in expression * refactor: convert to markdown * refactor: resolve remarks and add support new message types * refactor: resolve remarks * feat: add test for mime type --------- Co-authored-by:Александр Тумайкин <AATumaykin@tsum.ru>
-
Ikko Eltociear Ashimine authored
reliablity -> reliability
-
boojack authored
-
boojack authored
-
Sergei Vassiljev authored
-
Athurg Gooth authored
fix visibility param override the user auth state
-
Athurg Gooth authored
fix visibility param override the user auth state
-
CorrectRoadH authored
* feat: implment backend function * eslint * eslint * eslint
-
- 12 Jul, 2023 1 commit
-
-
Athurg Gooth authored
Split Go binary and src for dev
-
- 11 Jul, 2023 3 commits