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

Clarify that some interface are not meant to be implemented #31447

Merged
merged 2 commits into from
Mar 6, 2022

Commits on Mar 4, 2022

  1. Clarify that some interface are not meant to be implemented

    This make sure that apps don't implement this interfaces and gives us
    more liberty to add new methods to them (as long as it is compatible
    from an usage point of view)
    
    Signed-off-by: Carl Schwan <carl@carlschwan.eu>
    Co-authored-by: Vincent Petry <vincent@nextcloud.com>
    CarlSchwan and PVince81 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    831aebf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Add a few more non-extendable interface

    Signed-off-by: Carl Schwan <carl@carlschwan.eu>
    CarlSchwan committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    5a17415 View commit details
    Browse the repository at this point in the history