Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | also don't count group members when more than 1 ldap configs are active | Arthur Schiwon | 2015-08-13 | 1 | -1/+3 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Do not return backends but add a method to check for one | Joas Schilling | 2015-06-16 | 1 | -6/+4 |
| | |||||
* | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 1 | -1/+15 |
| | |||||
* | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | make recovery key work | Bjoern Schiessle | 2015-04-07 | 1 | -2/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -3/+28 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -28/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+28 |
| | |||||
* | move loading of JS and CSS to template | Morris Jobke | 2014-12-12 | 1 | -8/+0 |
| | |||||
* | remove PHP generated user list and move all to the existing JS part | Morris Jobke | 2014-12-12 | 1 | -30/+2 |
| | |||||
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -2/+4 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | drop jquery.inview as it is unused | Morris Jobke | 2014-11-05 | 1 | -1/+0 |
| | |||||
* | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-05 | 1 | -18/+17 |
| | |||||
* | Port of #9584 | Stephan Peijnik | 2014-07-16 | 1 | -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. | raghunayyar | 2014-06-24 | 1 | -0/+1 |
| | |||||
* | small fixes / cleanup | Arthur Schiwon | 2014-06-02 | 1 | -11/+0 |
| | |||||
* | Add space | Lukas Reschke | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Rename $accessibleusers to $accessibleUsers | Lukas Reschke | 2014-06-02 | 1 | -3/+3 |
| | |||||
* | Rename $isadmin to $isAdmin | Lukas Reschke | 2014-06-02 | 1 | -4/+4 |
| | |||||
* | unify and consolidate group fetching method for initial template fill and ↵ | Arthur Schiwon | 2014-06-02 | 1 | -43/+7 |
| | | | | ajax request | ||||
* | enable group filtering | Arthur Schiwon | 2014-06-02 | 1 | -3/+8 |
| | |||||
* | make filter work on server-side | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
| | |||||
* | refactor delete handling and apply it to users and groups | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
| | |||||
* | resolving conflict when picking 8b81a0b | raghunayyar | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | sort groups by user count | Arthur Schiwon | 2014-06-02 | 1 | -2/+20 |
| | |||||
* | Splits Code for Users and Groups. | raghunayyar | 2014-06-02 | 1 | -1/+2 |
| | |||||
* | add Last Login column | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
| | |||||
* | add Storage Location col | Arthur Schiwon | 2014-06-02 | 1 | -0/+3 |
| | |||||
* | Removes Delete Icon from Admin Group. | raghunayyar | 2014-06-02 | 1 | -6/+14 |
| | |||||
* | Reverts last commit, implements user in group count. | raghunayyar | 2014-06-02 | 1 | -3/+18 |
| | |||||
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | handleRequest() | ||||
* | Pass view in \OC_Avatar to constructor and use $_ for enable_avatars | kondou | 2013-09-09 | 1 | -0/+1 |
| | |||||
* | Clean up some cruft | kondou | 2013-08-26 | 1 | -1/+0 |
| | |||||
* | Modularize get(), async getAvatar, avatars @ usermgmt | kondou | 2013-08-25 | 1 | -0/+1 |
| | | | | And other small improvements | ||||
* | Use JSON to send/receive group data. | Owen Winkler | 2013-08-15 | 1 | -7/+8 |
| | | | | Squashed commits from PR #4364 for master. | ||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | allow admin to recover users files in case of password lost | Björn Schießle | 2013-05-16 | 1 | -0/+3 |
| | |||||
* | Style cleanup settings | Bart Visscher | 2013-02-21 | 1 | -2/+4 |
| | |||||
* | Split editable select code used for quota selection into a jquery plugin | Robin Appelman | 2013-02-11 | 1 | -0/+1 |
| | |||||
* | fix typo in variable name | Björn Schießle | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | prepare user table to show and edit display names | Björn Schießle | 2013-01-28 | 1 | -3/+3 |
| | |||||
* | typo fixed | Björn Schießle | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | compare the correct uids | Björn Schießle | 2013-01-25 | 1 | -0/+1 |
| | |||||
* | get all display names from users in a given group | Björn Schießle | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | get all display names | Björn Schießle | 2013-01-25 | 1 | -5/+10 |
| | |||||
* | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -5/+5 |
| | |||||
* | Fix regression caused by 31b1a73e1f508a33843835b632ee05c7bfc2aaaf | Daniel Molkentin | 2013-01-15 | 1 | -1/+3 |
| | |||||
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -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 $defaultQuota | Michael Gapczynski | 2012-12-28 | 1 | -1/+1 |
| |