Markers
Table of Contents
Authenticator.php
Type | Line | Description |
---|---|---|
TODO | 216 | Figure out a way to update the currentUser service to reflect the logged-in user *immediately* in the service provider. As it stands, the currentUser service will still reflect a "guest user" for the remainder of the request. |
AccountController.php
Type | Line | Description |
---|---|---|
TODO | 193 | require additional user information |
TODO | 193 | prevent password reset requests for root account? AuthGuard: false Route: /account/forgot-password Route Name: {none} Request type: POST |
TODO | 1330 | Can this route be abused for account enumeration? If so we should throttle it as well. AuthGuard: false Route: /account/suggest-username Route Name: {none} Request type: GET |
Group.php
Type | Line | Description |
---|---|---|
TODO | 53 | What do we do with users when their group is deleted? Reassign them? Or, can a user be "groupless"? |
UserInterface.php
Type | Line | Description |
---|---|---|
TODO | 123 | Transition to Laravel Event dispatcher to handle this |
TODO | 134 | Transition to Laravel Event dispatcher to handle this |
User.php
Type | Line | Description |
---|---|---|
TODO | 382 | Transition to Laravel Event dispatcher to handle this |
TODO | 422 | Transition to Laravel Event dispatcher to handle this |
GroupControllerGuestTest.php
Type | Line | Description |
---|---|---|
TODO | 241 | test individual permission with the delete_group permission too |
RoleControllerGuestTest.php
Type | Line | Description |
---|---|---|
TODO | 96 | test individual permissions too |
AssetsServiceTest.php
Type | Line | Description |
---|---|---|
TODO | 23 | Need to test the actual output. We know an instance is returned, but we don't necessary know it returns the correct streams and whatnot |
GulpBundleAssetsRawBundles.php
Type | Line | Description |
---|---|---|
TODO | 25 | Many of the more advanced features available in gulp-bundle-assets configuration are not supported. (EG: Specifying the pre-minified versions of assets) |
AssetsTemplatePlugin.php
Type | Line | Description |
---|---|---|
TODO | 21 | JS and CSS convenience methods. (not bundles) |