- 10 Jun, 2024 1 commit
-
-
Ryo authored
* chore: add `/.vscode` to `.gitignore` * feat: return not found instead of internal for resource * feat: check file not exist only if error not nil
-
- 09 Jun, 2024 1 commit
-
-
andrigamerita authored
When using the dedicated feature in Memos' user settings to export all memos to Markdown files inside a ZIP folder, the output doesn't feature any kind of distinction for memos by their set visibility. While this is not a big issue for personal backups, it can reveal itself problematic if exporting the data to share it with other people, or maybe deploy to a static site generator, because there is nothing in the files that distinguishes public memos from private or workspace-restricted ones. This pull request simply modifies the ExportMemos server function, to add the Visibility status to the end of every exported file name inside the ZIP, right after the date (which is left intact). For example, the file for a public memo would now be called: `YYYY-MM-DDThh:mm:ss+hh:mm-PUBLIC.md`. An alternative solution would have been to write this information in a YAML header at the beginning of every Markdown file, but, since those are not used anywhere else in the software, I decided to stick with what is already used for export metadata, the filename.
-
- 08 Jun, 2024 2 commits
-
-
Steven authored
-
boojack authored
* Added translation using Weblate (Thai) * Translated using Weblate (Thai) Currently translated at 100.0% (260 of 260 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/th/ --------- Co-authored-by:
NeneNeko <lennon.rin@gmail.com>
-
- 06 Jun, 2024 2 commits
-
-
boojack authored
* Translated using Weblate (Japanese) Currently translated at 100.0% (260 of 260 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (260 of 260 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/ --------- Co-authored-by:
Somme4096 <somme4096@gmail.com> Co-authored-by:
Yuri <isyuricunha@duck.com>
-
Steven authored
-
- 05 Jun, 2024 11 commits
-
-
Steven authored
-
Steven authored
-
Steven authored
-
Martin MacDonald authored
* Added hook for generating different date times * Fixed up logic to destructure the datetime params --------- Co-authored-by:Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
-
Steven authored
-
Steven authored
-
Steven authored
-
Steven authored
-
Martin MacDonald authored
* Centralised the logic for filters to apply to tagging and updated components to pass in those params needed * Fixed linting issue * Split out params from options * Fixed linting errors --------- Co-authored-by:Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
-
Martin MacDonald authored
* Fixed issue with copy by reference * Fixed linting issues --------- Co-authored-by:Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
-
Martin MacDonald authored
* Used correct uniqby key * Put back filter --------- Co-authored-by:Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
-
- 04 Jun, 2024 3 commits
- 03 Jun, 2024 9 commits
-
-
dependabot[bot] authored
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.10 to 1.30.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.10...v1.30.0) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.18.2 to 1.19.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Steven authored
-
Michael authored
* Translated using Weblate (French) Currently translated at 100.0% (260 of 260 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/ * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (260 of 260 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/ --------- Co-authored-by:
Ezmana <ezmana.land@gmail.com> Co-authored-by:
ti777777 <ti12272198686@yahoo.com.tw>
-
Steven authored
-
Steven authored
-
dependabot[bot] authored
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.378.0 to 0.383.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.383.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 20.14.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Martin MacDonald authored
* Added logic to delete memo relation and memo comments recursively when a memo is deleted * Fixed logic to only target comment types and added removing of broken references * Fixed linting errors --------- Co-authored-by:Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
-
- 02 Jun, 2024 2 commits
-
-
Steven authored
-
Michael authored
* Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (260 of 260 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/ * Translated using Weblate (Turkish) Currently translated at 100.0% (260 of 260 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/ --------- Co-authored-by:
Lincoln Nogueira <lincolnthalles@users.noreply.github.com> Co-authored-by:
Oğuz Han <h4n.3545@gmail.com>
-
- 01 Jun, 2024 9 commits
-
-
Steven authored
-
Steven authored
-
Steven authored
-
Steven authored
-
Steven authored
-
Steven authored
-
Steven authored
-
Steven authored
-
Michael authored
* Translated using Weblate (Turkish) Currently translated at 100.0% (259 of 259 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (259 of 259 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/ * Apply suggestions from code review --------- Co-authored-by:
Oğuz Han <h4n.3545@gmail.com> Co-authored-by:
Coisini-H <2972186196@qq.com>
-