summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7042 from ↵Lukas Reschke2017-11-072-8/+101
|\ | | | | | | | | nextcloud/bugfix/noid/ensure_unique_uid_for_calendar_objects ensure uid for calendar objects is unique
| * ensure uid for calendar objects is uniqueGeorg Ehrke2017-11-062-8/+101
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-072-2/+2
|\ \ | | | | | | Remove unused variables
| * | Remove unused variablesMorris Jobke2017-11-062-2/+2
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Change @georgehrke's emailMorris Jobke2017-11-0616-15/+16
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update license headersMorris Jobke2017-11-0678-42/+210
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | fancify invitation emailsGeorg Ehrke2017-11-031-17/+79
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #6849 from ↵blizzz2017-10-312-3/+41
|\ | | | | | | | | nextcloud/fix-missing-translation-of-personal-calendar-in-activity Fix missing translation of "Personal" calendar in activities
| * Fix missing translation of "Personal" calendar in activitiesJoas Schilling2017-10-162-3/+41
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6903 from ↵Joas Schilling2017-10-311-0/+180
|\ \ | | | | | | | | | | | | nextcloud/feature/679/remove_valarms_from_read_only_shared_calendars remove reminders from read-only shared calendars
| * | remove reminders from read-only shared calendarsGeorg Ehrke2017-10-221-0/+180
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Fix another warningMorris Jobke2017-10-261-4/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Use ::class in test mocks of dav appMorris Jobke2017-10-2628-85/+126
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Use ::class in test mocksMorris Jobke2017-10-2440-248/+338
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6811 from nextcloud/feature/noid/disable_caldav_invitationsJoas Schilling2017-10-191-0/+58
|\ \ | | | | | | Opt out of IMip CalDAV Plugin
| * | add admin settings panel for dav appGeorg Ehrke2017-10-161-0/+58
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #6835 from nextcloud/dav-plugins-from-apps-onlyLukas Reschke2017-10-192-2/+106
|\ \ \ | |_|/ |/| | Let apps register Sabre plugins or collections (v2)
| * | Let apps register Sabre plugins or collectionsVincent Petry2017-10-142-2/+106
| | | | | | | | | | | | | | | | | | upstream #26761 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix tests with group managerJoas Schilling2017-10-091-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Check if the user/group exists for dav sharesJoas Schilling2017-10-054-14/+53
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-131-3/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #5304 from ↵Morris Jobke2017-09-061-2/+64
|\ | | | | | | | | nextcloud/bugfix/2855/dont_send_invitations_for_past_events don't send invitation emails for past events
| * Sabre/VObject returns DateTimeImmutable, not a simple DateTimeGeorg Ehrke2017-09-051-5/+9
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * don't send invitation emails for past eventsGeorg Ehrke2017-09-051-2/+60
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Fix testRobin Appelman2017-08-261-3/+3
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Do not log WebDAV maintenance mode exceptionMorris Jobke2017-08-151-0/+3
| | | | | | Log the maintenance mode exception only in debug level. Fixes #6124 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix and extend dav test to also test the master-key setupBjoern Schiessle2017-07-062-0/+52
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Don't log passwords on dav exceptionsJoas Schilling2017-06-291-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #5124 from nextcloud/allow-dirlisting-with-unreadable-itemsJoas Schilling2017-06-161-4/+5
|\ | | | | Allow dir-listing also when one child is blocked by access control
| * Fix unit testJoas Schilling2017-06-071-4/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #5298 from ↵Morris Jobke2017-06-143-0/+14
|\ \ | | | | | | | | | | | | nextcloud/bugfix/4885/calendar_shares_url_special_char_issue urldecode group principals in Cal- and CardDAV backend
| * | urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-123-0/+14
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #5300 from ↵Morris Jobke2017-06-141-0/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix_proppatch_requests_to_groupshares allow users to send PropPatch request when calendar is group-shared with them
| * | | allow users to send PropPatch request when calendar is group-shared with themGeorg Ehrke2017-06-081-0/+6
| | |/ | |/| | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #5295 from ↵Morris Jobke2017-06-131-0/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/5077/allow_proppatches_to_birthday_calendar allow PropPatch requests to contact_birthdays
| * | | allow PropPatch requests to contact_birthdaysGeorg Ehrke2017-06-081-0/+4
| |/ / | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | / Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-131-3/+9
| |/ |/| | | | | | | | | | | | | Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes https://github.com/nextcloud/server/issues/5088 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | add missing parent::setUp that broke any other dav app testGeorg Ehrke2017-06-081-0/+1
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* fix replacing of 4MB Unicode Chars in cal props tableGeorg Ehrke2017-05-211-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use Bearer backend for SabreDAVLukas Reschke2017-05-181-0/+88
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatchMorris Jobke2017-05-082-0/+4
|\ | | | | fix PROPPATCH requests to read-only shared calendars
| * fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke2017-05-082-0/+4
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Fix ImageExportPluginTestRoeland Jago Douma2017-05-081-120/+113
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-11/+42
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | check password for mail shares as wellBjoern Schiessle2017-05-041-1/+51
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix testsRoeland Jago Douma2017-05-021-1/+15
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4098 from nextcloud/feature/caldav_searchMorris Jobke2017-04-283-0/+595
|\ | | | | add Nextcloud Search extension to CalDAV
| * unit test custom calendar searchGeorg Ehrke2017-04-281-0/+132
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * require at least one param or prop filter elementGeorg Ehrke2017-04-251-0/+4
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>