gotosocial/internal/api/client/admin
f0x52 eb25739c34
[frontend] Custom Emoji Deletion (#994)
* re-add eslint

* fix oauth url getting too long

* actually attach single emoji get and delete routes

* basic emoji details + deletion using rtk query

* refactor emoji upload to rtk query

* clean up old redux api+reducers for custom emoji

* fix validation order

* refactor custom emoji form fields

* remove unused requires

* cleanup, fix most eslint errors

* more small eslint fixes

* fix max emoji size

* tiny bit of function documentation
2022-11-08 17:51:44 +01:00
..
accountaction.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
admin.go [frontend] Custom Emoji Deletion (#994) 2022-11-08 17:51:44 +01:00
admin_test.go [feature] Add /api/v1/admin/custom_emojis/{id} endpoint for single emoji GET (#910) 2022-10-13 16:37:55 +02:00
domainblockcreate.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
domainblockdelete.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
domainblockget.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
domainblocksget.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
emojicreate.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
emojicreate_test.go [feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805) 2022-09-06 12:42:55 +02:00
emojidelete.go [feature] Add emoji DELETE handler at /api/v1/admin/custom_emojis (#913) 2022-10-14 17:30:04 +02:00
emojidelete_test.go [feature] Add emoji DELETE handler at /api/v1/admin/custom_emojis (#913) 2022-10-14 17:30:04 +02:00
emojiget.go [feature] Add /api/v1/admin/custom_emojis/{id} endpoint for single emoji GET (#910) 2022-10-13 16:37:55 +02:00
emojiget_test.go [feature] Add /api/v1/admin/custom_emojis/{id} endpoint for single emoji GET (#910) 2022-10-13 16:37:55 +02:00
emojisget.go [feature] Add /api/v1/admin/custom_emojis/{id} endpoint for single emoji GET (#910) 2022-10-13 16:37:55 +02:00
emojisget_test.go [feature] Add /api/v1/admin/custom_emojis/{id} endpoint for single emoji GET (#910) 2022-10-13 16:37:55 +02:00
mediacleanup.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
mediacleanup_test.go [feature] Add /api/v1/admin/custom_emojis endpoint (#902) 2022-10-12 15:01:42 +02:00