summaryrefslogtreecommitdiffstats
path: root/settings/ajax/setlanguage.php
Commit message (Collapse)AuthorAgeFilesLines
* Make the settings ajax calls use the routerBart Visscher2012-10-021-3/+0
|
* Update settings/ajax/setlanguage.phpThomas Müller2012-09-041-3/+3
| | | respect coding style
* 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
|
* sanity check on language selectionRobin Appelman2012-04-151-2/+8
|
* reuse OC_L10N objectsRobin Appelman2012-04-141-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.
* Renaming classes :-)Jakob Sack2011-07-291-2/+2
|
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-221-1/+1
|
* make personal settings translatableRobin Appelman2011-06-201-3/+5
|
* add settings option for languageRobin Appelman2011-06-201-0/+24