aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Expand)AuthorAgeFilesLines
* Migrate server to ESMChocobozzz2023-08-11301-27409/+0
* Remove deprecated "views" from live video eventChocobozzz2023-07-281-2/+2
* Remove deprecated schedulerChocobozzz2023-07-282-29/+1
* Keep s3 commands simpleChocobozzz2023-07-281-2/+0
* Remove banner/avatar fields from channel/accountChocobozzz2023-07-282-4/+1
* Add an option to sign federated fetches for mastodon compatibility (#5898)mira.bat2023-07-2716-55/+79
* Improve runner managementChocobozzz2023-07-271-2/+14
* Use typed pickChocobozzz2023-07-262-2/+2
* Truncate html/og/card HTML description tagsChocobozzz2023-07-261-17/+22
* Fix lintChocobozzz2023-07-261-3/+0
* Fix fk error when generating storyboardChocobozzz2023-07-261-15/+32
* Remove unused paramChocobozzz2023-07-257-9/+12
* Implement replace file in server sideChocobozzz2023-07-2110-25/+52
* Add p2p info to metricsChocobozzz2023-07-211-4/+18
* Add peers number and p2p enabled label to metricsChocobozzz2023-07-201-1/+11
* Merge branch 'release/5.2.0' into developChocobozzz2023-07-121-1/+1
|\
| * Fix fps transcoding on remote runnersChocobozzz2023-07-121-1/+1
* | Migrate from webseed to web-videosChocobozzz2023-07-111-1/+1
* | Rename "videos" config to "web-videos"Chocobozzz2023-07-115-10/+10
* | Rename webtorrent config to web_videosChocobozzz2023-07-113-6/+6
* | Prefer web videos in favour of webtorrentChocobozzz2023-07-1128-133/+137
* | Fix HLS playlist generation with 0 duration lengthChocobozzz2023-06-291-2/+6
* | Use promise cache to load remote thumbnailsChocobozzz2023-06-292-14/+25
* | Fix playlist thumbnail generationChocobozzz2023-06-296-16/+20
* | Support lazy download of remote video miniaturesChocobozzz2023-06-298-105/+120
* | Support lazy download thumbnailsChocobozzz2023-06-2916-94/+223
* | Also replace base url of pre signed s3 urlChocobozzz2023-06-291-4/+9
* | Fix CI testsChocobozzz2023-06-291-0/+41
* | Correctly download files from S3Chocobozzz2023-06-291-0/+1
* | Lock video files when generating storyboardChocobozzz2023-06-291-56/+62
* | Handle correctly formatted AP attributedToChocobozzz2023-06-293-19/+34
* | Fetch remote AP objects if only id is specifiedChocobozzz2023-06-2911-92/+141
* | Add script to generate storyboardsChocobozzz2023-06-291-0/+5
* | Add storyboard supportChocobozzz2023-06-2915-31/+309
* | Feature/password protected videos (#5836)Wicklow2023-06-294-10/+39
|/
* Fix broken replay with long live video nameChocobozzz2023-06-291-1/+8
* Fix logChocobozzz2023-06-191-1/+1
* Correctly unload plugin pathsChocobozzz2023-06-061-1/+1
* More specific message when signup is not allowedChocobozzz2023-06-051-3/+3
* Fix transcoding errorChocobozzz2023-05-304-36/+33
* Fix peertube subtitles importChocobozzz2023-05-261-2/+5
* Don't fail remote transcoding on retryChocobozzz2023-05-261-1/+4
* Add more logs when storing master playlist in s3Chocobozzz2023-05-251-7/+5
* Update server dependenciesChocobozzz2023-05-224-5/+5
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-226-7/+46
* More robust quota checkChocobozzz2023-05-223-10/+10
* Fix testsChocobozzz2023-05-221-0/+2
* Force stop remote live transcodingChocobozzz2023-05-225-1/+12
* Lock when removing video filesChocobozzz2023-05-221-16/+40
* Use saveInTransactionWithRetries helperChocobozzz2023-05-191-21/+5