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

[stable28] Add global accessibility switch #215

Closed

Conversation

artonge
Copy link

@artonge artonge commented Dec 19, 2023

Manual backport nextcloud#42353

AndyScherzinger and others added 30 commits November 29, 2023 10:35
[stable28] fix: Hidden password confirmation dialog with new global search
Signed-off-by: Valdnet <[email protected]>
Signed-off-by: Valdnet <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
[stable28] fix(files_versions): Check for user and owner before call getUserFolder
[stable28] feat(dav): hide search providers if their respective app is not activated
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
[stable28] fix(OOO): Make the returned data more explicit
[stable28] fix(dav): Prioritize timezone from core/login
[stable28] fix: add mimetype for eml and msg
[stable28] fix(dav): Convert dates without tz drift
[stable28] fix(dav): don't schedule out-of-office jobs for dates in the past
Signed-off-by: Simon L <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
[stable28] update @nextcloud/upload to 1.0.2
Signed-off-by: Joas Schilling <[email protected]>
[stable28] fix(theming): Fix color inverted icons based on theming and dark mode
For BOD, it's better to always emit the search event so
 apps (all of which we don't know) responding to this effect would receive notifications when
the search happens within these apps.

Signed-off-by: fenn-cs <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
* It's possible for the admin to enforce and expiry date after, some
 shares have been created. This commit makes possible to update the
 share with the new admin constraints.

* This commit would users to modify enforced expiry to anything within
 range and less than the enforced limit in the pre-create dialog for public
 shares.

* This commit fixes, unable to update share without updating password.

Signed-off-by: fenn-cs <[email protected]>
emoral435 and others added 27 commits December 15, 2023 02:54
[stable28] fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english
[stable28] enh(oauth2): allowed toggling of aria label
Signed-off-by: Eduardo Morales <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
[stable28] fix(dashboard): changed h3 elements to h2
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
[stable28] fix(caldav): don't reuse query builder objects
[stable28] fix: Ensure correct max contrast color is used when blurred background is used
[stable28] fix(joblist): also reset last_run timestamp on updating an existing job
[stable28] Don't query oc_properties for metadata props
[stable28] fix(ooo): add new ooo status with new emoji
Signed-off-by: Louis Chemineau <[email protected]>
@artonge
Copy link
Author

artonge commented Dec 19, 2023

Wrong repo, sorry

@artonge artonge closed this Dec 19, 2023
@@ -40,32 +41,18 @@
/**
* @package OCA\Comments\Controller
*/
#[IgnoreOpenAPI]

Check notice

Code scanning / Psalm

DeprecatedClass Note

OCP\AppFramework\Http\Attribute\IgnoreOpenAPI is marked deprecated
foreach ($widgets as $widget) {
if ($widget instanceof IAPIWidgetV2) {
$items[$widget->getId()] = $widget
->getItemsV2($this->userId, $sinceIds[$widget->getId()] ?? null, $limit)

Check notice

Code scanning / Psalm

PossiblyNullArgument Note

Argument 1 of OCP\Dashboard\IAPIWidgetV2::getItemsV2 cannot be null, possibly null value provided
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.