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-09-05Fix typos in apps/ subdirectoryfix/fix-apps-typosluz paz
2022-08-23Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan
2022-08-08Port existing server code to new interfaceCarl Schwan
2022-08-01Remove OCP\App and OCP\BackgroundJobcleanup/remove-long-deprecated-classesCarl Schwan
2022-07-12Merge pull request #32507 from carlcsaposs/restoreVincent Petry
2022-07-06Fix trashbin expiration notice casingfix/trashbin-expiration-notice-casingChristopher Ng
2022-07-04Sort files by deletion time before restoring in RestoreAllFilesCarl Csaposs
2022-06-30Merge pull request #33068 from nextcloud/enh/note-trashbin-expirationPytal
2022-06-29Add trashbin export expiration noticeenh/note-trashbin-expirationChristopher Ng
2022-06-29use size from cache to determine whether to skip the trashbinRobin Appelman
2022-05-30Update method nameChristopher Ng
2022-05-30Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet
2022-05-30Implement getExportEstimatedSize in migratorsCôme Chilliet
2022-05-16Fix psalm errors fron the end of the baseline fileCarl Schwan
2022-04-13Fix migrators according to exceptionsVincent Petry
2022-04-13Adapt existing migrators to new APICôme Chilliet
2022-04-11Use Migrators id instead of class namesCôme Chilliet
2022-04-08Extend trashbin migratorChristopher Ng
2022-03-30more concise output, code style fixesRobin Appelman
2022-03-30Add trashbin:restore occ commandcahogan
2022-03-29Merge pull request #31575 from nextcloud/enh/add-trashbin-migratorCôme Chilliet
2022-03-24Add a guard to check that trashbin folder is a folderenh/add-trashbin-migratorCôme Chilliet
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2022-03-24Improve wording of output for trashbin migratorCôme Chilliet
2022-03-22Rename PATH constants to show if folder or fileCôme Chilliet
2022-03-17Rename $insert var to $qbCôme Chilliet
2022-03-17Add trashbin migrator to export and import trashbin dataCôme Chilliet
2021-12-21Merge pull request #28438 from csware/issue-1649John Molakvoæ
2021-11-09Show most recently deleted files first in trash canOrzu Ionut
2021-10-11Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg
2021-08-19Don't die with LockedException when removing/restoring multiple files from trashSven Strickroth
2021-08-08Improve auto expiration hintszaimen
2021-06-14rework search api to allow searching on multiple caches at onceRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-21Drop \OCP\UserChristoph Wurst
2021-05-14Use parent wrapper to properly handle moves on the same source/target storageJulius Härtl
2021-05-05Fix usage of rename executeUpdateChristoph Wurst
2021-03-11Cleanp execute usage in the trashbinRoeland Jago Douma
2021-03-03Remove trash items from other trash backends when deleting allJulius Härtl
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-22Do not obtain userFolder of a federated userRoeland Jago Douma
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-23Make oc_files_trash.auto_id a bigintVincent Petry
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-20Merge pull request #24094 from nextcloud/bugfix/noid/trash-appdataMorris Jobke
2020-11-13Only attempt to move to trash if a file is not in appdataJulius Härtl
2020-11-09Don't leave cursors open when tests failJoas Schilling