summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28997 from nextcloud/fix/set-attendee-as-recipientJohn Molakvoæ2021-10-221-1/+6
|\
| * Update attendence for external usersDaniel Kesselberg2021-10-081-1/+6
| | | | | | | | | | | | | | For local users it's possible to select their calendar via the principal url and first update their own attendance status. External users have no calendar event hence the recipient is the organizer. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Scheduling plugin not updating responding attendee status take twoAnna Larch2021-10-081-1/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Add support for Delegation Settings for more appsCarl Schwan2021-10-151-0/+2
|/ | | | | | | | | * This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-7/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #23025 from Iscle/masterMorris Jobke2020-10-061-2/+6
|\ | | | | DirectController: Let users choose the link expiration time
| * DirectController: Verify that expirationTime is between 0s and 24hIscle2020-10-011-0/+4
| | | | | | | | Signed-off-by: Iscle <albertiscle9@gmail.com>
| * DirectController: Let users choose the expiration timeIscle2020-09-241-2/+2
| | | | | | | | Signed-off-by: Iscle <albertiscle9@gmail.com>
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 19Christoph Wurst2020-04-292-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
| | | | | | | | | | | | | | | 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 recommendationChristoph Wurst2020-04-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-053-3/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * 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>
* avoids users searches on backend, faster processingArthur Schiwon2019-04-171-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Also shorten the name of the invitation tokensJoas Schilling2018-07-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-291-0/+236
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Improve the directContollerRoeland Jago Douma2018-04-261-15/+14
| | | | | | | | * Tests * No directdownload from storage yet (as it is not tested at all) * No direct links for folders Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add directDownload support of storageRoeland Jago Douma2018-04-261-11/+16
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Request a direct linkRoeland Jago Douma2018-04-261-4/+52
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* First step of DAV endpointRoeland Jago Douma2018-04-261-0/+61
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-111-3/+38
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-091-0/+81
Signed-off-by: Georg Ehrke <developer@georgehrke.com>