MrG01
a292790fb9
[CHANGE] Request Facade and more
...
- Refactor to use Illuminate\Http\Request instead of use
Illuminate\Support\Facades\Request;
- Most public functions now have comments
- Upon delete checks against Requests are also done
- Delete divs should really be buttons
#57 #98
2018-03-11 10:38:36 +02:00
MrG01
c8b91d194f
[BUG] Delete
...
- Added validator to delete controller
- Address issue #98
2018-03-10 23:33:59 +02: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
6f3bb40335
(Update) Add Irc Announce Bot Facade
2018-02-26 11:38:20 -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
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
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
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
Hyleus
777bb63880
Change license to AGPL
2018-02-12 17:27:32 +01:00
Laravel Shift
3c5c3d9953
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-06 21:47:43 +00:00
Hyleus
f91dd4eaef
Remove the ability for users to delete their own uploads after a day
2018-01-26 12:03:15 +01:00
Hyleus
c1c13e73ca
Anonymize Mediainfo dump
2018-01-24 19:26:54 +01:00
HDVinnie
05925fc3d1
(Fix) Torrents Search System
...
- closes #120
2018-01-19 06:59:11 -05:00
HDVinnie
918e533a30
(Update) Reactor According To Linter Shift
...
In accordance with #119
2018-01-17 22:45:55 -05:00
Laravel Shift
e9f1670dad
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-01-18 02:16:17 +00:00
Laravel Shift
0e48e34c8a
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-01-18 01:04:19 +00:00
HDVinnie
9a807064d6
(Update) Personal Freeleech + Graveyard System + Freeleech Tokens
...
- Personal Freeleech System Reworked
- Graveyard Working (Beta, could use more love and will get it)
- Added Freeleech Tokens System To Couple With Graveyard
2018-01-15 20:51:20 -05:00
HDVinnie
2021bc7c58
(Fix) Torrent Health Filter For Faceted Search
2018-01-15 18:06:26 -05:00
HDVinnie
ccbdbdc479
(Update) Torrent Upload Redirect
2018-01-06 10:38:39 -05:00
Hyleus
b49f7d62ee
Remove dots replacement on the server side and handle it on the client side
2018-01-06 10:25:44 +01:00
HDVinnie
7e90275cfd
(Update) Remove Use Of Decoda Censor Hook
2018-01-03 14:25:19 -05:00
Hyleus
c7c363367a
Refactor TorrentController
2017-12-30 23:36:24 +01:00
Hyleus
f11c8e873f
Disallow duplicate bookmarking
2017-12-30 19:44:43 +01:00
HDVinnie
a7ca7fa047
(Update) Torrent Upload Function
...
- Strip periods (dots .) from torrent name and slug
2017-12-27 23:30:13 -05:00
HDVinnie
c902c0dc4a
(Feature) Last Seed Activity
...
- If said torrent is dead then the Last Seed Activity is displayed
which shows how long ago the most recent seeder announced to tracker.
2017-12-26 14:24:38 -05:00
Tom Arrow
625526373c
fixed second silly mistake
2017-12-22 22:25:17 +01:00
Hyleus
11b0ed69b0
Fix variables for Mediainfo parser
2017-12-22 20:14:02 +01:00
Tom Arrow
17b237830d
Fix MediaInfo issues (but the View has to be tested yet)
2017-12-22 18:06:34 +01:00
HDVinnie
9252df446b
(Fix) Estimated Ratio after Download
...
- refactoring to torrent controller and torrents blade were needed to
separate uploader & user variable.
2017-12-20 12:49:35 -05:00
HDVinnie
7fd2dd312f
(Fix) Typo In Featured Torrent AutoShout
2017-12-20 10:01:15 -05:00
HDVinnie
ba8aee77d3
(Update) Use System ID 1
...
- no longer use 0
2017-12-20 07:32:17 -05:00
HDVinnie
77a8c2140a
(Update) NOTICE OF LICENSE
...
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
Hyleus
054898b962
Fix anonymous comments
2017-12-12 19:11:29 +01:00
Poppabear
abd3ca2849
Fixed hard coded url's
2017-12-11 20:52:31 -05:00
Poppabear
c5f71b9077
Fixes for issue #10 and issue #14
2017-12-11 20:21:18 -05:00
HDVinnie
5a32c2c38d
(Release) UNIT3D v1.0
...
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00