1
0

add moderation logs for many endpoints

- `/admin/delete-all-files-of-a-user`
- `/admin/nsfw-user`
- `/admin/unnsfw-user`
- `/admin/silence-user`
- `/admin/unsilence-user`
- `/admin/accounts/create`
- `/admin/drive/clean-remote-files`
- `/admin/drive/cleanup`
- `/admin/emoji/set-category-bulk`
- `/admin/emoji/set-license-bulk`
- `/admin/emoji/set-aliases-bulk`
- `/admin/emoji/add-aliases-bulk`
- `/admin/emoji/remove-aliases-bulk`
- `/admin/emoji/import-zip`
- `/admin/federation/delete-all-files`
- `/admin/federation/remove-all-following`
- `/admin/promo/create`
- `/admin/relay/add`
- `/admin/relay/remove`
This commit is contained in:
Hazelnoot
2025-02-26 23:18:30 -05:00
parent 504e90c190
commit 27d43879a2
25 changed files with 480 additions and 43 deletions
+68 -4
View File
@@ -1403,7 +1403,7 @@ export interface Locale extends ILocale {
*/
"inputNewFileName": string;
/**
*
* Enter new alt text
*/
"inputNewDescription": string;
/**
@@ -2603,11 +2603,11 @@ export interface Locale extends ILocale {
*/
"description": string;
/**
*
* Add alt text
*/
"describeFile": string;
/**
*
* Enter alt text
*/
"enterFileDescription": string;
/**
@@ -4084,7 +4084,7 @@ export interface Locale extends ILocale {
*/
"windowRestore": string;
/**
*
* Alt text
*/
"caption": string;
/**
@@ -10254,6 +10254,66 @@ export interface Locale extends ILocale {
* Allowed quote posts from user
*/
"allowQuotesUser": string;
/**
* Cleared a user's drive files
*/
"clearUserFiles": string;
/**
* Marked user as NSFW
*/
"nsfwUser": string;
/**
* Un-marked user as NSFW
*/
"unNsfwUser": string;
/**
* Silenced user
*/
"silenceUser": string;
/**
* Un-silenced user
*/
"unSilenceUser": string;
/**
* Created an account
*/
"createAccount": string;
/**
* Cleared remote drive files
*/
"clearRemoteFiles": string;
/**
* Cleared owner-less drive files
*/
"clearOwnerlessFiles": string;
/**
* Updated custom emojis
*/
"updateCustomEmojis": string;
/**
* Imported custom emojis
*/
"importCustomEmojis": string;
/**
* Cleared an instance's drive files
*/
"clearInstanceFiles": string;
/**
* Severed follow relations with an instance
*/
"severFollowRelations": string;
/**
* Created a note promo
*/
"createPromo": string;
/**
* Added a relay
*/
"addRelay": string;
/**
* Removed a relay
*/
"removeRelay": string;
};
"_fileViewer": {
/**
@@ -11601,6 +11661,10 @@ export interface Locale extends ILocale {
* Flash
*/
"flash": string;
/**
* Files removed:
*/
"filesRemoved": string;
"_flash": {
/**
* Flash Content Hidden