Commit Graph

18 Commits (933e24c9bade0d1f4aac3ed0f4e3411aec2f7bb7)

Author SHA1 Message Date
Your Name 30db57448f fix: replace str_random/str_limit/str_slug in Blade templates and tests
These deprecated helpers will throw 'undefined function' errors at
runtime since laravel/helpers was removed. Replace with Str::random(),
Str::limit(), and Str::slug() respectively.
1 month ago
Daniel Supernault cc90df9d8c
Add user admin toggles for email and ip 11 months ago
Ross Bearman db03733415 Add admin invite interface and email support
This commit does two things:

* Add invite email support to AdminInviteCommand
  - Moves `invite_code` generation to AdminInvite model `creating` event
* Add admin invite management section under admin users dashboard
  - Adds `Admin/AdminUserInviteController` and associated `home` and
    `create` Blade templates.
  - Adds "Invites" button to admin user dashboard
1 year ago
Daniel Supernault b6bc1e50e2
Update Admin Users dashboard 1 year ago
Daniel Supernault 7cd59f75e4
Update admin dashboard, improve users section 3 years ago
Daniel Supernault 36b6bf480e
Update admin dashboard, improve users section 3 years ago
Daniel Supernault 43201a70e6
Update user admin, fix pagination 6 years ago
Daniel Supernault 8feeadbf4e
Update user admin, remove expensive db query and add search 6 years ago
Daniel Supernault fa97073478
Update admin user views 7 years ago
Daniel Supernault 6751aa4ea6
Update admin dashboard 7 years ago
Daniel Supernault e44b9a03f0
Update admin users view 8 years ago
Daniel Supernault 1daa8d43ea
Update AdminController, remove stats for now 8 years ago
Daniel Supernault 1cb0c030a8
Update admin user list view 8 years ago
Daniel Supernault c2f6ffc043 Make #122 responsive
Closes #119
8 years ago
Whaxion 20a29acacf Take username on user and not on profile 8 years ago
Whaxion 9f0120443e Change id to username in users list 8 years ago
Daniel Supernault 9767bec660 Update admin dashboard views 8 years ago
Daniel Supernault b144efbe96 Add basic admin dashboard views 8 years ago