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

Backend interfaces #8935

Merged
merged 9 commits into from
Mar 23, 2018
Merged

Backend interfaces #8935

merged 9 commits into from
Mar 23, 2018

Commits on Mar 22, 2018

  1. Add interfaces for user backend functionality

    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    226439a View commit details
    Browse the repository at this point in the history
  2. Add abstract bakend to still be backwards compatible with the old logic

    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    355abbc View commit details
    Browse the repository at this point in the history
  3. Fix phpdoc

    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    140e7b6 View commit details
    Browse the repository at this point in the history
  4. Deprecate implementsActions

    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    c30b9da View commit details
    Browse the repository at this point in the history
  5. Remove type declarations where not yet possible

    Because we don't return consistent things yet :(
    
    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    5aa0d83 View commit details
    Browse the repository at this point in the history
  6. Move Database backend over to new User/Backend interfaces

    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    cbd2be5 View commit details
    Browse the repository at this point in the history
  7. Move to ABackend

    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    471272d View commit details
    Browse the repository at this point in the history
  8. Document parameters

    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    b723a2b View commit details
    Browse the repository at this point in the history
  9. Update autoloader

    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    f5ce253 View commit details
    Browse the repository at this point in the history