forked from nextcloud/server
-
Notifications
You must be signed in to change notification settings - Fork 1
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
artonge
wants to merge
2,558
commits into
michielbdejong:master
from
nextcloud:artonge/backport/stable28/42353
Closed
[stable28] Add global accessibility switch #215
artonge
wants to merge
2,558
commits into
michielbdejong:master
from
nextcloud:artonge/backport/stable28/42353
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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
Signed-off-by: Joas Schilling <[email protected]>
[stable28] feat(dav): hide search providers if their respective app is not activated
[stable28] Spelling correction
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Christoph Wurst <[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
Signed-off-by: Christoph Wurst <[email protected]>
Signed-off-by: Christoph Wurst <[email protected]>
[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]>
Signed-off-by: Nextcloud bot <[email protected]>
[stable28] update @nextcloud/upload to 1.0.2
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Louis Chemineau <[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]>
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]>
Signed-off-by: Eduardo Morales <[email protected]>
[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
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
[stable28] fix: Ensure correct max contrast color is used when blurred background is used
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Anna Larch <[email protected]>
[stable28] fix(joblist): also reset last_run timestamp on updating an existing job
Signed-off-by: Anna Larch <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
[stable28] Don't query oc_properties for metadata props
Signed-off-by: Nextcloud bot <[email protected]>
[stable28] fix(ooo): add new ooo status with new emoji
Signed-off-by: Louis Chemineau <[email protected]>
Wrong repo, sorry |
@@ -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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Manual backport nextcloud#42353