]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/controllers/api/videos/blacklist.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / server / controllers / api / videos / blacklist.ts
2022-01-10  ChocobozzzMerge branch 'release/4.0.0' into develop
2022-01-06  ChocobozzzMerge branch 'release/4.0.0' into develop
2021-12-24  ChocobozzzFix shared imports
2021-08-27  ChocobozzzesModuleInterop to true
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  ChocobozzzMerge branch 'master' into release/3.3.0
2021-06-04  Rigel Kentadd operationId doc middleware to so API endpoints
2021-06-02  Rigel Kentrefactor API errors to standard error format
2020-12-07  Rigel Kentreplace numbers with typed http status codes (#3409)
2020-06-10  Rigel Kentpreserve original variable names server-side
2020-06-10  Rigel Kentrename blacklist to block/blocklist, merge block and...
2020-05-11  ChocobozzzMerge branch 'master' into develop
2020-05-07  ChocobozzzAdd moderation helpers to plugins
2020-05-04  ChocobozzzAvoir some circular dependencies
2020-05-01  Rigel KentAdd filter inputs for blacklisted videos and muted...
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-07-24  ChocobozzzCorrectly notify on auto blacklist
2019-07-24  ChocobozzzAdd plugin static files cache
2019-05-15  ChocobozzzMerge branch 'master' into develop
2019-04-02  Josh Moreladd quarantine videos feature (#1637)
2019-03-19  ChocobozzzCleanup express locals typings
2019-03-18  ChocobozzzPlaylist server API
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1217
2019-02-06  ChocobozzzMerge branch 'release/v1.2.0'
2019-01-10  ChocobozzzAdd ability to unfederate a local video (on blacklist)
2019-01-09  ChocobozzzAdd user notification base code
2018-08-14  ChocobozzzImprove blacklist management
2018-08-14  ChocobozzzAdd blacklist reason field
2018-03-26  ChocobozzzFix error logging
2018-01-18  ChocobozzzDon't show videos of remote instance after unfollow
2017-12-28  ChocobozzzPropagate old comment on new follow
2017-12-13  ChocobozzzMove models to typescript-sequelize
2017-11-27  ChocobozzzRefractor validators
2017-10-27  ChocobozzzSupport roles with rights and add moderator role
2017-10-26  ChocobozzzUse async/await in controllers
2017-10-10  ChocobozzzVideo blacklist refractoring
2017-07-07  ChocobozzzFix error logging
2017-07-05  ChocobozzzMove to promises
2017-06-10  ChocobozzzType functions
2017-06-05  Chocobozzzrequire -> import
2017-05-25  ChocobozzzType models
2017-05-20  ChocobozzzFirst typescript iteration