aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/defaults.php
Commit message (Collapse)AuthorAgeFilesLines
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-286/+0
| | | | | | As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-151-0/+3
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-1/+1
|
* Revert "make knowledge base url configurable"Joas Schilling2015-08-111-19/+0
| | | | This reverts commit 8fb89056bd2f99b1df7dc7a3970fc293272c8ab6.
* make knowledge base url configurableBjoern Schiessle2015-07-291-0/+19
|
* Add proper versioning for doc URLLukas Reschke2015-05-021-1/+1
| | | | | | As per 8.1 we have docs for minor versions as well so we need to link to `8.1` here instead to `8.0`. Fixes https://github.com/owncloud/core/issues/16002
* Update license headersJenkins for ownCloud2015-03-261-3/+27
|
* Add more HTTPS endpointsLukas Reschke2015-02-271-1/+1
| | | | The doc server can now finally speak SSL...
* Revert "Updating license headers"Morris Jobke2015-02-261-28/+3
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-3/+28
|
* Merge pull request #13890 from owncloud/add-no-referrerLukas Reschke2015-02-161-1/+2
|\ | | | | Add `rel="noreferrer"` where possible and switch to HTTPS
| * Add noreferrer to footer URILukas Reschke2015-02-161-1/+2
| |
* | catch any whitespaces which might get written to the output buffer while ↵Thomas Müller2015-02-121-6/+9
|/ | | | loading a theme
* Support HTML in logo claimLukas Reschke2014-11-031-0/+12
|
* Merge pull request #10667 from pmjdebruijn/itunes-appidThomas Müller2014-09-031-0/+14
|\ | | | | defaults: add customizable defaultiTunesAppId
| * defaults: add customizable defaultiTunesAppIdPascal de Bruijn2014-08-271-0/+14
| |
* | Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|/
* remove escaping because it's unneededMorris Jobke2014-08-051-1/+1
|
* fix uppercase issueMorris Jobke2014-08-051-4/+4
|
* Add ability to theme iOS and Android client URLs just like desktop URLs.scolebrook2014-08-051-13/+41
|
* make sure that 'OC_Theme' exists before checking if the method existsBjoern Schiessle2014-07-151-1/+1
|
* more strings to translate in utils also some fixes in defaultsVolkan Gezer2014-06-281-2/+5
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
|
* Switch to HTTPSLukas Reschke2014-04-061-1/+1
|
* Remove wrong whitespace from URL and use HTTPSLukas Reschke2014-04-061-1/+1
| | | | | The whitespace caused the generated links to begin with a whitespace (e.g. `<a href=" http://owncloud.org/sync-clients/" target="_blank">`) Additionally I switched the link to HTTPS.
* make mail notification header color themableJan-Christoph Borchardt2014-03-031-0/+14
|
* introduce new theme function to allow full creation of documentation links: ↵Thomas Müller2014-02-251-0/+7
| | | | buildDocLinkToKey()
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|
* fix defaults.php docMorris Jobke2013-11-251-6/+44
|
* Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-10-021-2/+3
| | | | | Conflicts: lib/private/util.php
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+135
Conflicts: lib/private/vcategories.php