Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 6 | -18/+53 |
| | |||||
* | Add ability to search by uuids/actor names | Chocobozzz | 2021-07-28 | 12 | -46/+208 |
| | |||||
* | Update search index tests | Chocobozzz | 2021-07-28 | 2 | -40/+103 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-07-28 | 2 | -2/+2 |
| | |||||
* | Filter host for channels and playlists search | Chocobozzz | 2021-07-28 | 16 | -77/+230 |
| | |||||
* | Fix oembed for playlists | Chocobozzz | 2021-07-27 | 2 | -5/+5 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 12 | -139/+227 |
| | |||||
* | Fix build | Chocobozzz | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 8 | -25/+46 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 36 | -210/+429 |
| | |||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 21 | -223/+285 |
| | |||||
* | Fix tests with node 16 | Chocobozzz | 2021-07-22 | 1 | -8/+13 |
| | |||||
* | Simplify createServer args | Chocobozzz | 2021-07-22 | 2 | -2/+2 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2021-07-22 | 1 | -3/+3 |
| | |||||
* | Move apicache in peertube | Chocobozzz | 2021-07-22 | 13 | -59/+372 |
| | | | | Allow us to upgrade to node 16 | ||||
* | Speed up plugin transcoding tests | Chocobozzz | 2021-07-22 | 3 | -77/+82 |
| | |||||
* | Add overviews filter hook tests | Chocobozzz | 2021-07-21 | 3 | -7/+18 |
| | |||||
* | Add new filter hooks to /overviews/videos | Michael Williams | 2021-07-21 | 1 | -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 develop | Chocobozzz | 2021-07-21 | 246 | -10893/+8606 |
|\ | |||||
| * | Rename captions commands | Chocobozzz | 2021-07-21 | 5 | -18/+18 |
| | | |||||
| * | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 19 | -332/+466 |
| | | |||||
| * | Reorganize imports | Chocobozzz | 2021-07-20 | 135 | -268/+227 |
| | | |||||
| * | Refactor requests | Chocobozzz | 2021-07-20 | 167 | -748/+709 |
| | | |||||
| * | Fix server run | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | | |||||
| * | Centralize test URLs | Chocobozzz | 2021-07-20 | 8 | -42/+42 |
| | | |||||
| * | Use an object to represent a server | Chocobozzz | 2021-07-20 | 133 | -624/+622 |
| | | |||||
| * | Shorter server command names | Chocobozzz | 2021-07-20 | 134 | -2331/+2331 |
| | | |||||
| * | Introduce videos command | Chocobozzz | 2021-07-20 | 96 | -2369/+1802 |
| | | |||||
| * | Introduce user command | Chocobozzz | 2021-07-20 | 75 | -1079/+566 |
| | | |||||
| * | Adapt CLI to new commands | Chocobozzz | 2021-07-20 | 7 | -48/+52 |
| | | |||||
| * | Introduce login command | Chocobozzz | 2021-07-20 | 54 | -297/+253 |
| | | |||||
| * | Introduce server commands | Chocobozzz | 2021-07-20 | 40 | -385/+343 |
| | | |||||
| * | Fix NSFW tests | Chocobozzz | 2021-07-20 | 2 | -2/+3 |
| | | |||||
| * | Fix search tests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | | |||||
| * | Introduce notifications command | Chocobozzz | 2021-07-20 | 10 | -169/+155 |
| | | |||||
| * | Introduce sql command | Chocobozzz | 2021-07-20 | 28 | -119/+76 |
| | | |||||
| * | Fix CLI tools | Chocobozzz | 2021-07-20 | 9 | -180/+138 |
| | | |||||
| * | Introduce comments command | Chocobozzz | 2021-07-20 | 20 | -533/+458 |
| | | |||||
| * | Introduce channels command | Chocobozzz | 2021-07-20 | 18 | -247/+156 |
| | | |||||
| * | Introduce streaming playlists command | Chocobozzz | 2021-07-20 | 3 | -13/+25 |
| | | |||||
| * | Introduce import command | Chocobozzz | 2021-07-20 | 7 | -115/+93 |
| | | |||||
| * | Introduce history command | Chocobozzz | 2021-07-20 | 1 | -30/+29 |
| | | |||||
| * | Introduce playlist command | Chocobozzz | 2021-07-20 | 16 | -709/+539 |
| | | |||||
| * | Introduce change ownership command | Chocobozzz | 2021-07-20 | 1 | -85/+100 |
| | | |||||
| * | Introduce captions command | Chocobozzz | 2021-07-20 | 5 | -86/+60 |
| | | |||||
| * | Introduce blacklist command | Chocobozzz | 2021-07-20 | 9 | -145/+92 |
| | | |||||
| * | Shorter live methods | Chocobozzz | 2021-07-20 | 12 | -80/+80 |
| | | |||||
| * | Introduce services command | Chocobozzz | 2021-07-20 | 1 | -4/+3 |
| | | |||||
| * | Introduce live command | Chocobozzz | 2021-07-20 | 12 | -188/+155 |
| | | |||||
| * | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 6 | -139/+110 |
| | |