aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor transcoding job handlersChocobozzz2021-01-211-0/+1
|
* Add user video list hooksChocobozzz2021-01-201-6/+8
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+3
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* Fix live badge in videos listChocobozzz2020-12-161-0/+1
|
* Upgrade sequelize to v6Chocobozzz2020-12-0918-176/+167
|
* Refactor a little bit client canonical URLChocobozzz2020-12-081-0/+5
|
* Add permanent live supportChocobozzz2020-12-032-0/+9
|
* Fix live replay duration glitchChocobozzz2020-12-021-16/+16
|
* Keep displayName as valid playlist sortChocobozzz2020-12-011-2/+2
|
* Count only active lives for account limitChocobozzz2020-11-261-1/+4
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-8/+8
|
* Add ability to display all channel/account videosChocobozzz2020-11-182-2/+2
|
* Try to fix playlist testsChocobozzz2020-11-181-1/+0
|
* Don't take into account ended lives in concurrent lives checkChocobozzz2020-11-181-1/+5
|
* Add admin view to manage commentsChocobozzz2020-11-161-38/+46
|
* Implement video comment list in adminChocobozzz2020-11-131-4/+128
|
* Cleanup lives on server restartChocobozzz2020-11-131-0/+13
|
* remove duplicate file checks in video model (#3289)Arman2020-11-111-7/+0
| | | - server/models/video/video.ts (delete duplicate): build duplicate file id addition in buildAPIResult
* Cleanup follows of orphean actorsChocobozzz2020-11-101-10/+13
|
* Fix stat file size with HLSChocobozzz2020-11-101-5/+28
|
* Don't add live videos in redundancyChocobozzz2020-11-091-1/+1
|
* Fix testsChocobozzz2020-11-091-1/+1
|
* Regenerate miniature on live saveChocobozzz2020-11-091-0/+4
|
* Add live notification testsChocobozzz2020-11-092-1/+8
|
* Add save replay live testsChocobozzz2020-11-091-1/+7
|
* Add check constraints live testsChocobozzz2020-11-092-1/+9
|
* Begin live testsChocobozzz2020-11-093-6/+41
|
* Add max lives limitChocobozzz2020-11-091-0/+31
|
* Fix replay savingChocobozzz2020-11-091-0/+10
|
* Add ability to save live replayChocobozzz2020-11-091-1/+2
|
* SaveChocobozzz2020-11-091-4/+0
|
* Check live duration and sizeChocobozzz2020-11-091-1/+9
|
* Add watch messages if live has not startedChocobozzz2020-11-093-4/+45
|
* Handle live federationChocobozzz2020-11-092-4/+5
|
* Live streaming implementation first stepChocobozzz2020-11-095-3/+86
|
* Fix lintChocobozzz2020-08-241-3/+1
|
* Remove debug logsChocobozzz2020-08-241-4/+0
|
* Fix RSS feed when HLS only is enabledChocobozzz2020-08-243-10/+84
|
* Add ability to set custom field to video formChocobozzz2020-08-211-1/+4
|
* Optimize comment RSS sql queryChocobozzz2020-08-201-14/+15
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-12/+9
|
* Add ability to share playlists in modalChocobozzz2020-08-071-0/+1
|
* Handle playlist oembedChocobozzz2020-08-071-0/+4
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-1/+1
|
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-311-0/+4
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* 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 ability to report comments in front endChocobozzz2020-07-101-1/+1
|
* Add new abuses testsChocobozzz2020-07-101-41/+1
|