summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Return explicit values instead of boolean from sabre (#26654)Sergio Bertolín2016-12-221-1/+5
* Merge pull request #2758 from nextcloud/only-one-dav-backendLukas Reschke2016-12-213-25/+28
|\
| * Fix error when $view is null when being passed into some pluginsThomas Müller2016-12-192-24/+27
| * Fix "Call to a member function getUID() on null"Thomas Müller2016-12-191-0/+1
| * Allow registration of federated authThomas Müller2016-12-191-4/+3
| * Register only one dav auth backendThomas Citharel2016-12-191-4/+4
* | Merge pull request #2273 from nextcloud/fix_invalid_calendarLukas Reschke2016-12-202-0/+134
|\ \ | |/ |/|
| * Add DAV repair step to fix calendar dataRoeland Jago Douma2016-11-242-0/+134
* | Merge pull request #2625 from nextcloud/fix-todo-filterRoeland Jago Douma2016-12-161-1/+1
|\ \
| * | Fix the Todos filterJoas Schilling2016-12-121-1/+1
* | | Don't set Content-Disposition header if one already existsLukas Reschke2016-12-141-2/+4
|/ /
* | Overwrite the schedule target calendar with the personal one and create it if...Joas Schilling2016-12-092-0/+66
* | Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-topMorris Jobke2016-12-051-1/+1
|\ \
| * | First list tags the user used latelyJoas Schilling2016-11-071-1/+1
* | | Merge pull request #2471 from nextcloud/harden_files_dropLukas Reschke2016-12-021-20/+10
|\ \ \
| * | | Harden files dropRoeland Jago Douma2016-12-021-20/+10
* | | | Merge pull request #2432 from nextcloud/activity-mail-languageMorris Jobke2016-12-013-9/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Adjust all implementations in the server repoJoas Schilling2016-12-013-9/+26
* | | | Merge pull request #2371 from nextcloud/issue-2369-add-share-indicator-for-ma...Lukas Reschke2016-12-011-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Also get infos about email sharesJoas Schilling2016-11-301-1/+2
| | |/ | |/|
* | | Add tests for the base providerJoas Schilling2016-11-301-1/+1
* | | Deduplicate the provider codeJoas Schilling2016-11-304-171/+133
* | | Move event and todo parsing to new APIJoas Schilling2016-11-295-302/+368
* | | Deduplicate icon assignmentJoas Schilling2016-11-291-18/+3
* | | Move calendar activity parsing to new APIJoas Schilling2016-11-292-73/+285
* | | Move CalDAV activity settings to new APIJoas Schilling2016-11-294-23/+296
* | | Move CalDAV activity filters to new APIJoas Schilling2016-11-293-25/+186
|/ /
* | VCARDS don't hold binary dataRoeland Jago Douma2016-11-231-1/+1
* | Remove 9.1 migration steps in app dav (#25654)Thomas Müller2016-11-222-165/+0
* | Merge pull request #2225 from nextcloud/fix_caldav_proppatch_requestsLukas Reschke2016-11-211-1/+1
|\ \
| * | fix PropPatch requests on calendarsGeorg Ehrke2016-11-211-1/+1
* | | Remove debug codeLukas Reschke2016-11-211-4/+0
* | | update system address book if the user change the personal settingsBjoern Schiessle2016-11-214-94/+96
* | | BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31stGeorg Ehrke2016-11-171-1/+5
|/ /
* | basic lockdown logicRobin Appelman2016-11-161-0/+1
* | Fix integration testsJoas Schilling2016-11-161-3/+3
* | Merge pull request #2111 from nextcloud/oc_26549Roeland Jago Douma2016-11-143-5/+0
|\ \
| * | Remove unused $view from FilesPlugin (#26549)Vincent Petry2016-11-143-5/+0
* | | Introduce an event for first time login based on the last login time stampThomas Müller2016-11-142-7/+12
|/ /
* | Merge pull request #2068 from nextcloud/sharetypesinfolder-no-getdirectorycon...Morris Jobke2016-11-141-14/+20
|\ \
| * | remove unneeded getDirectoryContent when getting share types for a folderRobin Appelman2016-11-091-14/+20
* | | Fixes files_drop for sabre 3.2Roeland Jago Douma2016-11-101-2/+2
|/ /
* | Fix CalendarTestRoeland Jago Douma2016-11-041-1/+6
* | Fix pluginRoeland Jago Douma2016-11-042-1/+43
* | Minor fixesRoeland Jago Douma2016-11-043-5/+5
* | Fix testsRoeland Jago Douma2016-11-041-1/+0
* | Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-048-12/+54
|/
* Merge pull request #1733 from nextcloud/dav-eventsRoeland Jago Douma2016-11-036-12/+990
|\
| * Use the event dispatcherJoas Schilling2016-11-035-122/+181
| * Use a different type for events and todosJoas Schilling2016-11-032-3/+20