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
2021-10-11Add configuration flag to disable the background job for files_versionsDaniel Kesselberg
2021-10-08Merge pull request #27408 from PhrozenByte/enhancement/FilesVersionsCleanUpPathVincent Petry
2021-10-07Improve occ versions:cleanup --path optionDaniel Rudolf
2021-08-20Merge pull request #28458 from nextcloud/expose-user-language-davRichard Steinmetz
2021-08-18use search to find versions to expireRobin Appelman
2021-08-16Expose user language through DAVThomas Citharel
2021-08-08Improve auto expiration hintszaimen
2021-07-23Remove allmost all deprecation from the files_version appCarl Schwan
2021-06-07Add occ versions:cleanup --path optionDaniel Rudolf
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-21Drop \OCP\UserChristoph Wurst
2021-03-10Restrict autocompletion also based on the phonebook known usersJoas Schilling
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-05dont stop expiring versions if we cant check if the source file still existsRobin Appelman
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-25Catch storage not available in versions expire commandChristoph Wurst
2020-10-12Return all keys in getAllVersions() insteadMorris Jobke
2020-10-12Fix undefined index and consequential damages in versions codeChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-07-16Migrate files versions to the PSR containerChristoph Wurst
2020-07-09Move files_versions to bootstrap mechanismMorris Jobke
2020-06-26Add missing returnJoas Schilling
2020-06-26Also always return in app commandsJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-12Fix #19066 - Array offset error due to empty file versions arrayLiam JACK
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-08Fix multiline commentsChristoph 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-26Remove unused importsChristoph Wurst
2020-03-06Fix mismatching docblock return typesChristoph Wurst
2019-12-09Merge pull request #18231 from nextcloud/fix/shared_version_restoreRoeland Jago Douma
2019-12-05Fix restoring shared versionsRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-03respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-06Fix files_versions app LoadSidebar eventJohn Molakvoæ (skjnldsv)
2019-11-04Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ
2019-10-17use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon
2019-10-14Set the proper filename for version downloadsRoeland Jago Douma
2019-10-11Do not create Application instances directlyChristoph Wurst