Account activity log

Here you can see files that have recently expired or have been blocked for breaking the content policy.

{month_str}

{#each data as row} {/each}
Time File name Event
{formatDate(row.time, true, true, false)} {#if row.event === "file_instance_blocked"} {row.file_name} {:else if row.event === "filesystem_node_blocked"} {row.file_name} {:else} {row.file_name} {/if} {#if row.event === "file_instance_blocked" || row.event === "filesystem_node_blocked"} Blocked for abuse {:else if row.event === "file_instance_expired"} Expired {:else if row.event === "file_instance_lost"} File has been lost {/if}
{#if data.length > 100}
{/if}