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

fix: Move OC_API into \OC\ApiHelper in standard namespace #47685

Merged
merged 8 commits into from
Sep 12, 2024

Commits on Sep 9, 2024

  1. fix: Move OC_API into \OC\ApiHelper in standard namespace

    It’s only used by ocs/v1.php
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ea32d17 View commit details
    Browse the repository at this point in the history
  2. fix: A bit of code cleanup in OC\AppFramework\OCS\ApiHelper

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3756946 View commit details
    Browse the repository at this point in the history
  3. fix: Move ApiHelper to \OC\OCS next to related classes

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4c9104e View commit details
    Browse the repository at this point in the history
  4. fix: Remove duplicated code in \OC\OCS\ApiHelper, use Response classe…

    …s instead
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e184784 View commit details
    Browse the repository at this point in the history
  5. chore: Adapt tests to OC_API refactoring

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    359bbce View commit details
    Browse the repository at this point in the history
  6. chore: Deleted now unused classes from \OC\OCS

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    76d1b11 View commit details
    Browse the repository at this point in the history
  7. fix: Force 503 HTTP status code for maintenance mode on v1

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    42c5a60 View commit details
    Browse the repository at this point in the history
  8. chore: Make parameter name more explicit

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    90a9485 View commit details
    Browse the repository at this point in the history