Roardom
7b02629c2b
update: wikis to current code practices
2023-12-29 06:17:53 +00:00
HDVinnie
757af7be3e
add: wikis system
...
- migrations needed
- views need to be updated to latest unit3d structure
2023-12-19 18:21:43 -05:00
HDVinnie
0317bf790e
Merge pull request #3298 from LostRager/patch-1
...
(Fix) Mass Validate Users
2023-12-17 10:13:50 -05:00
LostRager
222e5a1f91
Update MassActionController.php
2023-12-17 07:24:20 +01:00
Roardom
6d107e3642
add: tracker request rate stats to staff dashboard
2023-12-15 11:21:40 +00:00
HDVinnie
ec950fbf84
Revert "Merge pull request #3281 from Roardom/fix-user-earnings"
...
This reverts commit 3a14d187a9 , reversing
changes made to d6ee5e0f0b .
2023-12-10 10:19:52 -05:00
Roardom
350a4aa069
add: show information in external tracker
2023-12-07 03:31:48 +00:00
Roardom
6e10faff3d
update: external tracker api
...
Log a more detailed error, and separate user and group into separate api calls.
2023-12-06 09:17:59 +00:00
HDVinnie
3a14d187a9
Merge pull request #3281 from Roardom/fix-user-earnings
...
(Fix) User bon earnings calculation
2023-12-02 20:25:46 -05:00
HDVinnie
d6ee5e0f0b
Merge pull request #3278 from Roardom/fix-connectability-check
...
(Fix) Peer connectivity check
2023-12-02 20:25:26 -05:00
Roardom
57a4e09dfe
fix: user bon earnings calculation
...
The hourly bon allocation cron job does not multiply the bon by how many peers a user has on a torrent, but the user earnings page did not reflect this.
2023-11-30 07:45:58 +00:00
Roardom
2c10ccb2bd
fix: peer connectability check
...
Updating all of a user's peers to either be connectable or unconnectable causes deadlocks when updated at the same time as a bulk peer upsert. We need to combine the peer connectability updates with the regular bulk peer upserts.
2023-11-27 23:48:16 +00:00
HDVinnie
08a99c345f
Merge pull request #3267 from Roardom/fix-user-tips
...
(Fix) User tips page from erroring when torrent/post no longer exists
2023-11-25 20:08:51 -05:00
LostRager
61e6f689de
Update ForumController.php
2023-11-24 16:13:19 +01:00
Roardom
278567193c
fix: user tips page from erroring when torrent/post no longer exists
2023-11-24 01:41:50 +00:00
Roardom
789cd3c6d4
fix: correctly show user's other helpdesk tickets
2023-11-17 03:57:42 +00:00
HDVinnie
2804877b1e
Merge branch '7.x.x' into announce-logging
2023-11-16 19:39:57 -05:00
Roardom
1221b6809b
add: apikey logging
2023-11-16 18:27:49 +00:00
Roardom
9319f7fb66
add: announce logging for debugging
2023-11-16 16:37:38 +00:00
HDVinnie
806a2ff89e
Merge pull request #3248 from Roardom/rsskey-logging
...
(Add) Rsskey logging
2023-11-16 07:12:13 -05:00
HDVinnie
36134fa4d3
fix: passkey crud
2023-11-16 07:04:13 -05:00
Roardom
17867ac777
add: rsskey logging
2023-11-16 09:53:56 +00:00
Roardom
3bc231b1c3
update: show user's other tickets on ticket page
2023-11-15 22:10:25 +00:00
HDVinnie
34a50ce63b
Merge pull request #3241 from Roardom/fix-fl-icon
...
(Fix) Freeleech token icon
2023-11-14 18:10:33 -05:00
Roardom
eeb13545f6
fix: freeleech token icon
...
A different variable was passed into the view compared to what was expected.
2023-11-14 18:58:43 +00:00
Roardom
bfd2abe653
update: wrap passkey updates in database transaction
2023-11-14 18:01:47 +00:00
Roardom
cbfd7c0739
add: passkey logging
2023-11-13 08:18:39 +00:00
Roardom
1fc49fd2df
update: public views
2023-11-12 23:25:28 +00:00
HDVinnie
a410807d11
update: two_factor_auth
2023-11-11 18:15:52 -05:00
HDVinnie
033e86149d
PHP Style Change (Laravel Pint CI)
2023-11-08 00:34:31 +00:00
HDVinnie
c2e66bbb12
Merge branch '7.x.x' into fortify
2023-11-07 18:22:10 -05:00
HDVinnie
f4aab26086
remove: email based 2fa
2023-11-06 10:30:18 -05:00
HDVinnie
b37c330572
Merge branch '7.x.x' into Ip-Blocking
2023-11-06 10:04:14 -05:00
HDVinnie
834f7f4d7a
update: UserGroups ENUM
2023-10-31 06:47:08 -04:00
HDVinnie
656647649f
Revert "cleanup: pt.2"
...
This reverts commit 33d9927abd .
2023-10-12 23:11:20 -04:00
HDVinnie
33d9927abd
cleanup: pt.2
2023-10-12 22:41:46 -04:00
HDVinnie
4ce90b163f
PHP Style Change (Laravel Pint CI)
2023-10-13 02:31:58 +00:00
HDVinnie
b3f0386149
cleanup: pt.1
2023-10-12 22:30:52 -04:00
HDVinnie
80d184c607
PHP Style Change (Laravel Pint CI)
2023-10-12 10:57:30 +00:00
HDVinnie
441f13c02c
update: announce controller
2023-10-12 06:56:12 -04:00
HDVinnie
164de06fb7
update: announce controller type declarations
2023-10-11 22:38:31 -04:00
HDVinnie
86d5dbb2fd
fix : #3144
...
- cache returns -1 as a string
2023-10-10 17:39:11 -04:00
HDVinnie
b0d2157434
Merge pull request #3163 from Roardom/simplify-client-stats-controller
...
(Refactor) Simplify client stats controller
2023-10-08 13:25:19 -04:00
HDVinnie
954586253b
Merge pull request #3162 from Roardom/extra-stats-eager-loading
...
(Update) Use eager loading in group stats
2023-10-08 13:24:52 -04:00
HDVinnie
04d7a04e53
Merge pull request #3161 from Roardom/fix-stats-disabled-pruned-banned-users
...
(Fix) Stats query for disabled/pruned/banned users
2023-10-08 13:23:45 -04:00
HDVinnie
1502fe54d1
Merge pull request #3156 from Roardom/add-api-upload-perm-validation
...
(Fix) Validate user permissions when uploading torrents via api
2023-10-08 13:17:14 -04:00
HDVinnie
b0c5f949d1
Merge pull request #3151 from Roardom/upload-subtitles-to-unapproved-torrents
...
(Update) Allow uploading subtitles to unapproved torrents
2023-10-08 13:13:33 -04:00
Roardom
99b45bd7d4
refactor: simplify client stats controller
2023-10-07 07:14:39 +00:00
Roardom
8036a8d5e8
update: use eager loading in group stats
2023-10-07 07:11:58 +00:00
Roardom
c9628dc5f0
fix: stats query for disabled/pruned/banned users
2023-10-07 07:07:48 +00:00