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

Move constants required by UserInterface into interface definition #8896

Closed
wants to merge 1 commit into from

Commits on Mar 21, 2018

  1. Move constants required by UserInterface into interface definition

    The constants which need to be checked in `implementsActions` formerly
    resided in the private \OC\User\Backend class. Since they need to be
    accessed in apps they should actually reside in the public interface.
    
    Signed-off-by: Daniel Klaffenbach <daniel.klaffenbach@hrz.tu-chemnitz.de>
    klada committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    f7aa102 View commit details
    Browse the repository at this point in the history