Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c6a4fab25896a2727bd18860ae70beb30c023312
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 495aaa2781d2f5037cb689af38a3da2336480287
Choose a head ref
  • 6 commits
  • 13 files changed
  • 4 contributors

Commits on May 10, 2024

  1. feat: add option to enable s3 acceleration

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and joshtrichards committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2f0b200 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix(caldav): event search with limit and timerange

    Event recurrences are evaluated at runtime because the database only knows the first and last occurrence.
    
    Given, a user created 8 events with a yearly reoccurrence and two for events tomorrow.
    The upcoming event widget asks the CalDAV backend for 7 events within the next 14 days.
    
    If limit 7 is applied to the SQL query, we find the 7 events with a yearly reoccurrence and discard the events after evaluating the reoccurrence rules because they are not due within the next 14 days and end up with an empty result even if there are two events to show.
    
    The workaround for search requests with a limit and time range is asking for more row than requested and retrying if we have not reached the limit.
    
    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4be308a View commit details
    Browse the repository at this point in the history
  2. feat(caldav): order the calendar objects by start date for search

    Sorting the events by the start date leads to more predictable results for the search API consumers.
    
    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0d920c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45567 from nextcloud/backport/45222/stable28

    [stable28] CalDAV fix search with limit and time range
    kesselb authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8c3376d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #45059 from nextcloud/backport/44496/stable28

    [stable28] feat: support "s3-accelerate" endpoint
    joshtrichards authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5ebd562 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix(CalDAV): remove UNKNOWN from room / resource consideration

    Signed-off-by: Anna Larch <anna@nextcloud.com>
    miaulalala committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    495aaa2 View commit details
    Browse the repository at this point in the history
Loading