-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
When the --album-lock command-line option is set, various functions that allow access to the server's filesystem need to be locked out. These user interface elements should be disabled:
- Bookmarks menu: The Move command.
- Bookmarks menu: The Delete command.
- Curate panel: The Export Dataset button.
- Curate panel: The EXPORT PATH field (grey out and put "disabled" there)
- Curate panel: The folder (filesystem browser) button
In addition, these API routes should be disabled and return an error if they are called (some of them are already disabled, please use them as examples of the code style):
/move_images/add_album/update_album/delete_album/filetree/home/filetree/directories/filetree/create_directory/api/curation/export
Copilot