- 24 May, 2023 1 commit
-
-
boojack authored
-
- 23 May, 2023 6 commits
-
-
boojack authored
-
boojack authored
-
boojack authored
-
boojack authored
-
Athurg Gooth authored
* Add support for `publicid` in PathTemplate * Use `publicid` by default instead of `filename` in filesystem * Fix blank string of `systemSettingLocalStoragePath` affect incorrectly * Add ext name to compatible with OS's preview * Optimize code for systemSettingLocalStoragePath empty --------- Co-authored-by:Athurg Feng <athurg@gooth.org>
-
Athurg Gooth authored
Add volume define in Dockerfile to protect data Co-authored-by:Athurg Feng <athurg@gooth.org>
-
- 22 May, 2023 2 commits
-
-
Athurg Gooth authored
Co-authored-by:Athurg Feng <athurg@gooth.org>
-
Athurg Gooth authored
Co-authored-by:Athurg Feng <athurg@gooth.org>
-
- 21 May, 2023 5 commits
-
-
Zeng1998 authored
* fix: add thumbnail param using `URLSearchParams` * update: add thumnail param only for internal link
-
CorrectRoadH authored
* fix: pop search when touch textarea * eslint
-
CorrectRoadH authored
-
boojack authored
-
boojack authored
-
- 20 May, 2023 6 commits
-
-
boojack authored
-
Athurg Gooth authored
* Fix fail to open file while generate thumbnail * Fix for Uncontrolled data used in path expression check --------- Co-authored-by:Athurg Feng <athurg@gooth.org>
-
boojack authored
* chore: upgrade version `0.13.0` * chore: update
-
boojack authored
-
boojack authored
-
boojack authored
* feat: update memo detail page * chore: update
-
- 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
-