Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-25skip localstorage dependend trashbin test when not using local user storageRobin Appelman
2022-01-11Replace license information to SPDX expressionLouis Chemineau
2021-12-16Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet
2021-11-10Update filelist testOrzu Ionut
2021-10-11Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-20Fix broken Expiration testJoas Schilling
2021-03-31Bump js licensesJohn Molakvoæ (skjnldsv)
2021-03-02Merge pull request #25568 from nextcloud/move-storage-disable-cacheRobin Appelman
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-17disable trasbin during the moveFromStorage fallbackRobin Appelman
2021-01-20Re-use fetched dependencies in lib/base.phpMorris Jobke
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-07FIXRoeland Jago Douma
2020-11-13Bump jquery from 2.2.4 to 3.1.0Christoph Wurst
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-10-13Sort deleted files by most recently deleted firstJan C. Borchardt
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-01Tests only: Forward calls to getUserValue and getAppValueDaniel Kesselberg
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-23Use IBootstrap for the files_trashbin appMorris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-05-06add locking to resolve concurent move to trashbin conflictsRobin Appelman
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-15Move deprecated aliases over to new registrationRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-02Fix testsJohn Molakvoæ (skjnldsv)
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-20Fix share testsRoeland Jago Douma
2019-11-04set retention obligation on existing `expiration` in testsRobin Appelman
2019-10-31fixup! fix tests?Roeland Jago Douma
2019-10-31fix tests?Roeland Jago Douma
2019-08-06Emit moveToTrash event only for the deleting userJulius Härtl
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-03-13Do not run fragile TrashbinTestMorris Jobke
2018-11-01Add test OCA\Files_Trashbin\CapabilitiesUnknown