Factorize rest-table and fix/simplify SQL
[oweals/peertube.git] / server / models / utils.ts
2020-05-01 Rigel KentFactorize rest-table and fix/simplify SQL
2020-05-01 Rigel KentAdd filter inputs for blacklisted videos and muted...
2020-03-10 Rigel KentAdd video file metadata to download modal, via ffprobe...
2020-03-10 ChocobozzzRewrite video list in raw SQL
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
2020-01-07 ChocobozzzUpdate validator dependency
2019-12-27 Rigel KentAdd comment filtering by reply count
2019-11-29 ChocobozzzAdd more filters to admin follows table
2019-11-25 ChocobozzzAdd ability to disable webtorrent
2019-09-05 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-04 ChocobozzzFix blacklist sort
2019-08-06 ChocobozzzAutomatically remove bad followings
2019-07-25 ChocobozzzSort on videoQuotaUsed in backend
2019-06-19 ChocobozzzAdd language filters in user preferences
2019-05-15 ChocobozzzMerge branch 'master' into develop
2019-04-24 ChocobozzzUpgrade sequelize
2019-04-24 ChocobozzzUpdate sequelize
2019-04-11 ChocobozzzDon't expose constants directly in initializers/
2019-03-19 ChocobozzzRefresh playlists
2019-03-18 ChocobozzzPlaylist server API
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1217
2019-02-06 ChocobozzzMerge branch 'release/v1.2.0'
2018-12-18 ChocobozzzFix video sort
2018-12-18 ChocobozzzAdd history on server side
2018-11-13 ChocobozzzMerge branch 'master' into develop
2018-10-19 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-17 ChocobozzzMerge branch 'feature/webtorrent-disabling' into develop
2018-10-16 ChocobozzzAdd ability to mute a user/instance by server in server api
2018-10-16 ChocobozzzAdd ability for users to block an account/instance...
2018-08-31 ChocobozzzFix videos overview tags section
2018-08-31 ChocobozzzTrending by interval
2018-08-14 ChocobozzzCleanup utils helper
2018-07-27 ChocobozzzOptimize search SQL query (I hope :p)
2018-07-26 ChocobozzzFix last commit
2018-07-24 ChocobozzzAdd videos list filters
2018-07-24 ChocobozzzBegin advanced search
2018-02-19 ChocobozzzFix sort inconsistency
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-09-22 Green-StarHandle blacklist (#84)
2017-06-10 ChocobozzzType functions
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration