aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Maintenance/UpdateTheme.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-0/+1
| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* chore: Add SPDX headerAndy Scherzinger2024-05-261-22/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Uses PHP8's constructor property promotion in core/Command/Maintenance classes.Faraz Samapoor2023-06-191-5/+1
| | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-6/+2
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add return value to all commandsJoas Schilling2020-06-261-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix syntaxJoas Schilling2020-05-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-10/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add command to apply updates to custom themesJulius Härtl2017-07-051-0/+64
Signed-off-by: Julius Härtl <jus@bitgrid.net>