nextcloud/settings/Controller
Thomas Pulzer 637c75bca1
Implemented visual feedback if a user is disabled in admin user menu.
Implemented visuals for enabling/disabling user from admin user list.
Added the controller functions for enabling/disabling a user.

Added the route for changing user status (enabled/disabled) and added an additional route handler in the user controller.
 Finished the visuals to reflect current user status and changed user status respectively.

Changed the single icon for enabling/disabling a user into a menu where deletion and state toggling of a user is selectable.

Added displaying of disabled user count.
Improved style of user action menu.

Added proper counting of disabled users.
Removed visual indicator for disabled users.

Moved pseudo-group detection for disabled users from frontend to the controller.
Changed units for newly introduced css values from em to px.
Removed unnecessary png and optimized svg with scour.
Changed the userlist template to display the user action menu with correct width.

Style fixes for better readability and coding style conformity.

Changed the icons for enabling, disabling and deleting a user in the action menu.
2017-04-29 00:54:30 -03:00
..
AdminSettingsController.php Do not show empty admin sections 2017-04-19 13:22:49 +02:00
AppSettingsController.php Style app bundles 2017-04-26 20:07:53 +02:00
AuthSettingsController.php Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions 2016-11-18 15:42:30 +01:00
CertificateController.php Merge pull request #892 from nextcloud/fix_phpdoc 2016-08-17 10:38:21 +02:00
ChangePasswordController.php Merge pull request #4369 from nextcloud/fix-translations 2017-04-18 18:01:50 -05:00
CheckSetupController.php Don't assume the admin didn't configure Opcache correctly... 2017-04-20 13:17:21 +02:00
EncryptionController.php Check that set_time_limit is not disabled before calling it 2017-03-11 17:04:21 +01:00
GroupsController.php Require password confirmation for user management 2016-11-18 12:10:50 +01:00
LogSettingsController.php remove old logging section 2016-11-21 13:46:31 +01:00
MailSettingsController.php Fix email vs mail 2017-04-26 09:34:59 +02:00
PersonalController.php Allow non-subadmins to change their language 2016-12-08 16:24:21 +01:00
SecuritySettingsController.php Set default 2016-09-07 22:09:32 +02:00
UsersController.php Implemented visual feedback if a user is disabled in admin user menu. 2017-04-29 00:54:30 -03:00