Commit Graph

653 Commits

Author SHA1 Message Date
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
HDVinnie 093daaaf26 (Update) Activity Logger 🚀
- add eager loading
- cruddy
- remove logActivityListsfunction from model.
- remove mass assignment
2019-01-22 14:52:58 -05:00
singularity43 69ea5ab4d9 (Fix) TorrentController
wrap fields in max for orderby.
2019-01-20 18:17:05 -05:00
HDVinnie c56f18c309 Apply fixes from StyleCI 2019-01-20 22:49:54 +00:00
singularity43 a327916e97 (Fix) TorrentController
Fix previous commit logic and laravel query builder problem.

Earlier commit did not enclose the ors in their own brackets.

Earlier commit also had faulty logic.
2019-01-20 14:43:16 -05:00
singularity43 386964f90a (Fix) Bad Logic In TorrentController
Fixed.
2019-01-19 19:07:45 -05:00
HDVinnie 838dd3196b Merge pull request #510 from HDInnovations/add-filters-to-history-view
(Add) Filters On User History View
2019-01-19 18:18:21 -05:00
HDVinnie f45ef0bc81 (Fix) Set Local On Registration 🐛 2019-01-19 18:16:46 -05:00
HDVinnie 39ff7ef927 Apply fixes from StyleCI 2019-01-19 23:10:04 +00:00
singularity43 4d1e4d2f21 (Update) TorrentController
Handle new activity filters.
2019-01-19 17:49:22 -05:00
HDVinnie 95d56b16cc Apply fixes from StyleCI 2019-01-19 13:21:41 +00:00
singularity43 f6448abcc0 (Update) UserController
Fix sortable.
2019-01-19 05:14:49 -05:00
singularity43 731828af9e (Update) UserController
faceted filtering for history.

TODO: faceted filtering for other user views.
2019-01-19 05:05:16 -05:00
HDVinnie f6f6a10cdf Apply fixes from StyleCI 2019-01-18 06:29:54 +00:00
singularity43 9799027c97 (Update) TorrentController Grouping Search
Update to optimize mysql queries/structure.

Stopped dumping full torrent table into collection.

May be optimized more.
2019-01-18 01:23:29 -05:00
HDVinnie ee5ebfb6d2 Apply fixes from StyleCI 2019-01-18 03:43:51 +00:00
HDVinnie ff520a6994 Merge branch 'master' into update-torrent-search-views 2019-01-17 22:41:37 -05:00
singularity43 6fe5d989d8 (Update) TorrentController
1: Add filtered() to remember users filter view setting.
2: Code fix unique imdb (map method didn't work)
3: Convert some array()'s to [ ]
4: Tag x to torrents in chunks (for load more).
2019-01-17 22:07:39 -05:00
HDVinnie d29a5df589 Apply fixes from StyleCI 2019-01-17 22:41:33 +00:00
HDVinnie 3bce91a728 (Update) Seaching by IMDB ID
- you can now search a IMDB ID with or without the tt
2019-01-17 16:07:44 -05:00
HDVinnie 8f7a7e3ccf Merge pull request #501 from HDInnovations/refactor-torrent-search-views
(Update/Add) Torrent Views Search
2019-01-17 09:08:04 -05:00
HDVinnie 7f943bb710 (Fix) Forum Post Edit/Delete 🐛 2019-01-16 22:09:59 -05:00
singularity43 74d411a966 (Update) TorrentController
Readd groupingResults as renamed similar (as per discussion with Vinnie)
2019-01-16 21:01:28 -05:00
singularity43 5ff48165c6 (Fix) TorrentController Eager Loading Thanks/Comments
Fixed in grouping view.
2019-01-16 20:19:04 -05:00
singularity43 8a20611ae4 (Update) TorrentController
Updates initial states for torrents(), cards(). Removes nuked groupingCategories() and groupingResults().  Adds scraping to controller, instead of views.  Adds on page grouping (rather than clicking through).

This was a big push, so there may be some issues. Please review.

Also, there are some unused attributes/vars.  I left some in and 1 line of faulty logic (redudant) because I am planning to revisit this soon.
2019-01-16 19:12:18 -05:00
singularity43 9c85b236ec (Update) BackupController
Update to clone download routine (which is KNOWN to work with laravel routes / issue).
2019-01-15 13:54:35 -05:00
HDVinnie f277a71e11 (Fix) Rss By Genres 🐛
- added much needed distict and eager loading.
2019-01-14 13:51:29 -05:00
HDVinnie 8fa3fcdac4 (Fix) Torrent Search By Genre 🐛
- added much needed distict
2019-01-14 13:50:48 -05:00
HDVinnie c0ccbf0e87 (Fix) Forum Post Deletions 🐛 2019-01-14 09:40:38 -05:00
HDVinnie 32ac7eff3c (Fix) RSS Sorting 🐛 2019-01-13 08:53:17 -05:00
HDVinnie bcdfcb253c (Update) RSS System 🚀
- general cleanup
2019-01-13 08:42:55 -05:00
HDVinnie 2697b36a46 Apply fixes from StyleCI 2019-01-13 13:31:42 +00:00
singularity43 3830ce6dc4 (Update) TorrentController
Fix the encoding routine to encode with rsskey authenticated user.

Tested in real clients rss feeds.
2019-01-13 02:09:50 -05:00
singularity43 ccd5f16685 (Fix) Staff RSS Controller
Switch to expected_fields attribute, not public var.

Remove unneeded setToastr.
2019-01-13 00:46:43 -05:00
singularity43 c57852b244 (Fix) RssController
Clean up uneeded variables.

Change to expected_fields attribute (not public var).
2019-01-13 00:45:41 -05:00
HDVinnie 44367de8c4 (Update) Extra-Stats 🚀
- add total torrents size
2019-01-12 21:01:05 -05:00
HDVinnie e405bf4ef1 (Add) Ban Logs On User Profiles 🆕 2019-01-12 20:39:36 -05:00
HDVinnie 7946d1e4a8 (Update) Torrent RSS System 🚀
- general cleanup
2019-01-12 16:56:24 -05:00
HDVinnie 720bd2fdd8 Apply fixes from StyleCI 2019-01-12 21:50:18 +00:00
HDVinnie 8b358f29f4 Merge pull request #490 from singularity43/new-rss-feature
(Add) Torrent RSS System
2019-01-12 16:49:23 -05:00
singularity43 36c63819e1 (Update) TorrentController
Support downloading via rsskey (passed by RSS feed).
2019-01-12 15:50:01 -05:00
singularity43 88189094f7 (Add) Staff RssController
Add ability for staff to CRUD public rss controllers.

HELP: Cleaner validation logic? max but of what.
2019-01-12 15:49:13 -05:00
singularity43 28a156d626 (Delete/Add) RssController
Complete redo of RSSController.

Issue: Unused $redirect ... I was going to do it based on variable .. but changed my mind. Left it in for now.
2019-01-12 15:47:22 -05:00
HDVinnie 966c79eef1 Apply fixes from StyleCI 2019-01-11 19:02:46 +00:00
HDVinnie aef4d38c9e (Update) Forums System 🚀
- pull like/dislike function out of ForumController and into its own.
- refactor perm checks
- fix redirects to point to the permalink of the specific post
- ref #398
- TODO: clean routes
2019-01-11 14:00:04 -05:00
HDVinnie d3d3438c61 (Fix) TwoStep Auth System 🐛
- TODO: move views to be dependant and not a extension of default blade.
2019-01-10 21:24:35 -05:00
HDVinnie 6e36f0e374 Merge pull request #488 from singularity43/fix-report-issue
(Fix) Report Request/Report Torrent
- closes: #402
2019-01-10 20:00:33 -05:00
HDVinnie df02b3d172 (Update) ReportController
- Apply StyleCI fix
2019-01-10 19:58:23 -05:00