Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -2/+12 |
| | |||||
* | do not remove group if it is empty | michag86 | 2015-08-18 | 1 | -3/+0 |
| | | | | | Sometimes an admin removes a user from a group but he needs the group. This is a big problem if a subadmin removes the last user of a group. He cannot recreate the group | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+26 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -25/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+25 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -2/+2 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -3/+3 |
| | |||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -2/+2 |
| | |||||
* | Style cleanup settings | Bart Visscher | 2013-02-21 | 1 | -1/+3 |
| | |||||
* | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -2/+2 |
| | |||||
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -2/+2 |
| | | | | | | | | | | | 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 "There must be a single space between the closing parenthesis and the ↵ | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
| | | | | opening brace" | ||||
* | Merge pull request #603 from owncloud/store_plain_groupname | Bart Visscher | 2012-11-30 | 1 | -1/+1 |
|\ | | | | | Group name doesn't need to be sanitized before storing it in the database | ||||
| * | Group name does't need to be sanitized before storing it in the database | Bart Visscher | 2012-11-27 | 1 | -1/+1 |
| | | | | | | | | It should only be sanitized before display | ||||
* | | make some checks server-side | Georg Ehrke | 2012-11-28 | 1 | -0/+6 |
|/ | |||||
* | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -3/+0 |
| | |||||
* | Adding missing translation | Thomas Mueller | 2012-09-04 | 1 | -6/+8 |
| | |||||
* | Update settings/ajax/togglegroups.php | Thomas Müller | 2012-09-04 | 1 | -6/+6 |
| | | | respect coding style | ||||
* | fix tooglegroup for subadmins | Georg Ehrke | 2012-07-20 | 1 | -1/+7 |
| | |||||
* | 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 new sanitizeHTML() function | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Sanitize group in togglegroups | Michael Gapczynski | 2012-05-09 | 1 | -1/+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/+48 |