-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[api][fb] Refactor existing filebrowser APIs to clean public APIs (#3…
…739) - Old Filebrowser APIs were bulky with all the form and args looping logic and rendering server side mako files. - This PR implements few of the original APIs for public V1 with only core logic for the new storage browser sending only the required data for UI to use and getting rid of server side rendering slowly. - APIs ported for V1: - storage/move - storage/copy - storage/set_replication - storage/rmtree - storage/trash/restore - storage/trash/purge
- Loading branch information
Showing
4 changed files
with
216 additions
and
57 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
Oops, something went wrong.