Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add command to move a calendar from an user to another | Thomas Citharel | 2019-01-16 | 1 | -0/+162 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add a basic check for displaynames in case we fail to get calendar from uri and put some sf console styles & refactor a bit Signed-off-by: Thomas Citharel <tcit@tcit.fr> basic Tests Signed-off-by: Thomas Citharel <tcit@tcit.fr> add forgotten createNamedParameter() Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | Merge pull request #9550 from ↵ | Morris Jobke | 2018-06-01 | 1 | -1/+2 | |
|\ | | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities | |||||
| * | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵ | Georg Ehrke | 2018-05-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | | Move repairstep to a custom command | Roeland Jago Douma | 2018-05-28 | 1 | -0/+82 | |
|/ | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #6884 from ↵ | Morris Jobke | 2017-12-12 | 1 | -1/+33 | |
|\ | | | | | | | | | nextcloud/feature/3003/opt_out_of_birthday_calendar Opt out of birthday calendar | |||||
| * | adapt occ 'dav:sync-birthday-calendar command | Georg Ehrke | 2017-11-11 | 1 | -1/+33 | |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | | Principal search: Take sharing settings into account | Georg Ehrke | 2017-12-11 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | | catch errors when parsing calendar data for calendar query requests | Georg Ehrke | 2017-11-27 | 1 | -1/+2 | |
|/ | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -7/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Use the event dispatcher | Joas Schilling | 2016-11-03 | 1 | -3/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 1 | -2/+3 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Use true random string as uri for public calendars - as a result we can no ↵ | Thomas Müller | 2016-09-26 | 1 | -1/+2 | |
| | | | | longer return the pre-publish-url | |||||
* | fix things (indentation, tests, comments, backend custom implementation | Thomas Citharel | 2016-09-26 | 1 | -1/+3 | |
| | ||||||
* | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 1 | -1/+1 | |
| | ||||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 4 | -5/+9 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -1/+2 | |
| | ||||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 4 | -0/+308 | |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |