nextcloud/settings/ajax
Lukas Reschke 31b1a73e1f Check if user is admin - bool
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 :)
2013-01-14 19:45:17 +01:00
..
apps Fixed new checkstyle issues in ocs.php from build #1341. 2012-11-10 01:02:47 +01:00
changepassword.php Check if user is admin - bool 2013-01-14 19:45:17 +01:00
creategroup.php Merge branch 'master' into routing 2012-10-17 16:38:11 +02:00
createuser.php Check if user is admin - bool 2013-01-14 19:45:17 +01:00
disableapp.php Remove setContentTypeHeader() 2013-01-11 17:09:36 +01:00
enableapp.php Remove setContentTypeHeader() 2013-01-11 17:09:36 +01:00
getlog.php Style: Remove all the dangling white spaces 2012-11-04 22:16:04 +01:00
lostpassword.php Revert "Verify user login before changing the password reset mail" 2012-10-15 23:50:12 +02:00
navigationdetect.php Move and fix app setting navigation detect 2012-10-29 15:04:55 +01:00
removegroup.php Make the settings ajax calls use the router 2012-10-02 18:00:23 +02:00
removeuser.php Check if user is admin - bool 2013-01-14 19:45:17 +01:00
setlanguage.php Make the settings ajax calls use the router 2012-10-02 18:00:23 +02:00
setloglevel.php Make the settings ajax calls use the router 2012-10-02 18:00:23 +02:00
setquota.php Check if user is admin - bool 2013-01-14 19:45:17 +01:00
setsecurity.php Add security section to admin menu 2013-01-11 14:18:51 +01:00
togglegroups.php Check if user is admin - bool 2013-01-14 19:45:17 +01:00
togglesubadmins.php Group name does't need to be sanitized before storing it in the database 2012-11-27 20:22:45 +01:00
userlist.php Check if user is admin - bool 2013-01-14 19:45:17 +01:00