Cleanup utils helper
[oweals/peertube.git] / server / controllers / api / users.ts
2018-08-14 ChocobozzzAdd blacklist reason field
2018-08-08 ChocobozzzAdd reason when banning a user
2018-08-08 ChocobozzzImplement user blocking on server side
2018-08-08 ChocobozzzAdd ability to delete our account
2018-08-08 ChocobozzzAdd import.video.torrent configuration
2018-08-07 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzAdd import http enabled configuration
2018-08-06 ChocobozzzAdd ability to list video imports
2018-07-31 Aurélien BertronAdd audit logs in various modules
2018-06-29 ChocobozzzAPI: Add ability to update video channel avatar
2018-06-14 ChocobozzzAdd ability for uploaders to schedule video update
2018-06-13 ChocobozzzRefractor retry transaction function
2018-06-12 ChocobozzzAdd concept of video state, and add ability to wait...
2018-05-22 Rigel Kentfeature: IP filtering on signup page
2018-05-16 ChocobozzzFix typings
2018-04-26 ChocobozzzAdd ability to update the user display name/description
2018-04-25 ChocobozzzVideo channel API routes refractor
2018-04-24 ChocobozzzAdd account view
2018-04-19 Gérald NielMerge branch 'develop' of framagit.org:chocobozzz/PeerT...
2018-04-19 ChocobozzzAdd ability to choose what policy we have for NSFW...
2018-04-17 ChocobozzzHandle sort in rss
2018-04-16 ChocobozzzAdd auth documentation
2018-03-29 ChocobozzzPrevent brute force login attack
2018-02-15 ChocobozzzImplement support field in video and video channel
2018-02-14 ChocobozzzAdd ability to set video thumbnail/preview
2018-01-30 ChocobozzzAdd tests for emails
2018-01-30 ChocobozzzAdd ability to reset our password
2018-01-23 ChocobozzzDestroy user token when changing its role
2018-01-18 ChocobozzzDon't show videos of remote instance after unfollow
2018-01-18 ChocobozzzSet sort refractoring
2018-01-08 ChocobozzzSupport video quota on client
2018-01-04 ChocobozzzFix avatar update
2018-01-04 ChocobozzzRefresh remote accounts
2018-01-03 ChocobozzzSend account activitypub update events
2018-01-03 ChocobozzzCircle avatar
2018-01-03 ChocobozzzAutomatically resize avatars
2017-12-29 ChocobozzzBegin to add avatar to actors
2017-12-28 ChocobozzzPropagate old comment on new follow
2017-12-19 ChocobozzzBegin moving video channel to actor
2017-12-19 Andréas LivetEnh #106 : Add an autoPlayVideo user attribute (#159)
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-11-29 ChocobozzzUsers list only available when use is authenticated
2017-11-27 ChocobozzzRefractor validators
2017-11-27 ChocobozzzOptimize account creation
2017-11-27 ChocobozzzMake it compile at least
2017-11-27 ChocobozzzRemove references to author
2017-10-31 ChocobozzzAdd tests and fix bugs for video privacy
2017-10-31 ChocobozzzAdd video privacy setting
2017-10-27 ChocobozzzSupport roles with rights and add moderator role
2017-10-26 ChocobozzzAdd migration script for channels
2017-10-26 ChocobozzzFix lint
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-26 ChocobozzzAdd video channels
2017-09-06 ChocobozzzFix tests and user quota
2017-09-05 ChocobozzzAdd user update for admins
2017-09-04 ChocobozzzBegin user quota
2017-08-25 ChocobozzzFormated -> Formatted
2017-07-25 ChocobozzzAdd ability to limit user registrations
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-07-10 ChocobozzzBetter typescript typing for a better world
2017-07-07 ChocobozzzFix error logging
2017-07-05 ChocobozzzMove to promises
2017-06-25 ChocobozzzMove ensureRegistrationEnabled to middlewares
2017-06-17 ChocobozzzShare models between server and client
2017-06-10 ChocobozzzType functions
2017-06-05 Chocobozzzrequire -> import
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration