Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a repair step to remove sensitive event activity | Joas Schilling | 2019-01-09 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump version of app else migrations don't run | Roeland Jago Douma | 2018-06-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Include accept / decline links in CalDAV invitation emails | Georg Ehrke | 2018-06-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | periodically query calendar resource / room backends for updated resource / ↵ | Georg Ehrke | 2018-06-25 | 1 | -0/+1 |
| | | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | add resource / room principals | Georg Ehrke | 2018-06-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Move repairstep to a custom command | Roeland Jago Douma | 2018-05-28 | 1 | -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 principals | Roeland Jago Douma | 2018-05-27 | 1 | -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 links | Roeland Jago Douma | 2018-04-26 | 1 | -1/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add directdownload table | Roeland Jago Douma | 2018-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -15/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do no run SyncJob in cron | Roeland Jago Douma | 2018-01-02 | 1 | -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 app | Georg Ehrke | 2017-10-16 | 1 | -1/+5 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Restore the sequencial order | Joas Schilling | 2017-09-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add indexes to cards and cards_properties tables | Roeland Jago Douma | 2017-09-25 | 1 | -1/+1 |
| | | | | | | Fixes #6170 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Increase version | Joas Schilling | 2017-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move DAV app to migrations | Roeland Jago Douma | 2017-09-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add repairstep with backgroundjob to index calendar data | Georg Ehrke | 2017-04-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | add Nextcloud Search extension to CalDAV | Georg Ehrke | 2017-04-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Directly fix the values | Joas Schilling | 2017-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2273 from nextcloud/fix_invalid_calendar | Lukas Reschke | 2016-12-20 | 1 | -0/+1 |
|\ | | | | | Add DAV repair step to fix calendar data | ||||
| * | Add DAV repair step to fix calendar data | Roeland Jago Douma | 2016-11-24 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move event and todo parsing to new API | Joas Schilling | 2016-11-29 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move calendar activity parsing to new API | Joas Schilling | 2016-11-29 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move CalDAV activity settings to new API | Joas Schilling | 2016-11-29 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move CalDAV activity filters to new API | Joas Schilling | 2016-11-29 | 1 | -0/+7 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove 9.1 migration steps in app dav (#25654) | Thomas Müller | 2016-11-22 | 1 | -4/+0 |
| | |||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -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üller | 2016-10-11 | 1 | -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.xml | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Increase the max length for components | Joas Schilling | 2016-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adding repair step to fix component of birthday calendars | Thomas Müller | 2016-09-20 | 1 | -0/+1 |
| | |||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | fix #724 by using step instead of job | Bernhard Posselt | 2016-08-04 | 1 | -2/+2 |
| | |||||
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #517 from nextcloud/fix-typo | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Fix typo in docs | ||||
| * | Use app name from stable9 | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Change the app name | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
|/ | |||||
* | Move birthday calendar generation to a live migration job (#25135) | Thomas Müller | 2016-06-16 | 1 | -0/+3 |
| | |||||
* | Implement classification migration as repair step | Thomas Müller | 2016-06-09 | 1 | -0/+5 |
| | |||||
* | Bump dav app version and fix variable rename | Thomas Müller | 2016-06-09 | 1 | -1/+1 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -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.xml | Thomas Müller | 2016-05-03 | 1 | -0/+3 |
| | |||||
* | firstoccurence and lastoccurence have a length now - triggering BIGINT on ↵ | Thomas Müller | 2016-04-29 | 1 | -1/+1 |
| | | | | postgres - refs #24221 |