Commit Graph

38 Commits

Author SHA1 Message Date
a10f3a00eb Set daysToKeep to 10 by default if no age specified on command line 2025-03-13 13:02:38 -04:00
0abfc1624f Catch files with 'jpeg' extension when parsing comics for thumbnails 2025-03-13 12:49:22 -04:00
8b5949d1d0 Switch from using command line RAR to using RarArchive pecl module 2024-11-29 17:18:10 -05:00
d593369c14 Make sure all ajax calls properly redirect to login page when required 2024-10-17 10:55:21 -04:00
4577aa5e16 Check comic archive contents for files without extensions to prevent parsing error 2024-10-11 12:08:44 -04:00
5af639b931 Add htaccess exclusion to the install/ folder 2024-10-09 16:44:25 -04:00
3cc963cbfa Fix the scope path for the main app 2024-08-14 11:22:30 -04:00
8f89061331 Clean up some of the ending tags 2024-08-14 11:22:03 -04:00
d7967d3eb6 Additions to implement manifest file for home screen app installation 2024-05-29 13:46:40 -04:00
ae477ab888 Add extra toastr notice about longer load times for big folders not recently viewed 2024-05-29 13:19:20 -04:00
aa9bb4ad1a Better handle thumbnail creation inside archives when files have no extension 2024-05-29 13:12:03 -04:00
c9f6b01fdc Clean up some styling and HTML layout 2024-03-10 13:31:03 -04:00
1d10e37747 Add dirname and basename to AJAX returns. Improve path display for current path navigation. 2024-01-07 16:51:47 -05:00
529a229e20 Add single character name PHP files to the ignore list as they are only used for spot testing. 2024-01-07 16:50:54 -05:00
3ea9a2a5dd Add ADULTMODE feature to hide adult themed comics 2023-11-14 08:25:05 -05:00
65ce549848 Switch to PHP API calls instead of substr() to get extension 2023-09-04 14:25:48 -04:00
0e64245e90 Always sort issues by name 2023-08-30 15:14:15 -04:00
5b49a8b6e4 Add webp support to image type. Can't make thumbnails on (ancient) moon 2023-08-30 15:11:59 -04:00
feb69966d6 Add cron stuff to don't forget list 2023-08-22 15:45:16 -04:00
f1d68e0ce6 Add cron script for removing aged extracted comics 2023-08-22 15:35:01 -04:00
8a38d3ce9f Only start the session and create session variables when not running in CLI 2023-08-22 14:45:18 -04:00
498a031cab Immediately clear toastr message after thumbnails are displayed on folder change 2023-08-22 14:03:39 -04:00
4b42798642 Don't try to change the path if at the top level and trying to change to that level 2023-08-22 13:59:37 -04:00
08c0367d4d Add css for path div to look like a link 2023-08-22 13:59:01 -04:00
eb4ac7bb61 Switch to jQuery/AJAX folder navigation 2023-08-21 20:55:09 -04:00
c2e9053476 Make makeThumb() function aware if it's in the ajax folder 2023-08-21 20:54:19 -04:00
eb6fc55f3a Remove no longer needed ID on issue div tag 2023-08-18 15:26:09 -04:00
0c665a4911 Add missing closing div tag for debug div 2023-08-18 15:17:10 -04:00
2c409a60c6 Change comic issue (showcomic) to use the new ajaxy way, or at least prep for it 2023-08-18 14:56:00 -04:00
dc63ba9710 Add data attributes to the item divs to move towards a more ajaxy way of doing things 2023-08-18 14:35:45 -04:00
4322ad6c50 Add some details about a RAR module fix required for PHP 8.x. Add another Don't Forget step. 2023-08-18 13:59:21 -04:00
6b83a3a5d5 Properly fix the removal of makepathsafe(). Sheesh. 2023-08-18 13:42:42 -04:00
22ea6a1be1 Reset compath to / if it's empty 2023-08-18 13:37:00 -04:00
1998cfb68b Remove reference to deprecated makepathsafe() function 2023-08-18 13:29:26 -04:00
25bac47c3e Improve descript of project 2023-08-18 13:21:21 -04:00
7b4b4306a6 Switch makePathSafe to use native realpath() 2023-08-18 13:19:41 -04:00
1d03eee56e Remove execute bit from images 2023-08-18 12:51:25 -04:00
cecd71ebc2 Initial Commit 2023-08-18 12:50:45 -04:00