Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Sep 16, 2024

Fix #41037

Summary

This contains multiple "things":

  • ❇️ Allow GET on folders to download them
    • if no accept header for ZIP is sent then (for browser download) allow GET params but if nothing set then fallback to Sabre -> should be non-breaking
  • 🐛 This now also allows downloading "select-multiple" files form e.g. "recent" or "favorites" view where the files are not really located in the same folder.

Checklist

@susnux susnux added the 3. to review Waiting for reviews label Sep 16, 2024
@susnux susnux requested a review from come-nc September 16, 2024 14:44
@susnux susnux added this to the Nextcloud 31 milestone Sep 16, 2024
@susnux susnux marked this pull request as ready for review September 16, 2024 15:35
@susnux susnux requested a review from skjnldsv as a code owner September 16, 2024 15:35
@susnux susnux force-pushed the feat/zip-folder-plugin branch from 8b6c19d to 2e3dd35 Compare September 16, 2024 15:56
@susnux susnux force-pushed the feat/zip-folder-plugin branch 2 times, most recently from 197f151 to 6c97ecf Compare September 16, 2024 23:56
@come-nc come-nc force-pushed the feat/zip-folder-plugin branch from 6532ccb to 37741d5 Compare September 20, 2024 15:31
@susnux susnux force-pushed the feat/zip-folder-plugin branch 4 times, most recently from 62a1afa to 7a29e55 Compare September 26, 2024 23:28
…ng GET requests

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
… UA handling

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
It is replaced with the Sabre `ZipFolderPlugin` and apps should use the `OCP\AppFramework\Http\StreamResponse`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux force-pushed the feat/zip-folder-plugin branch from 7a29e55 to ca8d576 Compare September 28, 2024 12:01
@susnux susnux merged commit 31ad1c5 into master Sep 28, 2024
173 checks passed
@susnux susnux deleted the feat/zip-folder-plugin branch September 28, 2024 12:24
@provokateurin provokateurin mentioned this pull request Sep 30, 2024
4 tasks
@skjnldsv skjnldsv mentioned this pull request Jan 7, 2025
artonge added a commit that referenced this pull request May 14, 2025
…endpoint

Folllow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 14, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 16, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 19, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 19, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 19, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 20, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 21, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 21, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 21, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge added a commit that referenced this pull request May 21, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
backportbot bot pushed a commit that referenced this pull request May 22, 2025
…endpoint

Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
mickenordin pushed a commit to mickenordin/server that referenced this pull request May 23, 2025
…endpoint

Follow-up of nextcloud#48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
AIlkiv pushed a commit to AIlkiv/server that referenced this pull request Jul 10, 2025
…endpoint

Follow-up of nextcloud#48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Honor Accept header when downloading directories

4 participants