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
2016-05-24do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst
2016-05-24when generating browser/device token, save the login name for later password ...Christoph Wurst
2016-05-20ensure comments-href returns a value also when propfind is done against remot...Arthur Schiwon
2016-05-11use the UID for creating the session token, not the login nameChristoph Wurst
2016-05-02Fixing local event delivery for calendar events based on the email addressThomas Müller
2016-04-22Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle
2016-04-21Birthday calendar should never have write acl - fixes #24154Thomas Müller
2016-04-18Add data-fingerprint property to webdavRoeland Jago Douma
2016-04-18return correct share permissions on propfindBjörn Schießle
2016-04-13Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller
2016-04-12always return the complete permissions the file was shared withBjörn Schießle
2016-04-12Fix unit test of file pluginThomas Müller
2016-04-08Fix filespluginRoeland Jago Douma
2016-04-08Add unit tests for public auth webdavRoeland Jago Douma
2016-03-31Fix unit testsRoeland Jago Douma
2016-03-31Add sharePermissions webdav propertyRoeland Jago Douma
2016-03-30apps/dav: Fix typos in comments (found and fixed by codespell)Stefan Weil
2016-03-25Merge pull request #23549 from owncloud/dav-sharetypes-remoteThomas Müller
2016-03-24Return remote shares in oc:share-types Webdav propertyVincent Petry
2016-03-24Check if request is sent from official ownCloud clientLukas Reschke
2016-03-22Merge pull request #23404 from owncloud/fix-22988Thomas Müller
2016-03-21fix unittestArthur Schiwon
2016-03-21Do not fire pre/post hooks twice on chunk uploadVincent Petry
2016-03-17Remove duplicated copyrightRoeland Jago Douma
2016-03-17Add webdav property for share info in PROPFIND responseVincent Petry
2016-03-10getOwner is not available on FileHome - fixes #23116Thomas Müller
2016-03-03Rename and move permissions are set when a file is updatableRoeland Jago Douma
2016-03-01Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-03-01Update author informationLukas Reschke
2016-03-01allow putting the part file in the view rootRobin Appelman
2016-02-29Return -3 for unlimited quotaVincent Petry
2016-02-23Fix dav unit testsJoas Schilling
2016-02-22Make non-public-method protectedJoas Schilling
2016-02-19Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller
2016-02-18Require CSRF token for non WebDAV authenticated requestsLukas Reschke
2016-02-17Check the quota on the actual file's storage in dav quota pluginVincent Petry
2016-02-10 Fix group principalThomas Müller
2016-02-09Add a test for empty mid-resultJoas Schilling
2016-02-09Fix system tag filter AND conditionVincent Petry
2016-02-08Add REPORT on files endpoint for filteringVincent Petry
2016-02-08Remove calendar-proxy support - did this ever work?Thomas Müller
2016-01-29Comments WebDAV adjustementsArthur Schiwon
2016-01-19Fix unit test - optimize codeThomas Müller
2016-01-19Show group shared addressbooksThomas Müller
2016-01-13Remove the listener pluginJoas Schilling
2016-01-12Happy new year!Thomas Müller
2016-01-08Merge pull request #21491 from owncloud/webdav_auth_no_basic_authThomas Müller
2016-01-08Adding group principals to new dav endpointThomas Müller
2016-01-07Allow only cookie auth to webdavRoeland Jago Douma