filestash/server/common
MickaelK 5e420cf5f3 fix (config): save config when disk is full
before this, if the user had a full disk, there wouldn't be any error
reported back whenever editing something in the admin
console as file.Close() would return nil ....

The only way to go around it is to wait for the sync to be done.
2024-11-28 02:03:35 +11:00
..
ssl feature (dynamic): make configuration dynamic 2024-03-13 00:18:24 +11:00
api.go fix (api): api key validation 2023-10-31 08:43:47 +11:00
app.go feature (languages): locale awareness for plugin 2024-07-01 19:11:35 +10:00
backend.go fix (plugin): enable plugin extensions/override 2024-05-17 01:16:43 +10:00
cache.go fix (cache): RLock instead of lock 2022-09-13 13:01:03 +10:00
config.go feature (upload): support for chunked uploads 2024-11-27 00:52:29 +11:00
config_state.go fix (config): save config when disk is full 2024-11-28 02:03:35 +11:00
constants.go feature (base): configurable base 2024-06-21 21:05:44 +10:00
crypto.go feature (middleware): expose gcm encrypt to templating 2024-07-22 22:48:18 +10:00
debug.go maintain (go): go format 2021-08-22 16:47:09 +10:00
default.go fix (vet): go vet - #505 2022-09-13 14:12:13 +10:00
dummy.go maintain (go): go format 2021-08-22 16:47:09 +10:00
error.go feature (error): infer http status when loading the base error page 2023-06-02 17:31:29 +10:00
files.go chore (plg_backend_local): improve error message 2024-06-05 02:34:31 +10:00
files_all.go fix (window): cross compile for windows 2022-09-28 21:16:10 +10:00
files_linux.go chore (plg_backend_local): improve error message 2024-06-05 02:34:31 +10:00
log.go chore (log): logger init order 2024-03-18 20:59:51 +11:00
mime.go improve (config): common issue on install problems 2020-06-18 00:16:42 +10:00
plugin.go feature (patch): dynamic patching of assets 2024-07-16 08:28:28 +10:00
recovery.go fix (canary): canary cookie compat 2024-10-16 02:19:54 +11:00
response.go feature (base): configurable base 2024-06-21 21:05:44 +10:00
token.go maintain (go): go format 2021-08-22 16:47:09 +10:00
types.go feature (middleware): middleware as a plugin 2024-06-26 23:47:07 +10:00
utils.go fix (#533): json conversion issue 2023-03-31 08:20:51 +11:00