FingerlessGloves
9caee0dc5b
Fixes redirect bug for reverse proxy
...
If you are logged out of XBackbone, and browse to `/upload` for example the direction holds the request URI, which isn't an issue unless you've got a reverse proxy in front of it.
For example, if the app is running in a container on port 8080, and Traefik is doing the reverse proxying, when you try login after being redirected to the login page, the redirectTo session contains the internal port number, which causes you to be redirected to `https://mydomain.com:8080/upload ` instead of the correct `https://mydomain.com/upload `
2022-10-31 22:39:32 +00:00
Sergio Brighenti
ae9f2eeee2
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-07-28 06:51:56 +00:00
Sergio Brighenti
afefbfa99d
Fixed issue #177
2020-04-06 19:24:26 +02:00
Sergio Brighenti
17c24860b2
Completed user quota implementation
2020-03-01 17:03:07 +01:00
Sergio Brighenti
a5b8db5330
Fixed minor bug
...
working on user quota
2020-02-29 23:35:43 +01:00
Sergio Brighenti
12179f1b06
Added export feature ( closes #126 )
...
Added copy mode option (closes #117 )
2020-02-26 12:22:25 +01:00
Sergio Brighenti
f82841259d
Refresh the token after the login
2019-11-23 13:18:00 +01:00
Sergio Brighenti
12063d4542
Unset debug after installation
2019-11-22 12:21:02 +01:00
SergiX44
6c004f8f96
Revert previous CI hell
2019-11-21 18:00:47 +01:00
Sergio Brighenti
f6b186ad99
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2019-11-21 16:45:53 +00:00
Sergio Brighenti
a424f87523
Apply fixes from StyleCI ( #100 )
2019-11-20 18:49:31 +01:00
Sergio Brighenti
3cd5dfbcec
Changed lang configuration option
2019-11-19 13:59:17 +01:00
Sergio Brighenti
748bd98abf
Added remember me
...
Fixed middleware execution order
closes #81
2019-11-15 15:47:51 +01:00
Sergio Brighenti
5adb29d700
Added ability to set custom html
...
improved session samesite implementation for older php versions
Fixes #82
2019-11-15 00:56:25 +01:00
Sergio Brighenti
b5784abb52
Converted installer
2019-11-13 13:02:31 +01:00
Sergio Brighenti
d8df60040a
Upgrade to slim 4
2019-11-13 00:13:23 +01:00
Sergio Brighenti
7b81478667
Added maintenance mode ( close #18 )
...
Optimized release zip size
2019-01-31 11:48:39 +01:00
Sergio Brighenti
ca361c8eef
Refactoring and improvements
2019-01-10 23:22:19 +01:00
Sergio Brighenti
a950ec9af3
Completed multilang
...
Routes rework
2018-11-19 19:04:43 +01:00
Sergio Brighenti
201affab45
Changed redirect function
2018-11-14 19:45:47 +01:00
Sergio Brighenti
2df1254f44
Code cleanup
2018-11-13 18:47:57 +01:00
Sergio Brighenti
5c362d7e26
Bug fixes
...
added route caching
added helpers
improved redirecting
2018-11-13 18:05:17 +01:00
Sergio Brighenti
4a4c51996c
2.0 Flight -> Slim 3
2018-11-11 17:02:50 +01:00