aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Command/CleanUp.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-021-21/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files_versions): Improve files version listingLouis Chemineau2024-03-061-0/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Revert "Reapply "Cleanup versions entity in during versions:clean command""Louis Chemineau2024-02-081-3/+0
| | | | This reverts commit ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* Reapply "Cleanup versions entity in during versions:clean command"Louis Chemineau2024-02-071-0/+3
| | | | This reverts commit 17ee5968263a5bb96f4ca1d50845ad06066f8062.
* Revert "Cleanup versions entity in during versions:clean command"Louis Chemineau2024-02-011-3/+0
| | | | This reverts commit 1ec9f3e5f9dd84723008137af73cf365beaf4d1b.
* Cleanup versions entity in during versions:clean commandLouis Chemineau2024-02-011-0/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Apply suggestions from code reviewFaraz Samapoor2023-09-211-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Uses early returns.Faraz Samapoor2023-08-031-23/+25
| | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Refactors files_version app commands.Faraz Samapoor2023-08-031-21/+8
| | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Improve occ versions:cleanup --path optionDaniel Rudolf2021-10-071-2/+2
| | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Add occ versions:cleanup --path optionDaniel Rudolf2021-06-071-5/+28
| | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | 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>
* Also always return in app commandsJoas Schilling2020-06-261-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
| | | | | | | | | | | | | | | 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 exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move files_versions to PSR-4 (#24571)Joas Schilling2016-05-121-0/+114