GoToSocial/web/template
Forest Johnson 6ed368cbeb
[feature] add authorization to the already-existing authentication (#365)
* add ensureUserIsAuthorizedOrRedirect to /oauth/authorize

* adding authorization (email confirm, account approve, etc) to TokenCheck

* revert un-needed changes to signin.go

* oops what happened here

* error css

* add account.SuspendedAt check

* remove redundant checks from oauth util Authed function

* wip tests

* tests passing

* stop stripping useful information from ErrAlreadyExists

* that feeling of scraping the dryer LINT off the screen

* oops I didn't mean to get rid of this NewTestRouter function

* make tests work with recorder

* re-add ConfigureTemplatesWithGin to handle template path err

Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
2022-02-07 12:04:31 +01:00
..
404.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00
authorize.tmpl [feature] add authorization to the already-existing authentication (#365) 2022-02-07 12:04:31 +01:00
confirmed.tmpl smtp + email confirmation (#285) 2021-10-31 15:46:23 +01:00
email_confirm_html.tmpl [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) 2022-01-31 11:46:20 +01:00
email_confirm_text.tmpl [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) 2022-01-31 11:46:20 +01:00
email_reset_html.tmpl [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) 2022-01-31 11:46:20 +01:00
email_reset_text.tmpl [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) 2022-01-31 11:46:20 +01:00
error.tmpl [feature] add authorization to the already-existing authentication (#365) 2022-02-07 12:04:31 +01:00
footer.tmpl put version in binary properly (#73) 2021-06-28 12:17:20 +02:00
header.tmpl fix viewport scaling for mobile 2021-09-13 17:39:29 +02:00
index.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00
sign-in.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00
status.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00
thread.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00