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-09-29Sync all users to the system addresssbookJoas Schilling
2020-09-25Fix numeric folders throwing on markDirtyJoas Schilling
2020-09-14Mitigate encoding issue with user principal uriGeorg Ehrke
2020-09-10Properly catch exception from writing to stream when copying a fileJulius Härtl
2020-09-03Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl
2020-08-20Add ability to limit sharing to ownerGeorg Ehrke
2020-08-13Return proper status when file didn't exist beforeJulius Härtl
2020-08-13Delete chunks if the move on an upload failedJulius Härtl
2020-08-06Short php syntaxJoas Schilling
2020-08-06coding style fixesArthur Schiwon
2020-07-14Do not log RequestedRangeNotSatisfiable exceptions in DAVRoeland Jago Douma
2020-07-06Merge pull request #21710 from nextcloud/backport/21074/stable19Morris Jobke
2020-07-06In LockPlugin, only release a lock if it was acquiredJaakko Salo
2020-07-06Changes the Birthday calendar color to slightly brighter oneGeorg Ehrke
2020-06-15Fix pagination of contacts searchJoas Schilling
2020-06-05Fix empty event UUID reminder notificationsThomas Citharel
2020-05-08Rename app-generated to z-app-generated, because macOS Contacts supports only...Georg Ehrke
2020-05-01Fix owner on publicownerwrapperRoeland Jago Douma
2020-04-30Merge pull request #20718 from nextcloud/fix/public_share_owner_activity_messMorris Jobke
2020-04-30Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculationRoeland Jago Douma
2020-04-30Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma
2020-04-30Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma
2020-04-29Temporary fix contacts searchJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-27Merge pull request #20632 from nextcloud/bugfix/20624Morris Jobke
2020-04-26Provide links to calendar in event creation/update activitiesThomas Citharel
2020-04-24Do not include mountpoints when calculating quota usage on WebDAVJulius Härtl
2020-04-24Merge pull request #20570 from nextcloud/fix/20235/use_uploadfileRoeland Jago Douma
2020-04-24Only catch anonymous OPTIONS for OfficeJulius Härtl
2020-04-23Use paginated search for contactsJulius Härtl
2020-04-22Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma
2020-04-21Use a proper upload file so propfinds return 404Roeland Jago Douma
2020-04-21Fix usages of afterMethod -> afterMethod:*Georg Ehrke
2020-04-21Make sure that OC-ETag is set againRoeland Jago Douma
2020-04-17Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma
2020-04-17Update list of multiple propertiesJohn Molakvoæ (skjnldsv)
2020-04-15Update Contact Size after removing photoGeorg Ehrke
2020-04-15Don't populate the PHOTO property when it's not an imageJoas Schilling
2020-04-15Always transform the etag and read the dataJoas Schilling
2020-04-15Use table variable everywhereJoas Schilling
2020-04-15DAV's exception logger should deal with any ThrowableArthur Schiwon
2020-04-15Merge pull request #20138 from nextcloud/bugfix/noid/make-remote-checking-mor...Joas Schilling
2020-04-15Merge pull request #19351 from nextcloud/dav-upload-hashRoeland Jago Douma
2020-04-14Check all remotes for local accessJoas Schilling
2020-04-14Verify that destination is not a directory.Daniel Kesselberg
2020-04-13Only delete the default calendar setting when the default calendarThomas Citharel
2020-04-13Provide dav setting for user's default calendarThomas Citharel
2020-04-13dont set headers for cliRobin Appelman
2020-04-13Return hashes of uploaded content for dav uploadsRobin Appelman
2020-04-10Format code according to PSR2Christoph Wurst