aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Controller/DirectController.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor(dav): Replace security annotations with respective attributesprovokateurin2024-07-281-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-21/+2
| | | | 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>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-10/+9
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* dav: Add OpenAPI specjld31032023-07-111-0/+13
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.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>
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | 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>
* 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>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>