- 20 May, 2023 4 commits
- 19 May, 2023 3 commits
-
-
Athurg Gooth authored
* Use disintegration/imaging to optimize thumbnail quality * Generate thumbnail if not exists while GET it * Changes for `go mod tidy` * Changes for golang comments lint --------- Co-authored-by:Athurg Feng <athurg@gooth.org>
-
Athurg Gooth authored
Co-authored-by:Athurg Feng <athurg@gooth.org>
-
Athurg Gooth authored
* Add image thumbnail instead of an icon * Change thumbnail size of dashboard to fixed * Fix for eslint-checks * Fix for eslint-checks * Replace css with tailwind * Remove the parent div used for style * Show preview while click on the resource * Change for review Suggested by @Zeng1998 --------- Co-authored-by:Athurg Feng <athurg@gooth.org>
-
- 18 May, 2023 2 commits
- 17 May, 2023 1 commit
-
-
Stephen Zhou authored
-
- 15 May, 2023 4 commits
-
-
boojack authored
-
Athurg Gooth authored
* Add a common function for resize image blob * Auto generate thumbnail for image resources * Auto thumbnail support for fetch image resources * Add support for image thumbnail in view * Fix missing error check * Fix es-lint check * Fix uncontrolled data used in path expression * Remove thumbnail while origin resource been deleted * Change the thumbnail's storage path --------- Co-authored-by:Athurg Feng <athurg@gooth.org>
-
Zeng1998 authored
-
Lincoln Nogueira authored
fix: File size exceeds allowed limit of 0 MiB This could happen in databases without "max-upload-size-mib" setting. Now, both the front-end and the back-end will start with a default limit of 32 MiB, even if the key is absent. It is still possible to disable uploads by setting the value to 0.
-
- 14 May, 2023 3 commits
-
-
boojack authored
-
CorrectRoadH authored
* fix: unexpected empty lines when copying-pasting * add ref * feat: support to filter plain link * eslint * fix the typo * fix the typo * unified the import path
-
boojack authored
-
- 13 May, 2023 5 commits
-
-
guanzi008 authored
* Create main.yml 构建的单文件运行版本几个平台的Windows amd64 ,Linux amd64,Linux arm64 * Rename main.yml to build-artifacts.yml --------- Co-authored-by:boojack <stevenlgtm@gmail.com>
-
boojack authored
-
Lincoln Nogueira authored
* Add preliminar Windows support for both development and production environments. Default profile.Data will be set to "C:\ProgramData\memos" on Windows. Folder will be created if it does not exist, as this behavior is expected for Windows applications. System service installation can be achieved with third-party tools, explained in docs/windows-service.md. Not sure if it's worth using https://github.com/kardianos/service to make service support built-in. This could be a nice addition alongside #1583 (add Windows artifacts) * feat: improve Windows support - Fix local file storage path handling on Windows - Improve Windows dev script * feat: add max upload size setting to UI & more - feat: add max upload size setting to UI - feat: max upload size setting is checked on UI during upload, but also enforced by the server - fix: overflowing mobile layout for Create SSO, Create Storage and other Settings dialogs - feat: add HelpButton component with some links to docs were appropriate - remove LearnMore component in favor of HelpButton - refactor: change some if/else to switch statements - refactor: inline some err == nil checks ! Existing databases without the new setting 'max-upload-size-mib' will show an upload error, but this can be user-fixed by simply setting the value on system settings UI. * improvements requested by @boojack
-
boojack authored
-
CorrectRoadH authored
-
- 12 May, 2023 1 commit
-
-
Athurg Gooth authored
* fix: wrong position of UsageStatItem's popup * Replace TAB into Space for eslint --------- Co-authored-by:Athurg Feng <athurg@gooth.org>
-
- 10 May, 2023 1 commit
-
-
Lincoln Nogueira authored
* Add preliminar Windows support for both development and production environments. Default profile.Data will be set to "C:\ProgramData\memos" on Windows. Folder will be created if it does not exist, as this behavior is expected for Windows applications. System service installation can be achieved with third-party tools, explained in docs/windows-service.md. Not sure if it's worth using https://github.com/kardianos/service to make service support built-in. This could be a nice addition alongside #1583 (add Windows artifacts) * feat: improve Windows support - Fix local file storage path handling on Windows - Improve Windows dev script
-
- 09 May, 2023 5 commits
-
-
CorrectRoadH authored
* stash * query pinned status after patch * eslint * refactor query * eslint * process specify case * add test * Update memo.go
-
boojack authored
* chore: add vacuum memo relation to dev guard * chore: update
-
Zeng1998 authored
-
Zeng1998 authored
-
Lincoln Nogueira authored
Add preliminar Windows support for both development and production environments. Default profile.Data will be set to "C:\ProgramData\memos" on Windows. Folder will be created if it does not exist, as this behavior is expected for Windows applications. System service installation can be achieved with third-party tools, explained in docs/windows-service.md. Not sure if it's worth using https://github.com/kardianos/service to make service support built-in. This could be a nice addition alongside #1583 (add Windows artifacts)
-
- 05 May, 2023 1 commit
-
-
jonny authored
-
- 03 May, 2023 3 commits
-
-
Stephen Zhou authored
-
Stephen Zhou authored
-
boojack authored
-
- 02 May, 2023 2 commits
- 01 May, 2023 4 commits
-
-
boojack authored
-
Peng Ding authored
* update zh-Hans translations * minor update * update instruction part * print json_value for debugging purpose * update post requests related * machine translate with chunks to get around {{field}} -
João Nuno Mota authored
Add infinite scroll for memos on home
-
João Nuno Mota authored
-
- 28 Apr, 2023 1 commit
-
-
powersee authored
-