GoToSocial/internal/api/client/accounts
tobi 5a29a031ad
[chore] Admin CLI + new account creation refactoring (#2008)
* set maxPasswordLength to 72 bytes, rename validate function

* refactor NewSignup

* refactor admin account CLI commands

* refactor oidc create user

* refactor processor create

* tweak password change, check old != new password
2023-07-23 12:33:17 +02:00
..
account_test.go
accountcreate_test.go
accountcreate.go [chore] Admin CLI + new account creation refactoring (#2008) 2023-07-23 12:33:17 +02:00
accountdelete_test.go [feature] Add partial text search for accounts + statuses (#1836) 2023-06-21 17:26:40 +01:00
accountdelete.go
accountget.go
accounts.go [feature] Add partial text search for accounts + statuses (#1836) 2023-06-21 17:26:40 +01:00
accountupdate_test.go [feature] Add partial text search for accounts + statuses (#1836) 2023-06-21 17:26:40 +01:00
accountupdate.go
accountverify_test.go
accountverify.go
block_test.go
block.go
follow_test.go
follow.go
followers.go
following.go
lists_test.go
lists.go
lookup.go [feature] Add partial text search for accounts + statuses (#1836) 2023-06-21 17:26:40 +01:00
relationships.go
search_test.go [feature] Add partial text search for accounts + statuses (#1836) 2023-06-21 17:26:40 +01:00
search.go [feature] Add partial text search for accounts + statuses (#1836) 2023-06-21 17:26:40 +01:00
statuses_test.go
statuses.go
unblock.go
unfollow.go