Commit Graph

2756 Commits

Author SHA1 Message Date
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
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
895207bf6b Merge pull request #877 from friends-of-the-core/reduced-video-thumbnail-memory-usage
Scale thumbnails in ffmpeg to avoid excessive memory use on high-resolution videos
2022-05-01 10:19:26 +01:00
891c69d94d Scale thumbnails in ffmpeg to avoid excessive memory use on UHD videos 2022-04-29 11:33:22 -07:00
5c79e05f08 Inherit post date when rotating images 2022-04-29 11:29:04 -07:00
dfaf9b5a2f Add order:favorites to autocomplete 2022-04-29 11:14:12 -07:00
4b086a8c70 Allow ordering by favorites in searches 2022-04-29 11:12:00 -07:00
f15407bc75 X-Real-IP support and Varnish PURGE config options
X-Real-IP for core functionality

Global config define REVERSE_PROXY_X_HEADERS

Config host and port for varnish PURGE

config option to specify PURGE protocol

exception in curl purge now shows error code

ipv6 x-real-ip addresses are now validated properly

X-Forwarded-Proto enabled by define
2022-01-20 22:25:22 +00:00
e0f1165b6c Merge pull request #851 from jellykells/jellykells/wiki_return_not_found
Add option to return 404 code for nonexistent wiki pages
2022-01-01 10:27:27 +00:00
f83588fdcd always return 404 code for nonexistent wiki pages 2021-12-30 22:06:39 -06:00
78349b3ae5 and fix the test 2021-12-21 23:41:04 +00:00
61068bc0d0 crude wiki history 2021-12-21 23:36:30 +00:00
a7e775de2b allow checking past revisions of wiki pages 2021-12-21 23:06:24 +00:00
=
aca5e7b9bb Fixing PHP Fixer Format 2021-12-20 10:36:14 +00:00
=
79612405e8 Fixing home page Pools link 2021-12-20 10:36:06 +00:00
3b53ddbbc7 Fix auto_tagger issue with incorrect data type, expected int 2021-12-19 00:28:13 +00:00
9c05622d6e Fix uploader issue with SHM_FORM 2021-12-19 00:27:50 +00:00
217a36a8c5 upload microhtml 2021-12-14 19:10:21 +00:00
3d9e32e919 new php-cs-fixer 2021-12-14 18:32:47 +00:00
b2ceb36499 better deleting of user's uploads 2021-12-13 01:27:49 +00:00
1b7e505f19 add global to display_page function 2021-11-21 08:25:41 -06:00
e114079b96 add option to return 404 code for nonexistent wiki pages 2021-11-21 08:10:03 -06:00
3cb0a6a2c0 Merge remote-tracking branch 'holly/master' 2021-11-16 14:44:13 +00:00
0f708e7a1b derp 2021-11-16 14:43:54 +00:00
6b6bea6bcc add missing colon to version title on extension page 2021-11-11 21:25:04 +00:00
23d160cb33 argh 2021-11-10 19:46:12 +00:00
52fa31df3e more handling 2021-11-10 19:42:01 +00:00
58db685b29 more error handling 2021-11-10 19:33:51 +00:00
34f75cfb22 un-set autocomplete default to empty string rather than null 2021-11-06 16:12:28 +00:00
6de6287663 add a test to cover multiple non-existent negative tags 2021-10-06 18:06:23 +01:00
2d0c942084 fix a surprise string in autocomplete 2021-10-06 17:02:29 +00:00
3f0a8399d1 clarify some nullables 2021-09-25 13:40:41 +01:00
3bb1566df2 Allow db->set_timeout(null) to disable DB timeouts, see #874 2021-09-22 15:42:41 +01:00
9e52434480 add missing quote in html returned by handle_pixel theme 2021-09-06 18:26:36 +01:00
d79430be1e Edit sort by Categories
Sort by the number of tags (sum) for each category descending
This will allow the most used categories to appear first and not by alphabetical order
2021-07-26 12:26:47 +01:00
ee0f0be535 Update main.php
Misspelled Categories as Gategories :D
2021-07-26 12:24:42 +01:00
6385f67e42 Added Tag Categories link from Tags page
For some reason it wasn't there, so you had to manually type (address)/tags/categories
For a while I had no idea it existed until I dug through the code, maybe that will expose users to that feature
2021-07-26 12:24:42 +01:00
1e0c248710 don't log in when creating a new user unless event->login is set 2021-06-11 23:47:59 +01:00
c4ae68fb47 no transcode for reporting 2021-04-25 10:50:27 +00:00
f5a69e8fa9 only show some admin actions on some pages 2021-04-25 11:20:55 +01:00
77f7121e26 drop php7.3 support, make use of 7.4 features 2021-03-14 23:43:50 +00:00
c558ee3bdb format 2021-03-14 15:47:29 +00:00
6221fbb096 drop flash support 2021-03-14 15:43:35 +00:00
3e60774e4b nicer scaling 2021-03-14 15:36:33 +00:00
45b1a381b8 add instructions for search by ID 2021-03-14 15:31:28 +00:00
8d478b9c39 refer to user 2021-02-26 23:56:50 +00:00
253d75ae82 format 2021-02-26 23:55:00 +00:00
e88ca1fb05 Nicer upload error messages 2021-02-26 23:54:53 +00:00
c7d214189e biography extension 2021-02-12 21:03:17 +00:00
dd94c7eda6 don't purge image on thumbnail regen 2021-02-12 20:07:48 +00:00