Commit Graph

66 Commits

Author SHA1 Message Date
d0ea70df76 Change tabs to spaces and fix indentation 2026-02-24 18:34:42 -05:00
4f3395b2c7 Update from Apache 2.2 to 2.4 syntax 2026-02-24 18:25:27 -05:00
0612444f39 Flesh out the database installation instructions 2026-02-16 17:37:16 -05:00
258c0c82df Cleaning up some superfluous toasts 2026-02-16 15:10:03 -05:00
200de72a85 Throw an error toast if the comic has no images (should only happen when something in the file is broken) 2026-02-16 15:04:24 -05:00
6460cfca37 Only extract comic if it isn't already extracted (muuuuch faster for large comics) 2026-02-16 14:34:42 -05:00
ee02a15182 Fix variable name reference for default color 2026-02-16 14:00:14 -05:00
dca541c6b8 Rearrange css files to load site specific last 2026-02-16 13:54:23 -05:00
b55e3c1d92 Add ability to use a --dryrun parameter to test deletions 2026-02-16 13:42:28 -05:00
7aecf00971 Fix improper reference to clearextracts cron PHP job file 2026-02-16 13:28:35 -05:00
078ea8d4fa Add a closecomic callback to clear out the comfile session variable when a shown comic is closed 2026-02-16 12:59:27 -05:00
b3c86ac931 Preparing for possible switch to different lightbox plugin 2026-02-16 10:05:15 -05:00
671f6c9e42 Fix the readme to reference the renamed config 2026-02-15 20:32:16 -05:00
4317dd1637 Rename variables.php to config.php 2026-02-15 20:24:46 -05:00
fb7725eb32 Cleanup where styles, css, and js files are referenced 2026-02-15 19:51:13 -05:00
654fd5edc0 Remove all the now-irrelevant debug stuff 2026-02-15 19:25:24 -05:00
d6fffba65d Switch to variables for theme based properties 2026-02-15 19:13:28 -05:00
ecad8d90d6 Fix conditional indentation. Add vim modeline. 2025-09-30 14:09:44 -04:00
bd56aee162 Add error handling to jQuery AJAX calls 2025-09-29 10:58:38 -04:00
4e582d96e1 Begin adding additional sort order for most recently read comics 2025-09-29 09:36:00 -04:00
43af1b078e Increase thumbnail size by 50% 2025-05-07 15:14:04 -04:00
1ef310a2b7 Ensure expired sessions for ajax calls get immediately redirected. 2025-05-06 19:45:16 -04:00
7e3d12db84 Allow clicking on path when at top level to refresh. 2025-04-17 19:03:45 -04:00
d002007149 Don't redirect getfoldercontents when requiring login. 2025-04-17 18:21:55 -04:00
9abdb0ea7b Remove debug comment around toast clearing. 2025-04-13 14:33:23 -04:00
ee10d401bf Increase font size in toasts and make toast contents more consistent with title and body. 2025-04-13 14:31:52 -04:00
4076bfaf88 Fix broken/outdated CSS from toastr as it seems to not be maintained anymore. 2025-04-13 13:35:23 -04:00
daae79a166 Add systemd service/timer files for clearing extracted issues. Update README to reflect updated codebase and service/timer instructions. 2025-03-13 13:25:52 -04:00
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