summaryrefslogtreecommitdiffstats
path: root/settings/ajax/togglegroups.php
Commit message (Collapse)AuthorAgeFilesLines
* Use !== and === in settings.kondou2013-07-211-2/+2
|
* Style cleanup settingsBart Visscher2013-02-211-1/+3
|
* Spaces to tabsBart Visscher2013-01-161-2/+2
|
* Check if user is admin - boolLukas Reschke2013-01-141-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 Visscher2012-12-151-1/+1
| | | | opening brace"
* Merge pull request #603 from owncloud/store_plain_groupnameBart Visscher2012-11-301-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 databaseBart Visscher2012-11-271-1/+1
| | | | | | | | It should only be sanitized before display
* | make some checks server-sideGeorg Ehrke2012-11-281-0/+6
|/
* Make the settings ajax calls use the routerBart Visscher2012-10-021-3/+0
|
* Adding missing translationThomas Mueller2012-09-041-6/+8
|
* Update settings/ajax/togglegroups.phpThomas Müller2012-09-041-6/+6
| | | respect coding style
* fix tooglegroup for subadminsGeorg Ehrke2012-07-201-1/+7
|
* 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 new sanitizeHTML() functionBjoern Schiessle2012-06-211-1/+1
|
* Sanitize group in togglegroupsMichael Gapczynski2012-05-091-1/+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/+48