summaryrefslogtreecommitdiffstats
path: root/core/js/config.php
Commit message (Collapse)AuthorAgeFilesLines
* Correctly generate the doc link via go.phpJoas Schilling2015-04-091-1/+2
|
* Fix config usageJoas Schilling2015-04-091-6/+5
|
* add remote share status to the configBjoern Schiessle2015-03-261-0/+4
|
* Update license headersJenkins for ownCloud2015-03-261-4/+29
|
* Revert "Updating license headers"Morris Jobke2015-02-261-28/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+28
|
* Added config checkRoeland Jago Douma2015-02-131-0/+1
|
* implement localizations based on punicThomas Müller2014-10-201-2/+2
|
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-051-0/+1
|
* use the minimum of configured session_livetime and session.gc_maxlifetime ↵Matthias Rieber2014-07-211-1/+1
| | | | for session hearbeat interval calculation
* only expire link sharesBjoern Schiessle2014-06-061-4/+6
|
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+1
|
* allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-0/+1
|
* add information about default expire date to the share dialogBjoern Schiessle2014-05-131-0/+15
|
* Add owncloud version to JS scopeJoas Schilling2014-02-261-2/+4
| | | | Fix #5361
* Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1Morris Jobke2014-02-241-0/+17
|\ | | | | Update page title when navigating through directories (local)
| * Merge branch 'master' into GuillaumeAmat-patch-1Robin Appelman2014-02-211-0/+1
| |\
| * \ Merge branch 'patch-1' of github.com:GuillaumeAmat/core into ↵Vincent Petry2014-02-201-0/+17
| |\ \ | | | | | | | | | | | | GuillaumeAmat-patch-1
| | * | Adds OC_Defaults values in javascript configGuillaume AMAT2014-02-131-0/+17
| | | |
* | | | Allow apps to add/modify config js output via hook.ringmaster2014-02-201-3/+6
| |_|/ |/| |
* | | Fix typoLukas Reschke2014-02-201-1/+1
| | |
* | | Variable value is expected and not an echoed outputLukas Reschke2014-02-201-1/+1
| | |
* | | Move oc_isadmin to the config JS scriptLukas Reschke2014-02-201-0/+1
|/ /
* / Now using PHP session lifetime as default value for the JS configVincent Petry2014-02-171-1/+1
|/ | | | | This will fix the heartbeat when the session_lifetime config parameter hasn't been set explicitly.
* Added session_keepalive settingVincent Petry2014-02-041-0/+6
| | | | | When session_keepalive is true (default) the heartbeat will be send as often as the half of the session timeout value.
* move javascript variables 'oc_current_user' and 'oc_requesttoken' to js.js - ↵Thomas Mueller2013-06-261-2/+0
| | | | fixes #3853
* cleanup after people who don't test in ieJörn Friedrich Dreyer2013-05-171-3/+3
|
* TypoLukas Reschke2013-05-121-2/+2
|
* Get config from templateLukas Reschke2013-05-121-3/+3
|
* Style cleanup core dirBart Visscher2013-02-211-3/+27
|
* Fix undefined variableLukas Reschke2013-01-261-3/+7
|
* Move requesttoken to oc-requesttoken.jsLukas Reschke2013-01-211-7/+2
|
* Move config to core/js/config.phpLukas Reschke2013-01-211-0/+42