aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Direct
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-274-80/+8
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-282-5/+8
* Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-071-0/+4
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+7
* add event for when a direct download is triggeredRobin Appelman2021-02-123-12/+30
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Translate the maintenance mode message in webdavMorris Jobke2020-05-061-2/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-4/+0
* Update license headersChristoph Wurst2019-12-054-4/+12
* Add tests for DirectFile and DirectHomeRoeland Jago Douma2018-04-261-1/+1
* Throttle requests to unknown tokensRoeland Jago Douma2018-04-262-4/+24
* Check if a direct link is expiredRoeland Jago Douma2018-04-262-21/+31
* Add directDownload support of storageRoeland Jago Douma2018-04-261-1/+0
* No listingRoeland Jago Douma2018-04-261-12/+4
* Dav endpoint returns proper dataRoeland Jago Douma2018-04-263-14/+63
* First step of DAV endpointRoeland Jago Douma2018-04-264-0/+252