summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-151-1/+1
|\ | | | | Shorten index name of calendar changes table
| * Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Load apps that have a dav type set before the dav server pluginsJulius Härtl2018-11-141-0/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix Calendarsubscriptions source column change on OracleGeorg Ehrke2018-11-131-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* cache webcal calendars on serverGeorg Ehrke2018-11-072-0/+29
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* bump dav version for migrationJohn Molakvoæ (skjnldsv)2018-11-051-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* convert source column in calendarsubscription table to (long) textGeorg Ehrke2018-10-151-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump version of app else migrations don't runRoeland Jago Douma2018-06-291-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-292-0/+5
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Call Backgroundjob with parameter, as interface requiresGeorg Ehrke2018-06-281-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* periodically query calendar resource / room backends for updated resource / ↵Georg Ehrke2018-06-252-0/+14
| | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add resource / room principalsGeorg Ehrke2018-06-251-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #9550 from ↵Morris Jobke2018-06-012-0/+2
|\ | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-222-0/+2
| | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Move repairstep to a custom commandRoeland Jago Douma2018-05-281-1/+1
| | | | | | | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Adding repair step which cleans shares of invalid principalsRoeland Jago Douma2018-05-271-1/+2
|/ | | | | | https://github.com/owncloud/core/pull/30149/commits/edacf22fbce4deefc181c53dd84c5fb278a9a28d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Throttle requests to unknown tokensRoeland Jago Douma2018-04-261-1/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add backgroundjob to cleanup expired direct linksRoeland Jago Douma2018-04-261-1/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Dav endpoint returns proper dataRoeland Jago Douma2018-04-261-1/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* First step of DAV endpointRoeland Jago Douma2018-04-262-1/+43
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add directdownload tableRoeland Jago Douma2018-04-261-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-15/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do no run SyncJob in cronRoeland Jago Douma2018-01-021-4/+1
| | | | | | | | | | | | | | | | Fixes #7184 The SyncJob can be very resource intensive. Since it requests all users on the system to create the system addressbook. In order to do this it creates a vcard for every user and updates the addressbook. There is no need for this job since the proper signals are emitted and handled in the carddav backend to update the addressbook live. Worst comes to worst there is always the occ command to bring the address book in sync again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #6884 from ↵Morris Jobke2017-12-121-0/+29
|\ | | | | | | | | nextcloud/feature/3003/opt_out_of_birthday_calendar Opt out of birthday calendar
| * Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-091-0/+29
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Make ContactsStore a public APITobia De Koninck2017-12-111-0/+2
| | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* | Principal search: Take sharing settings into accountGeorg Ehrke2017-12-112-0/+4
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-271-1/+2
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | integrate Dav app with Calendar APIGeorg Ehrke2017-11-091-0/+8
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-065-1/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix phpStorm complaintsJoas Schilling2017-11-031-9/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* DAV: Initial email customization supportLeon Klingele2017-11-031-2/+9
| | | | | Signed-Off-By: Leon Klingele <leon@struktur.de> Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #6811 from nextcloud/feature/noid/disable_caldav_invitationsJoas Schilling2017-10-192-2/+11
|\ | | | | Opt out of IMip CalDAV Plugin
| * Make it possible to opt out of IMip Plugin for CalDAVGeorg Ehrke2017-10-161-1/+6
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * add admin settings panel for dav appGeorg Ehrke2017-10-161-1/+5
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Let apps register Sabre plugins or collectionsVincent Petry2017-10-141-0/+1
| | | | | | | | | | | | upstream #26761 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Check if the user/group exists for dav sharesJoas Schilling2017-10-052-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Restore the sequencial orderJoas Schilling2017-09-291-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add indexes to cards and cards_properties tablesRoeland Jago Douma2017-09-251-1/+1
| | | | | | Fixes #6170 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Increase versionJoas Schilling2017-09-191-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #6264 from nextcloud/dav-migrationsRoeland Jago Douma2017-09-192-802/+1
|\ | | | | Move DAV app to migrations
| * Move DAV app to migrationsRoeland Jago Douma2017-09-182-802/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Revert "Do not list system users in contacts menu if sharing autocompletion ↵Lukas Reschke2017-09-151-8/+2
|/ | | | | | is disabled" This reverts commit 56a9084dd2f9a5726a74e1e789773558fade8b44.
* don't send invitation emails for past eventsGeorg Ehrke2017-09-051-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* also allow to register additional plugins if the old endpoint is usedBjoern Schiessle2017-08-301-0/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix preview for public linksBjoern Schiessle2017-07-201-1/+3
| | | | | | | | in case a user is already logged in on the same server from which the public link comes from, we need to setup the owners file system in order to show the preview Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>