aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Command/ExpireTrash.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Catch exceptions when expiring trashbinartonge/fix/catch_exception_in_expire_trashLouis Chemineau2025-04-021-5/+11
* chore: Use iterator in ExpireTrash commandLouis Chemineau2025-04-021-2/+4
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-15/+4
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-021-22/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Improve auto expiration hintszaimen2021-08-081-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Also always return in app commandsJoas Schilling2020-06-261-3/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Update license headersMorris Jobke2017-11-061-1/+3
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-281-2/+2
* Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-291-0/+127