BookStack/app
Dan Brown 0123d83fb2
Fixed not being able to remove all user roles
User roles would only be actioned if they existed in the form request,
hence removal of all roles would have no data to action upon.
This adds a placeholder 0-id role to ensure there is always role data to
send, even when no roles are selected. This field value is latter
filtered out.

Added test to cover.

Likely related to #3922.
2022-12-16 17:44:13 +00:00
..
Actions Updated tags list to new responsive format 2022-10-31 11:40:28 +00:00
Api Worked towards phpstan level 2, 13 errors remain 2022-10-24 12:12:48 +01:00
Auth Fixed not being able to remove all user roles 2022-12-16 17:44:13 +00:00
Config Updated locale list to align with lang folders 2022-11-30 12:13:50 +00:00
Console Removed most usages of restricted entitiy property 2022-10-10 16:58:26 +01:00
Entities Worked towards phpstan level 2, 13 errors remain 2022-10-24 12:12:48 +01:00
Exceptions Prevented inadvertant logging during MFA flow 2022-05-30 18:31:08 +01:00
Facades Added revision activity types to system and audit log 2022-08-09 13:25:18 +01:00
Http Converted md settings to localstorage, added preview resize 2022-11-28 14:08:20 +00:00
Interfaces Tweaked custom command registration, Added StyleCI fixes 2021-11-22 22:22:31 +00:00
Notifications Added language select to the user create form 2022-01-31 22:15:21 +00:00
Providers Worked towards phpstan level 2, 13 errors remain 2022-10-24 12:12:48 +01:00
References Added book child reference handling on book url change 2022-08-30 22:00:32 +01:00
Search Worked towards phpstan level 2, 13 errors remain 2022-10-24 12:12:48 +01:00
Settings Aligned user preference endpoints in style and behaviour 2022-11-09 19:30:08 +00:00
Theming Added "page_include_parse" theme event 2022-09-05 16:40:42 +01:00
Traits Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Translation Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
Uploads Fixed app logo visibility with secure_restricted images 2022-11-10 14:15:59 +00:00
Util Fixed phpstan static usage warning, updated ci flows 2022-11-03 14:14:22 +00:00
Application.php
helpers.php Continued removal of joint permission non-view queries 2022-07-16 13:17:08 +01:00
Model.php Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00