Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 4 | -0/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -19/+16 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Catch NoUserException when running the upload cleanup as cronjob | Julius Härtl | 2020-04-03 | 1 | -1/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Catch NotFoundException when getting the user folder | Julius Härtl | 2020-02-26 | 1 | -3/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Introduce a default refresh rate app setting for calendar subscriptions | Thomas Citharel | 2020-02-21 | 1 | -3/+13 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Move RefreshWebcalJob logic to a proper service so that it may be called | Thomas Citharel | 2020-02-10 | 1 | -370/+19 |
| | | | | | | independently Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | RefreshWebcalJob: Fix reading subscription from database leading to ignored ↵ | Georg Ehrke | 2020-01-30 | 1 | -12/+40 |
| | | | | | | refreshRate Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Support more IPv6 addresses in the RefreshWebcalJob | Georg Ehrke | 2019-12-12 | 1 | -0/+11 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 9 | -15/+36 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 5 | -3/+8 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix missing parent constructor call in DAV reminder job | Christoph Wurst | 2019-08-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Final fixes | Georg Ehrke | 2019-08-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Add repair step to register reminder index for existing events | Georg Ehrke | 2019-08-15 | 1 | -0/+134 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | run send reminders background-job only when mode is not set to occ | Georg Ehrke | 2019-08-15 | 1 | -4/+9 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Support event reminders (email and notifications) | Thomas Citharel | 2019-08-15 | 1 | -0/+59 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | sync metadata of rooms / resources with cache | Georg Ehrke | 2019-08-01 | 1 | -208/+294 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | RefreshWebcalJob: replace ugly Regex with standard php utils | Georg Ehrke | 2019-07-02 | 1 | -3/+14 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Don't run repair step for every individual user, outsource that to ↵ | Georg Ehrke | 2019-05-23 | 1 | -0/+66 |
| | | | | | | background job Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Add Repair step to regenerate birthday calendar | Georg Ehrke | 2019-02-16 | 1 | -0/+5 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Background job to cleanup leftover chunked uploads | Roeland Jago Douma | 2019-01-04 | 1 | -0/+87 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | cache webcal calendars on server | Georg Ehrke | 2018-11-07 | 1 | -0/+438 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | adjust Calendar resource / room interfaces to use class implementation | Georg Ehrke | 2018-10-08 | 1 | -8/+24 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Also shorten the name of the invitation tokens | Joas Schilling | 2018-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Shorten resource table names to allow install on oracle again | Joas Schilling | 2018-07-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Include accept / decline links in CalDAV invitation emails | Georg Ehrke | 2018-06-29 | 1 | -0/+53 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Calendar resource booking: unit tests / adding missing annotations | Georg Ehrke | 2018-06-25 | 1 | -4/+6 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | periodically query calendar resource / room backends for updated resource / ↵ | Georg Ehrke | 2018-06-25 | 1 | -0/+335 |
| | | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Add backgroundjob to cleanup expired direct links | Roeland Jago Douma | 2018-04-26 | 1 | -0/+50 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | generate birthday calendars in a background job after admin enabled them | Georg Ehrke | 2017-11-11 | 1 | -0/+69 |
Signed-off-by: Georg Ehrke <developer@georgehrke.com> |