aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Expand)AuthorAgeFilesLines
* Don't always replace actor avatarChocobozzz2019-11-251-5/+4
* Add ability to disable webtorrentChocobozzz2019-11-251-108/+96
* Update server dependenciesChocobozzz2019-10-211-1/+1
* Fix federation issue with some actor descriptionsChocobozzz2019-10-211-1/+1
* Lowercase video tags searchChocobozzz2019-08-291-3/+7
* Fix html tag with blacklisted videoChocobozzz2019-08-221-0/+14
* Type toActivityPubObject functionsChocobozzz2019-08-211-6/+9
* Type toFormattedJSONChocobozzz2019-08-201-5/+6
* Cleanup model typesChocobozzz2019-08-201-7/+7
* Stronger model typingsChocobozzz2019-08-191-51/+60
* Add avatar to prune scriptChocobozzz2019-08-091-4/+19
* Lazy load avatarsChocobozzz2019-08-091-1/+2
* Fix HLS transcodingChocobozzz2019-08-011-1/+7
* Fix broken playlist apiChocobozzz2019-08-011-26/+53
* Correctly notify on auto blacklistChocobozzz2019-07-241-0/+4
* Add hook filters testsChocobozzz2019-07-241-1/+6
* Move createTorrent in webtorrent utilsChocobozzz2019-07-241-1/+2
* Add language filters in user preferencesChocobozzz2019-06-191-86/+123
* Server: Bulk update videos support fieldChocobozzz2019-05-311-0/+23
* Fix thumbnail when listing my videosChocobozzz2019-05-131-10/+6
* Fix overview endpointChocobozzz2019-04-241-2/+7
* Relax videos list thumbnail api joinChocobozzz2019-04-241-1/+6
* Upgrade sequelizeChocobozzz2019-04-241-88/+91
* Update sequelizeChocobozzz2019-04-241-81/+88
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-65/+90
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Move config in its own fileChocobozzz2019-04-111-10/+12
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+1
* Refresh playlistsChocobozzz2019-03-191-8/+3
* Fix videos list for api SQL requestChocobozzz2019-03-181-3/+4
* Playlist reorder supportChocobozzz2019-03-181-1/+6
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-2/+2
* Add playlist rest testsChocobozzz2019-03-181-13/+25
* Playlist server APIChocobozzz2019-03-181-65/+62
* findById -> findByPkChocobozzz2019-02-211-1/+1
* Add search by original publication dateAndrés Maldonado2019-02-121-0/+11
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-2/+11
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-31/+152
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-62/+310
| |\
| | * Add hls support on serverChocobozzz2019-02-111-31/+148
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+4
* | | Change modelsclementbrizard2019-01-121-0/+4
| |/ |/|
* | Add import finished and video published notifsChocobozzz2019-01-091-0/+10
* | Add user notification base codeChocobozzz2019-01-091-0/+4
* | Optimize index sizesChocobozzz2018-12-201-8/+36
* | Add history page on clientChocobozzz2018-12-181-0/+5
* | Add history on server sideChocobozzz2018-12-181-3/+16
* | Remove inferred typeChocobozzz2018-12-051-10/+10
* | Create redundancy endpointChocobozzz2018-12-041-2/+8