From 85ac74483764de66d2be0f6ea1ff84626e32ffff Mon Sep 17 00:00:00 2001 From: Pitu Date: Tue, 12 Mar 2019 05:31:55 +0000 Subject: Typo --- TODO | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..55bcbe0 --- /dev/null +++ b/TODO @@ -0,0 +1,33 @@ +- FAQ 404s +- There's a vertical scrollbar on seemingly all pages even though there is no need for it +- "Upload files" button on the dashboard doesn't do anything +- "Tags" button on dashboard 404s +- Passwords that contain special characters don't seem to work (refer to previous dms) + +- Users section on dashboard doesn't properly display the Enabled / Admin options (shows both as false for my admin account, the only one that exists) + * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 + +- Purge files button in Users section doesn't seem to do anything (files remain in uploads folder) +- Trying to access an album link seems to load endlessly if the album contains no images + +- Same as above happens even when the album link is disabled, (dis-)allow download makes no difference + * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 + +- You can only disable but not delete album links, so if you make five you're stuck with those 5 forever +- There is no tab name (just shows the web address) and no favicon (blank), even though instance name was set to "lolisafe" in wizard +- "Classic mode for store/ is deprecated and will be removed in Nuxt 3." +- 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 + +- Albums and Tags buttons when hovering over an image in the "Files" section do nothing + * Album is fixed + * Tags is not + +- On the front page, the top left logo and text for lolisafe is very hard to read + * Not gonna bother with this, anyone can upload their own background and it's different on every screen resolution +- Can't find a button to delete an album + +- Clicking on an album name leads to a 404 (e.g. https://i.robflop.me/dashboard/albums/1) +- When toggling album options, it says "Editing the link was successfull", the 2nd l should be removed +- Album options don't always seem to work? Sometimes I need to toggle an option on and off again for it to take effect (both dis-/enabled and downloads) + * Might be related to SQLite not supporting boolean fields issue -- cgit v1.2.3 From f06c8c9d336cbee561d9a80abc78568c28463e52 Mon Sep 17 00:00:00 2001 From: Pitu Date: Thu, 14 Mar 2019 23:14:45 +0900 Subject: dunno what's wrong here yet --- TODO | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 55bcbe0..a2ccd5e 100644 --- a/TODO +++ b/TODO @@ -1,33 +1,20 @@ -- FAQ 404s - There's a vertical scrollbar on seemingly all pages even though there is no need for it -- "Upload files" button on the dashboard doesn't do anything - "Tags" button on dashboard 404s - Passwords that contain special characters don't seem to work (refer to previous dms) -- Users section on dashboard doesn't properly display the Enabled / Admin options (shows both as false for my admin account, the only one that exists) - * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 - -- Purge files button in Users section doesn't seem to do anything (files remain in uploads folder) -- Trying to access an album link seems to load endlessly if the album contains no images - -- Same as above happens even when the album link is disabled, (dis-)allow download makes no difference - * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 -- You can only disable but not delete album links, so if you make five you're stuck with those 5 forever -- There is no tab name (just shows the web address) and no favicon (blank), even though instance name was set to "lolisafe" in wizard -- "Classic mode for store/ is deprecated and will be removed in Nuxt 3." - 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 + * Currently only pictures show up on the dashboard due to having thumbs -- Albums and Tags buttons when hovering over an image in the "Files" section do nothing - * Album is fixed - * Tags is not +- Tags button when hovering over an image in the "Files" section do nothing -- On the front page, the top left logo and text for lolisafe is very hard to read - * Not gonna bother with this, anyone can upload their own background and it's different on every screen resolution -- Can't find a button to delete an album -- Clicking on an album name leads to a 404 (e.g. https://i.robflop.me/dashboard/albums/1) -- When toggling album options, it says "Editing the link was successfull", the 2nd l should be removed - Album options don't always seem to work? Sometimes I need to toggle an option on and off again for it to take effect (both dis-/enabled and downloads) - * Might be related to SQLite not supporting boolean fields issue + * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 +- Users section on dashboard doesn't properly display the Enabled / Admin options (shows both as false for my admin account, the only one that exists) + * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 +- Same as above happens even when the album link is disabled, (dis-)allow download makes no difference + * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 + +Think about implementing this https://i.kana.dev/24rcxzop.png + - Invalidate a file after it has been downloaded/viewed. -- cgit v1.2.3 From 9609279554b77ca73106f95f5d96356415a48cfb Mon Sep 17 00:00:00 2001 From: Pitu Date: Tue, 23 Apr 2019 22:20:23 +0900 Subject: Get rid of the icons altogether in a future commit --- TODO | 8 -------- 1 file changed, 8 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index a2ccd5e..969d28f 100644 --- a/TODO +++ b/TODO @@ -8,13 +8,5 @@ - Tags button when hovering over an image in the "Files" section do nothing - -- Album options don't always seem to work? Sometimes I need to toggle an option on and off again for it to take effect (both dis-/enabled and downloads) - * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 -- Users section on dashboard doesn't properly display the Enabled / Admin options (shows both as false for my admin account, the only one that exists) - * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 -- Same as above happens even when the album link is disabled, (dis-)allow download makes no difference - * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0 - Think about implementing this https://i.kana.dev/24rcxzop.png - Invalidate a file after it has been downloaded/viewed. -- cgit v1.2.3 From 695d9a74efa3b0896cc2f961e25e13bd098109e1 Mon Sep 17 00:00:00 2001 From: Pitu Date: Thu, 25 Jun 2020 02:21:05 +0900 Subject: Updated TODO --- TODO | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 969d28f..1c84982 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,11 @@ - There's a vertical scrollbar on seemingly all pages even though there is no need for it -- "Tags" button on dashboard 404s - Passwords that contain special characters don't seem to work (refer to previous dms) - - 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 -- Tags button when hovering over an image in the "Files" section do nothing +- 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 -Think about implementing this https://i.kana.dev/24rcxzop.png - - Invalidate a file after it has been downloaded/viewed. +- Can't delete/rename albums when going into album view. Or ever. -- cgit v1.2.3 From ec51cc803e3a30bd2d414aba1a36a979c2a53744 Mon Sep 17 00:00:00 2001 From: Pitu Date: Sat, 18 Jul 2020 03:40:25 +0900 Subject: Update TODO --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 1c84982..70b72e9 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ - There's a vertical scrollbar on seemingly all pages even though there is no need for it -- Passwords that contain special characters don't seem to work (refer to previous dms) - 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 @@ -9,3 +8,5 @@ - 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 -- cgit v1.2.3 From 151c360740aac5733759888220d91a1d3713b6e1 Mon Sep 17 00:00:00 2001 From: Zephyrrus Date: Fri, 2 Oct 2020 22:16:34 +0300 Subject: feat: allow administrators to create custom links for albums --- TODO | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 70b72e9..62f52ee 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3 From 4a3fef2b9931266d40c1d9e88748fd2aa623dc79 Mon Sep 17 00:00:00 2001 From: Zephyrrus Date: Thu, 12 Nov 2020 22:58:34 +0200 Subject: chore: update buefy to 0.9 --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 62f52ee..ada4802 100644 --- a/TODO +++ b/TODO @@ -9,5 +9,3 @@ - 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 -- cgit v1.2.3 From f20963b4a1dcc4974523f8e0e25a2f0e4cc3e92d Mon Sep 17 00:00:00 2001 From: Pitu Date: Mon, 4 Jan 2021 01:02:27 +0900 Subject: chore: update todo --- TODO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ada4802..e7c0c2f 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,13 @@ - 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 - +- There's nowhere to rename albums - 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 + +- databaseMigration.js generates thumbnails, make it use the ThumbUtil.js functions for consistency +- Add pagination to user files +- Add pagination to public album links -- cgit v1.2.3