Split types and typings
[oweals/peertube.git] / server / models / video / video-abuse.ts
2020-06-18 ChocobozzzSplit types and typings
2020-06-17 ChocobozzzUpdate server dependencies
2020-06-02 ChocobozzzMerge branch 'release/2.2.0' into develop
2020-06-02 ChocobozzzMerge branch 'release/2.2.0' into develop
2020-06-02 ChocobozzzMerge branch 'release/2.2.0' into develop
2020-05-29 ChocobozzzBlock comments from muted accounts/servers
2020-05-11 ChocobozzzMerge branch 'master' into develop
2020-05-07 ChocobozzzUse video abuse filters on client side
2020-05-06 ChocobozzzparseQueryStringFilter cleanup
2020-05-04 Rigel KentSupport is:blacklisted as video-abuse-list filter
2020-05-04 Rigel KentSwitching to a named filters/single input on video...
2020-05-01 Rigel KentAdd tests for video-abuse persistence after video deletion
2020-05-01 Rigel KentAdd reportee stats for deleted videos
2020-05-01 Rigel KentFactorize rest-table and fix/simplify SQL
2020-05-01 Rigel KentAdd filter inputs for blacklisted videos and muted...
2020-05-01 Rigel KentAdd nth abuse count for a given video, add reporter...
2020-05-01 Rigel KentAdd search for video, reporter and channel name fields
2020-05-01 Rigel KentAdd video channel and video thumbnail, rework video...
2020-05-01 Rigel KentMake sure a report doesn't get deleted upon the deletio...
2020-02-26 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-20 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17 ChocobozzzMerge branch 'master' into develop
2020-02-11 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-07 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-06 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-04 ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-03 ChocobozzzMove to eslint
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-29 ChocobozzzHide video abuses from muted accounts
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-20 ChocobozzzType toFormattedJSON
2019-08-19 ChocobozzzStronger model typings
2019-05-15 ChocobozzzMerge branch 'master' into develop
2019-04-24 ChocobozzzUpdate sequelize
2019-04-11 ChocobozzzDon't expose constants directly in initializers/
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-14 ChocobozzzIncrease abuse length to 3000
2019-01-09 ChocobozzzAdd user notification base code
2018-08-14 ChocobozzzImprove blacklist management
2018-08-10 ChocobozzzAdd state and moderationComment for abuses on server...
2018-08-08 ChocobozzzAdd reason when banning a user
2018-03-12 ChocobozzzChange video abuse API response
2018-02-19 ChocobozzzFix sort inconsistency
2018-02-01 ChocobozzzSend an email on video abuse report
2017-12-19 ChocobozzzBegin moving video channel to actor
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-11-27 ChocobozzzAdd activitypub migration script
2017-11-27 ChocobozzzFederate video abuses
2017-11-27 ChocobozzzAdd video abuse to activity pub
2017-11-27 ChocobozzzRename Pod -> Server
2017-08-25 ChocobozzzFormated -> Formatted
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-07-05 ChocobozzzMove to promises
2017-06-17 ChocobozzzShare models between server and client
2017-06-16 ChocobozzzAdd this context to instance model functions
2017-06-16 ChocobozzzReorganize model files