Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose ZIP stat information #31929

Merged
merged 3 commits into from
Apr 12, 2022
Merged

Expose ZIP stat information #31929

merged 3 commits into from
Apr 12, 2022

Commits on Apr 11, 2022

  1. Expose ZIP stat information

    Add getStat to OC\Archive\Zip
    Required to be able to read the mtime and other metadata.
    To give direct access to mtime
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com>
    PVince81 and come-nc committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f5004e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Add stubs for ZipArchive

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    139da41 View commit details
    Browse the repository at this point in the history
  2. Fix ZipArchive::addEmptyDir stub

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    95e0723 View commit details
    Browse the repository at this point in the history