GoToSocial/web/template
tobi 1ede54ddf6
[feature] More consistent API error handling (#637)
* update templates

* start reworking api error handling

* update template

* return AP status at web endpoint if negotiated

* start making api error handling much more consistent

* update account endpoints to new error handling

* use new api error handling in admin endpoints

* go fmt ./...

* use api error logic in app

* use generic error handling in auth

* don't export generic error handler

* don't defer clearing session

* user nicer error handling on oidc callback handler

* tidy up the sign in handler

* tidy up the token handler

* use nicer error handling in blocksget

* auth emojis endpoint

* fix up remaining api endpoints

* fix whoopsie during login flow

* regenerate swagger docs

* change http error logging to debug
2022-06-08 20:38:03 +02:00
..
404.tmpl [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +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] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
footer.tmpl [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
header.tmpl [frontend] linkify header mascot+title (#633) 2022-06-08 02:22:52 +02:00
index.tmpl [accessibility] Add description for the pinafore logo (#568) 2022-05-15 11:23:23 +02:00
profile.tmpl [frontend] Reduce width of profile img with screen width (#615) 2022-05-28 13:19:24 +02:00
sign-in.tmpl Use type=email for email input (#400) 2022-02-16 16:16:47 +01: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