Obi-Wana
34ce430198
fix StyleCI
2021-07-31 12:49:21 +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
72895ca90e
add belongs to internal
2021-07-31 10:29:54 +02:00
Obi-Wana
0325f755bc
Create Internal.php
2021-07-31 10:28:52 +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
Fox
2a6cd3a1f4
Updated Language Flags Mapping
2021-07-20 16:43:35 +02:00
HDVinnie
8ac0e1f413
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-07-17 16:29:36 +00:00
HDVinnie
92fac1355e
fix : #1842
...
- closes #1842
2021-07-17 12:29:14 -04:00
HDVinnie
759170bc11
Merge pull request #1838 from HDInnovations/Routes
...
(Refactor) Routes
2021-07-13 22:48:54 -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
HDVinnie
47c557b0a1
refactor: routes
...
- register routes using static ::class references instead of strings and remove any namespace prefixes from the RouteServiceProvider. This convention was adopted by default in Laravel 8. Converted controller action strings to array tuples for improved code completion and static analysis.
2021-07-12 21:55:19 -04:00
HDVinnie
281eef3a94
update: redirect if authenticated middleware
...
- convert redirect call to use Laravel’s expressive method chain.
2021-07-12 21:48:40 -04:00
HDVinnie
ea4c9300eb
refactor: property promotions
...
- convert classes with simple constructors to use property promotion available in PHP 8.
2021-07-12 20:54:00 -04:00
HDVinnie
3e6bf69f97
update: markdown helper
...
- adopt the string functions like - str_contains, str_starts_with, str_ends_with - available in PHP 8.
2021-07-12 20:46:03 -04:00
HDVinnie
d75bbdc665
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-07-13 00:36:19 +00:00
HDVinnie
b5c27ce8cd
refactor: convert simple closures to arrow functions
2021-07-12 20:35:41 -04: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
d77b76365a
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-07-11 14:48:11 +00:00
HDVinnie
0a1f4bf778
fix: typo
2021-07-11 10:47:36 -04:00
HDVinnie
fd5a3b8ae4
update: meta recommendations
2021-07-11 10:44:08 -04:00
HDVinnie
e9f9f674e7
update: torrent announce jobs
2021-07-11 10:36:26 -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
28af23a06b
Merge pull request #1833 from imanghafoori1/miss_imports
...
(Add) Missed imports
2021-07-09 16:39:39 -04:00
Iman Ghafoori
fbd9cbfd60
added missing imports
2021-07-10 00:22:23 +04:30
HDVinnie
555b11d55e
Merge pull request #1832 from imanghafoori1/fix_helpers
...
(Fix) function_exists
2021-07-09 15:26:26 -04:00
Iman Ghafoori
cb18b43e21
fix function_exists
2021-07-09 17:39:13 +04:30
HDVinnie
801fcf76ed
fix: helpdesk listeners
2021-07-09 09:05:51 -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
79fe39b1a0
Add AutoResetUserFlushes return type and comment
2021-07-08 15:32:09 +02:00
Alkl58
2b9e97d5b4
Add Flush Peers for Users
2021-07-08 15:25:49 +02:00
Oha-you
0354b7b722
fix: Add missing poster image size to Helpers
2021-07-04 21:52:02 +03:00
HDVinnie
f21e874d13
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-07-01 02:57:41 +00:00
HDVinnie
c7593365c5
update: torrent list search
...
- add filter for genres
2021-06-30 22:57:01 -04:00
HDVinnie
52058e67a2
update: backup job
2021-06-21 09:18:34 -04: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
1acc900664
fix : #1625
...
- closes #1625
2021-06-14 23:53:40 -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