aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add new filter hooks to /overviews/videosMichael Williams2021-07-212-3/+14
| | | | | | 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).
* Register plugins when peertube server is readyChocobozzz2021-07-211-3/+9
|
* Merge branch 'next' into developChocobozzz2021-07-21420-16594/+14624
|\
| * Rename captions commandsChocobozzz2021-07-219-25/+25
| |
| * Add ability for instances to follow any actorChocobozzz2021-07-2145-481/+837
| |
| * Warning when using capitalized letter in loginChocobozzz2021-07-203-2/+14
| |
| * Channel deletion consistencyChocobozzz2021-07-201-2/+2
| |
| * Reorganize importsChocobozzz2021-07-20165-325/+265
| |
| * Refactor requestsChocobozzz2021-07-20230-1056/+940
| |
| * Fix server runChocobozzz2021-07-202-7/+9
| |
| * Centralize test URLsChocobozzz2021-07-2011-85/+74
| |
| * Use an object to represent a serverChocobozzz2021-07-20154-1054/+1066
| |
| * Shorter server command namesChocobozzz2021-07-20155-2502/+2502
| |
| * Introduce videos commandChocobozzz2021-07-20108-3105/+2489
| |
| * Introduce user commandChocobozzz2021-07-2085-1503/+1009
| |
| * Adapt CLI to new commandsChocobozzz2021-07-208-52/+55
| |
| * Introduce login commandChocobozzz2021-07-2063-443/+409
| |
| * Introduce server commandsChocobozzz2021-07-2063-708/+688
| |
| * Fix NSFW testsChocobozzz2021-07-202-2/+3
| |
| * Fix search testsChocobozzz2021-07-202-2/+2
| |
| * Introduce notifications commandChocobozzz2021-07-2017-281/+279
| |
| * Introduce sql commandChocobozzz2021-07-2035-292/+229
| |
| * Fix CLI toolsChocobozzz2021-07-2011-224/+187
| |
| * Introduce comments commandChocobozzz2021-07-2029-697/+613
| |
| * Introduce channels commandChocobozzz2021-07-2026-441/+364
| |
| * Introduce streaming playlists commandChocobozzz2021-07-209-104/+190
| |
| * Introduce import commandChocobozzz2021-07-2011-207/+192
| |
| * Introduce history commandChocobozzz2021-07-205-81/+92
| |
| * Introduce playlist commandChocobozzz2021-07-2024-1054/+853
| |
| * Introduce change ownership commandChocobozzz2021-07-205-159/+173
| |
| * Trigger test build for any branchChocobozzz2021-07-202-5/+4
| |
| * Trigger a build for any branchChocobozzz2021-07-201-4/+0
| |
| * Introduce captions commandChocobozzz2021-07-2011-164/+149
| |
| * Introduce blacklist commandChocobozzz2021-07-2013-226/+173
| |
| * Specify if we want to fallback to the server tokenChocobozzz2021-07-2021-35/+122
| |
| * Shorter live methodsChocobozzz2021-07-2014-96/+96
| |
| * Introduce services commandChocobozzz2021-07-205-30/+35
| |
| * Introduce live commandChocobozzz2021-07-2020-337/+369
| |
| * Introduce subscriptions commandChocobozzz2021-07-2010-234/+208
| |
| * Introduce blocklist commandChocobozzz2021-07-2013-385/+230
| |
| * Introduce accounts commandChocobozzz2021-07-2015-170/+175
| |
| * Introduce socket io commandChocobozzz2021-07-207-28/+28
| |
| * Introduce config commandChocobozzz2021-07-2036-746/+740
| |
| * Introduce stats commandChocobozzz2021-07-207-78/+58
| |
| * Introduce redundancy commandChocobozzz2021-07-207-246/+165
| |
| * Introduce plugins commandChocobozzz2021-07-2026-765/+480
| |
| * Introduce jobs commandChocobozzz2021-07-208-98/+75
| |
| * Introduce follows commandChocobozzz2021-07-2020-411/+368
| |
| * Introduce debug commandChocobozzz2021-07-2010-50/+51
| |
| * Introduce contact form commandChocobozzz2021-07-206-96/+62
| |