1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Http/Middleware
David Bomba 957ac9f5d8
Fix for password protected authorization (#3198)
* Remove unnecessary save() on invoice

* Update copyright

* Working on Credit Repository

* Implement credits as a paymentable entity

* Add credit_id to transformer

* fix rules for update payment

* Fix random deleted_at keys in transformers

* Fix for password_protect check
2020-01-07 11:13:47 +11:00
..
ApiSecretCheck.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
Authenticate.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CheckForMaintenanceMode.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ClientPortalEnabled.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ContactSetDb.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ContactTokenAuth.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
Cors.php Fixes for tests (#3184) 2019-12-31 08:59:12 +11:00
EncryptCookies.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
Locale.php Fixes for tests (#3184) 2019-12-31 08:59:12 +11:00
PasswordProtection.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
QueryLogging.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
RedirectIfAuthenticated.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
SetDb.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
SetDomainNameDb.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
SetEmailDb.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
SetInviteDb.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
SetWebDb.php Fixes for tests (#3184) 2019-12-31 08:59:12 +11:00
StartupCheck.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
TokenAuth.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
TrimStrings.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
TrustProxies.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
UrlSetDb.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
VerifyCsrfToken.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00