HDVinnie
2b71daa7d2
update: collection controller
2021-09-21 16:44:13 -04:00
HDVinnie
18c44a3613
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-13 17:53:21 +00:00
clandestine8
c961f76dd2
update: Add Require Resolution to API and Torrent Edit
2021-09-06 20:51:47 -04:00
clandestine8
893c8db434
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-07 00:35:22 +00:00
clandestine8
aa77ad18ca
fix: use meta flag instead of slug
2021-09-06 20:34:30 -04:00
clandestine8
73eabd86fb
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-07 00:26:29 +00:00
clandestine8
4856fdfddb
fix: require resolution for movie or tv meta categories
2021-09-06 20:26:01 -04:00
clandestine8
a737482e79
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-06 23:26:02 +00:00
clandestine8
363368e0ff
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-04 18:27:46 +00:00
clandestine8
176139fb20
Add: Rate Limiting to Comments
2021-09-04 14:25:39 -04:00
HDVinnie
9f5fecca9c
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-08-11 19:52:46 +00:00
HDVinnie
e7215da7eb
update: bonus controller
...
- Simplify Bool Identical True
2021-08-11 15:21:01 -04:00
HDVinnie
dcbb4753d4
fix : #1867
...
- close #1867
- torrent cards and grouping have been removed. They will be added again via Livewire and AlpineJS soon.
- NOTE: To avoid errors for users who have there default torrent layout as the now removed cards or grouping please run the following command in php artisan tinker. $users = User:all(); foreach($users as $user) { $user->torrent_layout = 0; $user->save(); }
2021-08-10 19:28:17 -04:00
HDVinnie
67817fbdff
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-08-10 23:21:36 +00:00
HDVinnie
88bf916b0a
update: rss system
...
- a lot more refactoring to come
2021-08-10 11:31:47 -04:00
HDVinnie
62b241ee4d
update: graveyard controller
2021-08-10 11:04:10 -04:00
Alkl58
7fbd1ed500
Apply fixes from StyleCI
2021-08-06 14:18:41 +02:00
Alkl58
1eb4e0f0ed
Fix and Improve flushOwnGhostPeers
2021-08-06 14:12:50 +02:00
HDVinnie
dce237ad07
refactor: peer connectable
...
- this was a major performance issue and was implemented wrong. More refactoring to come.
2021-08-06 00:04:54 -04:00
Alkl58
dafb40d5a7
(Add) Client List in User Profile with Connectable Check
2021-08-01 22:18:26 +02:00
HDVinnie
00860b1cb2
update: register controller
2021-08-01 00:14:02 -04:00
HDVinnie
d444c57413
update: user controller
2021-08-01 00:12:47 -04:00
Michael Rowley
b345d6a785
Switched uniqid for random_bytes.
...
uniqid isn't cryptographically secure, it is a pseudorandom number generator meaning that its values can be deduced or easily guessed within a computationally reasonable amount of guesses, this branch removes its security-oriented implementations and uses random_bytes instead.
Note: When a CRNG is not required, uniqid and other functions similar to it (e.g mt_rand & rand) are fine to use as PRNGs which is why I've left it in use for the filename-generation system.
2021-07-31 19:46:39 +01:00
Obi-Wana
47e1635e47
fix missing ","
2021-07-31 12:53:47 +02:00
Obi-Wana
cf24694a7d
fix StyleCI
2021-07-31 12:48:17 +02:00
Obi-Wana
c4013fd8f7
fix styleCI
2021-07-31 12:47:14 +02:00
Obi-Wana
3863967162
allow staff to set a users internal group
2021-07-31 10:28:23 +02:00
Obi-Wana
15b0051772
add internal controller for staff
2021-07-31 10:25:17 +02:00
Obi-Wana
80867d1b66
show internal groups in internals page
2021-07-31 10:22:44 +02:00
HDVinnie
f1b0fdd32d
update: comment controller
...
- don't announce/count anon comments
2021-07-23 23:23:06 -04:00
Alkl58
8c3241bd0a
Add personal_release to validator in torrent upload api
2021-07-13 19:42:43 +02:00
Alkl58
3a5332eee8
Add personal_release to torrent upload api
2021-07-13 19:35:44 +02:00
Alkl58
82417b7e24
Fix Incorrect Type in BonusController
2021-07-11 19:30:08 +02:00
HDVinnie
6659a3da2d
Merge pull request #1830 from Alkl58/master
...
(Add) Flush Peers for Users
2021-07-11 11:10:07 -04:00
HDVinnie
36332d04cc
add: standalone stylesheet option
2021-07-11 10:35:44 -04:00
HDVinnie
425df823f1
update: torrents system
...
- adds meta trailers
- add meta recommendations
- rework similar torrents to Livewire
- adds torrent bulk delete to similar torrents page. (beta)
- adds personal release flag
2021-07-11 10:34:34 -04:00
HDVinnie
12d404cf22
fix: notification controller
2021-07-09 09:00:47 -04:00
Alkl58
6de6a0cd00
Apply fixes from StyleCI
2021-07-08 15:46:48 +02:00
Alkl58
acb928fcaa
Apply fixes from StyleCI
2021-07-08 15:45:53 +02:00
Alkl58
2b9e97d5b4
Add Flush Peers for Users
2021-07-08 15:25:49 +02:00
HDVinnie
c3551dd39a
add: filename search to torrent api
2021-06-16 21:26:55 -04:00
HDVinnie
930818a1f0
update: torrent api
2021-06-16 20:58:52 -04:00
HDVinnie
481d8133dd
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-06-17 00:49:38 +00:00
HDVinnie
f2c9281c4e
update: torrent api
...
- closes #1803
2021-06-16 20:37:11 -04:00
HDVinnie
29ae9691fd
Merge pull request #1801 from HDInnovations/Backup-Panel
...
(Refactor) Backup Manager
2021-06-14 21:47:02 -04:00
HDVinnie
51f9a65fcd
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-06-15 01:45:33 +00:00
HDVinnie
26709c35ad
refactor: backup manager
...
- refactor backup manager to Livewire
2021-06-14 21:33:19 -04:00
Alkl58
ecd1ae7f75
StyleCI Fix
2021-06-07 19:42:11 +02:00
Alkl58
14b8105613
[Feature] Custom Torrent Banner
2021-06-07 19:19:27 +02:00
HDVinnie
0eda8fe2f2
fix : #1795
...
- closes #1795
2021-06-05 22:25:57 -04:00