Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-12move loading of JS and CSS to templateMorris Jobke
2014-12-12remove PHP generated user list and move all to the existing JS partMorris Jobke
2014-12-09reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke
* files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
2014-11-05drop jquery.inview as it is unusedMorris Jobke
2014-09-05Using countUsers method to return true count of usersClark Tomlinson
2014-07-16Port of #9584Stephan Peijnik
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>
2014-06-23Better Logic to display user count for everyone.raghunayyar
2014-06-02small fixes / cleanupArthur Schiwon
2014-06-02Add spaceLukas Reschke
2014-06-02Rename $accessibleusers to $accessibleUsersLukas Reschke
2014-06-02Rename $isadmin to $isAdminLukas Reschke
2014-06-02unify and consolidate group fetching method for initial template fill and ↵Arthur Schiwon
ajax request
2014-06-02enable group filteringArthur Schiwon
2014-06-02make filter work on server-sideArthur Schiwon
2014-06-02refactor delete handling and apply it to users and groupsArthur Schiwon
2014-06-02resolving conflict when picking 8b81a0braghunayyar
2014-06-02sort groups by user countArthur Schiwon
2014-06-02Splits Code for Users and Groups.raghunayyar
2014-06-02add Last Login columnArthur Schiwon
2014-06-02add Storage Location colArthur Schiwon
2014-06-02Removes Delete Icon from Admin Group.raghunayyar
2014-06-02Reverts last commit, implements user in group count.raghunayyar
2014-03-25killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller
handleRequest()
2013-09-09Pass view in \OC_Avatar to constructor and use $_ for enable_avatarskondou
2013-08-26Clean up some cruftkondou
2013-08-25Modularize get(), async getAvatar, avatars @ usermgmtkondou
And other small improvements
2013-08-15Use JSON to send/receive group data.Owen Winkler
Squashed commits from PR #4364 for master.
2013-07-21Use !== and === in settings.kondou
2013-05-16allow admin to recover users files in case of password lostBjörn Schießle
2013-02-22Style cleanup settingsBart Visscher
2013-02-11Split editable select code used for quota selection into a jquery pluginRobin Appelman
2013-01-30fix typo in variable nameBjörn Schießle
2013-01-28prepare user table to show and edit display namesBjörn Schießle
2013-01-25typo fixedBjörn Schießle
2013-01-25compare the correct uidsBjörn Schießle
2013-01-25get all display names from users in a given groupBjörn Schießle
2013-01-25get all display namesBjörn Schießle
2013-01-16Spaces to tabsBart Visscher
2013-01-16Fix regression caused by 31b1a73e1f508a33843835b632ee05c7bfc2aaafDaniel Molkentin
2013-01-14Check if user is admin - boolLukas Reschke
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 :)
2012-12-29Change old variable name $default_quota to $defaultQuotaMichael Gapczynski
2012-12-21moving logic from template to the 'controller'Thomas Müller
THX @VicDeo
2012-12-20remove unused codeThomas Müller
2012-12-20enable translations for quota sizes 'none' and 'default'Thomas Müller
2012-12-15change storage space 'none' to 'Unlimited' and capitalize DefaultJan-Christoph Borchardt
2012-11-05Style: Remove all the dangling white spacesFelix Moeller
2012-11-04Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller
2012-09-29Convert menu entries of settings pages to use routerBart Visscher
2012-09-07adding space between) and {Thomas Mueller
2012-09-04Update settings/users.phpThomas Müller
respect coding style