summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/info.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add a repair step to remove sensitive event activityJoas Schilling2019-01-091-1/+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-291-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* periodically query calendar resource / room backends for updated resource / ↵Georg Ehrke2018-06-251-0/+1
| | | | | | 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>
* 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>
* Add backgroundjob to cleanup expired direct linksRoeland Jago Douma2018-04-261-1/+5
| | | | 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>
* add admin settings panel for dav appGeorg Ehrke2017-10-161-1/+5
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.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>
* Move DAV app to migrationsRoeland Jago Douma2017-09-181-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add repairstep with backgroundjob to index calendar dataGeorg Ehrke2017-04-251-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add Nextcloud Search extension to CalDAVGeorg Ehrke2017-04-241-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Directly fix the valuesJoas Schilling2017-03-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2273 from nextcloud/fix_invalid_calendarLukas Reschke2016-12-201-0/+1
|\ | | | | Add DAV repair step to fix calendar data
| * Add DAV repair step to fix calendar dataRoeland Jago Douma2016-11-241-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move event and todo parsing to new APIJoas Schilling2016-11-291-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move calendar activity parsing to new APIJoas Schilling2016-11-291-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move CalDAV activity settings to new APIJoas Schilling2016-11-291-0/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move CalDAV activity filters to new APIJoas Schilling2016-11-291-0/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove 9.1 migration steps in app dav (#25654)Thomas Müller2016-11-221-4/+0
|
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-0/+6
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix SyncJob class name in info.xmlJoas Schilling2016-10-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Increase the max length for componentsJoas Schilling2016-09-271-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adding repair step to fix component of birthday calendarsThomas Müller2016-09-201-0/+1
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* fix #724 by using step instead of jobBernhard Posselt2016-08-041-2/+2
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #517 from nextcloud/fix-typoJoas Schilling2016-07-221-1/+1
|\ | | | | Fix typo in docs
| * Use app name from stable9Joas Schilling2016-07-221-1/+1
| |
* | Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ \ | |/ |/| Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Change the app nameJoas Schilling2016-07-211-1/+1
|/
* Move birthday calendar generation to a live migration job (#25135)Thomas Müller2016-06-161-0/+3
|
* Implement classification migration as repair stepThomas Müller2016-06-091-0/+5
|
* Bump dav app version and fix variable renameThomas Müller2016-06-091-1/+1
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+1
| | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4
* Add background job declaration of dav app to info.xmlThomas Müller2016-05-031-0/+3
|
* firstoccurence and lastoccurence have a length now - triggering BIGINT on ↵Thomas Müller2016-04-291-1/+1
| | | | postgres - refs #24221