← Back to RTube

Audit Log

{{ pagination.total }} entr{{ 'ies' if pagination.total != 1 else 'y' }}
{% if current_action or current_username %} Clear Filters {% endif %}
{% if logs %} {% for log in logs %} {% endfor %}
Timestamp Admin Action Target Details IP Address
{{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} {{ log.username }} {{ action_labels.get(log.action, log.action) }} {% if log.target_type or log.target_name %}
{% if log.target_type %} {{ log.target_type }} {% endif %} {% if log.target_name %} {{ log.target_name }} {% endif %}
{% else %} - {% endif %}
{% if log.details %} {{ log.details }} {% else %} - {% endif %} {{ log.ip_address or '-' }}
{% if pagination.pages > 1 %} {% endif %} {% else %}

No audit log entries

Admin actions will be logged here.

{% endif %}