Skip to content

Fix since checker - #59940

Merged
nickvergessen merged 3 commits into
masterfrom
bug/noid/fix-since-checker
May 7, 2026
Merged

Fix since checker#59940
nickvergessen merged 3 commits into
masterfrom
bug/noid/fix-since-checker

Conversation

@kesselb

@kesselbkesselb commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

Summary

The imports were missing, hence the checks not executed.

Ignoring since for private methods.

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@kesselbkesselb self-assigned this Apr 27, 2026
@kesselbkesselb added the bug label Apr 27, 2026
@kesselb
kesselb requested review from ArtificialOwl, provokateurin, salmart-dev and sorbaugh and removed request for a teamApril 27, 2026 16:17
@kesselbkesselb added the 3. to review Waiting for reviews label Apr 27, 2026
abstract class PublicShareController extends Controller {

/**
* @since 33.0.0

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs adjustment on backport

/**
* Validate the token and password hash stored in session
*
* @since 33.0.0

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs adjustment on backport

/**
* Store the token and password hash in session
*
* @since 33.0.0

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs adjustment on backport

}

/**
* @since 34.0.0

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs adjustment on backport

Comment threadlib/public/AppFramework/Attribute/ASince.php
@nickvergessen

Copy link
Copy Markdown
Member
Error: apps/comments/lib/Activity/Listener.php:32:15: DeprecatedMethod: The method OCP\Comments\CommentsEvent::getEvent has been marked as deprecated (see https://psalm.dev/001)
Error: apps/comments/lib/Listener/CommentsEventListener.php:37:24: DeprecatedMethod: The method OCP\Comments\CommentsEvent::getEvent has been marked as deprecated (see https://psalm.dev/001)
Error: apps/comments/lib/Notification/Listener.php:43:16: DeprecatedMethod: The method OCP\Comments\CommentsEvent::getEvent has been marked as deprecated (see https://psalm.dev/001)
Error: apps/comments/lib/Notification/Listener.php:44:16: DeprecatedMethod: The method OCP\Comments\CommentsEvent::getEvent has been marked as deprecated (see https://psalm.dev/001)

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@kesselb
kesselbforce-pushed the bug/noid/fix-since-checker branch from 6e2ed11 to 25ca85eCompareApril 28, 2026 09:17
@nickvergessennickvergessen added this to the Nextcloud 34 milestone Apr 28, 2026
@nickvergessen
nickvergessen merged commit c1ab99e into masterMay 7, 2026
194 of 200 checks passed
@nickvergessen
nickvergessen deleted the bug/noid/fix-since-checker branch May 7, 2026 09:25
@nextcloud-botnextcloud-bot mentioned this pull request May 7, 2026
@kesselb

Copy link
Copy Markdown
ContributorAuthor

/backport to stable33

@backportbotbackportbotBot mentioned this pull request May 7, 2026
3 tasks
This was referenced May 12, 2026
@nextcloud-botnextcloud-bot mentioned this pull request May 20, 2026
@nextcloud-botnextcloud-bot mentioned this pull request May 27, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kesselb@nickvergessen@ChristophWurst