-
Notifications
You must be signed in to change notification settings - Fork 75
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
Cleanup app bootstrap #611
base: master
Are you sure you want to change the base?
Conversation
d741067
to
ac67e50
Compare
@@ -21,14 +21,38 @@ | |||
|
|||
namespace OCA\User_SAML\AppInfo; | |||
|
|||
use OC; | |||
use OC\Security\CSRF\CsrfTokenManager; | |||
use OC_User; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private?
ac67e50
to
4728d65
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #611 +/- ##
=============================================
+ Coverage 0.00% 22.51% +22.51%
- Complexity 361 379 +18
=============================================
Files 23 22 -1
Lines 1704 1426 -278
=============================================
+ Hits 0 321 +321
+ Misses 1704 1105 -599
☔ View full report in Codecov by Sentry. |
Just rebased, a few things left
|
045f6f7
to
f05f999
Compare
Remove a bunch of deprecated stuff Signed-off-by: Carl Schwan <[email protected]>
f05f999
to
f733354
Compare
Remove a bunch of deprecated stuff