Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e81735d5ec |
+1
-1
@@ -1 +1 @@
|
||||
1.1.6
|
||||
1.1.7
|
||||
|
||||
+5
-5
@@ -1392,10 +1392,9 @@ def _archive_old_audit_log_rows():
|
||||
if archived_rows:
|
||||
log_action_system(
|
||||
"auditlog.archive",
|
||||
details=(
|
||||
f"{archived_rows} Einträge über {archived_days} Tag(e) archiviert "
|
||||
f"(Schwellenwert {AUDIT_LOG_ARCHIVE_THRESHOLD}, Ziel {AUDIT_LOG_ARCHIVE_TARGET})."
|
||||
),
|
||||
"Auditlog",
|
||||
f"{archived_rows} Einträge über {archived_days} Tag(e) archiviert "
|
||||
f"(Schwellenwert {AUDIT_LOG_ARCHIVE_THRESHOLD}, Ziel {AUDIT_LOG_ARCHIVE_TARGET}).",
|
||||
)
|
||||
|
||||
|
||||
@@ -7629,7 +7628,8 @@ def logs_history_audit_export():
|
||||
|
||||
log_action(
|
||||
"auditlog.export_delete",
|
||||
details=f"{len(deleted)} archivierte Auditlog-Datei(en) exportiert und vom Server gelöscht.",
|
||||
"Auditlog",
|
||||
f"{len(deleted)} Datei(en) exportiert und gelöscht: {', '.join(deleted)}",
|
||||
)
|
||||
|
||||
today_str = datetime.now().strftime("%Y-%m-%d")
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
{{ action_labels.get(e['action'], e['action']) }}
|
||||
</span>
|
||||
</td>
|
||||
<td>{{ e['target'] or '—' }}</td>
|
||||
<td style="white-space:nowrap;">{{ e['target'] or '—' }}</td>
|
||||
<td class="text-dim">{{ e['details'] or '—' }}</td>
|
||||
</tr>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user