aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server
Commit message (Expand)AuthorAgeFilesLines
* CLI: plugins install command accept a --plugin-version parameter. (#4599)John Livingston2021-12-031-2/+3
* Ensure we don't run transcoding after import fileChocobozzz2021-11-231-1/+8
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+15
* Add bin directory creation for parallel testsChocobozzz2021-11-171-0/+1
* Refactor video viewsChocobozzz2021-11-091-2/+2
* Support RTMPSChocobozzz2021-11-051-0/+2
* Added 144p encoding (#4492)Florian CUNY2021-11-051-0/+3
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-0/+3
* Fix infohash with object storageChocobozzz2021-09-072-0/+28
* Fix test event leakChocobozzz2021-08-261-10/+11
* Rename jobs list commandChocobozzz2021-08-262-3/+3
* Optimize torrent URL updateChocobozzz2021-08-181-1/+5
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-177-5/+183
* Search channels against handles and not namesChocobozzz2021-07-292-6/+4
* Refactor video links buildersChocobozzz2021-07-261-1/+1
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+1
* Generate random uuid for video filesChocobozzz2021-07-262-14/+13
* Simplify createServer argsChocobozzz2021-07-222-8/+9
* Upgrade server dependenciesChocobozzz2021-07-221-2/+1
* Add ability for instances to follow any actorChocobozzz2021-07-212-12/+27
* Reorganize importsChocobozzz2021-07-206-10/+6
* Refactor requestsChocobozzz2021-07-2010-11/+11
* Fix server runChocobozzz2021-07-201-6/+8
* Use an object to represent a serverChocobozzz2021-07-209-398/+411
* Shorter server command namesChocobozzz2021-07-206-124/+124
* Introduce videos commandChocobozzz2021-07-201-1/+4
* Introduce user commandChocobozzz2021-07-201-1/+3
* Introduce login commandChocobozzz2021-07-202-21/+3
* Introduce server commandsChocobozzz2021-07-206-100/+130
* Introduce notifications commandChocobozzz2021-07-201-2/+4
* Introduce sql commandChocobozzz2021-07-201-2/+8
* Fix CLI toolsChocobozzz2021-07-201-42/+47
* Introduce comments commandChocobozzz2021-07-201-0/+3
* Introduce channels commandChocobozzz2021-07-201-0/+3
* Introduce streaming playlists commandChocobozzz2021-07-201-1/+4
* Introduce import commandChocobozzz2021-07-201-1/+12
* Introduce history commandChocobozzz2021-07-201-1/+3
* Introduce playlist commandChocobozzz2021-07-201-1/+3
* Introduce change ownership commandChocobozzz2021-07-201-1/+3
* Introduce captions commandChocobozzz2021-07-201-1/+3
* Introduce blacklist commandChocobozzz2021-07-201-1/+3
* Specify if we want to fallback to the server tokenChocobozzz2021-07-208-7/+33
* Introduce services commandChocobozzz2021-07-201-1/+3
* Introduce live commandChocobozzz2021-07-201-0/+3
* Introduce subscriptions commandChocobozzz2021-07-201-1/+3
* Introduce blocklist commandChocobozzz2021-07-201-1/+3
* Introduce accounts commandChocobozzz2021-07-201-0/+3
* Introduce socket io commandChocobozzz2021-07-201-0/+3
* Introduce config commandChocobozzz2021-07-204-261/+264
* Introduce stats commandChocobozzz2021-07-204-23/+31