aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Controller
Commit message (Collapse)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-214-96/+30
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-131-0/+62
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* refactor(dav): Replace security annotations with respective attributesprovokateurin2024-07-283-16/+16
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-031-5/+5
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-1/+20
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-274-82/+8
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-051-4/+35
| | | | | | | | * If there is an out of office absence info and it happens now -> return data * Else: return no data Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(out-of-office)!: Remove non OCS endpointJoas Schilling2023-12-011-99/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(out-of-office): Add OCS endpoint to set and clear absenceJoas Schilling2023-12-011-0/+77
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dav): Allow single-day out of officeChristoph Wurst2023-11-291-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(OOO): Make the returned data more explicitJoas Schilling2023-11-291-4/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-0/+4
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-231-7/+8
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-16/+15
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat: Add out-of-office message APIChristoph Wurst2023-11-091-0/+78
| | | | | | | [skipci] Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(dav): implement personal absence settingsRichard Steinmetz2023-11-071-0/+94
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: close cursor after reading the invitationDaniel Kesselberg2023-08-101-1/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* dav: Add OpenAPI specjld31032023-07-112-0/+16
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Remove comment and guests option from Invitations UIAnna Larch2022-12-201-17/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Multiple fixesCarl Schwan2022-07-311-3/+4
| | | | | | | | | | | - Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Block download when needed on direct download endpointVincent Petry2022-07-281-1/+15
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* 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>