]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/lib/oauth-model.ts
Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube into...
[github/Chocobozzz/PeerTube.git] / server / lib / oauth-model.ts
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