Skip to content

Add app:check-code for already compatible apps - #235

Merged
MariusBluem merged 1 commit into
masterfrom
fix-app-code
Jun 27, 2016
Merged

Add app:check-code for already compatible apps#235
MariusBluem merged 1 commit into
masterfrom
fix-app-code

Conversation

@MorrisJobke

Copy link
Copy Markdown
Member
  • admin_audit, comments, federation
  • removed not needed call to OC_Util::checkAdminUser() (is already
    done by the request handler before)

cc @LukasReschke@schiessle

* admin_audit, comments, federation
* removed not needed call to OC_Util::checkAdminUser() (is already
done by the request handler before)
@MorrisJobkeMorrisJobke added this to the Nextcloud Next milestone Jun 27, 2016
@LukasReschke

Copy link
Copy Markdown
Member

👍

@MorrisJobke

Copy link
Copy Markdown
MemberAuthor

@Mar1u5 ;)

@MorrisJobkeMorrisJobke added the 3. to review Waiting for reviews label Jun 27, 2016
@MariusBluem

Copy link
Copy Markdown
Member

I am not completely understanding what the two points of the PR have to do with each other 😁

checkAdminUser() has nothing to do with Travis - has it 😅

@MorrisJobke

Copy link
Copy Markdown
MemberAuthor

checkAdminUser() has nothing to do with Travis - has it 😅

It has: the one is an unneeded call (we do this already internally) and it is a call to a private method, that apps shouldn't do. If they do, then the app:check-code would fail ;)

@MariusBluem

MariusBluem commented Jun 27, 2016

Copy link
Copy Markdown
Member

Okay ... Now I understand. I've tested it and i could not find any problems 😉

LGTM :)

@MariusBluem
MariusBluem merged commit 56aa200 into masterJun 27, 2016
@MariusBluem
MariusBluem deleted the fix-app-code branch June 27, 2016 21:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@MorrisJobke@LukasReschke@MariusBluem