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
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-30dont hold a transaction during the move to trashRobin Appelman
2020-09-24Update autloaderRoeland Jago Douma
2020-09-23Delete files that exceed trashbin size immediatelyJulius Härtl
2020-09-18Bump versionsJoas Schilling
2020-09-18[tx-robot] updated from transifexNextcloud bot
2020-09-17Fix variable name and add spaces around path in info log lineMorris Jobke
2020-09-15Update .l10nignore for apps to exclude bundled JS filesMorris Jobke
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-01Tests only: Forward calls to getUserValue and getAppValueDaniel Kesselberg
2020-09-01Change free space calculationDaniel Kesselberg
2020-08-28[tx-robot] updated from transifexNextcloud bot
2020-08-26[tx-robot] updated from transifexNextcloud bot
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-17Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke
2020-08-13[tx-robot] updated from transifexNextcloud bot
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-08-07Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbinblizzz
2020-08-07[tx-robot] updated from transifexNextcloud bot
2020-07-31Merge pull request #22067 from nextcloud/dependabot/npm_and_yarn/variousMorris Jobke
2020-07-31Bump compiled filesJohn Molakvoæ (skjnldsv)
2020-07-30fix object store trashbin handlingRobin Appelman
2020-07-29[tx-robot] updated from transifexNextcloud bot
2020-07-23Use IBootstrap for the files_trashbin appMorris Jobke
2020-07-23rollback cache rename if trashbin move failsRobin Appelman
2020-07-23fix moving files from external storage to object store trashbinRobin Appelman
2020-07-21Merge pull request #21658 from nextcloud/trashbin-configurable-sizeMorris Jobke
2020-07-20Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)
2020-07-19[tx-robot] updated from transifexNextcloud bot
2020-07-16Clean up container usage in files trashbinChristoph Wurst
2020-07-14Compile assetsnpmbuildbot[bot]
2020-07-11[tx-robot] updated from transifexNextcloud bot
2020-07-09[tx-robot] updated from transifexNextcloud bot
2020-07-07allow admin to configure the max trashbin sizeRobin Appelman
2020-07-07Bump bundlesJulius Härtl
2020-07-06Update class loadersJoas Schilling
2020-07-06Move files_trashbin to migrationsJoas Schilling
2020-06-26Also always return in app commandsJoas Schilling
2020-06-24Update share type constant usageJoas Schilling
2020-06-03[tx-robot] updated from transifexNextcloud bot
2020-06-02[tx-robot] updated from transifexNextcloud bot
2020-05-21[tx-robot] updated from transifexNextcloud bot
2020-05-07Bump app versions and requirementsJoas Schilling
2020-05-06add locking to resolve concurent move to trashbin conflictsRobin Appelman
2020-05-01[tx-robot] updated from transifexNextcloud bot
2020-04-29Update license headers for 19Christoph Wurst
2020-04-21[tx-robot] updated from transifexNextcloud bot
2020-04-13Bump css-loader from 3.4.1 to 3.5.2dependabot-preview[bot]
2020-04-11Merge pull request #20185 from azul/open-new_tabJohn Molakvoæ