]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/tests/plugins/id-and-pass-auth.ts
Add runner server tests
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / id-and-pass-auth.ts
2023-01-27  ChocobozzzMerge branch 'release/5.0.0' into develop
2023-01-24  ChocobozzzMerge branch 'release/5.0.0' into develop
2023-01-23  ChocobozzzMerge branch 'release/5.0.0' into develop
2023-01-19  ChocobozzzMerge branch 'release/5.0.0' into develop
2023-01-12  ChocobozzzMerge branch 'release/5.0.0' into develop
2023-01-09  ChocobozzzMerge branch 'feature/SO035' into develop
2023-01-04  ChocobozzzExternal auth can update user on login
2022-11-17  ChocobozzzMerge branch 'release/4.3.0' into develop
2022-11-16  ChocobozzzMerge branch 'release/4.3.0' into develop
2022-11-14  ChocobozzzMerge branch 'release/4.3.0' into develop
2022-10-28  ChocobozzzBreaking API: Consistency with role id/label
2022-08-17  ChocobozzzWe don't need to import mocha
2022-01-10  ChocobozzzMerge branch 'release/4.0.0' into develop
2022-01-06  ChocobozzzMerge branch 'release/4.0.0' into develop
2021-12-17  ChocobozzzMove test functions outside extra-utils
2021-12-17  Chocobozzzshared/ typescript types dir server-commands
2021-08-05  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-30  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-29  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-26  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-23  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-21  ChocobozzzMerge branch 'next' into develop
2021-07-20  ChocobozzzReorganize imports
2021-07-20  ChocobozzzRefactor requests
2021-07-20  ChocobozzzUse an object to represent a server
2021-07-20  ChocobozzzShorter server command names
2021-07-20  ChocobozzzIntroduce user command
2021-07-20  ChocobozzzIntroduce login command
2021-07-20  ChocobozzzIntroduce server commands
2021-07-20  ChocobozzzIntroduce config command
2021-07-20  ChocobozzzIntroduce plugins command
2020-05-11  ChocobozzzMerge branch 'master' into develop
2020-05-05  ChocobozzzAdd auth plugin info in users list
2020-05-04  ChocobozzzAdd ability to unregister plugin auths
2020-05-04  ChocobozzzAdd external login tests
2020-05-04  ChocobozzzCheck auth plugin result
2020-05-04  ChocobozzzAdd plugin auth migrations
2020-05-04  ChocobozzzAdd ability for auth plugins to hook tokens validity
2020-05-04  ChocobozzzSupport logout and add id and pass tests
2020-05-04  ChocobozzzBegin auth plugin support