Chocobozzz
de17453a98
Remove kue from the dependencies and move prompt to main ones
2018-07-11 14:24:37 +02:00
Haelwenn (lanodan) Monnier
396f224b5c
support/doc/dependencies.md: Add Gentoo documentation
...
Related to: https://github.com/Chocobozzz/PeerTube/issues/778
2018-07-11 14:16:31 +02:00
Chocobozzz
18187cb9c4
Update P2P & Privacy paragraph
2018-07-11 14:00:26 +02:00
Chocobozzz
94831479f5
Migrate to bull
2018-07-11 14:00:17 +02:00
Chocobozzz
2cdf27bae6
Switch to bull
2018-07-11 14:00:17 +02:00
Rigel Kent
1062bc0bb0
rewording download option and reorder options
...
".torrent" is a common name for users familiar with BitTorrent, and less impressive than "metainfo" or no information as opposed to the magnet option, less commonly known but rather just clicked on most sites.
2018-07-11 13:59:40 +02:00
Chocobozzz
bc9dfdc04a
Add link to server admin tools in readme
2018-07-11 10:49:50 +02:00
Chocobozzz
c7b514157b
Fix account videos URL when scrolling
2018-07-11 10:29:29 +02:00
Chocobozzz
672ce6ecf4
Update contributors list
2018-07-11 10:20:03 +02:00
Chocobozzz
a7c9cbb56f
Change friendly reminder about privacy.
2018-07-10 18:36:07 +02:00
Chocobozzz
902aa3a099
Fix player lint
2018-07-10 18:02:40 +02:00
William Lahti
999417328b
Ability to programmatically control embeds ( #776 )
...
* first stab at jschannel based player api
* semicolon purge
* more method-level docs; consolidate definitions
* missing definitions
* better match peertube's class conventions
* styling for embed tester
* basic docs
* add `getVolume`
* document the test-embed feature
2018-07-10 17:47:56 +02:00
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