Commit Graph

2508 Commits

Author SHA1 Message Date
singularity43 21c7c46630 (Update) ForumController
Fix to work with new notification system.
2019-01-23 22:04:16 -05:00
singularity43 6c1aa3c219 (Update) FollowController
Send notifications for follow/unfollow.
2019-01-23 22:03:48 -05:00
singularity43 a5062842c1 (Update) CommentController
Change to support new notifications.
2019-01-23 22:03:22 -05:00
singularity43 8421833cf5 (Update) BonusController
New notification support.
2019-01-23 22:02:01 -05:00
singularity43 745e340673 (Update) TorrentHelper
Refer to NewUpload notification method...
2019-01-23 22:01:16 -05:00
singularity43 e15281c69e (Update) Helpers
Rename function for requests.
2019-01-23 22:00:30 -05:00
singularity43 1d8500722f (Update) Auto Recycle Claimed Torrent Requests
Helper rename.
2019-01-23 22:00:10 -05:00
singularity43 1c8425fded (Update) Comment Model
Fix relationship to request.
2019-01-23 21:59:43 -05:00
singularity43 45bbc8a696 (Update) BonTransactions Model
Establish relationship to sender.
2019-01-23 21:59:09 -05:00
singularity43 28ee3b9f34 (Add) Alter Bon Transactions Table Migration
Support for post_id.

Did not foreign key this because... of planned redo of migration files.
2019-01-23 15:30:49 -05:00
singularity43 86233fde65 (Add) Create Subscriptions Table - DO NOT RUN THIS
For @HDVinnie to look at.
2019-01-23 15:29:54 -05:00
singularity43 b45b9290f9 (Add) Rename Topic Subscriptions Table
Change to Subscriptions.
2019-01-23 15:28:31 -05:00
singularity43 b1c063ef80 (Update) Forum Model
Establish new relationships to sub_topics, forums and subscription stuff.
2019-01-23 15:27:02 -05:00
singularity43 29203591cb (Update) NewTopicPost Notification
Remove hardlink.
2019-01-23 15:25:52 -05:00
singularity43 d7db9fe45b (Update) BonusController
Add support for post tipping.
2019-01-23 15:25:11 -05:00
singularity43 8994bf480b (Update) ForumController
1: Add latest topics
2: Add latest posts
3: Add subscriptions overview
4: Add advanced search
5: Add/fix category view
6: Add post tipping
7: Add ability for OP to close topic.
8: Fix security for labels.
9: Change mentions to notifications from PMs.
2019-01-23 15:24:21 -05:00
singularity43 cf03acb870 (Update) SubscriptionController
For splitting of topic vs forum subscription.
2019-01-23 14:42:13 -05:00
singularity43 de72c51d57 (Add) NewTopic Notification
For notification sending to subscribers of forums.
2019-01-23 14:40:59 -05:00
singularity43 565b3a3b46 (Add) NewPostTip Notification
For notification of tipped posts.
2019-01-23 14:40:22 -05:00
singularity43 8f1bf72fb2 (Add) NewPostTag Notification
For @ tagging in posts.
2019-01-23 14:39:48 -05:00
singularity43 14277e6f89 (Add/Update) Subscription Model
Clone + update from TopicSubscription
2019-01-23 14:37:53 -05:00
singularity43 64fb39e453 (Remove) TopicSubscription
Rename to Subscription.
2019-01-23 14:37:16 -05:00
singularity43 56904a60bf (Update) Topic Model
1) Establish relationship to topic starter.
2: Update subscriptions.
3: Change notify to notifytopic.
2019-01-23 14:36:46 -05:00
singularity43 ea6279324c (Update) Post Model
Clone likes to tips.

@HDVinnie
2019-01-23 14:35:48 -05:00
singularity43 cec7350b02 (Update) User Model
1: Change TopicSub ref to Sub (subs can apply to forum + topic .. not just topic). Also can apply to torrents, metas, whatever.
2: Update isSubscribed check for obvious reasons.
2019-01-23 14:34:53 -05:00
singularity43 259bb3b2f1 (Update) Helper JS
Add support for post tips.
2019-01-23 14:33:39 -05:00
singularity43 d287aab902 (Update) Common, Forum, User English Lang Files
Packed this because they are all clear on what they do.

(new lang export).
2019-01-23 14:32:52 -05:00
singularity43 91c05bc26f (Update) Custom SCSS
Add a few new reusable classes.
2019-01-23 14:31:51 -05:00
singularity43 09179046f1 (Update) Latest Posts Block View
Fix widths.

Add link to latest topics.
2019-01-23 14:31:13 -05:00
singularity43 36f4faf8b6 (Update) Latest Topics Block View
Fix widths.

Add link to latest topics.
2019-01-23 14:30:42 -05:00
singularity43 2abc13d17c (Add) Reusable Buttons Blade Template For Forum
Self explanatory.
2019-01-23 14:29:54 -05:00
singularity43 b9a8c743a0 (Update) Forum Category View
Make it functional. Was not working/designed before.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:29:23 -05:00
singularity43 8a0a40149a (Update) Forum View
Sub/unsub change.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:28:35 -05:00
singularity43 71bc26592e (Update) Forum View Index
Clean up + support for new buttons/search.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:27:45 -05:00
singularity43 e817cceffb (Add) Latest Posts View In Forum
Did this as a hard module/route/function... because it's bookmarkable. Not really just a search filter.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:27:03 -05:00
singularity43 68391d6eca (Add) Latest Topics View In Forum
Did this as a hard module/route/function... because it's bookmarkable. Not really just a search filter.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:26:25 -05:00
singularity43 9d73231c47 (Remove) Unneeded Forum Search View - OLD
As per request.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:25:35 -05:00
singularity43 1ec5bb798a (Add) Forum Post Search View
As per request.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:24:59 -05:00
singularity43 f07fbb3ae4 (Add) Forum Topic Search View
As per request.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:24:23 -05:00
singularity43 198f383ffc (Add) Subscriptions Tab In Forum
1: Give users an overview of subscribed topics/forums.

As per request.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:23:48 -05:00
singularity43 005c39d06c (Update/Fix) Topic View
1: Add topic/post count for user.
2: Add ability to tip.
3: Fix user ability to close topic.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:23:06 -05:00
singularity43 6928a13d25 (Add) User Posts View
As per request.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:22:08 -05:00
singularity43 ea8a1372d7 (Add) User Topics View
As per request.

(TODO: Refactor layout/design as per @HDVinnie request)
2019-01-23 14:21:42 -05:00
singularity43 9d2e9df858 (Update) Web Routes
1: Add modo check for labels.
2: Sub/unsub from topics/forums.
3: User topic/post history.
4: Tip poster.
2019-01-23 14:20:29 -05:00
HDVinnie 093daaaf26 (Update) Activity Logger 🚀
- add eager loading
- cruddy
- remove logActivityListsfunction from model.
- remove mass assignment
2019-01-22 14:52:58 -05:00
HDVinnie a899c56ae8 Merge pull request #516 from HDInnovations/quick-stash
(Fix) TorrentController
2019-01-20 18:33:24 -05:00
singularity43 69ea5ab4d9 (Fix) TorrentController
wrap fields in max for orderby.
2019-01-20 18:17:05 -05:00
HDVinnie 76cf87c801 Merge pull request #514 from HDInnovations/quick-fix
(Fix) Bad Logic In TorrentController
2019-01-20 17:50:33 -05:00
HDVinnie 83ac319f70 Merge pull request #515 from HDInnovations/analysis-zDnvyl
Apply fixes from StyleCI
2019-01-20 17:50:08 -05:00
HDVinnie c56f18c309 Apply fixes from StyleCI 2019-01-20 22:49:54 +00:00