summaryrefslogtreecommitdiffstats
path: root/lib/private/template.php
Commit message (Expand)AuthorAgeFilesLines
* add $prepend option to addStyle() & addVendorStyle()Individual IT Services2015-09-251-14/+14
* Clean codeThomas Müller2015-09-241-56/+66
* do not load unnecessary code in case of webdavIndividual IT Services2015-09-231-0/+77
* Remove DEBUG constant and use config valueMorris Jobke2015-08-241-1/+1
* [PHP 7] Change type hint to also accept ErrorsLukas Reschke2015-08-041-2/+2
* Update license headersJenkins for ownCloud2015-03-261-13/+23
* show exception type in debug modeRobin Appelman2015-03-201-0/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+14
* Updating license headersJenkins for ownCloud2015-02-231-14/+23
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-2/+3
* Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-091-1/+1
* allow css/js asset directory to be relocated (#13053)Adam Williamson2015-01-051-2/+3
* Fix extra quotes in custom tags in headerdrarko2014-12-181-1/+1
* Drop form_factor that is appended to JS, CSS and template filenamesMorris Jobke2014-11-121-69/+4
* Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text...Lukas Reschke2014-10-281-6/+21
* adding cssmin and jssmin(minify)Thomas Müller2014-10-171-2/+32
* Do not show exception to the end-userLukas Reschke2014-09-171-25/+12
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* Don't register the call when rendering error pagesRobin Appelman2014-08-291-4/+5
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-6/+6
* Escape error messagesLukas Reschke2014-08-271-4/+4
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-11/+11
* Now settings CSS class with appid in content DIVVincent Petry2014-05-151-1/+3
* Some more PHPDoc fixesLukas Reschke2014-04-211-2/+2
* Fix indentationLukas Reschke2014-04-131-1/+2
* Move security headers to base.phpLukas Reschke2014-04-131-25/+1
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+5
* Do not use L10n when logging exceptionsVincent Petry2013-12-161-2/+1
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+311