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
path: root/apps/dav
AgeCommit message (Expand)Author
2017-05-18Adjust realm from SabreDAV to NextcloudLukas Reschke
2017-05-18Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke
2017-05-18Use Bearer backend for SabreDAVLukas Reschke
2017-05-18Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke
2017-05-18[tx-robot] updated from transifexNextcloud bot
2017-05-17[tx-robot] updated from transifexNextcloud bot
2017-05-17[tx-robot] updated from transifexNextcloud bot
2017-05-16[tx-robot] updated from transifexNextcloud bot
2017-05-15Revert "fix objectstore rename"Roeland Jago Douma
2017-05-13[tx-robot] updated from transifexNextcloud bot
2017-05-11[tx-robot] updated from transifexNextcloud bot
2017-05-10[tx-robot] updated from transifexNextcloud bot
2017-05-09Stop if user folder is not availableMorris Jobke
2017-05-09Do not list system users in contacts menu if sharing autocompletion is disabledChristoph Wurst
2017-05-09[tx-robot] updated from transifexNextcloud bot
2017-05-08Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatchMorris Jobke
2017-05-08Merge pull request #4675 from nextcloud/fix_4651Morris Jobke
2017-05-08fix error when browsing the dav rootRobin Appelman
2017-05-08Fix initRoeland Jago Douma
2017-05-08fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke
2017-05-08Fix ImageExportPluginTestRoeland Jago Douma
2017-05-08No more XSSRoeland Jago Douma
2017-05-08Clear cache on vcard change/deleteRoeland Jago Douma
2017-05-08Request proper size for contacts menuRoeland Jago Douma
2017-05-08Cache the carddav photo endpointRoeland Jago Douma
2017-05-08Always dispatch Carddav eventsRoeland Jago Douma
2017-05-08[tx-robot] updated from transifexNextcloud bot
2017-05-05Enforce type hints in dav appMorris Jobke
2017-05-04check password for mail shares as wellBjoern Schiessle
2017-05-02Fix testsRoeland Jago Douma
2017-05-02Add caching to the imageexport pluginRoeland Jago Douma
2017-05-01[tx-robot] updated from transifexNextcloud bot
2017-04-29Merge pull request #4098 from nextcloud/feature/caldav_searchMorris Jobke
2017-04-28rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke
2017-04-28unit test custom calendar searchGeorg Ehrke
2017-04-28allow apps to set custom mount typesRobin Appelman
2017-04-28Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma
2017-04-27Fix class namesJoas Schilling
2017-04-27Fix last unit testsJoas Schilling
2017-04-27Don't end the abstract class name with Test.phpJoas Schilling
2017-04-27Add commentVincent Petry
2017-04-27Properly handle missing READ permissionVincent Petry
2017-04-27Fix duplicate name of classJoas Schilling
2017-04-27Merge pull request #3770 from nextcloud/faster-search-in-contactsMorris Jobke
2017-04-26Merge pull request #4503 from nextcloud/downstream-27281Roeland Jago Douma
2017-04-26Fix FutureFile MOVE to keep destination nodeVincent Petry
2017-04-26Accept moving FutureFile into a DirectoryVincent Petry
2017-04-26Moved unit tests from ObjectTree::move to DirectoryVincent Petry
2017-04-26Remove ObjectTree::move and let is use the IMoveTarget approach insteadVincent Petry
2017-04-26Ported ObjectTree::move to IMoveTarget in new DAV endpointVincent Petry