@extends('layouts.admin') @section('content')
Below is a list of all usenet groups available to be indexed. Click 'Activate' to start indexing a group. Backfill works independently of active.
{{ $msg }}
| Group | First Post | Last Post | Last Updated | Status | Backfill | Releases | Min Files | Min Size | Backfill Days | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ str_replace('alt.binaries', 'a.b', $group->name) }}
@if($group->description)
{{ $group->description }}
@endif
|
{{ $group->first_record_postdate }}
{{ \Carbon\Carbon::parse($group->first_record_postdate)->diffForHumans() }}
|
{{ $group->last_record_postdate }} | {{ \Carbon\Carbon::parse($group->last_updated)->diffForHumans() }} | @if($group->active == 1) @else @endif | @if($group->backfill == 1) @else @endif | {{ $group->num_releases ?? 0 }} | @if(empty($group->minfilestoformrelease)) n/a @else {{ $group->minfilestoformrelease }} @endif | @if(empty($group->minsizetoformrelease)) n/a @else {{ human_filesize($group->minsizetoformrelease) }} @endif | {{ $group->backfill_target }} |
Are you sure you want to reset all groups?
This will reset the article pointers for all groups back to their current state.
Are you sure you want to purge all groups?
This will delete all releases and binaries for all groups. This action cannot be undone!
Are you sure you want to reset 0 selected group(s)?
This will reset the article pointers for the selected groups back to their current state.