You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gotosocial/internal/api/client/accounts
Patrycja 642f5230e6
[chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598)
* [chore] stub /api/v1/accounts/{id}/featured_tags endpoint

* fix swagger parsing issue

---------

Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
3 weeks ago
..
account_test.go [feature] Add experimental `instance-federation-spam-filter` option (#2685) 10 months ago
accountalias.go [feature] Account alias / move API + db models (#2518) 11 months ago
accountcreate.go [feature] Self-serve email change for users (#2957) 7 months ago
accountcreate_test.go [chore] Improve copyright header handling (#1608) 2 years ago
accountdelete.go [feature] Self-serve email change for users (#2957) 7 months ago
accountdelete_test.go [feature] Allow import of following and blocks via CSV (#3150) 5 months ago
accountget.go [performance] http response encoding / writing improvements (#2374) 1 year ago
accountget_test.go [feature] Implement Mastodon-compatible roles (#3136) 5 months ago
accountmove.go [chore] Expose move endpoint again, small settings panel fixes (#2752) 10 months ago
accounts.go [chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598) 3 weeks ago
accountupdate.go [feature/frontend] Add options to include Unlisted posts or hide all posts (#3272) 4 months ago
accountupdate_test.go [feature] Allow import of following and blocks via CSV (#3150) 5 months ago
accountverify.go [performance] http response encoding / writing improvements (#2374) 1 year ago
accountverify_test.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
block.go [performance] http response encoding / writing improvements (#2374) 1 year ago
block_test.go [chore] Improve copyright header handling (#1608) 2 years ago
featuredtags.go [chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598) 3 weeks ago
follow.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
follow_test.go [bugfix] further paging mishaps (#2884) 8 months ago
followers.go [feature] Option to hide followers/following (#2788) 9 months ago
following.go [feature] Option to hide followers/following (#2788) 9 months ago
lists.go [feature] User-selectable preset CSS themes for accounts (#2777) 9 months ago
lists_test.go [feature] Implement exclusive lists (#3280) 4 months ago
lookup.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
mute.go [bugfix] Fix setting immediate `expires_at` value on filter endpoints (#3513) 2 months ago
mute_test.go [feature] User muting (#2960) 7 months ago
note.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
profile.go [feature] Implement profile API (#2926) 7 months ago
profile_test.go [chore/frontend] Use smaller webp images for logo and default avatars (#3119) 5 months ago
relationships.go [chore] Swagger: correct names and formats for several array params (#2758) 10 months ago
search.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
search_test.go [bugfix] Rework MultiError to wrap + unwrap errors properly (#2057) 1 year ago
statuses.go [feature] User-selectable preset CSS themes for accounts (#2777) 9 months ago
statuses_test.go [bugfix] visibility after implicit approval not getting invalidated (#3370) 3 months ago
themesget.go [feature] User-selectable preset CSS themes for accounts (#2777) 9 months ago
unblock.go [performance] http response encoding / writing improvements (#2374) 1 year ago
unfollow.go [performance] http response encoding / writing improvements (#2374) 1 year ago
unmute.go [feature] User muting (#2960) 7 months ago
unmute_test.go [feature] User muting (#2960) 7 months ago