Commit Graph

268 Commits

Author SHA1 Message Date
HDVinnie d76b412f92 (Update) Articles System 2018-05-03 18:55:52 -04:00
HDVinnie d75429e0ac (Update) Pages System 2018-05-03 18:23:47 -04:00
HDVinnie 0231832608 (Update) Types System 2018-05-03 18:00:03 -04:00
HDVinnie 0badbea2bc (Update) Category System 2018-05-03 15:42:15 -04:00
HDVinnie ed00aa4754 (Update) Reports System 2018-05-03 15:18:01 -04:00
HDVinnie 08fea357c3 (Update) Moderation System 2018-05-03 15:15:52 -04:00
HDVinnie 20650b66c8 (Update) Staff User Tools System 2018-05-03 15:09:30 -04:00
HDVinnie 120e0e53c7 (Update) Ban System 2018-05-03 15:03:06 -04:00
HDVinnie f4be202a81 (Update) User Settings System 2018-05-03 14:22:12 -04:00
HDVinnie 591060683b (Update) User Edit Profile System 2018-05-03 13:44:25 -04:00
HDVinnie 48ea925be3 (Update) Cleanup Torrent Upload/Edit System 2018-05-03 13:30:46 -04:00
HDVinnie 31e200c5b8 (Update) Cleanup Torrent Request System 2018-05-03 11:09:00 -04:00
HDVinnie 5acd36ba05 (Update) Cleanup Contact Us System 2018-05-03 10:28:14 -04:00
werrpy 4a7b434ab8 (Fix) Request Fullfilled PM approver's username instead of id in message 2018-05-01 18:11:57 -04:00
Git Repository f7ea38a722 Added extra space after IF keyword 2018-04-28 16:33:47 -07:00
Git Repository 6fb468d165 Fix search for uploaded returns 404 error 2018-04-28 15:04:53 -07:00
HDVinnie b311ade2bc Merge branch 'master' into Refactor-Bookmarks-System 2018-04-28 14:33:59 -04:00
Git Repository a53498e953 Change (Stringed)Boolean values back to Booleans 2018-04-28 09:00:12 -07:00
Git Repository 64a56cb2ec Update VersionCheck Component
Updated the version check component.

1) Line 25 (Version.vue) was checking for a boolean but a string is returned from VersionController.

2) Line 37 (VersionController.php) was returning “true” if the current version was less then latest version. The version component was only showing “There Is A Update Available” if the return data was false. This was not triggered if the current version is less then the available version Example v1.6 installed < v1.7 latest.
2018-04-27 23:28:47 -07:00
HDVinnie 04073b20d4 (Update) Activity Logging System
- create recycle command to destroy activity records once 30 days old
- ability to delete single activity record
- cleanup and rename route/controller functions
- Created At column added and displayed in human format
2018-04-27 21:35:50 -04:00
HDVinnie 802daeaf3f (Update) Staff Notes System
- closes #267
- Ability to delete staff notes
- Created At column added and displayed in human format
2018-04-27 20:51:44 -04:00
HDVinnie c1579ee59f (Update) Some Progress 2018-04-26 21:19:56 -04:00
HDVinnie f136d3e79b (Initial) Files 2018-04-26 19:07:00 -04:00
HDVinnie 54d719175c (Feature) Codebase Version Checker
- powered by the almighty vue.js
2018-04-26 16:30:16 -04:00
HDVinnie 2e6cfd470d (Update) General Cleanup Of Controllers
- remove unused “use” statements
2018-04-25 15:15:41 -04:00
poppabear8883 fdc5d50fbb (Feature) Staff "here" tag
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
2018-04-24 21:26:50 -04:00
HDVinnie efa30f4e3a (Fix) tipUploader Must Be A Positive Amount 2018-04-24 16:07:21 -04:00
poppabear8883 e41a82bc4c (Update) Removed left behind debug code 2018-04-24 10:07:55 -04:00
poppabear8883 9b27fd7da5 (Feature) Auto tagging users in quotes and more
Will now tag users when they have been quoted by another user.

Refactored regex to only alpha-numeric characters, as well as dashes
and underscores.

Added debugging options to repository:
 1: Allows you to tag yourself while testing

 code:
 ```php
 $this->tag->setDebug(true);
 $this->tag->messageTaggedUsers($content, $subject, $message);
 ```
2018-04-24 10:06:20 -04:00
HDVinnie c1ce21c132 (Update) Torrent Grouping
- Style changes
- Dont include IMDB ID’s with default 0
2018-04-24 09:01:39 -04:00
poppabear8883 4ef10042c3 (Feature) Tagging users in comments
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
2018-04-24 00:13:04 -04:00
poppabear8883 e40324e6c4 (Fix) Tagging yourself is not allowed
Thats right, a simple oversignt on my end!
2018-04-23 23:11:21 -04:00
poppabear8883 fcc810e9b6 (Update) Link to forum post in tagged PM
This makes the link in your PM go directly to the post you where
tagged in!
2018-04-23 22:57:03 -04:00
poppabear8883 5bbc910d12 (Feature) Tagging users in forum posts
You can now tag a user in a forum post by simply prefixing the username
with an "@" symbol.

For example: @UNIT3D
2018-04-23 22:36:59 -04:00
poppabear8883 63603dbdf7 (Fix) Default values needed changed 2018-04-23 13:53:24 -04:00
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 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 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
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
poppabear8883 8b282591c8 (Update) Wishlist removed useless type 2018-04-21 20:04:02 -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 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 97e9ac1394 (Fix) Poll Controller
- fixed missing ; for storing new poll
2018-04-19 17:31:21 -04:00
HDVinnie 7897add990 (Update) Registration Controller
- remove un-used App\Mail\WelcomeUser
2018-04-18 13:03:49 -04:00
HDVinnie 8f7785e272 (Update) Display and Announce SD Uploads 2018-04-16 09:00:12 -04:00
HDVinnie e50018a70e (Update) Minor Controllers Cleanup
- Toastr
- Code Comments
- Activity Logging
2018-04-15 19:35:14 -04:00
HDVinnie b4c16a26b3 (Update) Activity Logging 2018-04-15 19:08:00 -04:00
HDVinnie e3714183a9 (Update) Forums System
- small update that includes DB changes
- there is no longer a use for columns upload and download in
permissions table
- Some minor view cleanup
2018-04-12 16:59:12 -04:00