Commit Graph

1101 Commits

Author SHA1 Message Date
poppabear8883 09b47967e1 Merge remote-tracking branch 'origin/master' 2018-04-23 13:49:41 -04:00
poppabear8883 ff2ea90305 (Update) Torrent Group to Torrent Upload form
Now when you click the "Upload <TITLE>" button from the torrent group
details page, it passes the Title, IMDB and TMDB data to the form.
2018-04-23 13:49:35 -04:00
HDVinnie 7e40eb53a2 (Fix) Poll Block 2018-04-23 13:38:15 -04:00
HDVinnie ec1c4ce489 (Fix) Latest Poll Block Query 2018-04-23 12:37:55 -04:00
HDVinnie 2e86ea24cc (Update) Poll System
- closes #55
- latest poll now displays on home page as long as the user has NOT
already voted on it.
- This I am classing as “still needs work” as it could be prettied up a
little
2018-04-23 12:24:38 -04:00
HDVinnie f74246ca84 (Fix) Button Icons On Torrent Details View 2018-04-23 11:44:05 -04:00
HDVinnie c51dd87e54 (Update) Torrent NFO
- Only show button if torrent nfo is not default null
2018-04-23 11:42:33 -04:00
HDVinnie d6ffb8f2a7 (Update) Refactor Similar Torrents
- remove similar drop panel and instead link to torrent grouping via
button.
- one less query in torrent controller
- only show button if IMDB is not default 0
2018-04-23 11:40:11 -04:00
HDVinnie 572311aae2 (Update) Email View Blade For New Forum Replies 2018-04-23 11:37:31 -04:00
HDVinnie be67aad501 (Update) Staff Dashboard Menu 2018-04-22 23:00:33 -04:00
HDVinnie 5339f270a3 (Update) Wishlist PM
- send user a private message when there wishlist tile has been
uploaded to site.
- closes #255
2018-04-22 20:49:54 -04:00
HDVinnie 1f0a139d73 (Update) Models
- added withDefault to any belongsTo User as a backup in case a user
ever gets deleted and his/her post/comments/votes/ect. fails to delete
or is not set for some reason. Before this change you would get an
error, something like “trying to get property of non-object”. This
resolves that by making the System account default.
- closes #256
2018-04-22 19:11:53 -04:00
HDVinnie 55c804018e (Update) Custom Error View Blades
- #262
- removed use of exception message all together
2018-04-22 18:40:30 -04:00
HDVinnie 3458805107 (Update) Wishlist Header 2018-04-22 18:26:48 -04:00
poppabear8883 76d6d8dc8f Merge remote-tracking branch 'origin/master' 2018-04-22 17:49:13 -04:00
poppabear8883 316592c11d (Fix) Report view ref #209
Submit button should not be visible after solved
Put the solved results in a "well"
Removed broken markup
Reformated markup
2018-04-22 17:49:09 -04:00
HDVinnie 5e46573831 (Add) UNIT3D config
- not put to use at moment
2018-04-22 17:43:33 -04:00
HDVinnie 431a420174 (Update) Footer CSS 2018-04-22 17:41:59 -04:00
HDVinnie c643e5eb2e (Update) Article+Comment Models 2018-04-22 17:41:39 -04:00
poppabear8883 f29dfbd437 (Fix) Bug in Report view ref #209 2018-04-22 17:29:05 -04:00
poppabear8883 5fb78497c0 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	resources/views/Staff/reports/index.blade.php
#	resources/views/Staff/reports/report.blade.php
#	resources/views/torrent/torrent.blade.php
#	resources/views/torrent/torrent_modals.blade.php
2018-04-22 17:15:45 -04:00
poppabear8883 9240bc2c35 (Refactored) Report System ref #209
Visually more appealing.
Will now reference urls in the message body.
Includes reported user AND reported by user.
Title now links to the torrent reported.
2018-04-22 17:15:24 -04:00
HDVinnie b94849f7b4 (Update) Reformat All View Blades 2018-04-22 14:12:29 -04:00
HDVinnie 251112551c (Fix) Forum Quote Button Visibility 2018-04-22 12:19:45 -04:00
poppabear8883 11e0300a1a (Update) Report View ref #209
Made adjustments to the look.
Made `Reported By` clickable to the users profile page.
2018-04-22 00:50:23 -04:00
poppabear8883 ca4a7cd23f (fix) Report card in dashboard wasn't clickable 2018-04-22 00:47:28 -04:00
poppabear8883 71020f5c95 Merge remote-tracking branch 'origin/master' 2018-04-21 23:36:49 -04:00
poppabear8883 86c85ffb41 (Feature) Quote user in forums ref #247 2018-04-21 23:36:40 -04:00
HDVinnie 34eeb8b5c8 (Update) Invite Model
- If the sender or receiver of the invite is deleted from site then use
the System as a fallback for user invite trees and invites log
2018-04-21 22:00:19 -04:00
poppabear8883 a93a95f202 (Update) Demo Seeder add error checking 2018-04-21 21:29:10 -04:00
poppabear8883 8b282591c8 (Update) Wishlist removed useless type 2018-04-21 20:04:02 -04:00
poppabear8883 7f61fe53c8 Merge branch 'wishlist' 2018-04-21 18:59:56 -04:00
poppabear8883 daaa673c45 (Feature) User Wishlist v1.0 Beta
You can access the wishlist via a button near bottom of your profile
page.
2018-04-21 18:59:11 -04:00
HDVinnie 0cd9576224 (Update) Error View Blades
- closes #262
- Only show exception warning message to users that are in a group with
is_modo rights. AKA only staff can see.
2018-04-21 11:40:33 -04:00
poppabear8883 28466b6548 (Update) Demo Seeder v1.0 Beta
Now seeds actual IMDB movie data.
2018-04-20 22:37:08 -04:00
poppabear8883 16b780ad70 (Update) .env.example (read body)
You can now choose to store your api keys in the .env file as this
is a safer place for such sensitive data.

If you pull this commit into your project you will need to update
your api keys either in the api-keys.php or the .env file.

In addition we fixed a bug in the redis database configurations.

Any questions please visit us on discord!
2018-04-20 22:35:45 -04:00
poppabear8883 e446706ab5 (fix) typo 2018-04-20 15:22:47 -04:00
poppabear8883 d4092f9fbd (Update) .gitignore
Removed duplicates
2018-04-20 09:12:26 -04:00
poppabear8883 a63071762f (Update) Torrents Migration
Cleaned up by removing nullable from required fields
2018-04-19 23:29:21 -04:00
poppabear8883 ad3de3fa5f Merge remote-tracking branch 'origin/master' 2018-04-19 23:27:59 -04:00
poppabear8883 07b8b4c299 (Feature) demo:seed command
Ability to add dummy data for demonstration or testing purposes.

This feature is in Alpha stages and will continue to improve over the
coming weeks.
2018-04-19 23:27:32 -04:00
HDVinnie 9890c5ff37 (Update) Cleanup Torrent Catalog Views
- overall better layout
2018-04-19 21:05:18 -04:00
poppabear8883 359842d8a8 (Update) package-lock.json 2018-04-19 21:04:52 -04:00
poppabear8883 1bb0c13076 (Removed) Unused uploads table 2018-04-19 21:04:10 -04:00
poppabear8883 e8a964088a (Update) Groups
Added defaults to fields
Cleaned up seeder file
2018-04-19 20:53:05 -04:00
HDVinnie 197eb6c889 (Feature) Torrent Grouping
- closes #27
- torrent category grouping like gazelle
- only for categories that are meta enabled
- uses IMDB number for relations
- could use some work but its a stable working start.
2018-04-19 19:01:28 -04:00
HDVinnie 3f3cae6625 (Add) Failed Jobs Migration
- for logging failed jobs
2018-04-19 18:18:45 -04:00
HDVinnie 97e9ac1394 (Fix) Poll Controller
- fixed missing ; for storing new poll
2018-04-19 17:31:21 -04:00
HDVinnie c0eac0a768 (Update) TMDB API Client
- Add default images and text
2018-04-18 13:07:30 -04:00
HDVinnie 8a2862667c (Update) Account Activation Job
- cleanup
- add max number of times email can be attempted to be sent
2018-04-18 13:05:45 -04:00