-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Backend :
Users management :
- List all users (With trashed list).
- Show a user details.
- Create a user.
- Update a user.
- Restore a trashed user.
- Delete a user (with soft delete).
- Enable/Disable a user.
- Impersonate users.
- Online users (with last activity tracking).
Roles management :
- List all roles.
- Show a role details.
- Create a role.
- Update a role.
- Delete a role.
- Enable/Disable a role.
Permissions management :
- List all permissions.
- Show a permission details.
- Group the permissions (PR : Adding Permission's Groups #2).
- Detach a role from a permission.
Profile.
- Update password.
Social authentication management.
- Facebook.
- Twitter.
- Google plus.
- GitHub.
- Bitbucket.
- LinkedIn.
Statistics.
Misc:
- Complete the translations.
Frontend :
- Login Form / Logout.
- Registration Form.
- Password reset Mail.
- Password reset Form.
- Confirmation Mail.
- Profile.
Misc :
- Complete the authorization checks.
- Adding sanitizers.
- Testing & Refactoring.
- Documenting the source code.
Reactions are currently unavailable