aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Fix CLI toolsChocobozzz2021-07-209-180/+138
| |
| * Introduce comments commandChocobozzz2021-07-2020-533/+458
| |
| * Introduce channels commandChocobozzz2021-07-2018-247/+156
| |
| * Introduce streaming playlists commandChocobozzz2021-07-203-13/+25
| |
| * Introduce import commandChocobozzz2021-07-207-115/+93
| |
| * Introduce history commandChocobozzz2021-07-201-30/+29
| |
| * Introduce playlist commandChocobozzz2021-07-2016-709/+539
| |
| * Introduce change ownership commandChocobozzz2021-07-201-85/+100
| |
| * Introduce captions commandChocobozzz2021-07-205-86/+60
| |
| * Introduce blacklist commandChocobozzz2021-07-209-145/+92
| |
| * Shorter live methodsChocobozzz2021-07-2012-80/+80
| |
| * Introduce services commandChocobozzz2021-07-201-4/+3
| |
| * Introduce live commandChocobozzz2021-07-2012-188/+155
| |
| * Introduce subscriptions commandChocobozzz2021-07-206-139/+110
| |
| * Introduce blocklist commandChocobozzz2021-07-208-143/+89
| |
| * Introduce accounts commandChocobozzz2021-07-2010-100/+89
| |
| * Introduce socket io commandChocobozzz2021-07-201-6/+5
| |
| * Introduce config commandChocobozzz2021-07-2032-485/+476
| |
| * Introduce stats commandChocobozzz2021-07-202-51/+27
| |
| * Introduce redundancy commandChocobozzz2021-07-203-158/+84
| |
| * Introduce plugins commandChocobozzz2021-07-2020-459/+212
| |
| * Introduce jobs commandChocobozzz2021-07-203-37/+28
| |
| * Introduce follows commandChocobozzz2021-07-2015-281/+233
| |
| * Introduce debug commandChocobozzz2021-07-203-11/+10
| |
| * Introduce contact form commandChocobozzz2021-07-202-65/+27
| |
| * Move AP request in requests fileChocobozzz2021-07-203-3/+2
| |
| * Introduce search commandChocobozzz2021-07-2011-366/+409
| |
| * Introduce overviews commandChocobozzz2021-07-203-63/+52
| |