Commit Graph

14 Commits

Author SHA1 Message Date
3acc3fa607 [css] remove more dead css, make more extension CSS be specific 2024-01-01 16:21:43 +00:00
fd1bb21f9d bumps 2023-11-11 22:05:28 +00:00
909e54b1e2 fixes 2023-06-27 11:41:47 +01:00
1f48c5ba19 remove some unused bits 2023-01-11 18:28:43 +00:00
bce2d55744 Namespaces are one honking great idea—let's do more of those! 2023-01-10 22:44:09 +00:00
3d9e32e919 new php-cs-fixer 2021-12-14 18:32:47 +00:00
77f7121e26 drop php7.3 support, make use of 7.4 features 2021-03-14 23:43:50 +00:00
e7d11f2310 Converted cron_upload to be able to run per-user, using user API keys 2021-01-16 14:35:04 -06:00
ba982e4451 Image to Post - cron upload 2020-10-26 10:53:28 -05:00
bccb206369 formatting pass 2020-06-03 19:58:13 +01:00
007e07e507 Various changes to cron uploader:
Removed count limit, the cron job now checks the max PH execution time and auto-stops itself at 80% of that value.

Now skips os-specific image cache files like thumbs.db and the __macosx folder.

Changed failed folder re-deployment to allow re-deploying to populated queue, making it easier to re-process lots of failed batches all at once.

Changed page to output as a stream, allowing a long-running process to provide output as it runs rather than just at the very end.

Changed import loop to use the yield convention, allowing faster consumption of found files and lower memory use overall.
2020-06-03 19:57:27 +01:00
9eb5acf2dc use strict types 2020-01-26 16:27:56 +00:00
55c6854003 formatting 2019-11-02 19:57:34 +00:00
40269a6f4a Cron uploader enhancements and bug fixes 2019-10-10 10:16:15 -05:00