memos/store/db/postgres
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
..
migration chore: use consistent relative paths for resources (#2683) 2023-12-29 07:49:55 +08:00
seed chore: update inline parser 2023-12-16 10:09:20 +08:00
activity.go chore: clean binary entries 2023-12-11 22:16:39 +08:00
common.go feat: support Postgres (#2569) 2023-12-03 13:31:29 +08:00
idp.go chore: clean binary entries 2023-12-11 22:16:39 +08:00
inbox.go chore: fix timestamp type in postgres 2023-12-09 23:19:57 +08:00
memo.go chore: fix vacuum memo 2023-12-12 19:56:15 +08:00
memo_organizer.go chore: fix user string 2023-12-13 19:08:06 +08:00
memo_relation.go fix: data conflict handler 2023-12-10 10:07:26 +08:00
migration_history.go fix: data conflict handler 2023-12-10 10:07:26 +08:00
migrator.go feat: support Postgres (#2569) 2023-12-03 13:31:29 +08:00
postgres.go chore: retire auto backup for sqlite 2023-12-19 22:34:06 +08:00
resource.go fix: attachments send from telegram lost (#2650) 2023-12-21 09:47:25 +08:00
storage.go chore: clean binary entries 2023-12-11 22:16:39 +08:00
system_setting.go fix: data conflict handler 2023-12-10 10:07:26 +08:00
tag.go chore: fix user string 2023-12-13 19:08:06 +08:00
user.go chore: fix update user 2023-12-12 20:01:31 +08:00
user_setting.go chore: fix user string 2023-12-13 19:08:06 +08:00
webhook.go chore: clean binary entries 2023-12-11 22:16:39 +08:00