| Commit message (Expand) | Author | Age | Files | Lines |
* | Use proper OCP\BackgroundJobs\Job | Roeland Jago Douma | 2020-11-25 | 1 | -2/+4 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -4/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 4 | -0/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -19/+16 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -3/+3 |
* | Catch NoUserException when running the upload cleanup as cronjob | Julius Härtl | 2020-04-03 | 1 | -1/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -1/+2 |
* | Catch NotFoundException when getting the user folder | Julius Härtl | 2020-02-26 | 1 | -3/+2 |
* | Introduce a default refresh rate app setting for calendar subscriptions | Thomas Citharel | 2020-02-21 | 1 | -3/+13 |
* | Move RefreshWebcalJob logic to a proper service so that it may be called | Thomas Citharel | 2020-02-10 | 1 | -370/+19 |
* | RefreshWebcalJob: Fix reading subscription from database leading to ignored r... | Georg Ehrke | 2020-01-30 | 1 | -12/+40 |
* | Support more IPv6 addresses in the RefreshWebcalJob | Georg Ehrke | 2019-12-12 | 1 | -0/+11 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 9 | -15/+36 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 5 | -3/+8 |
* | Fix missing parent constructor call in DAV reminder job | Christoph Wurst | 2019-08-26 | 1 | -0/+1 |
* | Final fixes | Georg Ehrke | 2019-08-15 | 1 | -1/+1 |
* | Add repair step to register reminder index for existing events | Georg Ehrke | 2019-08-15 | 1 | -0/+134 |
* | run send reminders background-job only when mode is not set to occ | Georg Ehrke | 2019-08-15 | 1 | -4/+9 |
* | Support event reminders (email and notifications) | Thomas Citharel | 2019-08-15 | 1 | -0/+59 |
* | sync metadata of rooms / resources with cache | Georg Ehrke | 2019-08-01 | 1 | -208/+294 |
* | RefreshWebcalJob: replace ugly Regex with standard php utils | Georg Ehrke | 2019-07-02 | 1 | -3/+14 |
* | Don't run repair step for every individual user, outsource that to background... | Georg Ehrke | 2019-05-23 | 1 | -0/+66 |
* | Add Repair step to regenerate birthday calendar | Georg Ehrke | 2019-02-16 | 1 | -0/+5 |
* | Background job to cleanup leftover chunked uploads | Roeland Jago Douma | 2019-01-04 | 1 | -0/+87 |
* | cache webcal calendars on server | Georg Ehrke | 2018-11-07 | 1 | -0/+438 |
* | adjust Calendar resource / room interfaces to use class implementation | Georg Ehrke | 2018-10-08 | 1 | -8/+24 |
* | Also shorten the name of the invitation tokens | Joas Schilling | 2018-07-12 | 1 | -1/+1 |
* | Shorten resource table names to allow install on oracle again | Joas Schilling | 2018-07-12 | 1 | -2/+2 |
* | Include accept / decline links in CalDAV invitation emails | Georg Ehrke | 2018-06-29 | 1 | -0/+53 |
* | Calendar resource booking: unit tests / adding missing annotations | Georg Ehrke | 2018-06-25 | 1 | -4/+6 |
* | periodically query calendar resource / room backends for updated resource / r... | Georg Ehrke | 2018-06-25 | 1 | -0/+335 |
* | Add backgroundjob to cleanup expired direct links | Roeland Jago Douma | 2018-04-26 | 1 | -0/+50 |
* | generate birthday calendars in a background job after admin enabled them | Georg Ehrke | 2017-11-11 | 1 | -0/+69 |