summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-182-2/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Do not list system users in contacts menu if sharing autocompletion is disabledChristoph Wurst2017-05-091-2/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix initRoeland Jago Douma2017-05-081-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke2017-04-281-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.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-242-1/+73
| | | | 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 #3802 from Ko-/masterRoeland Jago Douma2017-03-162-2/+6
|\ | | | | Check that set_time_limit is not disabled before calling it
| * Check that set_time_limit is not disabled before calling itKo-2017-03-112-2/+6
| | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
* | Fix scheduling plugin on legacy caldav endpointJoas Schilling2017-03-161-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add integration tests for legacy DAV endpointsLukas Reschke2017-02-102-0/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-232-0/+2
| | | | | | | | * Prevent PHP request to get killed when using fclose callback * Add ignore_user_abort everywhere where the time limit is set to 0 Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix legacy caldav endpointsRoeland Jago Douma2017-01-021-1/+1
| | | | | | | * CaldavBackend is now endpoint aware (use old style principals on old endpoint and new onces on new). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add test execution against legacy DAV backendLukas Reschke2017-01-022-0/+2
| | | | | | Since the tests to quite hugely rely on sync tokens being present I also included those in the legacy backend. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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
|
* Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-5/+3
| | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.
* 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>
* Use the event dispatcherJoas Schilling2016-11-031-4/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the methods into a new classJoas Schilling2016-11-031-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-241-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make files_drop workRoeland Jago Douma2016-10-241-3/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix issue #1482 - mail invites through v1 webdavClaudemir Todo Bom2016-10-121-0/+2
| | | | | Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-112-39/+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>
* Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-272-1/+12
|\ | | | | CalDAV calendar public sharing
| * Use true random string as uri for public calendars - as a result we can no ↵Thomas Müller2016-09-261-1/+3
| | | | | | | | longer return the pre-publish-url