summaryrefslogtreecommitdiffstats
path: root/lib/subadmin.php
Commit message (Collapse)AuthorAgeFilesLines
* Check if user is admin - boolLukas Reschke2013-01-141-1/+6
| | | | | | | | | | | 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 :)
* Fix a typoLukas Reschke2012-09-301-1/+1
|
* adding space between) and {Thomas Mueller2012-09-071-20/+20
|
* Whitespace fixes in libBart Visscher2012-08-291-7/+7
|
* don't allow group admins to change admin's accountsGeorg Ehrke2012-08-261-0/+3
|
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-9/+9
|
* add some hooks for subadminsGeorg Ehrke2012-07-211-1/+24
|
* add isGroupAccessible in OC_SubAdminGeorg Ehrke2012-07-191-0/+7
|
* add some doc for lib/subadmin.phpGeorg Ehrke2012-07-191-1/+14
|
* add isUserAccessible method to OC_SubAdmin classGeorg Ehrke2012-07-191-0/+13
|
* subadmins can now add usersGeorg Ehrke2012-07-151-9/+27
|
* some work on subadminsGeorg Ehrke2012-07-091-0/+107