aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/external-auth.ts
Commit message (Collapse)AuthorAgeFilesLines
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Suffix external auth username on conflictChocobozzz2022-08-031-5/+34
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-3/+3
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Add filter:api.server.stats.get.result hookChocobozzz2021-12-091-1/+1
|
* Reorganize importsChocobozzz2021-07-201-4/+3
|
* Refactor requestsChocobozzz2021-07-201-10/+10
|
* Use an object to represent a serverChocobozzz2021-07-201-5/+5
|
* Shorter server command namesChocobozzz2021-07-201-33/+33
|
* Introduce user commandChocobozzz2021-07-201-34/+15
|
* Introduce login commandChocobozzz2021-07-201-28/+29
|
* Introduce server commandsChocobozzz2021-07-201-4/+3
|
* Introduce config commandChocobozzz2021-07-201-11/+4
|
* Introduce plugins commandChocobozzz2021-07-201-30/+17
|
* Refactor auth flowChocobozzz2021-03-241-1/+1
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-23/+24
|
* Provide express request to onLogout callChocobozzz2020-11-201-4/+30
| | | | + pluginInfo related changes
* Fix external auth email/password updateChocobozzz2020-05-201-0/+10
| | | | Also check if an actor does not already exist when creating the user
* Add other tests to external authChocobozzz2020-05-111-5/+47
|
* Add ability to unregister plugin authsChocobozzz2020-05-041-1/+37
|
* Add external login testsChocobozzz2020-05-041-0/+295