summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24400 from owncloud/cache_shareManagerVincent Petry2016-05-061-4/+5
|\
| * Cache shareManagerRoeland Jago Douma2016-05-021-4/+5
* | Merge pull request #24389 from owncloud/login-by-emailLukas Reschke2016-05-033-0/+26
|\ \
| * | Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-023-0/+26
| |/
* / Add background job declaration of dav app to info.xmlThomas Müller2016-05-034-7/+3
|/
* firstoccurence and lastoccurence have a length now - triggering BIGINT on pos...Thomas Müller2016-04-292-1/+3
* Test an event in the far future - refs #24221Thomas Müller2016-04-291-3/+5
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+3
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-223-40/+88
|\
| * return correct share permissions on propfindBjörn Schießle2016-04-183-40/+88
* | Merge pull request #24151 from owncloud/create-personal-calendarThomas Müller2016-04-222-1/+83
|\ \
| * | Personal calendar should be generated even if the birthday calendar already e...Thomas Müller2016-04-212-1/+83
* | | Birthday calendar should never have write acl - fixes #24154Thomas Müller2016-04-214-8/+27
|/ /
* | 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
* | | Merge pull request #24076 from owncloud/fix-initial-calendar-and-addressbook-...Lukas Reschke2016-04-192-18/+89
|\ \ \
| * | | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-182-18/+89
| |/ /
| * | Revert "Fix displayname for initial calendars and address books - fixes #24057"Thomas Müller2016-04-182-89/+18
| * | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-182-18/+89
| |/
* / Add data-fingerprint property to webdavRoeland Jago Douma2016-04-185-12/+101
|/
* Merge pull request #23268 from owncloud/range-requests-should-not-block-the-s...Thomas Müller2016-04-181-0/+1
|\
| * Close session for publicwebdavLukas Reschke2016-03-151-0/+1
* | Move share-permissions property namespaceRoeland Jago Douma2016-04-151-1/+1
* | Translate contacts birthday - fixes #23982Thomas Müller2016-04-144-16/+52
* | Merge pull request #23975 from owncloud/change-default-calendar-and-contacts-...Thomas Müller2016-04-141-2/+4
|\ \
| * | Use better names for the default calendars and addressbooks - fixes #23720Thomas Müller2016-04-131-2/+4
* | | Remove dav migration for 9.1Thomas Müller2016-04-1315-1476/+0
|/ /
* | Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-1312-15/+741
|\ \
| * | Fix unit test of file pluginThomas Müller2016-04-122-14/+21
| * | 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-1210-1/+712
* | | always return the complete permissions the file was shared withBjörn Schießle2016-04-122-26/+18
|/ /
* | Merge pull request #23868 from owncloud/scrutinizer-patch-2Thomas Müller2016-04-111-1/+1
|\ \
| * | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-04-081-1/+1
* | | Merge pull request #23863 from owncloud/fix_unit_testsThomas Müller2016-04-102-16/+4
|\ \ \
| * | | Fix dav commentsRoeland Jago Douma2016-04-081-10/+0
| * | | Fix filespluginRoeland Jago Douma2016-04-081-6/+4
| |/ /
* / / Adding VCFExportPluginThomas Müller2016-04-101-0/+2
|/ /
* | Merge pull request #23510 from owncloud/birthdays-on-shared-addressbooksThomas Müller2016-04-085-33/+148
|\ \
| * | Propagate birthday to group shares as wellThomas Müller2016-03-234-31/+121
| * | Propagate birthdays of shared addressbooks to the sharee's birthday calendar ...Thomas Müller2016-03-233-19/+44
* | | Add unit tests for public auth webdavRoeland Jago Douma2016-04-081-0/+170
* | | Move public webdav auth over to share managerRoeland Jago Douma2016-04-082-50/+44
* | | 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