Steven
f1b365f928
refactor: clean packages
2025-05-29 21:44:43 +08:00
Sergey Gorbunov
e23ade1f8b
feat: support listening on a UNIX socket ( #4654 )
2025-05-07 22:12:05 +08:00
Steven
9957f8e290
chore: move dsn output to dev mode
2025-02-07 20:59:14 +08:00
Steven
1167df29d8
feat: add security related settings
2024-08-28 23:46:06 +08:00
Steven
3c5aa41a78
feat: implement week start day setting
2024-08-18 23:18:45 +08:00
Steven
6e901fc940
refactor: store migrator
2024-08-16 08:07:30 +08:00
Steven
c3f381c8c5
chore: add instance url to profile
2024-08-13 22:16:43 +08:00
Steven
7564c40c8d
chore: fix env init
2024-07-27 23:08:22 +08:00
Steven
8fd5365ac1
chore: tweak linter error
2024-07-27 22:19:53 +08:00
Steven
5ad00c3a50
chore: fix env binding
2024-07-27 21:57:13 +08:00
Steven
8bf7cdfd31
feat: add password auth flag
2024-07-27 19:24:37 +08:00
Steven
553e8d09dd
chore: update public default value to false
2024-07-24 23:34:19 +08:00
Johnny
736637a362
feat: add public flag instead of system setting to enable signup ( #3589 )
2024-06-19 22:03:12 +08:00
Steven
10c57167cc
chore: remove unused flags
2024-05-03 07:16:07 +08:00
Steven
05f73a2236
chore: tweak linter
2024-05-02 21:46:47 +08:00
Steven
6295979592
chore: add user avatar route
2024-04-30 22:06:34 +08:00
Steven
155c5baf2c
refactor: add markdown service
2024-04-29 08:00:37 +08:00
Steven
e8dfd579c3
chore: update background services
2024-04-18 23:34:35 +08:00
Steven
2a93b8d720
chore: tweak linter
2024-04-18 21:44:46 +08:00
Steven
ff81ea602d
chore: tweak error message
2024-04-07 22:35:02 +08:00
Steven
8101a5e0b1
chore: add origin flag to config cors
2024-04-07 22:15:15 +08:00
Steven
dfa78cac49
chore: update logger
2024-02-29 23:54:43 +08:00
Steven
b0f52ade7a
chore: remove metric service
2024-02-24 23:32:39 +08:00
Steven
51d58d3982
chore: add workspace setting migrator
2024-02-21 23:43:18 +08:00
Steven
4a6da91719
chore: fix serve frontend flag
2024-02-20 23:24:13 +08:00
Steven
8e11826db1
chore: update workspace setting service
2024-02-20 23:02:01 +08:00
Steven
b4f2a3bd14
chore: remove migrator
2024-01-31 22:58:43 +08:00
Aleksandr Baryshnikov
fa17dce046
feat: pre-signed URL for S3 storage ( #2855 )
...
Adds automatically background refresh of all external links if they are belongs to the current blob (S3) storage. The feature is disabled by default in order to keep backward compatibility.
The background go-routine spawns once during startup and periodically signs and updates external links if that links belongs to current S3 storage.
The original idea was to sign external links on-demand, however, with current architecture it will require duplicated code in plenty of places. If do it, the changes will be quite invasive and in the end pointless: I believe, the architecture will be eventually updated to give more scalable way for pluggable storage. For example - Upload/Download interface without hard dependency on external link. There are stubs already, but I don't feel confident enough to change significant part of the application architecture.
2024-01-29 21:12:29 +08:00
Steven
f05a89315c
chore: fix list memos
2024-01-28 08:38:29 +08:00
Steven
5e74394643
chore: add resource name migrator
2024-01-28 07:58:53 +08:00
Lincoln Nogueira
369b8af109
chore: improve resource internal_path migrator ( #2698 )
...
* chore: improve internal path migrator
- handle mixed path styles
- handle Windows paths
- add tests
* chore: fix goimports error
2024-01-03 08:31:59 +08:00
Steven
c797099950
chore: update resource internal path migrator
2024-01-02 08:29:18 +08:00
Steven
c608877c3e
chore: clean binary entries
2023-12-11 22:16:39 +08:00