summaryrefslogtreecommitdiffstats
path: root/core/templates/404.php
Commit message (Collapse)AuthorAgeFilesLines
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+1
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add unit testing capabilities for templates (#23708)Thomas Müller2016-04-121-0/+3
| | | | Add unit testing capabilities for templates
* OC_Helper::linkTo is deprecatedRoeland Jago Douma2015-12-171-1/+1
| | | | Replaced with suggested (and calling body of)
* addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-171-1/+1
| | | | should be removed
* Make 404 page easier to understandLukas Reschke2014-09-171-2/+5
| | | | Fixes https://github.com/owncloud/core/issues/11133
* Allow apps to have own 404 content, closes #3225Victor Dubiniuk2013-07-291-6/+10
|
* [core] From echo to pLukas Reschke2013-02-271-2/+2
|
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* Removed some unessecary sanitizationsLukas Reschke2012-06-111-1/+1
|
* fix 2 potential xss problemsRobin Appelman2012-04-161-1/+1
|
* removed excess codeJan-Christoph Borchardt2011-08-081-9/+6
|
* fix header on error pageJan-Christoph Borchardt2011-07-301-2/+2
|
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
|
* Delete requires in applications where possibleJakob Sack2011-07-271-1/+0
|
* fix 404Kamil Domanski2011-06-231-1/+1
|
* moved core stuff to /coreJakob Sack2011-06-201-0/+19