summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Fix local executionJoas Schilling2016-05-252-0/+5
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-4/+4
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-5/+5
* Merge pull request #22690 from owncloud/fix-comments-href-remote.php-filesVincent Petry2016-05-231-1/+2
|\
| * ensure comments-href returns a value also when propfind is done against remot...Arthur Schiwon2016-05-201-1/+2
* | Fix unit testsJoas Schilling2016-05-233-30/+37
* | Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry2016-05-201-63/+219
* | Fix system tags DAV plugin testsVincent Petry2016-05-201-50/+20
* | Fix system tags DAV unit testsVincent Petry2016-05-204-155/+207
|/
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-1/+1
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-3/+10
* Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-021-0/+15
* Test an event in the far future - refs #24221Thomas Müller2016-04-291-3/+5
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-221-36/+55
|\
| * return correct share permissions on propfindBjörn Schießle2016-04-181-36/+55
* | Merge pull request #24151 from owncloud/create-personal-calendarThomas Müller2016-04-221-0/+81
|\ \
| * | Personal calendar should be generated even if the birthday calendar already e...Thomas Müller2016-04-211-0/+81
* | | Birthday calendar should never have write acl - fixes #24154Thomas Müller2016-04-213-2/+20
|/ /
* | Merge pull request #24076 from owncloud/fix-initial-calendar-and-addressbook-...Lukas Reschke2016-04-191-0/+71
|\ \
| * | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-181-0/+71
| * | Revert "Fix displayname for initial calendars and address books - fixes #24057"Thomas Müller2016-04-181-71/+0
| * | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-181-0/+71
| |/
* / Add data-fingerprint property to webdavRoeland Jago Douma2016-04-182-8/+61
|/
* Translate contacts birthday - fixes #23982Thomas Müller2016-04-142-6/+31
* Remove dav migration for 9.1Thomas Müller2016-04-136-768/+0
* Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-133-13/+156
|\
| * Fix unit test of file pluginThomas Müller2016-04-121-13/+20
| * Initial implementation of the new chunked upload - as specified in https://dr...Thomas Müller2016-04-122-0/+136
* | always return the complete permissions the file was shared withBjörn Schießle2016-04-121-18/+18
|/
* Fix dav commentsRoeland Jago Douma2016-04-081-10/+0
* Fix filespluginRoeland Jago Douma2016-04-081-6/+4
* Merge pull request #23510 from owncloud/birthdays-on-shared-addressbooksThomas Müller2016-04-081-2/+47
|\
| * Propagate birthday to group shares as wellThomas Müller2016-03-231-2/+47
* | Add unit tests for public auth webdavRoeland Jago Douma2016-04-081-0/+170
* | Merge pull request #23557 from owncloud/sabre-plugin-browser-error-pageThomas Müller2016-04-041-0/+57
|\ \
| * | In case of exception we return an html page in case the client is a browserThomas Müller2016-03-241-0/+57
* | | Fix unit testsRoeland Jago Douma2016-03-311-2/+5
* | | Add sharePermissions webdav propertyRoeland Jago Douma2016-03-311-0/+61
* | | 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-0/+2
|\ \ \ | |/ / |/| |
| * | Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-241-0/+2
| |/
* | Merge pull request #23342 from owncloud/fix-group-sharing-for-v1-caldav-and-c...Thomas Müller2016-03-242-3/+122
|\ \
| * | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-242-3/+122
| |/
* / Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-19/+174
|/
* Merge pull request #23404 from owncloud/fix-22988Thomas Müller2016-03-221-3/+3
|\
| * fix unittestArthur Schiwon2016-03-211-3/+3
* | Do not fire pre/post hooks twice on chunk uploadVincent Petry2016-03-211-0/+69
* | Remove duplicated copyrightRoeland Jago Douma2016-03-171-6/+0
* | Add webdav property for share info in PROPFIND responseVincent Petry2016-03-171-0/+263
|/
* Merge pull request #23080 from owncloud/use-non-localized-birthday-titleThomas Müller2016-03-111-1/+1
|\