Roardom
c5bbe7cc34
refactor: user seedboxes
...
Use route model binding. Use mass assignment. Use relations.
2023-07-07 00:28:47 +00:00
Roardom
d0d5fdbc1d
refactor: user earnings
...
Use route model binding. Reduce temporary variables. Fix table styles.
2023-07-07 00:28:47 +00:00
Roardom
176d401c85
refactor: user transactions
...
Use route model binding. Use mass assignment. Remove dead code. Fix table styles.
2023-07-07 00:28:47 +00:00
Roardom
6835ed5f8c
refactor: tips
...
Use route model binding. Use mass assignment. Use relations.
2023-07-07 00:28:47 +00:00
Roardom
aef482682b
refactor: swap comparing ids to is() and isNot
2023-07-07 00:28:47 +00:00
Roardom
140311100f
refactor: user invites
...
Use route model binding. Use mass assignment.
2023-07-07 00:28:47 +00:00
Roardom
5619a3c878
refactor: gifts
...
Use route model binding, adjust the form names to the same as the table columns, replace queries with relations, use mass assignment
2023-07-07 00:28:47 +00:00
Roardom
9d4789ba91
refactor: require whitespace before statements
2023-07-07 00:27:13 +00:00
HDVinnie
6d85c0f572
update: user warnings
...
- bump pagination to 10
- The warnings panel is now split by warning types. Automated (Torrents), Manual (Staff) and Soft Deleted (whether manual or automated). The counts in tabs are total whether active or not. The Active warning count and total hit run count are in top right of profile.
2023-07-04 13:33:28 -04:00
HDVinnie
a9de25e9dd
fix: multiple bugs
2023-06-27 07:44:48 -04:00
HDVinnie
4838330e8e
remove: dead code
2023-06-22 08:32:26 -04:00
Roardom
d2e36c368e
refactor: reduce temporary variables passed to views
2023-06-19 23:25: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
Roardom
ccb81092da
add: user following page
2023-06-17 08:40:48 +00:00
HDVinnie
59daaef299
Merge pull request #2401 from HDInnovations/Refund-System
...
(Add) Refund System
2023-06-15 19:46:15 -04:00
Roardom
b6bb83e68e
add: invite retraction
2023-06-13 09:37:26 +00:00
HDVinnie
cca60021cd
fix: expired invites
2023-06-02 22:56:14 -04:00
HDVinnie
4aa67fe22a
Merge branch '7.x.x' into Refund-System
2023-05-20 11:06:12 -04:00
Roardom
3db5378880
fix: user topic/post permissions
2023-05-18 00:08:51 +00:00
Roardom
2d9ae5626b
fix: post and topic count in forum posts
2023-05-08 09:03:26 +00:00
Roardom
771994af31
fix: history updates
...
Only update the history updated_at column on announces
2023-05-04 07:57:46 +00:00
HDVinnie
3f7fe9ab5f
PHP Style Change (Laravel Pint CI)
2023-05-01 00:46:36 +00:00
HDVinnie
63a31f9eca
fix: profile warnings
2023-04-30 20:44:30 -04:00
Roardom
6e64801e88
update: user profile views
2023-04-27 12:00:49 +00:00
HDVinnie
a659ee4e6c
Merge pull request #2685 from Roardom/update-user-security
...
(Update) Cruddify user security
2023-04-12 04:25:57 -04:00
HDVinnie
225b5d85e1
Merge pull request #2689 from Roardom/fix-user-posts
...
(Fix) User posts
2023-04-12 04:25:24 -04:00
Roardom
bd6d0bebbb
fix: send private message error
2023-04-12 04:27:15 +00:00
Roardom
c4745f8f87
fix: user posts
2023-04-12 03:43:02 +00:00
Roardom
2ea2fbb5ab
update: cruddify user security
2023-04-11 15:58:54 +00:00
Roardom
05ad4c37b9
add: external tracker support
2023-03-27 04:17:30 -05:00
HDVinnie
d7b8130ff7
Merge branch '7.x.x' into Refund-System
2023-03-25 20:28:47 -04:00
Roardom
dcd4f0b578
update: combine torrent searches
2023-02-22 03:53:20 -06:00
HDVinnie
baec84fd20
Merge branch '6.x.x' into Refund-System
2023-02-11 10:17:44 -05:00
HDVinnie
a03f2ee7eb
PHP Style Change (Laravel Pint CI)
2023-02-10 18:47:22 +00:00
HDVinnie
2613bb364e
update: TorrentZipController
2023-02-10 13:46:07 -05:00
Roardom
3ca906a68d
fix: clean torrent files
2023-02-09 14:58:51 -06:00
Roardom
0511bb5b93
update: store torrents in strings while zipping
2023-02-09 05:25:17 -06:00
HDVinnie
3ea06a0a6d
Merge branch '6.x.x' into Refund-System
2023-02-07 08:44:57 -05: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
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
Roardom
6a3de62bdb
fix: started and last update in user profile clients
2023-01-31 00:02:03 -06:00
HDVinnie
f0bdaa7b1e
Merge pull request #2551 from HDInnovations/Announce
...
(Update) Working Optimized Announce
2023-01-25 18:47:42 -05:00
HDVinnie
bda2825bbb
fix: TorrentZipController
2023-01-25 14:49:23 -05:00
HDVinnie
85ab302611
update: announce
2023-01-23 21:31:51 -05:00
HDVinnie
b044cbc92c
update: working optimized announce
2023-01-17 22:01:28 -05:00
HDVinnie
cd2c0fadab
fix: GeneralSettingController
2023-01-15 20:36:03 -05:00
HDVinnie
1a058d13a5
update: TorrentZipController
2023-01-15 20:20:45 -05:00
HDVinnie
6d585b05bc
update: GeneralSettingController
2023-01-15 20:20:25 -05:00