Split types and typings
[oweals/peertube.git] / server / lib / oauth-model.ts
2020-06-18 ChocobozzzSplit types and typings
2020-05-20 ChocobozzzMerge branch 'release/2.2.0' into develop
2020-05-20 ChocobozzzFix external auth email/password update
2020-05-12 ChocobozzzMerge remote-tracking branch 'weblate/develop' into...
2020-05-11 ChocobozzzAdd other tests to external auth
2020-05-11 ChocobozzzMerge branch 'master' into develop
2020-05-07 ChocobozzzAdd last login date to users
2020-05-04 ChocobozzzAuth plugin compat with regular user accounts
2020-05-04 ChocobozzzAdd external login tests
2020-05-04 ChocobozzzBegin support for external auths
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
2019-09-11 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-06 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-05 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-03 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'feature/strong-model-types' into develop
2019-08-19 ChocobozzzStronger model typings
2019-08-09 ChocobozzzLazy load avatars
2019-05-15 ChocobozzzMerge branch 'master' into develop
2019-04-24 ChocobozzzUpgrade sequelize
2019-04-11 ChocobozzzMove config in its own file
2019-03-19 ChocobozzzLimit user tokens cache
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1217
2019-02-06 ChocobozzzMerge branch 'release/v1.2.0'
2019-01-09 ChocobozzzAdd user notification base code
2018-09-20 ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-20 ChocobozzzCache user token
2018-08-31 Josh Moreladd user account email verificiation (#977)
2018-08-28 ChocobozzzFix tests
2018-08-28 ChocobozzzFix oauth server module
2018-08-09 ChocobozzzAdd ability to ban/unban users
2018-08-08 ChocobozzzImplement user blocking on server side
2018-01-29 ChocobozzzAdd ability to login with email
2017-12-28 ChocobozzzPropagate old comment on new follow
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-10-26 ChocobozzzUse async/await in lib and initializers
2017-09-07 ChocobozzzDon't display password in logs
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-11 ChocobozzzRemove any typing from server
2017-07-05 ChocobozzzMove to promises
2017-06-10 ChocobozzzType functions
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration