Implement front-end server searching 🍬

This commit is contained in:
Dane Everitt 2017-04-01 13:14:49 -04:00
parent 27d472195f
commit cbeecfe5e4
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 30 additions and 15 deletions

View file

@ -12,6 +12,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Added
* Login attempts and pasword reset requests are now protected by invisible ReCaptcha. This feature can be disabled with a `.env` variable.
* Server listing for individual users is now searchable on the front-end.
### Changed
* Subuser permissions are now stored in `Permission::list()` to make views way cleaner and make adding to views significantly cleaner.