Now staff members can use the "@here" tag to notify all users that
have made previous posts or comments on the specific topic.
Also strips out "@here" from quotes to avoid tagging all users again
unintentionally.
This is useful for things like notifications of updates and/or
announcements.
Supports posts/comments in Forums, Torrents, Articles and Requests
(Reworked) repository and added a ton of new api
Supports comments made in Torrents, Articles and Requests
Created new repositry for this as it may be used throughout the
code base
(Update) ForumController to use new repository
- renamed models/functions and more to avoid conflict with
`App\Http\Requests` which will be used to refactor all HTTP Validation
rules into dedicated form requests
- Remove all facades use besides mail
- Use Dependency Injection for Illuminate\Http\Request
- use helpers for auth, cache, validator, and more to rid of facades use
- use $request->input() over $request->get()
- use $request->isMethod('POST') over $request->getMethod('POST')
- general cleanup
- Closes#155
- Ability for anon comments on requests
- Dont PM or Notify if it is your own request or torrent
- Paginate Request Comments
- Cleanup Request View……match torrent comment styling