Sven Speckmaier
5f426f9be9
moved RemoteUserAuthenticate before Authenticate
...
Having RemoteUserAuthenticate after Authenticate does nothing - a request requiring a login was already redirected away before reaching the logic to load the user from the REMOTE_USER server setting.
Moving RemoteUserAuthenticate before Authenticate fixes this.
2020-02-27 10:36:38 +01:00
James Brooks
5c50e3c068
Merge branch '2.4' into feature/remote-user-authenticate
2019-06-23 09:04:25 +01:00
James Brooks
ffe9c99f9c
Apply fixes from StyleCI
2019-01-26 10:38:21 +00:00
James Brooks
654e72ceb5
Fixes CORS headers. Closes #3413
2019-01-26 10:37:24 +00:00
James Brooks
6ce087e5ad
Apply fixes from StyleCI
2019-01-03 19:45:59 +00:00
James Brooks
a033d1498d
Add support for authentication via REMOTE_USER
2019-01-03 19:45:43 +00:00
Nico Stapelbroek
e424c2638b
Signup routes are actually whitelisted
2018-03-06 23:35:25 +01:00
Nico Stapelbroek
f4af539881
StyleCI fixes
2018-02-04 13:44:34 +01:00
Nico Stapelbroek
6881859e36
Move generic ApiRoutes to a whitelisted routeprovider file
2018-02-04 13:38:56 +01:00
Nico Stapelbroek
82861a37ae
Cleanup logic and add doc blocks
2018-01-27 23:14:58 +01:00
Nico Stapelbroek
11f8e57259
Apply always authenticate to the api routes
2018-01-27 23:04:25 +01:00
Nico Stapelbroek
b866ffea4e
Also whitelist the setup routes when enforcing auth
2018-01-27 22:49:37 +01:00
Nico Stapelbroek
239f953e36
Add an "always authenticate" setting
2018-01-27 22:49:37 +01:00
Koen De Causmaecker
e69169e7c7
Recursive search for .php route files
2017-09-22 14:59:07 +02:00
Koen De Causmaecker
887ed179e8
Do not rely on GLOB_BRACE as it is not available on musl based systems
2017-09-21 11:00:41 +02:00
James Brooks
20baf4288b
Add comment as to why we define GLOB_BRACE as 0
2017-06-24 18:44:03 +01:00
James Brooks
1319788107
Check if GLOB_BRACE is defined before using it. Fixes #2586
2017-06-24 18:38:36 +01:00
James Brooks
ebed68a7d8
Rewrite the entire scheduled maintenance implementation
2016-10-30 21:15:46 +00:00
James Brooks
a7e8ba3697
Update routes
2016-10-19 12:28:54 +01:00
James Brooks
5a9f6134c4
Completely refactor all routes
2016-10-12 21:47:46 +01:00
Connor S. Parks
b3b3de3a90
extracts the dashboard routes
2016-08-20 12:23:30 +01:00
Graham Campbell
cf80bf31f3
Synced with laravel/laravel
2016-04-25 15:25:52 +01:00
James Brooks
ac3888f7c8
Added per-component subscriptions. Closes #734
2016-01-29 15:02:28 +00:00
Graham Campbell
be5672c352
Moved stuff to foundation
2015-12-07 22:12:45 +00:00