aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-channel.ts
Commit message (Expand)AuthorAgeFilesLines
* Add ability to search playlistsChocobozzz2021-06-251-2/+2
* Fix missing transactionsChocobozzz2021-06-151-2/+2
* Stricter models typingChocobozzz2021-05-121-1/+2
* Cleanup models directory organizationChocobozzz2021-05-111-3/+3
* Update channel updatedAt when uploading a videoChocobozzz2021-05-101-1/+7
* Fix remote actor creation dateChocobozzz2021-05-071-2/+0
* add channel and playlist stats to server stats endpoint (#3747)Rigel Kent2021-04-121-1/+42
* Add banner testsChocobozzz2021-04-081-1/+8
* Add banners supportChocobozzz2021-04-081-43/+45
* Agnostic actor image storageChocobozzz2021-04-081-2/+3
* 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 sta...Rigel Kent2020-07-291-5/+14
* 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