-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Rewrite major parts of the file browser
Breaking API change: `filename` was renamed to `path` in `/api/v1/sessions/{session_id}/files/download` to make it consistent with the the list files endpoint. - The UI got an overhaul - margins are fixed and more icons for different cases were added (added files, modified files, expanded folder) - The workspace is now expanded per default - Download of single files (not directories) was added - Replaced brute force to find a path with path traversal, which is a lot more efficient - Use the generated OpenAPI client, fix API docs to use ZIP as response - Migrate to TailwindCSS - Remove custom "Overwrite file" dialog, replace with ConfirmationDialog. - Remove `NestedTreeControl` - Separate handling for files which replace existing files - Stream downloading directory directory without loading to memory - Fix a bug that files with special characters couldn't be downloaded (archive had a size of 0KB)
- Loading branch information
1 parent
8601089
commit 35c1aa1
Showing
14 changed files
with
383 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
frontend/src/app/services/load-files/load-files.service.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 0 additions & 66 deletions
66
...er-sessions-wrapper/active-sessions/file-browser-dialog/file-browser-dialog.component.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.