aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Expand)AuthorAgeFilesLines
* Prefer web videos in favour of webtorrentChocobozzz2023-07-111-16/+18
* Fix 400 error on resumable re-uploadChocobozzz2023-06-291-2/+2
* Support lazy download thumbnailsChocobozzz2023-06-293-7/+7
* Fix CI testsChocobozzz2023-06-291-1/+1
* Refactor video formatterChocobozzz2023-06-291-1/+1
* Add storyboard supportChocobozzz2023-06-293-0/+40
* Feature/password protected videos (#5836)Wicklow2023-06-297-12/+142
* Fix runner api rate limit bypassChocobozzz2023-06-201-0/+3
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-2/+2
* Fix reset sequelize instanceChocobozzz2023-05-111-1/+1
* Support studio transcoding in peertube runnerChocobozzz2023-05-091-8/+13
* Add TMP persistent directoryChocobozzz2023-05-091-10/+30
* Implement remote runner jobs in serverChocobozzz2023-05-092-125/+33
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-2/+36
* Fix retrying update on sql serialization conflictChocobozzz2023-02-141-4/+2
* Use raw sql for commentsChocobozzz2023-01-091-3/+4
* Add ability to get user from file tokenChocobozzz2022-12-201-1/+1
* Update changelogChocobozzz2022-11-241-0/+1
* Don't inject untrusted inputChocobozzz2022-11-151-1/+2
* Prevent broken transcoding with audio only inputChocobozzz2022-11-141-0/+2
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-3/+3
* Fix transcoding failure when importing a videoChocobozzz2022-10-311-1/+1
* Put private videos under a specific subdirectoryChocobozzz2022-10-243-56/+55
* Add ability to list comments on local videosChocobozzz2022-08-161-0/+1
* Channel sync (#5135)Florent2022-08-101-267/+51
* Fix upload notificationChocobozzz2022-08-091-0/+9
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-18/+72
* Use bullmq job dependencyChocobozzz2022-08-095-65/+75
* Move to bullmqChocobozzz2022-08-092-4/+4
* Limit import depending on transcoding resolutionsChocobozzz2022-08-092-2/+6
* Fix resolution to transcode hook nameChocobozzz2022-08-091-1/+1
* Add option to not transcode original resolutionChocobozzz2022-08-091-6/+4
* Add channel server hooksChocobozzz2022-08-031-3/+6
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-1/+10
* Add ability to delete a specific video fileChocobozzz2022-08-011-13/+49
* Fix lintChocobozzz2022-07-132-2/+2
* Rename video full loadingChocobozzz2022-06-283-4/+4
* store uploaded video filename (#4885)kontrollanten2022-06-212-0/+20
* Optimize view endpointChocobozzz2022-06-171-1/+1
* Add ability to filter overall video stats by dateChocobozzz2022-05-061-10/+1
* Add filter by start/end date overall stats in apiChocobozzz2022-05-051-2/+7
* Support live session in serverChocobozzz2022-05-031-1/+35
* Fix getting live by anonymous userChocobozzz2022-04-221-4/+14
* Add ability to set start/end date to timeserieChocobozzz2022-04-151-2/+15
* Improve viewer counterChocobozzz2022-04-151-9/+1
* Support video views/viewers stats in serverChocobozzz2022-04-154-70/+139
* Rename studio to editorChocobozzz2022-03-222-24/+24
* Add video edition finished notificationChocobozzz2022-03-221-2/+2
* Process video torrents in orderChocobozzz2022-03-162-51/+47
* Add latency setting supportChocobozzz2022-03-091-3/+6