aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller/ShareController.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Fix download activity for foldersCôme Chilliet2025-03-251-98/+5
* fix(files_sharing): block downloading if neededfix/download-permsFerdinand Thiessen2025-02-181-0/+5
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-5/+7
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-11/+15
* feat(files_sharing): Make `ShareController` download route use the DAV `ZipFo...Ferdinand Thiessen2024-09-281-91/+24
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* feat: Use new password context in sharing APIFerdinand Thiessen2024-08-221-2/+3
* fix(files_sharing): show proper share not found error messageskjnldsv2024-08-061-4/+4
* refactor(files_sharing): Replace security annotations with respective attributesprovokateurin2024-07-271-9/+8
* chore: Add SPDX headerAndy Scherzinger2024-06-061-40/+3
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-2/+1
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-091-1/+1
* feat: public dav endpoint v2John Molakvoæ2024-01-091-1/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* files_sharing: Add OpenAPI specjld31032023-07-311-2/+3
* Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-061-56/+17
* Pluggable share providerLouis Chemineau2023-02-021-217/+33
* Fix various other small psalm issuesCarl Schwan2022-10-171-1/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* feature: first take on using the viewer to render single file sharesMax2022-08-251-5/+4
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-46/+67
* Fix too many file download notifications when watching a videoszaimen2022-03-071-0/+6
* Revert "Add non-breaking space in the file size"szaimen2022-02-101-1/+1
* Add non-breaking space in the file sizeCarl Schwan2022-01-141-1/+1
* Emit event on link share actionJohn Molakvoæ2021-09-101-2/+32
* Migrate HintException to OCPGary Kim2021-06-301-2/+2
* Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Map old account scope properties to new namesVincent Petry2021-03-261-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Return correct error message on share download without read permissionMorris Jobke2020-10-261-1/+1
* Show filename on share link downloadJohn Molakvoæ (skjnldsv)2020-09-171-1/+4
* Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-151-12/+9
* Update share type constant usageJoas Schilling2020-06-241-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Merge pull request #17623 from j3l11234/masterRoeland Jago Douma2020-04-241-0/+1
|\
| * Add support for download share on old android browserj3l112342019-10-211-0/+1
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+3
* | Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* | Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* | Remove user name from public sharing pageJoas Schilling2020-04-011-5/+25
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* | Allow the video player on the hide downloadJoas Schilling2020-03-191-8/+18
* | Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)2020-03-111-0/+6
* | Fix import order and formattingJohn Molakvoæ (skjnldsv)2020-03-111-1/+2
* | Allow single file downloads so the video player works againJoas Schilling2020-02-281-8/+10
* | Merge pull request #19349 from nextcloud/bugfix/noid/prevent-download-on-secu...Roeland Jago Douma2020-02-081-1/+4
|\ \
| * | Prevent archieved download on secure viewJoas Schilling2020-02-071-1/+4