filestash/server/ctrl
MickaelK d01facd463 fix (tmpl): issue with cognito issued jwt token
quote from go jwt lib: "WithPaddingAllowed will enable the codec used
for decoding JWTs to allow padding. Note that the JWS RFC7515 states
that the tokens will utilize a Base64url encoding with no padding.
Unfortunately, some implementations of JWT are producing non-standard
tokens, and thus require support for decoding."

cognito is one of those...
2025-03-13 17:21:08 +11:00
..
static chore (refactoring): main html cleanup 2025-02-04 01:43:04 +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 (tus): edge case on tus protocol 2024-12-04 16:05:28 +11:00
plugin.go feature (plugin): handle compression in opener plugin 2025-02-18 13:54:56 +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 (ios): auth issue on ios 2025-03-11 10:45:35 +11:00
share.go chore (GenerateID): change signature for GenerateID 2024-04-15 22:18:16 +10:00
static.go fix (sw): add support for raw + gzip static 2025-02-07 12:20:37 +11:00
tmpl.go fix (tmpl): issue with cognito issued jwt token 2025-03-13 17:21:08 +11:00
webdav.go feature (middleware): middleware as a plugin 2024-06-26 23:47:07 +10:00