memos/api/v1
Lincoln Nogueira 411e807dcc
chore: use consistent relative paths for resources (#2683)
- always store resources with a relative path with forward slashes, which will be transformed as needed when the file is accessed

- fix an issue with thumbnail generation on Windows

- add several validations for local storage setting

- improve front-end error feedback when changing local storage

- add migrations to make existing resource paths relative (not needed, but improves database consistency)
2023-12-29 07:49:55 +08:00
..
auth.go chore: update user setting names 2023-12-16 12:18:53 +08:00
common.go chore: update memo view activity 2023-10-01 14:14:33 +08:00
docs.go chore: regenerate swagger docs 2023-12-19 22:37:07 +08:00
http_getter.go chore: fix tag in http_getter.go (#2500) 2023-11-11 23:21:15 +08:00
idp.go chore: move common packages to internal 2023-10-26 09:02:50 +08:00
jwt.go chore: fix jwt acl 2023-12-09 16:17:11 +08:00
memo.go chore: tweak variable names 2023-12-18 20:47:29 +08:00
memo_organizer.go chore: move common packages to internal 2023-10-26 09:02:50 +08:00
memo_relation.go chore: implement webhook dispatch in api v1 2023-11-25 10:31:58 +08:00
resource.go chore: use consistent relative paths for resources (#2683) 2023-12-29 07:49:55 +08:00
rss.go chore: tweak frontend routes register 2023-12-23 17:58:49 +08:00
storage.go chore: move common packages to internal 2023-10-26 09:02:50 +08:00
swagger.yaml chore: regenerate swagger docs 2023-12-19 22:37:07 +08:00
system.go chore: skip invalida setting checks 2023-12-23 08:55:23 +08:00
system_setting.go chore: use consistent relative paths for resources (#2683) 2023-12-29 07:49:55 +08:00
tag.go chore: remove outdated activity definition 2023-10-27 23:11:56 +08:00
tag_test.go revert: fix: exclude all punctuation chars except underscore in tags (#2033) 2023-07-26 21:11:13 +08:00
user.go chore: prevent archive/delete current user 2023-12-23 08:05:05 +08:00
v1.go chore: deprecate user setting legacy api 2023-12-08 22:41:47 +08:00