Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'weblate/develop' into develop | Chocobozzz | 2021-07-21 | 2 | -336/+314 |
|\ | |||||
| * | Translated using Weblate (Chinese (Traditional)) | Jeff Huang | 2021-07-21 | 1 | -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 Strange | 2021-07-21 | 1 | -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 keys | Chocobozzz | 2021-07-21 | 3 | -10/+10 |
|/ | |||||
* | Add overviews filter hook tests | Chocobozzz | 2021-07-21 | 3 | -7/+18 |
| | |||||
* | Add new filter hooks to /overviews/videos | Michael Williams | 2021-07-21 | 2 | -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 ready | Chocobozzz | 2021-07-21 | 1 | -3/+9 |
| | |||||
* | Merge branch 'next' into develop | Chocobozzz | 2021-07-21 | 420 | -16594/+14624 |
|\ | |||||
| * | Rename captions commands | Chocobozzz | 2021-07-21 | 9 | -25/+25 |
| | | |||||
| * | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 45 | -481/+837 |
| | | |||||
| * | Warning when using capitalized letter in login | Chocobozzz | 2021-07-20 | 3 | -2/+14 |
| | | |||||
| * | Channel deletion consistency | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | | |||||
| * | Reorganize imports | Chocobozzz | 2021-07-20 | 165 | -325/+265 |
| | | |||||
| * | Refactor requests | Chocobozzz | 2021-07-20 | 230 | -1056/+940 |
| | | |||||
| * | Fix server run | Chocobozzz | 2021-07-20 | 2 | -7/+9 |
| | | |||||
| * | Centralize test URLs | Chocobozzz | 2021-07-20 | 11 | -85/+74 |
| | | |||||
| * | Use an object to represent a server | Chocobozzz | 2021-07-20 | 154 | -1054/+1066 |
| | | |||||
| * | Shorter server command names | Chocobozzz | 2021-07-20 | 155 | -2502/+2502 |
| | | |||||
| * | Introduce videos command | Chocobozzz | 2021-07-20 | 108 | -3105/+2489 |
| | | |||||
| * | Introduce user command | Chocobozzz | 2021-07-20 | 85 | -1503/+1009 |
| | | |||||
| * | Adapt CLI to new commands | Chocobozzz | 2021-07-20 | 8 | -52/+55 |
| | | |||||
| * | Introduce login command | Chocobozzz | 2021-07-20 | 63 | -443/+409 |
| | | |||||
| * | Introduce server commands | Chocobozzz | 2021-07-20 | 63 | -708/+688 |
| | | |||||
| * | Fix NSFW tests | Chocobozzz | 2021-07-20 | 2 | -2/+3 |
| | | |||||
| * | Fix search tests | Chocobozzz | 2021-07-20 | 2 | -2/+2 |
| | | |||||
| * | Introduce notifications command | Chocobozzz | 2021-07-20 | 17 | -281/+279 |
| | | |||||
| * | Introduce sql command | Chocobozzz | 2021-07-20 | 35 | -292/+229 |
| | | |||||
| * | Fix CLI tools | Chocobozzz | 2021-07-20 | 11 | -224/+187 |
| | | |||||
| * | Introduce comments command | Chocobozzz | 2021-07-20 | 29 | -697/+613 |
| | | |||||
| * | Introduce channels command | Chocobozzz | 2021-07-20 | 26 | -441/+364 |
| | | |||||
| * | Introduce streaming playlists command | Chocobozzz | 2021-07-20 | 9 | -104/+190 |
| | | |||||
| * | Introduce import command | Chocobozzz | 2021-07-20 | 11 | -207/+192 |
| | | |||||
| * | Introduce history command | Chocobozzz | 2021-07-20 | 5 | -81/+92 |
| | | |||||
| * | Introduce playlist command | Chocobozzz | 2021-07-20 | 24 | -1054/+853 |
| | | |||||
| * | Introduce change ownership command | Chocobozzz | 2021-07-20 | 5 | -159/+173 |
| | | |||||
| * | Trigger test build for any branch | Chocobozzz | 2021-07-20 | 2 | -5/+4 |
| | | |||||
| * | Trigger a build for any branch | Chocobozzz | 2021-07-20 | 1 | -4/+0 |
| | | |||||
| * | Introduce captions command | Chocobozzz | 2021-07-20 | 11 | -164/+149 |
| | | |||||
| * | Introduce blacklist command | Chocobozzz | 2021-07-20 | 13 | -226/+173 |
| | | |||||
| * | Specify if we want to fallback to the server token | Chocobozzz | 2021-07-20 | 21 | -35/+122 |
| | | |||||
| * | Shorter live methods | Chocobozzz | 2021-07-20 | 14 | -96/+96 |
| | | |||||
| * | Introduce services command | Chocobozzz | 2021-07-20 | 5 | -30/+35 |
| | | |||||
| * | Introduce live command | Chocobozzz | 2021-07-20 | 20 | -337/+369 |
| | | |||||
| * | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 10 | -234/+208 |
| | | |||||
| * | Introduce blocklist command | Chocobozzz | 2021-07-20 | 13 | -385/+230 |
| | | |||||
| * | Introduce accounts command | Chocobozzz | 2021-07-20 | 15 | -170/+175 |
| | | |||||
| * | Introduce socket io command | Chocobozzz | 2021-07-20 | 7 | -28/+28 |
| | | |||||
| * | Introduce config command | Chocobozzz | 2021-07-20 | 36 | -746/+740 |
| | | |||||
| * | Introduce stats command | Chocobozzz | 2021-07-20 | 7 | -78/+58 |
| | | |||||
| * | Introduce redundancy command | Chocobozzz | 2021-07-20 | 7 | -246/+165 |
| | |