Commit Graph

656 Commits

Author SHA1 Message Date
Roardom e1705126a6 add: mass assignment to staff groups controller 2023-07-07 00:28:45 +00:00
Roardom 196e09eac6 add: mass assignment to staff user controller 2023-07-07 00:27:19 +00:00
Roardom ffc3816a14 add: destroy region form request 2023-07-07 00:27:19 +00:00
Roardom 9fc42a4748 add: destroy distributor form request 2023-07-07 00:27:19 +00:00
Roardom 37601306e3 refactor: polls
Simplify the POSTed values so that they align with mass assignment.
2023-07-07 00:27:19 +00:00
Roardom 9d4789ba91 refactor: require whitespace before statements 2023-07-07 00:27:13 +00:00
Roardom c55de708e0 refactor: application controller
Use form requests and mass assignment.
2023-07-07 00:26:17 +00:00
Roardom d707b7d1a2 refactor: don't use abbreviated variable names 2023-07-07 00:26:17 +00:00
Roardom 738bc7f2d1 refactor: single line delete queries 2023-07-07 00:26:17 +00:00
HDVinnie 96be51efb7 fix: BonExchangeController
- there is no position column
2023-07-03 10:16:27 -04:00
Roardom d5f86375ef fix: safe defaults for forum permissions on group creation 2023-07-03 01:51:42 +00:00
Jay 83faa9517f Add enum import 2023-06-24 17:36:51 +02:00
HDVinnie 57425d7e77 Merge pull request #2848 from Obi-Wana/fork/user-deletion
(Fix) Set group, active, deleted_at, deleted_by when deleting a user
2023-06-23 02:51:11 -04:00
Jay Sizzla e32c116420 Set group,active,deleted_at,deleted_by when deleting a user 2023-06-22 21:30:19 +02:00
HDVinnie 5232781f03 Merge pull request #2840 from Roardom/code-cleanup-3
(Refactor) Code Cleanup
2023-06-19 20:14:57 -04:00
Roardom d2e36c368e refactor: reduce temporary variables passed to views 2023-06-19 23:25:40 +00:00
Roardom 1fa4a3e506 refactor: swap sorting in laravel to ordering in the database 2023-06-19 23:18:40 +00:00
Roardom 177c59d88d refactor: swap firstOrFail() for sole() to enforce a single result 2023-06-19 23:18:40 +00:00
Roardom b5493c5642 refactor: swap where('id', '=', ) for find() 2023-06-19 23:18:40 +00:00
HDVinnie d3f3510011 remove: unused foreach keys 2023-06-19 10:18:48 -04:00
Roardom cf24c916c9 update: move staff user gifting to user edit 2023-06-12 22:10:00 +00:00
HDVinnie 5358e31efa Merge pull request #2806 from HDInnovations/Warning-Log-Search
(Add) Warning log search
2023-06-02 22:40:07 -04:00
HDVinnie 85bc17e76a PHP Style Change (Laravel Pint CI) 2023-05-29 02:21:06 +00:00
HDVinnie be985dc98c PHP Style Change (Laravel Pint CI) 2023-05-29 02:20:20 +00:00
HDVinnie 98e8f91cd9 add: warning searching 2023-05-28 22:20:06 -04:00
HDVinnie 5c0074f642 add: invite searching 2023-05-28 22:19:17 -04:00
HDVinnie 014a313402 Merge pull request #2801 from HDInnovations/Failed-Login-Search
(Add) Failed login search
2023-05-24 00:54:39 -04:00
HDVinnie 3e38619fb8 add: failed login searching 2023-05-22 23:35:11 -04:00
HDVinnie 584c6db265 add: audit log searching 2023-05-22 19:52:12 -04:00
Roardom 771994af31 fix: history updates
Only update the history updated_at column on announces
2023-05-04 07:57:46 +00:00
HDVinnie 588a628e2a Merge pull request #2663 from Roardom/update-user-profile 2023-04-27 12:16:56 -04:00
Roardom 6e64801e88 update: user profile views 2023-04-27 12:00:49 +00:00
HDVinnie 6612532b95 Merge pull request #2722 from Roardom/reduce-cheated-torrents-false-positives
(Update) Reduce false positives on cheated torrents
2023-04-25 18:38:04 -04:00
Roardom 72307485ec update: reduce false positives on cheated torrents 2023-04-25 22:03:42 +00:00
Roardom f12ccff393 fix: don't delete notes from soft deleted users 2023-04-25 21:01:40 +00:00
HDVinnie 7d991881f4 fix: N+1 issues 2023-04-16 00:14:16 -04:00
Roardom 9d4d78042c fix: bon exchange update 2023-04-12 02:37:46 +00:00
HDVinnie 7da081aaf0 Merge pull request #2676 from Roardom/fix-all-pluck
(Refactor) Reduce unnecessary collection calls
2023-04-08 20:49:21 -04:00
Roardom b52bffc728 refactor: reduce unnecessary collection calls 2023-04-09 00:06:47 +00:00
Roardom 5c393183e1 fix: bon exchange creation 2023-04-08 23:54:11 +00:00
Roardom 05ad4c37b9 add: external tracker support 2023-03-27 04:17:30 -05:00
Roardom e8961b9c2a add: staff dashboard peer search 2023-02-27 00:32:54 -06:00
Roardom f3297917bb update: use livewire for forums 2023-02-08 18:14:14 -06:00
HDVinnie f4ebee885c update: lint 2023-02-03 22:23:00 -05:00
HDVinnie 3650900c97 update: lint
- not_operator_with_space to false
2023-02-03 16:01:29 -05:00
HDVinnie 464a09f8b7 Merge branch '6.x.x' into Linting 2023-02-03 15:53:35 -05:00
Roardom 67537afb9b fix: rss foreign key constraint 2023-02-03 14:40:49 -06:00
HDVinnie 472c820f99 update: UNIT3D linting
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
2023-02-02 08:02:34 -05:00
HDVinnie 9f7ff35e07 PSR12 Linting 2023-01-08 21:11:15 +00:00
Roardom cbc11016bf refactor: move watchlist request to form request 2023-01-08 05:05:58 -06:00