filestash/server/ctrl
Mickael Kerjean a75a33d49b fix (share): access shared link multiple times issue
When trying to access a shared link protected with a password many
times over, user would see an ErrNotValid (case 2 from ShareVerifyProof in
ctrl/share.go). With this commit, we are making sure the proof cookie
doesn't grow more when trying to access the same link over and over again
2022-07-20 00:25:39 +10:00
..
static feature (static): upate a few static pages 2022-01-20 17:15:49 +11:00
admin.go feature (search): search as a plugin 2022-01-14 16:38:42 +11:00
config.go refactoring (config): separate config loading and saving 2022-02-04 00:51:57 +11:00
export.go maintain (go): go format 2021-08-22 16:47:09 +10:00
files.go fix (csp): csp policy on cat 2022-05-13 08:43:47 +10:00
report.go fix (healthz): pass when using either http / https 2022-05-11 00:46:05 +10:00
search.go feature (search): search as a plugin 2022-01-14 16:38:42 +11:00
session.go improve (iframe): warning with unsupported use case 2022-04-21 01:28:58 +10:00
share.go fix (share): access shared link multiple times issue 2022-07-20 00:25:39 +10:00
static.go feature (manifest): generate application manifest server side 2022-05-11 22:23:02 +10:00
webdav.go maintain (go): go format 2021-08-22 16:47:09 +10:00