aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-channel.ts
Commit message (Expand)AuthorAgeFilesLines
* Added "total views" in the my channels list (#5007)Florian CUNY2022-05-311-0/+13
* Fix channels creation creation limit countChocobozzz2022-03-211-1/+1
* Fix channels list countChocobozzz2022-03-211-13/+13
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-82/+127
* Move typescript utils in its own directoryChocobozzz2021-12-161-2/+3
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-2/+3
* Split check user params testsChocobozzz2021-10-201-2/+0
* Add ability to view my followersChocobozzz2021-10-201-2/+22
* Fix channel search with complete handleChocobozzz2021-10-111-1/+1
* Migrate to webdriverioChocobozzz2021-09-011-1/+1
* Fix backend channel name validator consistencyChocobozzz2021-08-051-2/+2
* Refactor options in modelsChocobozzz2021-07-291-29/+23
* Search channels against handles and not namesChocobozzz2021-07-291-9/+27
* Add ability to search by uuids/actor namesChocobozzz2021-07-281-28/+48
* Filter host for channels and playlists searchChocobozzz2021-07-281-15/+44
* Fix hooks definitionChocobozzz2021-07-011-2/+1
* 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