XBackBone/app
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
..
Controllers fix 2022-06-20 17:36:00 +02:00
Database refactoring 2021-08-13 09:17:24 +02:00
Exceptions Updated dependencies 2020-09-01 10:16:08 +02:00
Factories changed url building 2021-08-18 08:57:21 +02:00
Middleware Fixes redirect bug for reverse proxy 2022-10-31 22:39:32 +00:00
Web fixed discord video embedding 2022-06-19 23:21:27 +02:00
helpers.php fixed discord video embedding 2022-06-19 23:21:27 +02:00
routes.php improved check for embeds 2021-08-10 23:52:55 +02:00