BookStack/resources/views/form
Dan Brown 5f1ee5fb0e
Removed role 'name' field from database
The 'name' field was really redundant and caused confusion in the
codebase, since the 'Display' name is often used and we have a
'system_name' for the admin and public role.

This fixes #2032, Where external auth group matching has confusing
behaviour as matching was done against the display_name, if no
external_auth field is set, but only roles with a match 'name' field
would be considered.

This also fixes and error where the role users migration, on role
delete, would not actually fire due to mis-matching http body keys.
Looks like this has been an issue from the start. Added some testing to
cover. Fixes #2211.

Also converted phpdoc to typehints in many areas of the reviewed code
during the above.
2020-08-04 14:55:01 +01:00
..
checkbox.blade.php Updated user and shelf views to new design 2019-02-03 13:45:45 +00:00
date.blade.php Built out interfaces & endpoints for API token managment 2019-12-29 17:03:52 +00:00
entity-permissions.blade.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
password.blade.php Removed tabindexes where found to be not required 2019-10-17 14:19:35 +01:00
restriction-checkbox.blade.php Updated user and shelf views to new design 2019-02-03 13:45:45 +00:00
role-checkboxes.blade.php Removed role 'name' field from database 2020-08-04 14:55:01 +01:00
role-select.blade.php Cleaned up usage of some core scss files 2019-04-07 11:34:40 +01:00
text.blade.php Built out interfaces & endpoints for API token managment 2019-12-29 17:03:52 +00:00
textarea.blade.php Cleaned up usage of some core scss files 2019-04-07 11:34:40 +01:00