Commit graph

5835 commits

Author SHA1 Message Date
Shish
f0c8affc07 fmt 2023-01-11 00:51:57 +00:00
Shish
8434785da3 ?? 2023-01-11 00:48:18 +00:00
Shish
bce2d55744 Namespaces are one honking great idea—let's do more of those! 2023-01-10 22:44:09 +00:00
Shish
90c419b0c4 avoid global pollution 2023-01-10 22:37:35 +00:00
Shish
165eea11b1 all the strict_types 2023-01-10 21:21:26 +00:00
Shish
d53c61bd04 fix breakages from debian unstable 2023-01-10 19:03:30 +00:00
Shish
eb1d3e9687 do scrutinizer builds on a more modern base 2023-01-10 17:52:36 +00:00
Shish
d4a893b45d don't update composer.lock during formatting run 2023-01-10 17:49:16 +00:00
Shish
17445e0cae
Merge pull request #895 from nodate-yaozua/patch-1
Fix database not detected on installation
2023-01-10 17:47:20 +00:00
nodate-yaozua
c2b946f282
Fix database not detected on installation 2023-01-10 22:34:47 +09:00
Shish
1842d5609d argh, php 2022-12-31 15:54:01 +00:00
Shish
b23b234900 quieter logging, because logging got extra-verbose recently... 2022-12-31 15:50:36 +00:00
Shish
84d41894fe
Merge pull request #892 from Cirvaazny/patch-1
Update memcache DSN condition matching
2022-11-14 10:48:34 +00:00
Cirvaazny
af522b3c0b
Update memcache conditon matching
Add an additional OR conditional for memcache usage. If you use the DSN as listed at https://github.com/shish/shimmie2/wiki/Performance#software-cache the memcache section will never run because it is looking only for DSNs with 'memcached' causing an exception to be thrown on the first access as the cache is never setup.
2022-11-12 19:33:03 -06:00
Shish
d2b2d55cc7 ... 2022-10-28 17:38:53 +01:00
Shish
b1b49e756a arg 2022-10-28 17:37:23 +01:00
Shish
4f4a050442 depth 2022-10-28 17:36:24 +01:00
Shish
0438cc6c58 ocular as a dev-dependency 2022-10-28 17:33:32 +01:00
Shish
a9c91ce3fd bumps 2022-10-28 01:47:32 +01:00
Shish
d2f5796c22 format 2022-10-28 01:46:48 +01:00
Shish
a04bc2e7e4 php8.1 gogogo 2022-10-28 01:45:35 +01:00
Shish
522b57da37 bump 2022-10-27 23:31:54 +01:00
Shish
47ab0eda0a Jesus heckin' christ PHP is awful
PHP-CS-Fixer 3.12.0 on my laptop gives different results to PHP-CS-Fixer
3.12.0 in github...
2022-10-27 17:29:24 +01:00
Shish
966c141848 use git to check for format errors 2022-10-27 17:24:35 +01:00
Shish
2674c9c1d3 also test for 8.1 2022-10-27 17:22:26 +01:00
Shish
4ff93c63c3 new php-cs-fixer, new opinions about what is today's preferred format... 2022-10-27 17:21:46 +01:00
Shish
ebc78f8996 versions 2022-10-27 17:18:28 +01:00
Shish
0be8e835ef avoid crashing in cron_upload if API key isn't set, fixes #881 2022-10-27 17:15:48 +01:00
Shish
caa3c80de4 Use Y-m-d H:i:s for default 'posted' date 2022-10-27 17:09:39 +01:00
Shish
a828c3e0e5 more thorough testing for path_to_tags, and handle more edge cases 2022-10-27 17:09:39 +01:00
Shish
bf03c0849a
Merge pull request #889 from yls4/master
Pool - Reverse function
2022-10-27 16:58:00 +01:00
myname
ccb78e272c Allows appending new tags to existing ones in auto_tagger 2022-10-07 18:41:53 -05:00
myname
3154a833f7 Add Post/List view button to pools, for easier access to functions in the post/list extension 2022-10-07 15:33:24 -05:00
myname
d52d4a6899 Add search by pool id 2022-10-07 15:19:50 -05:00
myname
531b903830 Pool - Reverse function 2022-10-06 17:34:04 -05:00
Shish
22ec34ea52 format 2022-09-27 17:38:15 +01:00
Shish
ad68e093c6
Merge pull request #888 from yls4/master
Fixing bulk add bug, tag is set to "\" if no other tags are present
2022-09-27 17:37:44 +01:00
myname
10e63a0666 Fixing bulk add bug, tag is set to "\" if no other tags are present 2022-09-27 02:12:24 -05:00
Shish
f57dc61cb7 only hide images if image approbals are enabled 2022-07-10 01:40:04 +01:00
Shish
e97198aa10 format 2022-07-09 23:37:43 +01:00
Shish
476808db4b
Merge pull request #863 from jellykells/jellykells/owner_view_unapproved
Allow image owner to view their unapproved images
2022-07-08 22:20:52 +01:00
Shish
836fef790d
Merge pull request #883 from JamesTheSergal/master
fix no handler for 'bulk_download'
2022-07-08 22:18:58 +01:00
Shish
606c1fdedc
Merge pull request #878 from friends-of-the-core/autocomplete-in-more-places
Autocomplete in more places
2022-07-08 22:10:54 +01:00
Shish
25e5fc9c17
Merge pull request #860 from yls4/master
Fixing home page pool link and fixing Notes not displaying due to css
2022-07-08 22:10:38 +01:00
Ruben Rodriguez
b2792481fa fix no handler for 'bulk_download'
Shimmie out of the box has bulk downloads enabled for the 'user' and 'base', but perform bulk actions isn't enabled, so it goes to a handler not found page. This fixes that.
2022-07-06 08:57:10 -04:00
Shish
c1344958d4 [themes/warm] fix type annotations, fixes #865 2022-05-20 13:10:35 +01:00
Shish
818ea626ca [themes/lite] use block->id rather than trying to generate our own id 2022-05-20 13:08:42 +01:00
Shish
c9ce396c9d remove ancient irrelevant comments 2022-05-20 13:06:29 +01:00
Shish
b859e1fc60
Merge pull request #869 from thoughever/reverse_proxy
X-Real-IP support and Varnish PURGE config options
2022-05-01 10:42:54 +01:00
Shish
3f553501f9
Merge pull request #876 from friends-of-the-core/preserve-posted-date-on-rotate
Preserve posted date on rotate
2022-05-01 10:24:48 +01:00