summaryrefslogtreecommitdiffstats
path: root/settings/users.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* make filter work on server-sideArthur Schiwon2014-06-021-0/+1
|
* refactor delete handling and apply it to users and groupsArthur Schiwon2014-06-021-0/+1
|
* resolving conflict when picking 8b81a0braghunayyar2014-06-021-1/+1
|
* sort groups by user countArthur Schiwon2014-06-021-2/+20
|
* Splits Code for Users and Groups.raghunayyar2014-06-021-1/+2
|
* add Last Login columnArthur Schiwon2014-06-021-0/+1
|
* add Storage Location colArthur Schiwon2014-06-021-0/+3
|
* Removes Delete Icon from Admin Group.raghunayyar2014-06-021-6/+14
|
* Reverts last commit, implements user in group count.raghunayyar2014-06-021-3/+18
|
* killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-1/+0
| | | | handleRequest()
* Pass view in \OC_Avatar to constructor and use $_ for enable_avatarskondou2013-09-091-0/+1
|
* Clean up some cruftkondou2013-08-261-1/+0
|
* Modularize get(), async getAvatar, avatars @ usermgmtkondou2013-08-251-0/+1
| | | | And other small improvements
* Use JSON to send/receive group data.Owen Winkler2013-08-151-7/+8
| | | | Squashed commits from PR #4364 for master.
* Use !== and === in settings.kondou2013-07-211-1/+1
|
* allow admin to recover users files in case of password lostBjörn Schießle2013-05-161-0/+3
|
* Style cleanup settingsBart Visscher2013-02-211-2/+4
|
* Split editable select code used for quota selection into a jquery pluginRobin Appelman2013-02-111-0/+1
|
* fix typo in variable nameBjörn Schießle2013-01-291-1/+1
|
* prepare user table to show and edit display namesBjörn Schießle2013-01-281-3/+3
|
* typo fixedBjörn Schießle2013-01-251-1/+1
|
* compare the correct uidsBjörn Schießle2013-01-251-0/+1
|
* get all display names from users in a given groupBjörn Schießle2013-01-251-1/+1
|
* get all display namesBjörn Schießle2013-01-251-5/+10
|
* Spaces to tabsBart Visscher2013-01-161-5/+5
|
* Fix regression caused by 31b1a73e1f508a33843835b632ee05c7bfc2aaafDaniel Molkentin2013-01-151-1/+3
|
* Check if user is admin - boolLukas Reschke2013-01-141-2/+1
| | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
* Change old variable name $default_quota to $defaultQuotaMichael Gapczynski2012-12-281-1/+1
|