Commit Graph

109 Commits (a4368ad185b698043ba0e942edd95959d4a9d3ba)

Author SHA1 Message Date
Joas Schilling f095001e4b
Fix info.xml files of shipped apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Roeland Jago Douma db411f8771
Bump apps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago
Roeland Jago Douma 0585b776fb
Do no run SyncJob in cron
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>
7 years ago
Georg Ehrke 7828cf454e
add admin settings panel for dav app
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
7 years ago
Joas Schilling c65e591e88
Restore the sequencial order
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Roeland Jago Douma 4ac32223da
Add indexes to cards and cards_properties tables
Fixes #6170

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years ago
Joas Schilling b72eaaab73
Increase version
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Roeland Jago Douma 32234a23da
Move DAV app to migrations
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years ago
Joas Schilling bc8fbc1a67
Bump app versions as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling fdfe8f7f15
Adjust version requirement
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Georg Ehrke 40eec1e63c
add repairstep with backgroundjob to index calendar data
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
7 years ago
Georg Ehrke 57b543a918
add Nextcloud Search extension to CalDAV
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
7 years ago
Joas Schilling 3bd501aad2
Directly fix the values
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Lukas Reschke f0bb62f2fe Merge pull request #2273 from nextcloud/fix_invalid_calendar
Add DAV repair step to fix calendar data
8 years ago
Joas Schilling edec1fafe7
Update app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling 4c0263b78a
Move event and todo parsing to new API
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling ddc82b4ca2
Move calendar activity parsing to new API
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling a16fd3991a
Move CalDAV activity settings to new API
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling 253a75e5ae
Move CalDAV activity filters to new API
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Roeland Jago Douma 6f5316e443
Add DAV repair step to fix calendar data
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Thomas Müller 181af830fd
Remove 9.1 migration steps in app dav (#25654) 8 years ago
Lukas Reschke bc1008ac38
Use 11.0 instead 9.2
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>
8 years ago
Thomas Müller c5ca71ee82
[9.2] Register commands in info.xml (#26248)
* 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>
8 years ago
Joas Schilling 1a26e7a8e7
Fix SyncJob class name in info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling a7315e98ff
Increase the max length for components
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Thomas Müller 1f825f0fe8
Adding repair step to fix component of birthday calendars 8 years ago
Joas Schilling dae6432ae7
Increment the versions and adjust the capitilization 8 years ago
Bernhard Posselt d7c1bfb4ed fix #724 by using step instead of job 8 years ago
Joas Schilling 7400ff05ac
Also increase the min version 8 years ago
Robin Appelman 6062b6365b bumb compatible app versions for core apps 8 years ago
Joas Schilling 194c385c7a Merge pull request #517 from nextcloud/fix-typo
Fix typo in docs
8 years ago
Joas Schilling 03cb588ea9 Merge pull request #500 from nextcloud/bump_version
Bump version
8 years ago
Joas Schilling 398d1591ca
Use app name from stable9 8 years ago
Joas Schilling 86129a8b88
Increase app versions 8 years ago
Joas Schilling 1902105b5f
Change the app name 8 years ago
Thomas Müller 0b7685d326 Move birthday calendar generation to a live migration job (#25135) 8 years ago
Thomas Müller 369c3b5d7e
Implement classification migration as repair step 8 years ago
Thomas Müller 287e41732c
Bump dav app version and fix variable rename 8 years ago
Joas Schilling dd9ee10bc0 Move dav app to PSR-4 (#24527)
* Move Application to correct namespace and PSR-4 it

* Move dav app to PSR-4
8 years ago
Thomas Müller cc1d948c2e
Add background job declaration of dav app to info.xml 8 years ago
Thomas Müller dda942a917
firstoccurence and lastoccurence have a length now - triggering BIGINT on postgres - refs #24221 8 years ago
Thomas Müller 7bdde98617 All webdav endpoints within remote.php are now hardcoded - helps to prevent migration issues like #23610 - furthermore there is no need to dynamically lookup all the endpoints we already know 8 years ago
Thomas Müller 1da18a8ceb Text columns should really have a length 🙈 8 years ago
Thomas Müller b021c8c475 Birthday events are generated on upgrade 8 years ago
Lukas Reschke b302ec8381 Use CLOB for timezone
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: 8d8bb68b01. 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
8 years ago
Joas Schilling 8885cb1eb9 Increase all versions on master which is now 9.1 8 years ago
Thomas Müller 6a550d44e9 Fix path 8 years ago
Thomas Müller 0c9a469f74 Adding pre oc 9.0 CalDAV endpoint for migration of old clients 8 years ago
Thomas Müller cca2ade199 Adding pre oc 9.0 CardDAV endpoint for migration of old clients 8 years ago
Joas Schilling d79b0886d0 Remove deprecated and unused standalone tag 8 years ago
Thomas Müller 7b678a8c17 Reassemble behavior on shared address books with respect to uri and displayname 8 years ago
Joas Schilling ae285c0654 Remove deprecated shipped flag from info.xml which has no use anymore 9 years ago
Joas Schilling 40f786060e Add ownCloud min and max version for shipped apps 9 years ago
Thomas Müller 2b13c5db0f Introducing CalDAV into core 9 years ago
Thomas Müller d8e965e59a Introducing CardDAV into core 9 years ago
Thomas Müller c79496b5a3 Introduced the new webdav endpoint remote.php/dav holding the principals and the files collection 9 years ago
Morris Jobke ee42e9d489 increase core version and add dav version number 9 years ago
Morris Jobke ff5ed44330 Fix typo and adjust required version 9 years ago
Thomas Müller f2889dc6e4 Consolidate webdav code - move all to one app 9 years ago