mirror of
1
Fork 0
gotosocial/internal/api/client/admin
tobi 927117d8e3
[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them (#1188)
* add predictable instance account to tests, use it in emoji urls + paths

* use static image url to select emojis when pruning orphaned
2022-11-30 16:20:57 +01:00
..
accountaction.go
admin.go [feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061) 2022-11-24 18:12:07 +00:00
admin_test.go [chore] cleanup storage implementation, no need for multiple interface types (#1131) 2022-11-24 09:35:46 +01:00
domainblockcreate.go
domainblockdelete.go
domainblockget.go
domainblocksget.go
emojicategoriesget.go [feature] Allow newly uploaded emojis to be placed in categories (#939) 2022-11-14 22:47:27 +00:00
emojicategoriesget_test.go [feature] Allow newly uploaded emojis to be placed in categories (#939) 2022-11-14 22:47:27 +00:00
emojicreate.go [feature] Allow newly uploaded emojis to be placed in categories (#939) 2022-11-14 22:47:27 +00:00
emojicreate_test.go [feature] Allow newly uploaded emojis to be placed in categories (#939) 2022-11-14 22:47:27 +00:00
emojidelete.go
emojidelete_test.go [bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them (#1188) 2022-11-30 16:20:57 +01:00
emojiget.go
emojiget_test.go [bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them (#1188) 2022-11-30 16:20:57 +01:00
emojisget.go
emojisget_test.go
emojiupdate.go [feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061) 2022-11-24 18:12:07 +00:00
emojiupdate_test.go [feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061) 2022-11-24 18:12:07 +00:00
mediacleanup.go
mediacleanup_test.go