diff options
| author | Zephyrrus <[email protected]> | 2020-10-02 22:16:34 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-10-02 22:16:34 +0300 |
| commit | 151c360740aac5733759888220d91a1d3713b6e1 (patch) | |
| tree | 129b30f93af6de3ef985d8774513eb359065b4f9 /TODO | |
| parent | feat: add experimental query to sql generator for searching (diff) | |
| download | host.fuwn.me-151c360740aac5733759888220d91a1d3713b6e1.tar.xz host.fuwn.me-151c360740aac5733759888220d91a1d3713b6e1.zip | |
feat: allow administrators to create custom links for albums
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,12 +1,13 @@ -- There's a vertical scrollbar on seemingly all pages even though there is no need for it - -- Uploaded text file (via ShareX) does not show up in the dashboard's "Files" area - * Currently only pictures show up on the dashboard due to having thumbs - -- When you delete a file from the grid view, it's not removed from the list - When you are on the table view of files, the column `Albums` doesn't get populated unless you fetch them, obviously. - Think of a strategy to achieve this in a nice manner - Can't delete/rename albums when going into album view. Or ever. - Dark theme the annoying popups for deleting and other stuff -- Logout button + +- Finish /dashboard/tags - right now all it does is ask if you want to delete a tag (make it like the albums page) +- Make the settings page work properly +- Add an stats page that displays statistics about the server like free space, free/used memory, etc + - Add statistics of total disk space used by a specific user (?) + - Page that lists all files ordered by size, useful to find big files + +- Admins should be able to add custom URLs to their albums, as long as it's not conflicting with another id |