filestash/server/ctrl
MickaelK de5e2d9583 fix (cloudflare): proxy with size limit
Cloudflare does limit the size of file upload by an arbitrary number. We
can go around that by using chunked upload but somehow that wasn't
enough, to circumvent that issue, we make it clear to the proxy it
should close the connection and we hope the problem we go away
2024-11-27 23:45:39 +11:00
..
static fix (404): 404 page issue in firefox 2022-11-25 16:45:25 +11:00
admin.go maintain (path): absolute path 2023-03-02 20:15:56 +11:00
config.go maintain (path): absolute path 2023-03-02 20:15:56 +11:00
documentation.go feature (doc): embed documentation 2022-09-13 12:53:02 +10:00
export.go fix (arm): generator issue on arm 2024-09-18 01:18:30 +10:00
files.go fix (cloudflare): proxy with size limit 2024-11-27 23:45:39 +11:00
report.go maintain (path): absolute path 2023-03-02 20:15:56 +11:00
search.go maintain (ctx): pass app context as pointer 2022-08-30 17:27:23 +10:00
session.go fix (azure): azure oidc cookie 2024-11-13 10:32:06 +11:00
share.go chore (GenerateID): change signature for GenerateID 2024-04-15 22:18:16 +10:00
static.go feature (tag): tag feature behind canary flag 2024-11-19 14:54:38 +11:00
webdav.go feature (middleware): middleware as a plugin 2024-06-26 23:47:07 +10:00