aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/3.3.0' into developChocobozzz2021-07-231-2/+2
|\
| * Fix user-dropdown-indicator position on touchscreensKimsible2021-07-231-2/+2
| |
* | Fix tests with node 16Chocobozzz2021-07-221-8/+13
| |
* | Simplify createServer argsChocobozzz2021-07-224-10/+11
| |
* | Upgrade server dependenciesChocobozzz2021-07-224-464/+448
| |
* | Move apicache in peertubeChocobozzz2021-07-2215-65/+372
| | | | | | | | Allow us to upgrade to node 16
* | Speed up plugin transcoding testsChocobozzz2021-07-225-81/+86
| |
* | Update translationsChocobozzz2021-07-2141-10862/+13132
| |
* | Merge remote-tracking branch 'weblate/develop' into developChocobozzz2021-07-212-336/+314
|\ \
| * | Translated using Weblate (Chinese (Traditional))Jeff Huang2021-07-211-112/+101
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (1793 of 1793 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
| * | Translated using Weblate (Catalan)Marc Strange2021-07-211-224/+213
| | | | | | | | | | | | | | | | | | | | | Currently translated at 29.9% (537 of 1793 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ca/
* | | Add missing localization keysChocobozzz2021-07-213-10/+10
|/ /
* | Add overviews filter hook testsChocobozzz2021-07-213-7/+18
| |
* | 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
| | |