Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated transcoding job names | Chocobozzz | 2021-08-05 | 1 | -12/+1 |
| | |||||
* | Fix upload without files | Chocobozzz | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | Fix backend channel name validator consistency | Chocobozzz | 2021-08-05 | 4 | -16/+25 |
| | |||||
* | Do not index remote actors | Chocobozzz | 2021-08-05 | 2 | -2/+43 |
| | |||||
* | Refactor notifier | Chocobozzz | 2021-08-02 | 37 | -1231/+1627 |
| | |||||
* | Merge branch 'release/3.3.0' into develop | Chocobozzz | 2021-07-29 | 1 | -2/+2 |
|\ | |||||
| * | Fix video format utils | Chocobozzz | 2021-07-29 | 1 | -2/+2 |
| | | |||||
* | | Refactor options in models | Chocobozzz | 2021-07-29 | 3 | -110/+82 |
| | | |||||
* | | Update search index tests | Chocobozzz | 2021-07-29 | 1 | -111/+120 |
| | | |||||
* | | Correctly cleanup test servers | Chocobozzz | 2021-07-29 | 2 | -2/+2 |
| | | |||||
* | | Log ffmpeg command | Chocobozzz | 2021-07-29 | 1 | -1/+5 |
| | | |||||
* | | Refactor search query options | Chocobozzz | 2021-07-29 | 10 | -117/+231 |
| | | |||||
* | | 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 |
| | | |