aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/composer
Commit message (Expand)AuthorAgeFilesLines
* Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
* occ: new command dav:delete-calendarMattia Narducci2021-06-132-0/+2
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-312-0/+28
* Add activities for creating, updating and deleting contactsJoas Schilling2021-05-212-0/+4
* Add activities for addressbook managementJoas Schilling2021-05-212-0/+8
* Add a settingJoas Schilling2021-05-212-0/+2
* Add a contacts filterJoas Schilling2021-05-212-0/+2
* Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-072-4/+4
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-292-0/+6
* Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
* Drop redundant indesRoeland Jago Douma2021-02-162-0/+2
* add event for when a direct download is triggeredRobin Appelman2021-02-122-0/+2
* Emit an interaction event for calendar share recipientsChristoph Wurst2021-02-032-0/+2
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
* re-index contacts with social profilescall-me-matt2020-12-222-0/+4
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-102-0/+2
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
* move calendar settings into their own groupRobin Appelman2020-08-252-0/+2
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-182-0/+44
* Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-042-6/+0
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-042-0/+10
* Implement Contacts Backend for Unified SearchGeorg Ehrke2020-08-032-0/+4
* Move federated_share_added into a typed eventMorris Jobke2020-07-232-0/+2
* Allow for compression of the PROPFIND responsesRoeland Jago Douma2020-06-062-0/+2
* Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma2020-04-302-0/+2
* Use a proper upload file so propfinds return 404Roeland Jago Douma2020-04-212-0/+2
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
* rebuild autoloaderRobin Appelman2020-03-182-2/+0
* Add address book pluginsChristoph Wurst2020-03-092-0/+4
* Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register...Roeland Jago Douma2020-02-232-0/+4
|\
| * Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-182-0/+4
* | Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-102-0/+2
|/
* Add refresh-interval to exported calendarsGeorg Ehrke2019-11-272-0/+2
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-152-0/+4
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-152-4/+6
* Provide a fake AudioProvider that is basically the same as PushProvider, bett...Georg Ehrke2019-08-152-0/+2
* add occ dav:send-event-reminders, so you don't have to rely on the background...Georg Ehrke2019-08-152-0/+2
* Support event reminders (email and notifications)Thomas Citharel2019-08-152-0/+22
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-152-0/+2
* Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-152-4/+4
* Add DB mapper and EntityRoeland Jago Douma2019-08-142-0/+6
* Merge pull request #14429 from tobiasKaminsky/shareesOnDavRoeland Jago Douma2019-08-132-0/+2
|\
| * Use proper ShareeListRoeland Jago Douma2019-07-302-0/+2
* | add oc_calendar_resources_md and oc_calendar_rooms_md tablesGeorg Ehrke2019-08-012-0/+2
|/
* LIMIT is no column but a SQL feature, allow limit on initial syncGeorg Ehrke2019-07-182-0/+2
* Don't run repair step for every individual user, outsource that to background...Georg Ehrke2019-05-232-0/+2
* Add HasPhoto DAV pluginJohn Molakvoæ (skjnldsv)2019-02-272-0/+2
* Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_yearMorris Jobke2019-02-202-0/+2
|\