summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/info.xml
Commit message (Collapse)AuthorAgeFilesLines
* Do no run SyncJob in cronRoeland Jago Douma2018-01-031-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 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
* All webdav endpoints within remote.php are now hardcoded - helps to prevent ↵Thomas Müller2016-04-051-11/+0
| | | | migration issues like #23610 - furthermore there is no need to dynamically lookup all the endpoints we already know
* Text columns should really have a length :see_no_evil:Thomas Müller2016-03-231-1/+1
|
* Birthday events are generated on upgradeThomas Müller2016-03-101-1/+1
|
* Use CLOB for timezoneLukas Reschke2016-03-041-1/+1
| | | | | | | | TEXT defaults to a length of 255 which is going to fail in some cases as the timezone can be rather long. This changes it back to a CLOB as it has been before as well: https://github.com/owncloudarchive/calendar/commit/8d8bb68b010fc2c42a258dee43516404a95ab861. I'm not super convinced that CLOB is the best choice here but at least it seems to work. Fixes https://github.com/owncloud/core/issues/22876
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Fix pathThomas Müller2016-02-081-2/+2
|
* Adding pre oc 9.0 CalDAV endpoint for migration of old clientsThomas Müller2016-02-081-2/+6
|
* Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-081-1/+3
|
* Remove deprecated and unused standalone tagJoas Schilling2016-02-031-1/+0
|
* Reassemble behavior on shared address books with respect to uri and displaynameThomas Müller2016-01-261-1/+1
|
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+3
|
* Introducing CalDAV into coreThomas Müller2015-11-161-1/+1
|
* Introducing CardDAV into coreThomas Müller2015-11-061-1/+1
|
* Introduced the new webdav endpoint remote.php/dav holding the principals and ↵Thomas Müller2015-10-261-1/+2
| | | | the files collection
* increase core version and add dav version numberMorris Jobke2015-10-211-0/+1
|
* Fix typo and adjust required versionMorris Jobke2015-10-161-2/+2
|
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-0/+22