summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/connector
Commit message (Expand)AuthorAgeFilesLines
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-1234-5619/+0
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-4/+4
* create session token for DAV clients (sync clients)Christoph Wurst2016-05-111-0/+1
* Merge pull request #24400 from owncloud/cache_shareManagerVincent Petry2016-05-061-4/+5
|\
| * Cache shareManagerRoeland Jago Douma2016-05-021-4/+5
* | Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-021-0/+8
|/
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-222-4/+33
|\
| * return correct share permissions on propfindBjörn Schießle2016-04-182-4/+33
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-201-1/+1
|\ \
| * | Fix related logicRoeland Jago Douma2016-04-191-1/+1
| |/
* / Add data-fingerprint property to webdavRoeland Jago Douma2016-04-182-2/+31
|/
* Move share-permissions property namespaceRoeland Jago Douma2016-04-151-1/+1
* Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-132-2/+10
|\
| * Fix unit test of file pluginThomas Müller2016-04-121-1/+1
| * Fix chunk file moveThomas Müller2016-04-121-1/+9
| * Initial implementation of the new chunked upload - as specified in https://dr...Thomas Müller2016-04-121-1/+1
* | always return the complete permissions the file was shared withBjörn Schießle2016-04-121-8/+0
|/
* Move public webdav auth over to share managerRoeland Jago Douma2016-04-081-45/+36
* Merge pull request #23557 from owncloud/sabre-plugin-browser-error-pageThomas Müller2016-04-042-2/+9
|\
| * In case of exception we return an html page in case the client is a browserThomas Müller2016-03-242-2/+9
* | Merge pull request #22834 from owncloud/webdav_property_for_share_permissionsThomas Müller2016-03-312-0/+56
|\ \
| * | Fix unit testsRoeland Jago Douma2016-03-311-1/+9
| * | Correct share permissions for external storagesRoeland Jago Douma2016-03-311-0/+9
| * | Add sharePermissions webdav propertyRoeland Jago Douma2016-03-312-0/+39
* | | Enforce typeLukas Reschke2016-03-311-2/+5
* | | Return 401 DummyBasicAuth in case of ajax callVincent Petry2016-03-311-1/+16
|/ /
* | apps/dav: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-1/+1
* | Merge pull request #23549 from owncloud/dav-sharetypes-remoteThomas Müller2016-03-241-1/+2
|\ \ | |/ |/|
| * Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-241-1/+2
* | Merge pull request #23342 from owncloud/fix-group-sharing-for-v1-caldav-and-c...Thomas Müller2016-03-242-2/+18
|\ \
| * | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-241-0/+1
| * | Return proper current-user-principal on v1 endpoints - fixes #23306Thomas Müller2016-03-241-0/+15
| * | Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-241-2/+2
| |/
* / Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-17/+65
|/
* Merge pull request #23431 from owncloud/use-dav-sabre-plugin-for-browser-2Thomas Müller2016-03-232-13/+27
|\
| * Fix display of vcard and calendar object details page in browser pluginThomas Müller2016-03-232-13/+27
* | Merge pull request #23404 from owncloud/fix-22988Thomas Müller2016-03-221-1/+7
|\ \
| * | adjust PrincipilUri as returned from Sabre to effective usernameArthur Schiwon2016-03-181-1/+7
* | | Do not fire pre/post hooks twice on chunk uploadVincent Petry2016-03-211-2/+2
* | | Merge pull request #22789 from owncloud/dav-sharespropertyThomas Müller2016-03-213-0/+269
|\ \ \
| * | | Remove duplicated copyrightRoeland Jago Douma2016-03-171-21/+0
| * | | Add webdav property for share info in PROPFIND responseVincent Petry2016-03-173-0/+290
* | | | Merge pull request #23368 from owncloud/use-dav-sabre-plugin-for-browserThomas Müller2016-03-211-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Necessary code changes to make browser plugin properly workThomas Müller2016-03-171-1/+1
| |/
* / Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
|/
* Merge pull request #23119 from owncloud/fix-getOwner-on-fileshome-masterThomas Müller2016-03-101-10/+10
|\
| * getOwner is not available on FileHome - fixes #23116Thomas Müller2016-03-101-10/+10
* | Fake LOCK statement for Windows 7, 8 and 10 network mountsMorris Jobke2016-03-101-0/+1
|/
* Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-031-1/+1
* Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-019-6/+5
|\