aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-channel.ts
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sequelize to v6Chocobozzz2020-12-091-39/+39
|
* Refactor a little bit client canonical URLChocobozzz2020-12-081-0/+5
|
* Cleanup follows of orphean actorsChocobozzz2020-11-101-10/+13
|
* harmonize search for librariesRigel Kent2020-07-291-4/+20
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-5/+14
| | | | statuses
* Add migrationsChocobozzz2020-07-101-1/+2
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Add videos count in channels listChocobozzz2020-06-161-10/+22
|
* Optimize views per day in video channelsChocobozzz2020-06-121-15/+11
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-32/+33
|
* Tests for viewsPerDayRigel Kent2020-03-311-1/+1
|
* Put channel stats behind withStats flagRigel Kent2020-03-311-1/+0
|
* View stats for channelsRigel Kent2020-03-311-42/+105
|
* Move to eslintcontainChocobozzz2020-02-031-5/+5
|
* Cleanup server fixmeChocobozzz2020-01-281-13/+10
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
|
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-2/+5
|
* Type toFormattedJSONChocobozzz2019-08-201-15/+15
|
* Cleanup model typesChocobozzz2019-08-201-6/+5
|
* Stronger model typingsChocobozzz2019-08-191-14/+21
|
* Fix broken playlist apiChocobozzz2019-08-011-4/+11
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-20/+1
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-3/+10
|
* Upgrade sequelizeChocobozzz2019-04-241-8/+8
|
* Update sequelizeChocobozzz2019-04-241-9/+8
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-3/+4
|
* Add playlist rest testsChocobozzz2019-03-181-3/+3
|
* Add playlist check param testsChocobozzz2019-03-181-1/+1
|
* Playlist server APIChocobozzz2019-03-181-13/+65
|
* findById -> findByPkChocobozzz2019-02-211-3/+3
|
* Improve channel and account SEOChocobozzz2019-02-211-1/+9
|
* Refresh remote actors on GET enpointsChocobozzz2019-01-141-0/+4
|
* Add sitemapChocobozzz2018-12-051-0/+21
|
* Add federation to ownership changeChocobozzz2018-09-041-5/+11
|
* Refractor user quota SQL queriesChocobozzz2018-08-281-1/+1
|
* Optimize channel search queryChocobozzz2018-08-281-11/+10
|
* Add ability to search video channelsChocobozzz2018-08-271-27/+136
|
* Add ability to set a name to a channelChocobozzz2018-08-271-14/+42
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-6/+35
|
* Add more info loggingChocobozzz2018-07-301-2/+0
|
* Revert "Delete actor too when deleting account/video channel"Chocobozzz2018-07-301-18/+12
| | | | | | This reverts commit e04551d796adf69703a41af123207b2624237292. See https://github.com/Chocobozzz/PeerTube/issues/870#issuecomment-408814420
* Delete actor too when deleting account/video channelChocobozzz2018-07-301-12/+18
|
* Optimize SQL queriesChocobozzz2018-07-241-0/+3
|
* Fix avatar image in channel pageChocobozzz2018-06-181-1/+8
|
* Fix bad RSS descriptions when filtering videos by account or channelChocobozzz2018-06-131-1/+5
|
* Add owner in video channel pageChocobozzz2018-05-231-8/+3
|
* Fix video channel description/support max lengthChocobozzz2018-05-091-3/+4
|
* Video channel API routes refractorChocobozzz2018-04-251-4/+13
|