aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/404.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-271-0/+5
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(404): Extend 404 error message to mention possibly missing permissionsMarcel Klehr2023-04-261-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Use proper error pages instead of always redirectingJulius Härtl2022-10-211-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-1/+1
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-3/+3
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve 404 page design, fix #11370Jan-Christoph Borchardt2018-10-031-7/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix 403 and 404 redirectMorris Jobke2017-07-261-4/+4
| | | | | | | | * Nextcloud is not properly loaded in the standalone version (especially the theming) * it is already not listed anymore in the Nginx config (see nextcloud/documentation#392) * the index.php-free version doesn't support this Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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