-
Notifications
You must be signed in to change notification settings - Fork 73
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
Commits on Apr 24, 2024
-
fix: Revert Attributes to annotations for stable26 compatibility
Signed-off-by: Côme Chilliet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 470b658 - Browse repository at this point
Copy the full SHA 470b658View commit details -
Signed-off-by: Côme Chilliet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e0aed7 - Browse repository at this point
Copy the full SHA 0e0aed7View commit details -
chore: Test with stable26 in CI
Signed-off-by: Côme Chilliet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5b24f7 - Browse repository at this point
Copy the full SHA a5b24f7View commit details -
chore: allow barmani/composer-bin-plugin
Signed-off-by: Côme Chilliet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22df4c7 - Browse repository at this point
Copy the full SHA 22df4c7View commit details -
Signed-off-by: Côme Chilliet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 227a178 - Browse repository at this point
Copy the full SHA 227a178View commit details -
Revert "remove DBAL deprecations"
This reverts commit 0c53180. Signed-off-by: Côme Chilliet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2086969 - Browse repository at this point
Copy the full SHA 2086969View commit details -
chore: Downgrade OCP dependency
Signed-off-by: Côme Chilliet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f26d1f - Browse repository at this point
Copy the full SHA 9f26d1fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ea512e2 - Browse repository at this point
Copy the full SHA ea512e2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e4b6bd6 - Browse repository at this point
Copy the full SHA e4b6bd6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8bf95e8 - Browse repository at this point
Copy the full SHA 8bf95e8View commit details -
Merge pull request #3445 from nextcloud/fix/stable-6-for-26-perf-impr…
…ovements Perf improvements for stable-6 for 26 branch
Configuration menu - View commit details
-
Copy full SHA for 3097e50 - Browse repository at this point
Copy the full SHA 3097e50View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 65a23bc - Browse repository at this point
Copy the full SHA 65a23bcView commit details -
join votes for participation check
Signed-off-by: dartcafe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05e208a - Browse repository at this point
Copy the full SHA 05e208aView commit details -
Signed-off-by: dartcafe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e4f6ed - Browse repository at this point
Copy the full SHA 1e4f6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f4d96 - Browse repository at this point
Copy the full SHA 62f4d96View commit details -
Signed-off-by: dartcafe <[email protected]> Signed-off-by: Louis Chemineau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1eba16a - Browse repository at this point
Copy the full SHA 1eba16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for faa7ecf - Browse repository at this point
Copy the full SHA faa7ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3d982 - Browse repository at this point
Copy the full SHA ec3d982View commit details -
fix: Add visual loading feedback for polls list
Signed-off-by: Ferdinand Thiessen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78beb2c - Browse repository at this point
Copy the full SHA 78beb2cView commit details -
Merge pull request #3446 from nextcloud/fix/stable-6-for-26-perf-back…
…ports [stable6] Backports of perf improvements for stable 6 on 26
Configuration menu - View commit details
-
Copy full SHA for 8d347b7 - Browse repository at this point
Copy the full SHA 8d347b7View commit details -
Merge pull request #3448 from nextcloud/fix/stable-6-backports-3444
[stable6] fix: Add visual loading feedback for polls list
Configuration menu - View commit details
-
Copy full SHA for 62f054e - Browse repository at this point
Copy the full SHA 62f054eView commit details -
Signed-off-by: Maxence Lange <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f1a90b - Browse repository at this point
Copy the full SHA 3f1a90bView commit details -
Merge pull request #3449 from nextcloud/revert-1eba
reverse getToken()
Configuration menu - View commit details
-
Copy full SHA for cbf617a - Browse repository at this point
Copy the full SHA cbf617aView commit details -
Signed-off-by: Louis Chemineau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad78cc5 - Browse repository at this point
Copy the full SHA ad78cc5View commit details -
Merge pull request #3451 from nextcloud/artonge/backport/stable6/3450
[stable6] Default to "My polls" view
Configuration menu - View commit details
-
Copy full SHA for 2d4b613 - Browse repository at this point
Copy the full SHA 2d4b613View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7e4865 - Browse repository at this point
Copy the full SHA e7e4865View commit details -
Merge pull request #3469 from nextcloud/revert-3451-artonge/backport/…
…stable6/3450 Revert "[stable6] Default to "My polls" view"
Configuration menu - View commit details
-
Copy full SHA for c68cfd8 - Browse repository at this point
Copy the full SHA c68cfd8View commit details