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

Remove unused methods and constants from legacy OC_API #8788

Merged
merged 1 commit into from
Mar 13, 2018

Conversation

MorrisJobke
Copy link
Member

Ref #8375 and #7827

Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

bildschirmfoto von 2018-03-12 18-09-42 😍

*/

/** @deprecated Use \OCP\API::RESPOND_UNAUTHORISED instead */
const RESPOND_UNAUTHORISED = 997;
Copy link
Member

Choose a reason for hiding this comment

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

Those are still used I believe... we probably should migrate

Copy link
Member Author

Choose a reason for hiding this comment

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

I checked all of the apps within this organization and all of the App Store - they are only used in the ocdownloader (see link above) and the others use the ones from the public interface ;)

Copy link
Member

Choose a reason for hiding this comment

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

Ah we have them double defined... but of course ...

@MorrisJobke MorrisJobke merged commit 57eaa48 into master Mar 13, 2018
@MorrisJobke MorrisJobke deleted the cleanup-oc_api branch March 13, 2018 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants