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-03-11remove explicit fclose from S3->writeStreamRobin Appelman
2021-03-10reuse usermanager instance when processing search resultsRobin Appelman
2021-03-09Fix RedundantPropertyInitializationCheckRoeland Jago Douma
2021-03-05Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-03-04Remove RedundantcastsRoeland Jago Douma
2021-02-26Properly end iterating over the file once the target has been reachedJulius Härtl
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-15move AbstractCacheEvent into OCPRobin Appelman
2021-02-10Type the service registrationChristoph Wurst
2021-02-02Merge pull request #24700 from Imajie/s3-credsRoeland Jago Douma
2021-02-02Avoid template creators being registered multiple timesJulius Härtl
2021-01-29Use proper path for scannerJulius Härtl
2021-01-29Obtain the user language from the passed in user idJulius Härtl
2021-01-29Normalize compared path to avoid renaming to the same directoryJulius Härtl
2021-01-28Move TemplateProvider registration to boot context and make template type reg...Julius Härtl
2021-01-28Only create template directory if it is present in the default skeletonJulius Härtl
2021-01-28Skip template picker if none availableJohn Molakvoæ (skjnldsv)
2021-01-28Add templatedirectory config value to let admins have their custom templates ...Julius Härtl
2021-01-28Add template pickerJohn Molakvoæ (skjnldsv)
2021-01-28files: Create files from template APIJulius Härtl
2021-01-20explicitly set permissions on newly created foldersRobin Appelman
2021-01-12Add 'allow Symlinks' as an option to config.phpJohannes Leuker
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-06ignore files that have no read permissions during scanningRobin Appelman
2021-01-05Properly handle result when copying with failure and throw in testsJulius Härtl
2020-12-30Update license headersChristoph Wurst
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-22Merge pull request #24594 from kofemann/dcacheJulius Härtl
2020-12-21storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan
2020-12-21Merge pull request #24715 from nextcloud/bug/noid/limit-get-incomplete-to-1Roeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-16Fix failing testsJames Letendre
2020-12-16Add web identity provider to S3 connection chainJames Letendre
2020-12-15Limit getIncomplete query to one rowDaniel Kesselberg
2020-12-15Replace defaultProvider with explicit calls to exclude user home directory lo...James Letendre
2020-12-14Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre
2020-12-07files: Local#writeStream should use it's own file_put_contentsTigran Mkrtchyan
2020-12-02Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma
2020-12-02code style and dispatchTypedRobin Appelman
2020-12-02Fix file size computation on 32bit platformsaler9
2020-11-26rename cache event to follow new naming standardsRobin Appelman
2020-11-26extend cache eventsRobin Appelman
2020-11-24use in objectstore copyRobin Appelman
2020-11-10Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-09Merge pull request #23937 from nextcloud/bugfix/noid/files-ocdbJohn Molakvoæ
2020-11-09Merge pull request #23982 from nextcloud/fix/quota-storage-getsizeMorris Jobke