aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Preview
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-263-56/+6
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-2/+2
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-5/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-203-36/+19
* add command to generate a preview for a fileRobin Appelman2023-04-031-0/+141
* FIX: This fill finish -> This will finishsodimel2023-01-261-1/+1
* Attempt to fix errors in Repair command testsCôme Chilliet2023-01-201-0/+2
* Update core to PHP 7.4 standardCarl Schwan2022-05-202-38/+29
* Allow to delete non-migrated previews instead of moving themJohn Molakvoæ2021-12-091-6/+25
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
* Add OCC command to reset rendered textsDaniel Calviño Sánchez2021-03-011-0/+202
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Migrate verbose messages to inline syntax of writeln()Morris Jobke2020-09-171-11/+3
* Show lock messages only in verbose modeMorris Jobke2020-09-171-2/+2
* Allow to run occ preview:repair in parallelMorris Jobke2020-09-171-1/+19
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use array_filter insteadMorris Jobke2020-08-071-10/+9
* Add occ preview:migrate to migrate previews from the old flat structure to a ...Morris Jobke2020-08-061-0/+280