BookStack/app/Exceptions
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
..
ApiAuthException.php Extracted API auth into guard 2019-12-30 14:51:28 +00:00
AuthException.php
ConfirmationEmailException.php
FileUploadException.php
Handler.php
HttpFetchException.php
ImageUploadException.php
JsonDebugException.php Started using OneLogin SAML lib directly 2019-11-17 13:26:43 +00:00
LdapException.php
MoveOperationException.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
NotFoundException.php
NotifyException.php
PermissionsException.php
PrettyException.php
SamlException.php Add error messages, fix LDAP error 2019-08-07 15:31:10 +02:00
SocialDriverNotConfigured.php
SocialSignInAccountNotUsed.php
SocialSignInException.php
SortOperationException.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
UserRegistrationException.php
UserTokenExpiredException.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
UserTokenNotFoundException.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
UserUpdateException.php