-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
lib/AppInfo/Application.php
Outdated
@@ -0,0 +1,32 @@ | |||
<?php | |||
/** | |||
* Created by PhpStorm. |
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.
should have a standard ownCloud header?
Working from a UI POV:
So unpriv users cannot get to the webUI users page. Is the Users page using some different endpoint underneath? That would need to be check to make sure that an an unpriv user cannot POST transactions to that endpoint "manually". Somehow we should run |
78d568a
to
85eb94c
Compare
the app has own routes to interact with - see the routes.php file |
As an admin, go to:
JSON of user data is returned. Do the same as unpriv user => access forbidden Good. |
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.
works
Codecov Report
@@ Coverage Diff @@
## master #16 +/- ##
============================================
+ Coverage 77.22% 77.85% +0.62%
- Complexity 176 186 +10
============================================
Files 17 19 +2
Lines 729 754 +25
============================================
+ Hits 563 587 +24
- Misses 166 167 +1
Continue to review full report at Codecov.
|
No description provided.