aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve target bitrate calculationChocobozzz2021-08-0616-106/+143
|
* Limit live bitrateChocobozzz2021-08-067-44/+100
|
* Remove deprecated transcoding job namesChocobozzz2021-08-051-12/+1
|
* Fix upload without filesChocobozzz2021-08-051-1/+1
|
* Fix backend channel name validator consistencyChocobozzz2021-08-054-16/+25
|
* Do not index remote actorsChocobozzz2021-08-052-2/+43
|
* Refactor notifierChocobozzz2021-08-0237-1231/+1627
|
* Merge branch 'release/3.3.0' into developChocobozzz2021-07-291-2/+2
|\
| * Fix video format utilsChocobozzz2021-07-291-2/+2
| |
* | Refactor options in modelsChocobozzz2021-07-293-110/+82
| |
* | Update search index testsChocobozzz2021-07-291-111/+120
| |
* | Correctly cleanup test serversChocobozzz2021-07-292-2/+2
| |
* | Log ffmpeg commandChocobozzz2021-07-291-1/+5
| |
* | Refactor search query optionsChocobozzz2021-07-2910-117/+231
| |
* | Search channels against handles and not namesChocobozzz2021-07-296-18/+53
| |
* | Add ability to search by uuids/actor namesChocobozzz2021-07-2812-46/+208
| |
* | Update search index testsChocobozzz2021-07-282-40/+103
| |
* | Increase test timeoutChocobozzz2021-07-282-2/+2
| |
* | Filter host for channels and playlists searchChocobozzz2021-07-2816-77/+230
| |
* | Fix oembed for playlistsChocobozzz2021-07-272-5/+5
| |
* | Add ability to search by host in serverChocobozzz2021-07-2712-139/+227
| |
* | Fix buildChocobozzz2021-07-261-1/+1
| |
* | Refactor video links buildersChocobozzz2021-07-268-25/+46
| |
* | Use random names for VOD HLS playlistsChocobozzz2021-07-2636-210/+429
| |
* | Generate random uuid for video filesChocobozzz2021-07-2621-223/+285
| |
* | Fix tests with node 16Chocobozzz2021-07-221-8/+13
| |
* | Simplify createServer argsChocobozzz2021-07-222-2/+2
| |
* | Upgrade server dependenciesChocobozzz2021-07-221-3/+3
| |
* | Move apicache in peertubeChocobozzz2021-07-2213-59/+372
| | | | | | | | Allow us to upgrade to node 16
* | Speed up plugin transcoding testsChocobozzz2021-07-223-77/+82
| |
* | Add overviews filter hook testsChocobozzz2021-07-213-7/+18
| |
* | Add new filter hooks to /overviews/videosMichael Williams2021-07-211-3/+10
| | | | | | | | | | | | This change adds new filter hooks `filter:api.overviews.videos.list.params` and `filter:api.overviews.videos.list.params` to /overviews/videos. The motivation is to make a plugin to [use `originallyPublishedAt` in all places where `publishedAt` is used](https://github.com/ahdinosaur/peertube-plugin-originally-published-at).
* | Merge branch 'next' into developChocobozzz2021-07-21246-10893/+8606
|\ \
| * | Rename captions commandsChocobozzz2021-07-215-18/+18
| | |
| * | Add ability for instances to follow any actorChocobozzz2021-07-2119-332/+466
| | |
| * | Reorganize importsChocobozzz2021-07-20135-268/+227
| | |
| * | Refactor requestsChocobozzz2021-07-20167-748/+709
| | |
| * | Fix server runChocobozzz2021-07-201-1/+1
| | |
| * | Centralize test URLsChocobozzz2021-07-208-42/+42
| | |
| * | Use an object to represent a serverChocobozzz2021-07-20133-624/+622
| | |
| * | Shorter server command namesChocobozzz2021-07-20134-2331/+2331
| | |
| * | Introduce videos commandChocobozzz2021-07-2096-2369/+1802
| | |
| * | Introduce user commandChocobozzz2021-07-2075-1079/+566
| | |
| * | Adapt CLI to new commandsChocobozzz2021-07-207-48/+52
| | |
| * | Introduce login commandChocobozzz2021-07-2054-297/+253
| | |
| * | Introduce server commandsChocobozzz2021-07-2040-385/+343
| | |
| * | Fix NSFW testsChocobozzz2021-07-202-2/+3
| | |
| * | Fix search testsChocobozzz2021-07-201-1/+1
| | |
| * | Introduce notifications commandChocobozzz2021-07-2010-169/+155
| | |
| * | Introduce sql commandChocobozzz2021-07-2028-119/+76
| | |