aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/update.use-cli.php
Commit message (Collapse)AuthorAgeFilesLines
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-7/+5
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
| | | | | | | | | | | | | | | 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>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Limit the size of the container on guest pagesJulius Härtl2020-01-101-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-1/+1
|
* Allow to enforce update via web UIMorris Jobke2017-05-111-0/+9
| | | | | | | | * adds a disclaimer that an update via web UI is on own risk * allows to skip the warning * fixes #4353 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly decide on actual users if instance is too bigMorris Jobke2017-05-101-1/+1
| | | | | | * state the reason why NC thinks it is a big instance Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Suggest cli based updater in case the instance is bigger - #23913Thomas Müller2016-04-181-0/+14