Shish
b3aa0fc381
Merge branch 'main' into speed-hax
2024-08-31 22:00:30 +01:00
Shish
be842308d9
[core] have a system level SECRET variable, to be used as a salt separate from DATABASE_DSN
2024-06-21 00:18:43 +01:00
discomrade
350b44f250
[speed_hax] extract SPEED_HAX tweaks to extension
2024-06-14 13:52:49 +00:00
Shish
7adb7348d7
[core] fixes and tests for get_base_href + get_query, see #1024
2024-02-07 22:47:13 +00:00
Shish
8b797a9a31
[tests] more strictness
2024-01-20 19:47:27 +00:00
Shish
c5395df243
[core] trust x-forwarded-for from trusted proxies, see #800
2024-01-04 14:50:36 +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
165eea11b1
all the strict_types
2023-01-10 21:21:26 +00:00
thoughever
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
Shish
3d9e32e919
new php-cs-fixer
2021-12-14 18:32:47 +00:00
Shish
1597eff082
lint fixing
2020-03-13 09:23:54 +00:00
Shish
41a205d24a
avoid having nice_urls as both system and admin setting
2020-02-09 16:36:22 +00:00
Shish
641fd5a16f
remove CACHE_HTTP - client side page cache causes more problems than it solves
2020-02-09 16:25:17 +00:00
Shish
3c78b5685e
remove runtime-coverage -- when we want coverage, we enable it at the PHP runtime level
2020-02-09 16:08:35 +00:00
Shish
ce8da04d3a
dedupe BASE_URL / BASE_HREF
2020-02-01 22:26:08 +00:00
Shish
615da9e9d2
fix all the tests (for sqlite, php7.4, osx, at least)
2020-01-28 21:19:59 +00:00
Shish
9ea70b0055
separate VERSION for tests
2020-01-27 20:02:39 +00:00
Shish
af48aa504b
stop ENABLED_MODS
2020-01-27 20:00:23 +00:00
Shish
59c89ee135
Stop failing to have a separate SCORE_VERSION
2020-01-27 19:57:07 +00:00
Shish
15d1e4ef17
Remove MIN_PHP_VERSION - that's not a thing that end users can change
2020-01-27 19:54:51 +00:00
Shish
22c7cab0cd
Merge AUTO_DB_UPGRADE into SPEED_HAX
2020-01-27 19:52:54 +00:00
Shish
3c5e6f0746
delete search-accel stuff - built-in queries are faster now
2020-01-27 19:49:50 +00:00
Shish
87d1e21679
merge COMPILE_ELS into SPEED_HAX
2020-01-27 19:48:20 +00:00
Shish
7e43e2e304
split www stuff to index.php and test things to tests/bootstrap.php
2020-01-27 19:28:58 +00:00
Shish
b03eb861d4
AUTO_DB_UPGRADE define
2020-01-27 18:55:23 +00:00
Shish
903679dc53
more stuff into regular functions
2020-01-27 18:24:11 +00:00
Shish
14ca4f545d
stub config so scrutinizer stops complaining about missing define()s
2019-10-01 13:28:38 +01:00