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

[stable6] Backport of stable 6 for Nextcloud 26 #3431

Merged
merged 27 commits into from
Apr 30, 2024
Merged

Commits on Apr 24, 2024

  1. fix: Revert Attributes to annotations for stable26 compatibility

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    470b658 View commit details
    Browse the repository at this point in the history
  2. fix: allow installation on 26

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0e0aed7 View commit details
    Browse the repository at this point in the history
  3. chore: Test with stable26 in CI

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a5b24f7 View commit details
    Browse the repository at this point in the history
  4. chore: allow barmani/composer-bin-plugin

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    22df4c7 View commit details
    Browse the repository at this point in the history
  5. chore: composer run cs:fix

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    227a178 View commit details
    Browse the repository at this point in the history
  6. Revert "remove DBAL deprecations"

    This reverts commit 0c53180.
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2086969 View commit details
    Browse the repository at this point in the history
  7. chore: Downgrade OCP dependency

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9f26d1f View commit details
    Browse the repository at this point in the history
  8. fix: Do not try to get participant from DB for null poll id

    Saves a few DB requests
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ea512e2 View commit details
    Browse the repository at this point in the history
  9. fix: Do not get polls from DB twice

    Avoid a DB request for each poll, instead use the data we just got from
     the full list.
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e4b6bd6 View commit details
    Browse the repository at this point in the history
  10. fix: Cache if no share is found for current poll in Acl

    Not pretty but avoids a few DB calls. Ideally we should not do these
     requests at all, I do not really understand this share part in Acl.
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8bf95e8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3445 from nextcloud/fix/stable-6-for-26-perf-impr…

    …ovements
    
    Perf improvements for stable-6 for 26 branch
    ArtificialOwl authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3097e50 View commit details
    Browse the repository at this point in the history
  12. fix: Cache if no share is found for current poll in Acl

    Not pretty but avoids a few DB calls. Ideally we should not do these
     requests at all, I do not really understand this share part in Acl.
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    65a23bc View commit details
    Browse the repository at this point in the history
  13. join votes for participation check

    Signed-off-by: dartcafe <[email protected]>
    dartcafe authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    05e208a View commit details
    Browse the repository at this point in the history
  14. adjust tests

    Signed-off-by: dartcafe <[email protected]>
    dartcafe authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1e4f6ed View commit details
    Browse the repository at this point in the history
  15. Run cs:fix

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    62f4d96 View commit details
    Browse the repository at this point in the history
  16. join share for user role

    Signed-off-by: dartcafe <[email protected]>
    Signed-off-by: Louis Chemineau <[email protected]>
    dartcafe authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1eba16a View commit details
    Browse the repository at this point in the history
  17. Fix unit tests

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    faa7ecf View commit details
    Browse the repository at this point in the history
  18. Fix cs:check

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ec3d982 View commit details
    Browse the repository at this point in the history
  19. fix: Add visual loading feedback for polls list

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    78beb2c View commit details
    Browse the repository at this point in the history
  20. Merge pull request #3446 from nextcloud/fix/stable-6-for-26-perf-back…

    …ports
    
    [stable6] Backports of perf improvements for stable 6 on 26
    artonge authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8d347b7 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #3448 from nextcloud/fix/stable-6-backports-3444

    [stable6] fix: Add visual loading feedback for polls list
    artonge authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    62f054e View commit details
    Browse the repository at this point in the history
  22. reverse getToken()

    Signed-off-by: Maxence Lange <[email protected]>
    ArtificialOwl committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3f1a90b View commit details
    Browse the repository at this point in the history
  23. Merge pull request #3449 from nextcloud/revert-1eba

    reverse getToken()
    ArtificialOwl authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cbf617a View commit details
    Browse the repository at this point in the history
  24. Default to "My polls" view

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ad78cc5 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #3451 from nextcloud/artonge/backport/stable6/3450

    [stable6] Default to "My polls" view
    artonge authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2d4b613 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    e7e4865 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3469 from nextcloud/revert-3451-artonge/backport/…

    …stable6/3450
    
    Revert "[stable6] Default to "My polls" view"
    come-nc authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c68cfd8 View commit details
    Browse the repository at this point in the history