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

Fixes the undefined index error with the DAV property getlastmodified #31632

Merged
merged 4 commits into from
Mar 29, 2022

Commits on Mar 19, 2022

  1. Fixes the undefined index error with the DAV property getlastmodified

    Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
    Maaxxs committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    ee88887 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Fix typo.

    Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
    Maaxxs committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    e0a5fe6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Set mtime to null instead of false if getlastmodified does not ex…

    …ist.
    
    Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
    Maaxxs committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    3a135f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Use the null coalescing operator to set the value of size.

    Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
    Maaxxs committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2952c7d View commit details
    Browse the repository at this point in the history