Skip to content

Tony/622 save large files to external pod#351

Merged
gjwgit merged 10 commits into
devfrom
tony/622_save_large_files_to_external_pod
Jun 17, 2026
Merged

Tony/622 save large files to external pod#351
gjwgit merged 10 commits into
devfrom
tony/622_save_large_files_to_external_pod

Conversation

@tonypioneer

Copy link
Copy Markdown
Collaborator

Pull Request Details

Description

  • Added support for reading, writing, and deleting large files on external PODs.
  • Unified external and local POD APIs for large file operations.
  • Unified external and local POD APIs for regular file operations.
  • Added automatic .acl file creation for new folders in DemoPod.
  • Updated shared large file deletion to follow the same permission revocation strategy as deleteFile.
  • Fixed the locmax lint issue.
  • Added large file upload support in DemoPod.

Related Issues

anusii/solidpod#622

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How To Test?

Run SolidPod Exampla App, and upload/delete large files.

Checklist

  • Screenshots included here/in linked issue SOLIDPOD: add save of large files to external pod solidpod#622
  • Changes adhere to the style and coding guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules
  • The update contains no confidential information
  • The update has no duplicated content
  • No lint check errors are related to these changes (make prep or flutter analyze lib)
  • Integration test dart test output or screenshot included in issue #
  • I tested the PR on these devices:
    • Android
    • iOS
    • Linux
    • MacOS
    • Windows
    • Web
  • I have identified reviewers
  • The PR has been approved by reviewers

Finalising

  • Merge dev into the this branch
  • Resolve any conflicts
  • Add a one line summary into the CHANGELOG.md
  • Push to the git repository and review
  • Merge the PR into dev

@tonypioneer tonypioneer requested a review from gjwgit June 14, 2026 03:09
@tonypioneer tonypioneer linked an issue Jun 15, 2026 that may be closed by this pull request
3 tasks
@gjwgit gjwgit merged commit 1919a16 into dev Jun 17, 2026
20 checks passed
@gjwgit gjwgit deleted the tony/622_save_large_files_to_external_pod branch June 17, 2026 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SOLIDPOD: add save of large files to external pod SOLID POD: Share code between writePod() and writeExternalPod()

2 participants