Commit Graph

66 Commits

Author SHA1 Message Date
Chocobozzz
20373985c0 Fix static ffmpeg version check 2021-04-08 10:08:11 +02:00
Chocobozzz
c2bd7a6fcf Add regenrate thumbnails scripts 2021-03-24 18:18:41 +01:00
Chocobozzz
2451916e45 Add video files migration 2021-02-18 13:38:09 +01:00
Chocobozzz
90a8bd305d Dissociate video file names and video uuid 2021-02-18 13:38:09 +01:00
Rigel Kent
b7085c7132 add support for 1440p (Quad HD/QHD/WQHD) videos 2021-01-13 09:14:09 +01:00
Rigel Kent
7185dab3ff add test for script printing command 2021-01-13 09:13:31 +01:00
Theodore R. Smith
8e76aa1d75 (#3520) [cli] Hardened auth add: No longer fails with extraneous characters.
**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.
2020-12-27 14:29:54 -06:00
Rigel Kent
f2eb23cd87 emit more specific status codes on video upload (#3423)
- reduce http status codes list to potentially useful codes
- convert more codes to typed ones
- factorize html generator for error responses
2020-12-08 21:16:10 +01:00
Rigel Kent
2d53be0267 replace numbers with typed http status codes (#3409) 2020-12-07 14:32:36 +01:00
Chocobozzz
353f8bc0c7 Add registered setting CLI plugin install test 2020-11-27 11:41:38 +01:00
Chocobozzz
ca5c612bfd Add live transcoding bit rate tests 2020-11-25 10:07:51 +01:00
Chocobozzz
daf6e48010 Split ffmpeg utils with ffprobe utils 2020-11-25 10:07:51 +01:00
Chocobozzz
5c0ecc340e Disable HTTP import in push actions 2020-11-17 14:23:52 +01:00
Chocobozzz
faa9d434b4 Update server dependencies 2020-06-17 11:42:50 +02:00
Chocobozzz
bdd428a6d9 Update dependencies 2020-02-28 16:21:34 +01:00
Chocobozzz
a15871560f Move to eslint 2020-02-03 08:31:02 +01:00
Chocobozzz
e669ff5873 Add redundancy CLI doc 2020-01-28 13:57:49 +01:00
Chocobozzz
26fcf2efeb Add redundancy CLI 2020-01-28 11:35:26 +01:00
Chocobozzz
941c5eac17 Add missing hotkeys to the watch page 2019-12-06 10:05:49 +01:00
Chocobozzz
dee6fe1e4f Add ability to generate HLS in CLI 2019-11-25 10:59:47 +01:00
Chocobozzz
66fb2aa39b Don't always replace actor avatar 2019-11-25 10:59:44 +01:00
Chocobozzz
d7a25329f9 Add ability to disable webtorrent
In favour of HLS
2019-11-25 10:59:43 +01:00
Chocobozzz
e2600d8b26 Add avatar to prune script 2019-08-09 15:04:36 +02:00
Chocobozzz
5b77537ce5 Correctly notify on auto blacklist 2019-07-24 10:58:16 +02:00
Chocobozzz
89cd127560 Add hook filters tests 2019-07-24 10:58:16 +02:00
Chocobozzz
9b474844e8 Add CLI plugins tests 2019-07-24 10:58:16 +02:00
Chocobozzz
6b226c3278 Fix CLI default boolean values 2019-06-17 08:16:09 +02:00
Chocobozzz
1205823fec Add ability to override CLI import attributes 2019-06-13 13:53:28 +02:00
Chocobozzz
1a12f66d63 Add more CLI tests 2019-06-13 11:09:38 +02:00
Chocobozzz
7243f84db0 Redundancy and search tests in parallel too 2019-05-14 15:37:43 +02:00
Chocobozzz
7c3b79768b Use test wrapper exit function 2019-04-24 16:26:25 +02:00
Chocobozzz
210feb6cc4 Cleanup tests 2019-04-24 16:26:23 +02:00
Chocobozzz
94565d52bb Shared utils -> extra-utils
Because they need dev dependencies
2019-04-24 16:25:52 +02:00
Chocobozzz
1eddc9a74f Add user adminFlags 2019-04-15 14:39:52 +02:00
Chocobozzz
74dc3bca2b Don't expose constants directly in initializers/ 2019-04-11 14:26:41 +02:00
Chocobozzz
0920929696 Add hls support on server 2019-02-11 09:13:02 +01:00
Chocobozzz
2a8c5d0af1 Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared 2018-12-07 16:25:29 +01:00
Chocobozzz
745778256c Fix thumbnail processing 2018-12-04 16:04:14 +01:00
buoyantair
ae28cdf327 Merge from upstream 2018-11-16 02:37:16 +05:30
Chocobozzz
e5cb43e071 Clean up peertube auth 2018-11-14 16:32:28 +01:00
buoyantair
9639bd1757 Move utils to /shared
Move utils used by /server/tools/* & /server/tests/**/* into
/shared folder.

Issue: #1336
2018-10-29 22:18:31 +05:30
Rigel Kent
be8139c7fe fix lint test 2018-10-18 23:49:12 +02:00
Chocobozzz
74cd011b6c Fix optimize old videos script 2018-10-18 16:54:26 +02:00
Chocobozzz
5c142a4bab Fix peertube script 2018-09-20 16:35:48 +02:00
Rigel Kent
8704acf49e one cli to unite them all
Ash nazg thrakatulûk agh burzum-ishi krimpatul

- refactor import-videos to use the youtubeDL helper
- add very basic tests for the cli
2018-09-14 11:08:55 +02:00
Chocobozzz
240085d005 Fix tests 2018-08-27 09:41:54 +02:00
Chocobozzz
8a19bee1a1 Add ability to set a name to a channel 2018-08-27 09:41:54 +02:00
Chocobozzz
23687332e6 Improve update host script and add warning if AP urls are invalid 2018-06-21 18:36:08 +02:00
Florent F
05623b9030 Add resolution to create-transcoding-job script (#654)
* Add resolution to create-transcoding-job script

* Requested changes
2018-06-15 18:27:35 +02:00
Chocobozzz
3cd0734fd9 Improve tests when waiting pending jobs 2018-06-13 10:22:53 +02:00