aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/config.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove config.php for oc.jsRoeland Jago Douma2016-10-311-207/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cache avatars properlyRoeland Jago Douma2016-08-301-3/+11
| | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-3/+4
|
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+4
| | | | Fixes https://github.com/nextcloud/server/issues/50
* Migrate logic to dynamic controllerLukas Reschke2016-06-271-1/+1
| | | | Also adds support for having custom login backgrounds
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Fix js strings if group sharing is disabledRoeland Jago Douma2016-03-221-1/+2
|
* Update author informationLukas Reschke2016-03-011-1/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* changed variables to lowercaseVincent Chan2016-02-021-5/+5
|
* Move data protection check to javascriptVincent Chan2016-02-011-0/+8
| | | | fixes #20199
* Make enable_avatars setting more robustMorris Jobke2016-01-271-1/+1
| | | | | * handles the setting in the same way everywhere * fixes #21949
* Deprecate getFirstWeekDay() and getDateFormat() in favor of l()Joas Schilling2016-01-261-2/+2
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Add check for .well-known URL in the root of the webservers URLMorris Jobke2016-01-081-0/+1
| | | | * fixes #20012
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-1/+1
|
* Allow specifying a custom reset-password-urlJoas Schilling2015-12-071-0/+1
|
* Merge pull request #11131 from owncloud/use-phpini-wrapperThomas Müller2015-12-071-1/+1
|\ | | | | Replacing ini_get instances with inigetwrapper usages
| * Replacing ini_get instances with inigetwrapper usagesClark Tomlinson2015-11-231-1/+1
| |
* | Support pretty URLsLukas Reschke2015-12-011-0/+1
|/ | | | | | | | | | | | This changeset allows ownCloud to run with pretty URLs, they will be used if mod_rewrite and mod_env are available. This means basically that the `index.php` in the URL is not shown to the user anymore. Also the not deprecated functions to generate URLs have been modified to support this behaviour, old functions such as `filePath` will still behave as before for compatibility reasons. Examples: http://localhost/owncloud/index.php/s/AIDyKbxiRZWAAjP => http://localhost/owncloud/s/AIDyKbxiRZWAAjP http://localhost/owncloud/index.php/apps/files/ => http://localhost/owncloud/apps/files/ Due to the way our CSS and JS is structured the .htaccess uses some hacks for the final result but could be worse... And I was just annoyed by all that users crying for the removal of `index.php` ;-)
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Fix regressionMorris Jobke2015-08-241-1/+1
| | | | * fixes #18529
* Remove DEBUG constant and use config valueMorris Jobke2015-08-241-1/+1
| | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value
* Make short versions of weekday/month names translatableHasso Tepper2015-08-211-0/+38
|
* Javascript mimetype icon resolverRoeland Jago Douma2015-07-061-1/+2
| | | | | | | | | | | | | | | | | This makes it possible to retrieve the icon for mimetypes in javascript. It makes no additional queries to the server to retrieve the mimetype. * config/mimetypealiases.json added * mimetype.js: this is where the logic resides to convert from mimetype to icon url * mimetypelist.js: generated file with a list of mimetype mapping (aliases) and the list of icon files * ./occ maintenance:mimetypesjs : new command for occ to gernerate mimetypes.js * unit tests updated and still work * javascript tests added * theming support * folder of the theme is now present in javascript (OC.theme.folder)
* 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
|/ /