filestash/server/ctrl
MickaelK 0dfa9b3335 fix (panic): concurrent map access
this fix a panic that can be replicated using the video thumbnail
plugin, opening up a page with a lot of videos. Under the hood, the
server would call ffmpeg that would make a bunch of HTTP range requests
that would call the cache concurrently, hence causing the panic
2024-12-02 16:28:38 +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 (panic): concurrent map access 2024-12-02 16:28:38 +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