summaryrefslogtreecommitdiffstats
path: root/settings/ajax/removeuser.php
Commit message (Collapse)AuthorAgeFilesLines
* init language object before using itGeorg Ehrke2013-06-121-0/+1
|
* Check if user is admin - boolLukas Reschke2013-01-141-1/+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 :)
* Merge branch 'master' into routingBart Visscher2012-10-171-0/+5
|\ | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php
| * Disallow users to delete their own accountsLukas Reschke2012-10-101-1/+6
| |
* | Make the settings ajax calls use the routerBart Visscher2012-10-021-3/+0
|/
* Update settings/ajax/removeuser.phpThomas Müller2012-09-041-1/+1
| | | $l->t added for error message
* Update settings/ajax/removeuser.phpThomas Müller2012-09-041-3/+3
| | | respect coding style
* fix copy&paste fail and deny subadmins to set the default qoutaGeorg Ehrke2012-07-191-1/+1
|
* simplify code of remoteuser.phpGeorg Ehrke2012-07-191-14/+4
|
* fix removeuser.php for subadminsGeorg Ehrke2012-07-181-1/+17
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* CSRF check in the settingsLukas Reschke2012-07-071-0/+1
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-10/+3
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-131-0/+25