gotosocial/internal/web
tobi 89e0cfd874
[feature] Admin accounts endpoints; approve/reject sign-ups (#2826)
* update settings panels, add pending overview + approve/deny functions

* add admin accounts get, approve, reject

* send approved/rejected emails

* use signup URL

* docs!

* email

* swagger

* web linting

* fix email tests

* wee lil fixerinos

* use new paging logic for GetAccounts() series of admin endpoints, small changes to query building

* shuffle useAccountIDIn check *before* adding to query

* fix parse from toot react error

* use `netip.Addr`

* put valid slices in globals

* optimistic updates for account state

---------

Co-authored-by: kim <grufwub@gmail.com>
2024-04-13 13:25:10 +02:00
..
about.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
assets.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
confirmemail.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
customcss.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 2024-04-13 13:25:10 +02:00
domain-blocklist.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
etag.go [feature] simpler cache size configuration (#2051) 2023-08-03 11:34:35 +02:00
index.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
profile.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 2024-04-13 13:25:10 +02:00
robots.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
rss.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 2024-04-13 13:25:10 +02:00
settings-panel.go [chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" class (#2674) 2024-02-21 16:11:11 +01:00
signup.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
tag.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
thread.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 2024-04-13 13:25:10 +02:00
web.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00