aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23501 from owncloud/alarms_for_birthdayeventsThomas Müller2016-04-061-0/+5
|\
| * Merge branch 'master' into alarms_for_birthdayeventsAchim Königs2016-03-2614-125/+455
| |\
| * | add VALARM for birthday eventsAchim Königs2016-03-231-0/+5
* | | All webdav endpoints within remote.php are now hardcoded - helps to prevent m...Thomas Müller2016-04-051-11/+0
* | | Merge pull request #23557 from owncloud/sabre-plugin-browser-error-pageThomas Müller2016-04-046-2/+217
|\ \ \
| * | | Add magical regex to catch browsersLukas Reschke2016-03-241-1/+7
| * | | In case of exception we return an html page in case the client is a browserThomas Müller2016-03-246-2/+211
* | | | Merge pull request #22834 from owncloud/webdav_property_for_share_permissionsThomas Müller2016-03-313-0/+120
|\ \ \ \
| * | | | Fix unit testsRoeland Jago Douma2016-03-312-3/+14
| * | | | Correct share permissions for external storagesRoeland Jago Douma2016-03-311-0/+9
| * | | | Add sharePermissions webdav propertyRoeland Jago Douma2016-03-313-0/+100
* | | | | Enforce typeLukas Reschke2016-03-311-2/+5
* | | | | Return 401 DummyBasicAuth in case of ajax callVincent Petry2016-03-312-2/+17
|/ / / /
* | | | Merge pull request #23642 from stweil/masterThomas Müller2016-03-304-5/+5
|\ \ \ \
| * | | | apps/dav: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-304-5/+5
* | | | | Merge pull request #23508 from owncloud/text-columns-should-have-lengthThomas Müller2016-03-302-1/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Text columns should really have a length :see_no_evil:Thomas Müller2016-03-232-1/+22
* | | | | Merge pull request #23568 from owncloud/finally-fix-23328-now-for-addressbook...Thomas Müller2016-03-291-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Handle group shares of addressbooks on v1 as well ... now FINALLY ....Thomas Müller2016-03-241-1/+2
| | |/ / | |/| |
* | | | Merge pull request #23549 from owncloud/dav-sharetypes-remoteThomas Müller2016-03-242-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-242-1/+4
| |/ /
* | | Merge pull request #23342 from owncloud/fix-group-sharing-for-v1-caldav-and-c...Thomas Müller2016-03-2410-88/+212
|\ \ \
| * | | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-249-84/+192
| * | | 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-243-4/+5
| | |/ | |/|
* / | Check if request is sent from official ownCloud clientLukas Reschke2016-03-242-36/+239
|/ /
* | Merge pull request #23507 from owncloud/fix-23496-masterThomas Müller2016-03-231-2/+4
|\ \ | |/ |/|
| * fixes #23496Thomas Müller2016-03-231-2/+4
* | Merge pull request #23431 from owncloud/use-dav-sabre-plugin-for-browser-2Thomas Müller2016-03-233-14/+29
|\ \
| * | Fix display of vcard and calendar object details page in browser pluginThomas Müller2016-03-233-14/+29
* | | Merge pull request #23404 from owncloud/fix-22988Thomas Müller2016-03-222-4/+10
|\ \ \ | |_|/ |/| |
| * | fix unittestArthur Schiwon2016-03-211-3/+3
| * | adjust PrincipilUri as returned from Sabre to effective usernameArthur Schiwon2016-03-181-1/+7
* | | Merge pull request #23320 from owncloud/early-creation-of-birthday-calendarThomas Müller2016-03-221-16/+12
|\ \ \
| * | | Create the contact birthday calendar right away as soon as the command is exe...Thomas Müller2016-03-161-16/+12
* | | | Merge pull request #23292 from owncloud/dav-chunking-onlyfirehooksonceThomas Müller2016-03-212-2/+71
|\ \ \ \
| * | | | Do not fire pre/post hooks twice on chunk uploadVincent Petry2016-03-212-2/+71
* | | | | Merge pull request #23083 from owncloud/generate-birthdays-on-upgradeThomas Müller2016-03-214-1/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Generate birthdays on upgrade from 8.2 as wellThomas Müller2016-03-101-0/+1
| * | | | Birthday events are generated on upgradeThomas Müller2016-03-103-1/+17
* | | | | Merge pull request #22789 from owncloud/dav-sharespropertyThomas Müller2016-03-214-0/+526
|\ \ \ \ \
| * | | | | Remove duplicated copyrightRoeland Jago Douma2016-03-172-27/+0
| * | | | | Add webdav property for share info in PROPFIND responseVincent Petry2016-03-174-0/+553
| | |/ / / | |/| | |
* | | | | Merge pull request #23368 from owncloud/use-dav-sabre-plugin-for-browserThomas Müller2016-03-215-10/+31
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Necessary code changes to make browser plugin properly workThomas Müller2016-03-172-1/+5
| * | | In debugging mode we enable Sabre's browser plugin since it helps a lot when ...Thomas Müller2016-03-173-9/+26
| |/ /
* / / Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
|/ /
* | Merge pull request #23082 from owncloud/contacts_calendar_name_colorThomas Müller2016-03-161-0/+5
|\ \
| * | add title and color to birthday calendarGeorg Ehrke2016-03-101-0/+5
| |/
* | Merge pull request #23074 from owncloud/issue-22835-correctly-use-querybuilde...Thomas Müller2016-03-151-2/+2
|\ \