Commit Graph

2095 Commits (0b755f3b27190ea4d9c301ede0955b2736605f4c)

Author SHA1 Message Date
Chocobozzz 0b755f3b27
Fix video resolution limit 2018-07-10 09:50:38 +02:00
Anton Latukha 602a81a213 (ffmpeg) B-adapt 1 and B-frames 16 (#774) 2018-07-10 00:27:59 +02:00
Chocobozzz 78e6df5d9c
Fix language modale z-index 2018-07-09 16:36:09 +02:00
Chocobozzz e86e53eaf5
Use uuid for channel link in watch page 2018-07-09 16:31:58 +02:00
Chocobozzz e4f0e92e75
Fix client error logging 2018-07-09 15:56:02 +02:00
Chocobozzz 5634dfc811 Merge branch 'ctrl-number-hotkeys' into 'develop'
Disable hotkeys modifiers for numbers in the player

See merge request chocobozzz/PeerTube!14
2018-07-09 15:04:50 +02:00
Chocobozzz a55e5579bc
Update translations from zanata and add cs and eo 2018-07-09 15:04:17 +02:00
Gaëtan Rizio 8244e18719 [#766] Fix the change of speed when quality changes
When changing the `playbackRate` of the video then changing the quality,
the `playbackRate` returned to its initial value (1).

The reason behind it is that the callback was not called when change
of the quality was done if there was no error.

This commit does the following:

* Ensure the callback (`done`) is called after changing the quality
2018-07-09 14:27:12 +02:00
Rigel Kent 81858b84d3
(doc) fix link in README 2018-07-07 16:08:23 +02:00
Rigel Kent 106e68cfff
(doc) update crowdfunding notice, add chatroom links, reorder install guides 2018-07-07 16:03:55 +02:00
Rigel Kent c4ccb08ab0
(client/player) disable hotkeys modifiers for numbers
fixes #771
2018-07-06 21:35:02 +02:00
Rigel Kent 97b72ed12f (doc/faq) add precision regarding code forge 2018-07-06 09:30:01 +02:00
Yun c9e96ead93 (doc) syntactic fixes (#764)
FAQ.md
- "the name" -> "a name"
- "re install" -> "reinstall"
- Changed the sentence structure to accomodate the flow of "objective -> method to achieve the objective -> reason why the objective is desired", rather than "how we are going to do it -> what we are trying to do -> why it is important"

README.md
- "It's the reason" -> "That is why" 
- "in it" -> "on it"
- "This program is free software" -> "This is a free software": reduce redundancy (program and software), and introduce a proper article
- "redistribute it and/or modify it" -> "redistribute and/or modify it"
2018-07-04 17:29:18 +02:00
Nitesh Sawant 06aa2726d7 filter to Cap the maximum resolution to the screen resolution 2018-06-30 12:44:10 +02:00
Eric Brehault b5c4bfd6ac remove scroll to top, and keep menu fixed on small devices 2018-06-30 09:58:07 +02:00
Chocobozzz 6e1bd7056c
Fix typo in privacy text 2018-06-30 09:56:15 +02:00
Chocobozzz 395ecf709d
Fix FPS label in resolution menu 2018-06-29 17:45:05 +02:00
Chocobozzz 3a6f351b25
Handle higher FPS for high resolution (test) 2018-06-29 17:10:54 +02:00
Chocobozzz 34b1919290
Increase upload limit to 8GB (test) 2018-06-29 17:10:53 +02:00
Chocobozzz e1807a942f
Fix build 2018-06-29 17:10:52 +02:00
Chocobozzz 70b40c2ed3
Don't log "The play() request was interrupted..." 2018-06-29 17:10:51 +02:00
Chocobozzz 84455f2b94
Extract extensions from the button 2018-06-29 17:10:50 +02:00
Rigel Kent b81eb8fdc6 (feed) adding thumbnail support for RSS feed 2018-06-29 14:58:57 +02:00
Chocobozzz 52d9f792b3
Client: Add ability to update video channel avatar 2018-06-29 14:34:04 +02:00
Chocobozzz 4bbfc6c606
API: Add ability to update video channel avatar 2018-06-29 11:29:23 +02:00
Chocobozzz 3ff5a19b4c
Do not enable cors twice on /api in test mode 2018-06-29 09:48:19 +02:00
William Lahti 12daa83784 move CORS allowance to the REST API router 2018-06-29 09:46:44 +02:00
William Lahti b229e38d50 fix lint error on travis [let it be known, I disagree with this rule] 2018-06-29 09:46:44 +02:00
William Lahti 1fd2d96ff8 open CORS to allow in-browser apps to communicate w/ PeerTube instances 2018-06-29 09:46:44 +02:00
Rigel Kent fc0941cbec clarifying what extensions are accepted for upload 2018-06-29 09:44:14 +02:00
Chocobozzz 8244c85ad6
Fix npm run dev:server 2018-06-29 09:33:36 +02:00
Chocobozzz b889cdb2c6
Avoid 404 title on the first page load 2018-06-28 17:16:22 +02:00
Chocobozzz 1b952dd426
Reset published date on publish 2018-06-28 16:58:15 +02:00
Chocobozzz 6454845e2f
Add warning regarding the domain name for docker install 2018-06-28 15:53:13 +02:00
Chocobozzz 10e63b6850
Add Basque and Catalan languages 2018-06-28 15:53:13 +02:00
Chocobozzz e0452b6712
Update target translations 2018-06-28 15:53:13 +02:00
Chocobozzz d3662c1cb2
Update i18n source 2018-06-28 15:53:12 +02:00
Chocobozzz 8afc19a612
Add ability to choose the language 2018-06-28 15:53:12 +02:00
William Lahti 3ea9a1c311 Replace angular-cli patch with something less risky (#742)
* Replace angular-cli patch with something less risky

* path.join() is needed, provide a naive implementation

* technically, webpack provided a polyfill for Buffer, we should too

* process polyfill matches webpack; peertube depends on nextTick

* polyfill for path to match webpack

* http/https polyfills as per webpack
2018-06-28 15:53:04 +02:00
Simounet 9e01e51099 Fix #576 - show 'Others videos' on a <1300px viewport 2018-06-28 14:29:01 +02:00
Josh Morel 52be30763f fix docker-compose extension typo
was `yaml` changed to `yml`
2018-06-28 14:23:49 +02:00
Chocobozzz 78f912ed57 Improve P2P & Privacy section 2018-06-27 14:59:09 +02:00
PhieF 61b909b9bf Filter by category (#720)
* get videos with specific category (api)

* update api doc with category

* add url parameter to filter by category

* fix lint issues
2018-06-27 14:24:49 +02:00
Chocobozzz adc236fee3
Increase test timeout for travis 2018-06-27 10:07:41 +02:00
Chocobozzz 1e11f67be4
Fix transaction retryer error log 2018-06-27 09:45:06 +02:00
Chocobozzz 49799b165e
Add author_url in oembed response 2018-06-27 09:08:34 +02:00
Chocobozzz 0892f756aa
Add PEERTUBE_SMTP_DISABLE_STARTTLS config docker env 2018-06-27 08:54:36 +02:00
Chocobozzz 7b034aeda8
Add tips in translation doc 2018-06-27 08:28:43 +02:00
Chocobozzz 85b4d9c52e
Upgrade dependencies 2018-06-26 18:05:47 +02:00
Chocobozzz 9b67da3d9b
Add tracker rate limiter 2018-06-26 16:53:43 +02:00