summaryrefslogtreecommitdiffstats
path: root/settings/ajax/setlanguage.php
Commit message (Collapse)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Move findAvailableLanguages() to the factoryJoas Schilling2016-01-261-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-1/+24
|
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+24
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-1/+1
| | | | | | 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
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+1
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* Use !== and === in settings.kondou2013-07-211-1/+1
|
* 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