summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/tests
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+0
* don't re-get fileinfo for versioned file if it's not sharedRobin Appelman2023-03-131-1/+0
* tests(files_versions): Tear down fs to clear mount cache before testingJulius Härtl2023-03-131-1/+8
* Fix a few tests that were using too big int values for 32bitsCôme Chilliet2023-02-071-2/+1
* Fix versions restoring with S3Louis Chemineau2023-01-261-0/+33
* Fix renaming files_versionsLouis Chemineau2023-01-262-4/+2
* Handle empty files in version creation logicLouis Chemineau2023-01-261-0/+2
* Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-262-2/+2
* Lint and remove file_versions testsLouis Chemineau2022-11-283-365/+0
* Fix dynamic property warning in files_version testsCôme Chilliet2022-09-051-6/+0
* Fix many tests and warningsCarl Schwan2022-08-081-2/+6
* Port existing server code to new interfaceCarl Schwan2022-08-081-6/+3
* Replace license information to SPDX expressionLouis Chemineau2022-01-113-4/+4
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-161-0/+2
* Add configuration flag to disable the background job for files_versionsDaniel Kesselberg2021-10-111-0/+77
* test for version expireRobin Appelman2021-08-181-0/+116
* Fix tests in files_versionsCarl Schwan2021-07-232-7/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-8/+2
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-313-12/+58
* Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-201-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* FIXRoeland Jago Douma2020-12-071-36/+0
* VersioningTest:729 is unreliable and should be disabledMorris Jobke2020-10-121-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-7/+7
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-122-8/+8
* Move files_versions to bootstrap mechanismMorris Jobke2020-07-091-2/+0
* Fix testsJoas Schilling2020-06-241-0/+1
* Update share type constant usageJoas Schilling2020-06-241-7/+7
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Fix #19066 - Array offset error due to empty file versions arrayLiam JACK2020-04-121-0/+5
* Add visibility to all constantsChristoph Wurst2020-04-102-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-20/+8
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-7/+7
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-99/+99
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-4/+4
|/
* Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-151-3/+3
* Merge pull request #18231 from nextcloud/fix/shared_version_restoreRoeland Jago Douma2019-12-091-4/+56
|\
| * update testsRobin Appelman2019-12-051-4/+56
* | Update license headersChristoph Wurst2019-12-056-7/+14
|/
* Fix testsJohn Molakvoæ (skjnldsv)2019-12-021-1/+0
* Mode to modern phpunitRoeland Jago Douma2019-11-273-5/+5
* Make phpunit8 compatibleRoeland Jago Douma2019-11-273-6/+6
* Some php-cs fixesRoeland Jago Douma2019-11-222-4/+3
* Fix share testsRoeland Jago Douma2019-11-201-0/+7
* add way for version backends to programmatically specify if they should be usedRobin Appelman2019-05-211-0/+84