HDVinnie
8b153ef7a9
(Fix) UserController Typo
2018-03-17 12:09:29 -04:00
HDVinnie
dc01d59fa6
(Fix) ShoutboxController
2018-03-16 10:49:28 -04:00
HDVinnie
738da7c8a1
(Fix) Typo
2018-03-15 20:07:28 -04:00
HDVinnie
83f577e95b
(Update) General Torrent Controller
...
- Forgot to commit
2018-03-15 12:56:42 -04:00
HDVinnie
2da7207d2b
(Update) Refactor General and Staff Controllers
...
- 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
2018-03-15 12:32:40 -04:00
HDVinnie
2c0d080ff6
(Update) Add Search By Uploader
...
- Faceted Torrent Search System now allows search by uploader and will
ONLY show torrents by that uploader that are NOT anonymous.
- closes #212
- Search by genre is not possible at this time until the meta data
system is reworked. Genre search is planned and will be added once meta
system is reworked.
2018-03-13 19:19:21 -04:00
HDVinnie
84f7eb1935
(Update) Add Position To Categories
...
- closes #219
- Add position to categories and sortBy position
- Added few spots where Types sortBy position was missing
2018-03-13 15:57:26 -04:00
HDVinnie
cedb1a3d66
Merge branch 'master' into Refactor-Codebase-(RepositoryPattern+EagerLoading)
2018-03-13 14:51:11 -04:00
HDVinnie
66b6ff43e2
(Update) Requests Faceted Search System
...
- extra filters have been added. My Requests, Unfilled, Claimed,
Pending and Filled.
2018-03-12 11:11:42 -04:00
HDVinnie
2d86ed84f0
(Update) Torrent Bookmark System
2018-03-11 19:43:14 -04:00
HDVinnie
bfb2c64129
(Update) Add Request Faceted Search
...
- Remove old basic request search
- Added faceted search for requests like torrents
2018-03-11 13:50:05 -04:00
HDVinnie
0741d3f408
(Update) Cleanup Torrent Faceted Search
2018-03-11 13:48:18 -04:00
HDVinnie
d797066370
(Fix) Group Settings
...
- This closes #75
2018-03-07 11:42:40 -05:00
HDVinnie
ff9955c5be
(Update) Show Torrent Results Count
2018-03-06 15:33:40 -05:00
HDVinnie
ca15584aaa
(Fix) IRC Syntax
2018-03-05 14:05:19 -05:00
HDVinnie
c25185cc68
(Update) IRC Messages
2018-03-05 14:01:03 -05:00
HDVinnie
3c88f2cb7e
(Fix) IRC Announce Message
2018-03-05 13:54:57 -05:00
HDVinnie
7efe85477a
(Update) IRC Announce Message Format
2018-03-05 12:10:03 -05:00
HDVinnie
3d1afae0d0
(Update) Refactor IRC Announce Bot
2018-03-04 22:54:39 -05:00
HDVinnie
67b4d9093e
Merge pull request #215 from HDInnovations/IRC-Announce-Bot
...
(Feature) IRC Announce Bot
- closes #193
2018-03-04 15:40:46 -05:00
HDVinnie
97f7d60c43
(Update) Final Commit
...
- update config w/ enabled option
- update controller for new config changes
- update IRCAnnounceBot.php config typo
2018-03-04 15:30:50 -05:00
HDVinnie
1dcd9c8703
(Update) Torrent Delete Function
...
- closes #214
2018-03-04 14:09:10 -05:00
HDVinnie
6bdf848f5c
(Update) Shoutbox Private Messages
2018-03-03 16:24:55 -05:00
HDVinnie
1a4e6c3670
(Update) Ban/Unban Email Notifications
...
- closes #206
- Email user when banned
- Email user when unbanned
2018-03-02 09:29:10 -05:00
HDVinnie
a3b7f76b92
(Update) Post Rules
2018-03-01 22:21:47 -05:00
HDVinnie
6f3bb40335
(Update) Add Irc Announce Bot Facade
2018-02-26 11:38:20 -05:00
HDVinnie
c918e6f513
(Update) Shoutbox Private Messaging
...
- Click new chat bubble by username
- @ tag symbol and username is attached to chat input field
- Outgoing private messages are highlighted green
- Incoming private messages are highlighted blue
- Only you and other member can see the private messages….not even
staff can.
2018-02-26 11:33:28 -05:00
HDVinnie
07abf8c0b1
(Initial) IRC Announce Bot PT.1
...
- UNTESTED!
- irc-bot config / IRCAnnounceBot / TorrentController
- Artisan Commands To Follow For Test Use
2018-02-26 01:25:53 -05:00
HDVinnie
183ae6021b
(Update) Gift FL Tokens
...
- closes #203
- Staff can now also gift FL Tokens in staff dashboard under “User
Gifting”
2018-02-25 09:43:03 -05:00
HDVinnie
9793c92c26
(Update) Meta Data API's
...
- Now using TMDB (Required) as primary and IMDB as secondary
2018-02-22 12:06:52 -05:00
HDVinnie
526e61fe1d
(Fix) Closes #187
...
- Foreign Key Migration Updated
- Model Updated
- Controller Updated
2018-02-22 12:05:10 -05:00
HDVinnie
02b3957b8a
(Update) Extra-Stats System
...
- Added more stats
- Cache stats for 60min
2018-02-21 20:14:25 -05:00
HDVinnie
3fd68b5cc6
(Fix) Issue #198
...
- Closes #198
2018-02-20 12:28:28 -05:00
HDVinnie
edbc68180e
(Update) Refactor Toastr Notifications
2018-02-16 14:57:52 -05:00
HDVinnie
8a8f440781
(Update) Refactor HTTP Redirects
...
- Use global redirect() helper instead of facade
2018-02-16 14:07:24 -05:00
HDVinnie
9893abfbb5
(Update) Refactor Controller
...
- closes #196
- removes use of redirect()->back() and Redirect::back()
2018-02-16 13:49:58 -05:00
HDVinnie
201bd3dac1
(Update) Forum Controller
...
- closes #195
- cutting out the use of back() which could get buggared / slow from
browser cache issues-
2018-02-16 09:51:59 -05:00
HDVinnie
bd6a412c7f
(Fix) Make Chat PHP7.2 Friendly
...
- cannot count on null in 7.2
2018-02-16 08:25:03 -05:00
HDVinnie
2114251425
(Update) Graveyard System
...
- Add configs to make seedtime and reward configurable
2018-02-15 19:30:49 -05:00
HDVinnie
a0404a218a
(Update) Request Moderation
...
- Send request filler a PM if his fulfillment is declined by the
requester
2018-02-15 19:30:12 -05:00
HDVinnie
4efd2d207a
(Update) Refactoring
...
- autoBan
- LoginController
- Middleware
- Routes
2018-02-14 15:11:17 -05:00
HDVinnie
2d606d1d9e
(Update) Laravel 5.6 Ready
...
- Running Laravel 5.6.3
- PHP 7.2+ is required (Argon2 Hashing Supported)
2018-02-14 12:19:57 -05:00
Laravel Shift
81578d83cb
Shift to new helper methods
...
Laravel 5 added several new helper functions, including:
- `view()`
- `response()`
- `redirect()`
- `config()`
- String functions
Review the [helpers][1] documentation for more details.
[1]: https://laravel.com/docs/5.0/helpers
2018-02-14 16:53:25 +00:00
Laravel Shift
4f42853bad
Adopt PSR-2 coding style
...
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.
[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-02-14 16:53:22 +00:00
HDVinnie
e6e3615f2c
(Update) Dependancies
2018-02-14 11:51:45 -05:00
HDVinnie
50638db9af
Merge branch 'master' into shift-6100
2018-02-14 16:17:19 +01:00
HDVinnie
3474cb227c
(Update) Add Internal Group
...
- Internal’s Page
- is_internal group permission
- Update migrations and seeders
- Update Controllers
- Update Views
2018-02-14 10:09:14 -05:00
HDVinnie
3e9763a551
(Update) Contact Us
2018-02-12 12:43:25 -05:00
Hyleus
777bb63880
Change license to AGPL
2018-02-12 17:27:32 +01:00
HDVinnie
4dc8b3fa1c
(Update) Articles Management
2018-02-10 18:37:06 -05:00