summaryrefslogtreecommitdiffstats
path: root/settings/users.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-3/+8
| | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to sort groups by nameJoas Schilling2017-08-221-10/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return '0' instead of nullLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* UserManager can now count disabled usersArthur Schiwon2017-04-291-8/+5
| | | | | | Users page takes advantage of that Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* change group id to _disabledUsersMorris Jobke2017-04-291-2/+2
|
* Implemented visual feedback if a user is disabled in admin user menu.Thomas Pulzer2017-04-291-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-1/+1
| | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Always enable avatarsMorris Jobke2017-02-131-1/+0
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-3/+4
|
* Update license headersLukas Reschke2016-05-261-3/+3
|
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-2/+2
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Make enable_avatars setting more robustMorris Jobke2016-01-271-1/+1
| | | | | * handles the setting in the same way everywhere * fixes #21949
* allow apps to load additional scripts on the user settings page via the ↵Jörn Friedrich Dreyer2016-01-141-0/+2
| | | | event dispatcher
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-171-1/+1
| | | | | Private deprecated function => removed Replaced all instances with suggested replacement
* Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\AppMorris Jobke2015-12-041-1/+1
|
* Fix typo in variable nameMorris Jobke2015-11-041-4/+4
| | | | | | | | | * introduced with #20135 - c6f6a8758b3f08e47c3a8f45a67d09698376b2e2 Fixes following error meessage: {"reqId":"GliKwPFSIVn8GC2KNIHY","remoteAddr":"::1","app":"PHP","message":"Undefined variable: subAdmins at master\/settings\/users.php#76","level":0,"time":"2015-11-04T08:38:53+00:00","method":"GET","url":"\/master\/index.php\/settings\/users"} {"reqId":"GliKwPFSIVn8GC2KNIHY","remoteAddr":"::1","app":"PHP","message":"Invalid argument supplied for foreach() at master\/settings\/users.php#76","level":0,"time":"2015-11-04T08:38:53+00:00","method":"GET","url":"\/master\/index.php\/settings\/users"}
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-2/+16
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|
* Save the settings in the user management pageRoeland Jago Douma2015-09-251-0/+7
| | | | | | | Store the setting in the user managerment page (e.g. show e-mail address). Fixes #12727
* Check if app is enabled instead of if class existsRobin McCorkell2015-09-071-1/+1
|
* also don't count group members when more than 1 ldap configs are activeArthur Schiwon2015-08-131-1/+3
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Do not return backends but add a method to check for oneJoas Schilling2015-06-161-6/+4
|
* Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-1/+15
|
* Sort user groups by group name and hide the user countJoas Schilling2015-05-181-1/+1
|
* make recovery key workBjoern Schiessle2015-04-071-2/+2
|
* Update license headersJenkins for ownCloud2015-03-261-3/+28
|
* Revert "Updating license headers"Morris Jobke2015-02-261-28/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+28
|
* move loading of JS and CSS to templateMorris Jobke2014-12-121-8/+0
|
* remove PHP generated user list and move all to the existing JS partMorris Jobke2014-12-121-30/+2
|
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-2/+4
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* drop jquery.inview as it is unusedMorris Jobke2014-11-051-1/+0
|
* Using countUsers method to return true count of usersClark Tomlinson2014-09-051-18/+17
|
* Port of #9584Stephan Peijnik2014-07-161-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9583 lib/private/group/metadata.php: For subadmins also return an array of groups, indexed by their GIDs. settings/users.php: Convert array of arrays to array of GIDs before calling into OC_Group::displayNamesInGroups. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Fix indentation. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Renamed $grp to $group in foreach loop. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Use is_null() instead of empty() when checking the return value of GroupManager::get(). Additionally, $grp was renamed to $group inside \OC\Group\MetaData::fetchGroups(). Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Updated code to reflect changes introduced to \OC\Group\MetaData. Now that fetchGroups() does not exist anymore and getGroups() is called directory, the 'groups' property does not exist anymore. Instead, we now generate that array on the fly and return it from getGroups. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
* Better Logic to display user count for everyone.raghunayyar2014-06-241-0/+1
|
* small fixes / cleanupArthur Schiwon2014-06-021-11/+0
|
* Add spaceLukas Reschke2014-06-021-1/+1
|
* Rename $accessibleusers to $accessibleUsersLukas Reschke2014-06-021-3/+3
|
* Rename $isadmin to $isAdminLukas Reschke2014-06-021-4/+4
|
* unify and consolidate group fetching method for initial template fill and ↵Arthur Schiwon2014-06-021-43/+7
| | | | ajax request
* enable group filteringArthur Schiwon2014-06-021-3/+8
|