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

[stable23] Fix column/property types in CalDAV #31788

Merged
merged 3 commits into from
Jun 10, 2022
Merged

Commits on Apr 14, 2022

  1. Fix column/property type of the CalDAV deleted_at time stamp

    The timestamp is an int, but we treated it as string. With this patch
    the property map is enriched with types and settype casts the value if
    necessary.
    
    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and blizzz committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    124c63d View commit details
    Browse the repository at this point in the history
  2. Fix column/property type of the calendar order

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and blizzz committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    12db5e1 View commit details
    Browse the repository at this point in the history
  3. Fix CalDAV subscriptions calendarorder column/prop type

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and blizzz committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    337a323 View commit details
    Browse the repository at this point in the history