Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 1 | -26/+0 |
| | | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future. | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -2/+2 |
| | |||||
* | init language object before using it | Georg Ehrke | 2013-06-12 | 1 | -0/+1 |
| | |||||
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -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 routing | Bart Visscher | 2012-10-17 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| * | Disallow users to delete their own accounts | Lukas Reschke | 2012-10-10 | 1 | -1/+6 |
| | | |||||
* | | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -3/+0 |
|/ | |||||
* | Update settings/ajax/removeuser.php | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | | | $l->t added for error message | ||||
* | Update settings/ajax/removeuser.php | Thomas Müller | 2012-09-04 | 1 | -3/+3 |
| | | | respect coding style | ||||
* | fix copy&paste fail and deny subadmins to set the default qouta | Georg Ehrke | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | simplify code of remoteuser.php | Georg Ehrke | 2012-07-19 | 1 | -14/+4 |
| | |||||
* | fix removeuser.php for subadmins | Georg Ehrke | 2012-07-18 | 1 | -1/+17 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | CSRF check in the settings | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -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 settings | Jan-Christoph Borchardt | 2011-08-13 | 1 | -0/+25 |