gotosocial/internal/api/client/accounts
tobi 451803b230
[feature] Fetch + create domain permissions from subscriptions nightly (#3635)
* peepeepoopoo

* test domain perm subs

* swagger

* envparsing

* dries your wets

* start on docs

* finish up docs

* copy paste errors

* rename actions package

* rename force -> skipCache

* move obfuscate parse nearer to where err is checked

* make higherPrios a simple slice

* don't use receiver for permsFrom funcs

* add more context to error logs

* defer finished log

* use switch for permType instead of if/else

* thanks linter, love you <3

* validate csv headers before full read

* use bufio scanner
2025-01-08 11:29:40 +01:00
..
account_test.go [feature] Fetch + create domain permissions from subscriptions nightly (#3635) 2025-01-08 11:29:40 +01:00
accountalias.go
accountcreate.go
accountcreate_test.go
accountdelete.go
accountdelete_test.go [feature] Allow import of following and blocks via CSV (#3150) 2024-08-02 12:41:46 +01:00
accountget.go
accountget_test.go [feature] Implement Mastodon-compatible roles (#3136) 2024-07-31 09:26:09 -07:00
accountmove.go
accounts.go [chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598) 2024-12-08 13:47:07 +01:00
accountupdate.go [feature/frontend] Add options to include Unlisted posts or hide all posts (#3272) 2024-09-09 18:07:25 +02:00
accountupdate_test.go [feature] Allow import of following and blocks via CSV (#3150) 2024-08-02 12:41:46 +01:00
accountverify.go
accountverify_test.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
block.go
block_test.go
featuredtags.go [chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598) 2024-12-08 13:47:07 +01:00
follow.go
follow_test.go
followers.go
following.go
lists.go
lists_test.go [feature] Implement exclusive lists (#3280) 2024-09-09 15:56:58 -07:00
lookup.go
mute.go [bugfix] Fix setting immediate expires_at value on filter endpoints (#3513) 2024-11-05 13:29:51 +01:00
mute_test.go
note.go
profile.go
profile_test.go
relationships.go
search.go
search_test.go
statuses.go
statuses_test.go [bugfix] visibility after implicit approval not getting invalidated (#3370) 2024-09-28 22:47:46 +02:00
themesget.go
unblock.go
unfollow.go
unmute.go
unmute_test.go