summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/JSConfigHelper.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Provide config though initial state serviceJulius Härtl2020-04-231-23/+34
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* Expose internal expiration dates to JSRoeland Jago Douma2019-11-271-1/+11
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-1/+1
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa...Christoph Wurst2019-05-131-1/+1
* Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-071-1/+1
* Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-061-1/+1
* Move oc_debug to the bundleChristoph Wurst2019-05-061-1/+1
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-031-1/+1
* Move oc_config to the bundleChristoph Wurst2019-05-021-1/+1
* Expose the info to the JSRoeland Jago Douma2018-11-021-3/+10
* add global site selector as user back-end which doesn't support password conf...Bjoern Schiessle2018-10-271-1/+4
* expose capabilities in jsBjoern Schiessle2018-02-271-1/+11
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-2/+2
* Fixes password input being prompted every time.Abijeet2018-01-081-0/+1
* disable password confirmation with SSOBjoern Schiessle2018-01-021-0/+3
* Hide delete button if the avatar is a generated oneJulius Härtl2017-12-191-0/+1
* Update license headersMorris Jobke2017-11-061-0/+5
* Cleanup unused methodsMorris Jobke2017-08-151-1/+1
* Logo claim is not used anymoreMorris Jobke2017-08-021-1/+1
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-3/+4
* feature endorse password for share linksBjoern Schiessle2017-04-031-0/+4
* Add ignore_files to config,Felix Heidecke2017-03-201-0/+1
* Use intval() for validation of config optionsMorris Jobke2017-02-211-2/+2
* Improve the UX for sharing settingsMorris Jobke2017-02-211-1/+3
* Always enable avatarsMorris Jobke2017-02-131-1/+1
* fix password check when using remember me loginRobin Appelman2016-11-241-4/+3
* Merge pull request #1602 from nextcloud/ignore-mod-envLukas Reschke2016-11-181-1/+1
|\
| * Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-1/+1
* | Introduce the UI for password confirmationJoas Schilling2016-11-181-1/+19
|/
* Missing returns + autoloader fileLukas Reschke2016-10-251-2/+0
* Move oc.js to a proper classRoeland Jago Douma2016-10-251-0/+245