filebrowser/http
Alex Yong 434e49bf59
fix: abort upload behavior to properly handle server-side deletion and frontend state reset (#3114)
* Fixed an issue where aborting an upload would not delete the partial upload from the server. Also fixed an issue where the abortAll function wasn't resetting and reloading the frontend properly

* Add server-side tus delete handler

---------

Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2024-04-25 01:23:44 +02:00
..
auth.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
commands.go chore: upgrade golangci-lint to 1.51.1 2023-02-16 09:19:44 +01:00
data.go refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
headers.go refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
headers_dev.go refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
http.go fix: abort upload behavior to properly handle server-side deletion and frontend state reset (#3114) 2024-04-25 01:23:44 +02:00
preview.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
preview_enum.go fix: delete cached previews when deleting file 2020-07-28 11:59:55 +02:00
public.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
public_test.go build(backend): bump dependency versions 2022-05-04 01:00:42 +04:00
raw.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
resource.go fix: abort upload behavior to properly handle server-side deletion and frontend state reset (#3114) 2024-04-25 01:23:44 +02:00
search.go feat: v2 (#599) 2019-01-05 22:44:33 +00:00
settings.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
share.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
static.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
subtitle.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
tus_handlers.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
users.go chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
utils.go feat: integrate tus.io for resumable and chunked uploads (#2145) 2023-07-28 18:15:44 +02:00