Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+1 |
| | |||||
* | add test for script printing command | Rigel Kent | 2021-01-13 | 2 | -0/+37 |
| | |||||
* | (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters. | Theodore R. Smith | 2020-12-27 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | **The Solution:** I have hardened `auth add` by stripping out everything from the third '/' to the end of the instance URL. **The Problem:** When adding an authorization for the peertube-cli, before this commit you could not have anything after the domain_name:port. For instance, if there was a trailing / in your instance URL, before this commit it will always fail with expected 200 "OK", got 404 "Not Found". It took me over 20 minutes to figure out that this was the problem. See Issue #3091. | ||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -1/+2 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -2/+3 |
| | |||||
* | Add registered setting CLI plugin install test | Chocobozzz | 2020-11-27 | 1 | -0/+5 |
| | |||||
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 2 | -9/+9 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 1 | -3/+3 |
| | |||||
* | Disable HTTP import in push actions | Chocobozzz | 2020-11-17 | 1 | -1/+8 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -8/+2 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 7 | -31/+36 |
| | |||||
* | Add redundancy CLI doc | Chocobozzz | 2020-01-28 | 1 | -0/+6 |
| | |||||
* | Add redundancy CLI | Chocobozzz | 2020-01-28 | 1 | -3/+72 |
| | |||||
* | Add missing hotkeys to the watch page | Chocobozzz | 2019-12-06 | 1 | -2/+2 |
| | |||||
* | Add ability to generate HLS in CLI | Chocobozzz | 2019-11-25 | 1 | -17/+116 |
| | |||||
* | Don't always replace actor avatar | Chocobozzz | 2019-11-25 | 1 | -4/+12 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -3/+2 |
| | | | | In favour of HLS | ||||
* | Add avatar to prune script | Chocobozzz | 2019-08-09 | 2 | -0/+200 |
| | |||||
* | Correctly notify on auto blacklist | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 1 | -4/+4 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 3 | -82/+208 |
| | |||||
* | Fix CLI default boolean values | Chocobozzz | 2019-06-17 | 1 | -0/+1 |
| | |||||
* | Add ability to override CLI import attributes | Chocobozzz | 2019-06-13 | 1 | -13/+51 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -13/+103 |
| | |||||
* | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 1 | -4/+6 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 6 | -19/+21 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 6 | -23/+12 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 6 | -12/+12 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 3 | -3/+3 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -2/+9 |
| | |||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 6 | -12/+12 |
|\ | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | ||||
| * | Merge from upstream | buoyantair | 2018-11-16 | 1 | -0/+2 |
| |\ | |||||
| * | | Move utils to /shared | buoyantair | 2018-10-29 | 6 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | | | Fix thumbnail processing | Chocobozzz | 2018-12-04 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Clean up peertube auth | Chocobozzz | 2018-11-14 | 1 | -0/+2 |
|/ | |||||
* | fix lint test | Rigel Kent | 2018-10-18 | 1 | -1/+0 |
| | |||||
* | Fix optimize old videos script | Chocobozzz | 2018-10-18 | 2 | -0/+121 |
| | |||||
* | Fix peertube script | Chocobozzz | 2018-09-20 | 2 | -2/+2 |
| | |||||
* | one cli to unite them all | Rigel Kent | 2018-09-14 | 2 | -0/+52 |
| | | | | | | | Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli | ||||
* | Fix tests | Chocobozzz | 2018-08-27 | 1 | -2/+2 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 1 | -0/+1 |
| | |||||
* | Improve update host script and add warning if AP urls are invalid | Chocobozzz | 2018-06-21 | 1 | -3/+62 |
| | |||||
* | Add resolution to create-transcoding-job script (#654) | Florent F | 2018-06-15 | 1 | -3/+29 |
| | | | | | | * Add resolution to create-transcoding-job script * Requested changes | ||||
* | Improve tests when waiting pending jobs | Chocobozzz | 2018-06-13 | 4 | -41/+22 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -1/+1 |
| | | | | publishing a video | ||||
* | Fix import with when the imported file has the same extension than an | Chocobozzz | 2018-06-11 | 1 | -4/+28 |
| | | | | already existing file | ||||
* | Move fixtures in tests/ | Chocobozzz | 2018-06-07 | 1 | -2/+2 |
| | |||||
* | Improve create import file job | Chocobozzz | 2018-06-07 | 1 | -12/+19 |
| | | | | Fix federation of .ogv videos |