gotosocial/testrig
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
..
media rework media processing a little bit (#191) 2021-09-04 14:02:01 +02:00
config.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
db.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
email.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
federatingdb.go Implement Cobra CLI tooling, Viper config tooling (#336) 2021-12-07 13:31:39 +01:00
federator.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
log.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
mediahandler.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
oauthserver.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
processor.go [feature] Rework timeline code to make it useful for more than just statuses (#373) 2022-02-05 12:47:38 +01:00
router.go [feature] add authorization to the already-existing authentication (#365) 2022-02-07 12:04:31 +01:00
storage.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
testmodels.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
transportcontroller.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
typeconverter.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
util.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00