mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
[admin] torrent add more bulk action
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace Nexus\Field;
|
||||
|
||||
use App\Models\SearchBox;
|
||||
use App\Models\Tag;
|
||||
use App\Models\TorrentCustomField;
|
||||
use App\Models\TorrentCustomFieldValue;
|
||||
use Elasticsearch\Endpoints\Search;
|
||||
|
||||
@@ -180,6 +180,7 @@ return array (
|
||||
'torrent-delete' => User::CLASS_ADMINISTRATOR,
|
||||
'user-delete' => User::CLASS_ADMINISTRATOR,
|
||||
'user-change-class' => User::CLASS_ADMINISTRATOR,
|
||||
'torrent-set-special-tag' => User::CLASS_ADMINISTRATOR,
|
||||
),
|
||||
'tweak' =>
|
||||
array (
|
||||
@@ -425,6 +426,7 @@ return array (
|
||||
'no_promotion' => 'yes',
|
||||
'max_uploaded' => 3,
|
||||
'not_seed_box_max_speed' => 10240,
|
||||
'max_uploaded_duration' => 0,
|
||||
],
|
||||
'system' => [
|
||||
'change_username_min_interval_in_days' => '365',
|
||||
|
||||
Reference in New Issue
Block a user