bookstack/app
Dan Brown 5632fef621
Auth: Added specific guards against guest account login
Hardened things to enforce the intent that the guest account should not
be used for logins.
Currently this would not be allowed due to empty set password, and no
password fields on user edit forms, but an error could occur if the
login was attempted.

This adds:
- Handling to show normal invalid user warning on login instead of a
  hash check error.
- Prevention of guest user via main login route, in the event that
  inventive workarounds would be used by admins to set a password for
  this account.
- Test for guest user login.
2024-12-11 14:22:48 +00:00
..
Access Auth: Added specific guards against guest account login 2024-12-11 14:22:48 +00:00
Activity ZIP Imports: Added listing, show view, delete, activity 2024-11-03 14:13:05 +00:00
Api Search API: Updated handling of parent detail, added testing 2024-12-03 13:51:46 +00:00
App Add XML for OpenSearch 2024-09-09 22:54:33 +02:00
Config LDAP: Review and testing of mulitple-display-name attr support 2024-12-01 18:42:54 +00:00
Console Update URL Command: Added revisions table support 2024-11-08 11:22:30 +00:00
Entities MD Exports: Added HTML description conversion 2024-12-02 11:46:56 +00:00
Exceptions Auth: Added specific guards against guest account login 2024-12-11 14:22:48 +00:00
Exports Merge branch 'fix/markdown-export' into development 2024-12-02 11:50:15 +00:00
Facades Played around with a new app structure 2023-05-17 17:56:55 +01:00
Http Merge branch 'portazips' into development 2024-12-01 13:06:43 +00:00
Permissions Queries: Moved out or removed some class-level items 2024-02-07 22:41:45 +00:00
References ZIP Exports: Added detection/handling of images with external storage 2024-11-26 15:59:39 +00:00
Search Search API: Updated handling of parent detail, added testing 2024-12-03 13:51:46 +00:00
Settings Settings: Added test to cover setting category by view 2024-10-11 13:33:07 +01:00
Theming Theme System: Added AUTH_PRE_REGISTER logical event 2024-02-21 15:30:29 +00:00
Translation Languages: Added Turkmen to locale manager 2024-11-08 13:46:57 +00:00
Uploads Attachment API: Fixed error when name not provided in update 2024-12-09 11:32:15 +00:00
Users Users: Changed name validation to min:1 instead of 2 2024-10-15 11:07:41 +01:00
Util Includes: Workaround for PHP 8.3.14 bug 2024-11-28 16:30:59 +00:00