gnu-social/src/Util/Exception
Hugo Sales 16cde6dfd7
[PLUGINS][Reply] Redirect back to previous URL on note reply. Move controller to own class
This should be safe against open redirects, as it doesn't allow redirecting to other domains
2021-09-14 13:13:40 +01:00
..
AuthenticationException.php [UTIL][EXCEPTION] Add AuthenticationException, representing an auth error, status code 401 unauthorized 2021-09-14 13:13:20 +01:00
ClientException.php [DOCS] Write exceptions chapter 2021-09-14 13:13:09 +01:00
ConfigurationException.php [TESTS] Add App\Core\Cache test 2021-09-14 13:10:22 +01:00
DuplicateFoundException.php [DB] Make DB::findOneBy throw a different exception if two values are found 2021-09-14 13:12:23 +01:00
EmailException.php [EXCEPTION] Add Email related exceptions 2021-09-14 13:13:16 +01:00
EmailTakenException.php [EXCEPTION] Add Email related exceptions 2021-09-14 13:13:16 +01:00
InvalidFormException.php [STATIC ANALYSIS] Started removal process for the errors found by PHPStan 2021-09-14 13:10:16 +01:00
NicknameEmptyException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameInvalidException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameReservedException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameTakenException.php [EXCEPTION] Add Email related exceptions 2021-09-14 13:13:16 +01:00
NicknameTooLongException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameTooShortException.php [WEB] Fix translations and small inconsistency when opening on web 2021-09-14 13:10:23 +01:00
NoLoggedInUser.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NoSuchFileException.php [CORE] Fix path configuration 2021-09-14 13:13:35 +01:00
NoSuchNoteException.php [DOCS] Write exceptions chapter 2021-09-14 13:13:09 +01:00
NotFoundException.php [EXCEPTION] Make findOne return NotFoundException 2021-09-14 13:06:52 +01:00
NotStoredLocallyException.php [CORE] Fix path configuration 2021-09-14 13:13:35 +01:00
RedirectException.php [PLUGINS][Reply] Redirect back to previous URL on note reply. Move controller to own class 2021-09-14 13:13:40 +01:00
ServerException.php [DOCS] Write exceptions chapter 2021-09-14 13:13:09 +01:00
TemporaryFileException.php [UTIL] Add option for setting a file suffix on TemporaryFile constructor and add missing TemporaryFileException 2021-09-14 13:12:54 +01:00