gotosocial/internal/api/client/accounts
tobi 9fb8a78f91
[feature] New user sign-up via web page (#2796)
* [feature] User sign-up form and admin notifs

* add chosen + filtered languages to migration

* remove stray comment

* chosen languages schmosen schmanguages

* proper error on local account missing
2024-04-11 11:45:53 +02:00
..
account_test.go
accountalias.go
accountcreate.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
accountcreate_test.go
accountdelete.go
accountdelete_test.go
accountget.go
accountmove.go [chore] Expose move endpoint again, small settings panel fixes (#2752) 2024-03-13 14:45:50 +01:00
accounts.go [feature] User-selectable preset CSS themes for accounts (#2777) 2024-03-25 17:32:24 +00:00
accountupdate.go [feature] Option to hide followers/following (#2788) 2024-04-02 10:42:24 +01:00
accountupdate_test.go [chore] Move local account settings to separate db table (#2770) 2024-03-22 14:03:46 +01:00
accountverify.go
accountverify_test.go [chore] Move local account settings to separate db table (#2770) 2024-03-22 14:03:46 +01:00
block.go
block_test.go
follow.go [feature] Process outgoing Move from clientAPI (#2750) 2024-03-13 13:53:29 +01:00
follow_test.go
followers.go [feature] Option to hide followers/following (#2788) 2024-04-02 10:42:24 +01:00
following.go [feature] Option to hide followers/following (#2788) 2024-04-02 10:42:24 +01:00
lists.go [feature] User-selectable preset CSS themes for accounts (#2777) 2024-03-25 17:32:24 +00:00
lists_test.go
lookup.go [feature] Process outgoing Move from clientAPI (#2750) 2024-03-13 13:53:29 +01:00
note.go [feature] Process outgoing Move from clientAPI (#2750) 2024-03-13 13:53:29 +01:00
relationships.go [chore] Swagger: correct names and formats for several array params (#2758) 2024-03-15 11:31:58 +01:00
search.go [feature] Process outgoing Move from clientAPI (#2750) 2024-03-13 13:53:29 +01:00
search_test.go
statuses.go [feature] User-selectable preset CSS themes for accounts (#2777) 2024-03-25 17:32:24 +00:00
statuses_test.go
themesget.go [feature] User-selectable preset CSS themes for accounts (#2777) 2024-03-25 17:32:24 +00:00
unblock.go
unfollow.go