Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove space between switch case and colon | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -2/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -7/+9 |
| | | | | | | | | | | | * 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> | ||||
* | properly mark birthday calendars as not shareable for now | Georg Ehrke | 2019-09-17 | 1 | -1/+4 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -14/+19 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix annotations & copyright headers | Thomas Citharel | 2016-09-26 | 2 | -3/+39 |
| | |||||
* | add in same request | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | fix public calendars | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Use true random string as uri for public calendars - as a result we can no ↵ | Thomas Müller | 2016-09-26 | 1 | -10/+4 |
| | | | | longer return the pre-publish-url | ||||
* | add calendarserver-sharing to the list of advertised features | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | use AllowedSharingModes for can-be-published & can-be-shared | Thomas Citharel | 2016-09-26 | 1 | -2/+3 |
| | |||||
* | fix can-be-published | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | add can-be-published property | Thomas Citharel | 2016-09-26 | 1 | -0/+4 |
| | |||||
* | fix some bracket positions | Thomas Citharel | 2016-09-26 | 1 | -14/+7 |
| | |||||
* | fix indent once and for all | Thomas Citharel | 2016-09-26 | 1 | -79/+80 |
| | |||||
* | fix things (indentation, tests, comments, backend custom implementation | Thomas Citharel | 2016-09-26 | 2 | -157/+141 |
| | |||||
* | Disable OPTIONS handling - done by sabre | Thomas Müller | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | correct get published status and minor fixes | Thomas Citharel | 2016-09-26 | 1 | -6/+7 |
| | |||||
* | Dirty hack to disable dav plugins on public calendar urls | Thomas Citharel | 2016-09-26 | 1 | -0/+20 |
| | |||||
* | Fix requests for browser plugin as well as for the public calendar root folder | Thomas Müller | 2016-09-26 | 1 | -28/+0 |
| | |||||
* | Start work on returning CalDAV published calendars | Thomas Citharel | 2016-09-26 | 1 | -3/+31 |
| | |||||
* | No need to call database twice | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Use urlgenerator to generate an absolute url | Thomas Citharel | 2016-09-26 | 1 | -7/+32 |
| | | | | And pass Config the correct way too | ||||
* | Use ressource ID instead of name | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Fix annotations | Thomas Citharel | 2016-09-26 | 1 | -4/+4 |
| | |||||
* | Remove unnecessary line | Thomas Citharel | 2016-09-26 | 1 | -2/+0 |
| | |||||
* | Fix publish-url property & getPublishStatus() fct | Thomas Citharel | 2016-09-26 | 2 | -15/+14 |
| | |||||
* | Make little corrections | Thomas Citharel | 2016-09-26 | 2 | -24/+36 |
| | | | | Function getPublishedStatus) is not working atm. | ||||
* | Proper work on Publishing | Thomas Citharel | 2016-09-26 | 2 | -0/+242 |