1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/app/Http/Middleware
David Bomba dac1aa88d5
Tests, Multi-DB support for incoming URLs (#2466)
* Tests for authentication

* Add db field to company table (required if we are doing jobs without an auth()->user() )

* Add Laravel Dusk for browser testing, add ability to set DB by incoming URL Hash
2018-10-24 21:24:09 +11:00
..
Authenticate.php Multi Auth - Multi DB (#2442) 2018-10-15 16:00:48 +11:00
CheckForMaintenanceMode.php Initial commit 2018-10-04 20:10:43 +03:00
EncryptCookies.php Initial commit 2018-10-04 20:10:43 +03:00
RedirectIfAuthenticated.php Refactor constants, set active db connection in middleware, add socket.io dependencies (#2463) 2018-10-21 09:26:21 +11:00
setDb.php Tests, Multi-DB support for incoming URLs (#2466) 2018-10-24 21:24:09 +11:00
TrimStrings.php Initial commit 2018-10-04 20:10:43 +03:00
TrustProxies.php Multi Auth - Multi DB (#2442) 2018-10-15 16:00:48 +11:00
UrlSetDb.php Tests, Multi-DB support for incoming URLs (#2466) 2018-10-24 21:24:09 +11:00
VerifyCsrfToken.php Initial commit 2018-10-04 20:10:43 +03:00