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 <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
[stable28] fix(files_versions): Check for user and owner before call getUserFolder
Signed-off-by: Joas Schilling <coding@schilljs.com>
[stable28] feat(dav): hide search providers if their respective app is not activated
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
[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
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
[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 <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
[stable28] update @nextcloud/upload to 1.0.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
[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 <fenn25.fn@gmail.com>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* 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 <fenn25.fn@gmail.com>
emoral435 and others added 27 commits December 15, 2023 02:54
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
[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 <emoral435@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
[stable28] fix(dashboard): changed h3 elements to h2
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
[stable28] fix(caldav): don't reuse query builder objects
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
[stable28] fix: Ensure correct max contrast color is used when blurred background is used
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>
[stable28] fix(joblist): also reset last_run timestamp on updating an existing job
Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
[stable28] Don't query oc_properties for metadata props
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
[stable28] fix(ooo): add new ooo status with new emoji
Signed-off-by: Louis Chemineau <louis@chmn.me>
@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

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

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.