### Backend : #### Users management : - [x] List all users (With trashed list). - [x] Show a user details. - [x] Create a user. - [x] Update a user. - [x] Restore a trashed user. - [x] Delete a user (with soft delete). - [x] Enable/Disable a user. - [x] Impersonate users. - [x] Online users (with last activity tracking). #### Roles management : - [x] List all roles. - [x] Show a role details. - [x] Create a role. - [x] Update a role. - [x] Delete a role. - [x] Enable/Disable a role. #### Permissions management : - [x] List all permissions. - [x] Show a permission details. - [x] Group the permissions (PR : #2). - [x] Detach a role from a permission. #### Profile. - [x] Update password. #### Social authentication management. - [x] Facebook. - [x] Twitter. - [x] Google plus. - [x] GitHub. - [x] Bitbucket. - [x] LinkedIn. #### Statistics. #### Misc: - [x] Complete the translations. ## Frontend : - [x] Login Form / Logout. - [x] Registration Form. - [x] Password reset Mail. - [x] Password reset Form. - [ ] Confirmation Mail. - [ ] Profile. ## Misc : - [ ] Complete the authorization checks. - [ ] Adding sanitizers. - [ ] Testing & Refactoring. - [ ] Documenting the source code.
Backend :
Users management :
Roles management :
Permissions management :
Profile.
Social authentication management.
Statistics.
Misc:
Frontend :
Misc :