aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/tests/BackgroundJob
Commit message (Collapse)AuthorAgeFilesLines
* test: Migrate files_versions to PHPUnit 10tests/noid/migrate-files_versionsJoas Schilling2025-05-201-11/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-021-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix a few tests that were using too big int values for 32bitsCôme Chilliet2023-02-071-2/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix many tests and warningsCarl Schwan2022-08-081-2/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port existing server code to new interfaceCarl Schwan2022-08-081-6/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add configuration flag to disable the background job for files_versionsDaniel Kesselberg2021-10-111-0/+77
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>