BookStack/app/Config
Dan Brown 349b4629be
Extracted API auth into guard
Also implemented more elegant solution to allowing session auth for API
routes; A new 'StartSessionIfCookieExists' middleware, which wraps the
default 'StartSession' middleware will run for API routes which only
sets up the session if a session cookie is found on the request. Also
decrypts only the session cookie.

Also cleaned some TokenController codeclimate warnings.
2019-12-30 14:51:28 +00:00
..
api.php Started core API route work 2019-12-28 14:58:07 +00:00
app.php Started using OneLogin SAML lib directly 2019-11-17 13:26:43 +00:00
auth.php Extracted API auth into guard 2019-12-30 14:51:28 +00:00
broadcasting.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
cache.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
database.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
debugbar.php Added laravel stats package and enabled debugbar models 2019-09-15 18:07:00 +01:00
dompdf.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
filesystems.php Moved config dir into app dir 2019-07-06 13:44:50 +01:00
hashing.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
logging.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
mail.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
queue.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
saml2.php Added the ability to auto-load config from metadata url 2019-11-17 14:44:26 +00:00
services.php Made LDAP auth ID attribute configurable 2019-12-16 12:40:21 +00:00
session.php Upgraded app to Laravel 5.7 2019-09-06 23:36:16 +01:00
setting-defaults.php added additional color settings into UI 2019-10-17 13:46:18 -05:00
snappy.php Moved config dir into app dir 2019-07-06 13:44:50 +01:00
view.php Moved config dir into app dir 2019-07-06 13:44:50 +01:00