Commit Graph

2380 Commits (8542dc33e32ca28d542eaa9a25db7c20eccfd6f6)

Author SHA1 Message Date
Chocobozzz 20e6c7c941
Upgrade client dependencies 2018-07-17 10:25:09 +02:00
Chocobozzz 3fd5104142
Painfull server dep upgrade 2018-07-17 10:16:45 +02:00
Chocobozzz 6d88de7253
Correctly handle error when remote instance is down 2018-07-16 19:15:20 +02:00
Chocobozzz 30eac84e71
Display table next/prev/first/last icons 2018-07-16 18:42:10 +02:00
Chocobozzz 308c427551
Use a resolver when updating the video 2018-07-16 18:09:31 +02:00
Chocobozzz ef4c78da4f
Improve video edit/update/add typings 2018-07-16 17:36:42 +02:00
Chocobozzz 019e475072
Remove unnecessary image check in video upload 2018-07-16 16:51:17 +02:00
Chocobozzz 1f6824c958
Improve start time param
Can handle 2m42s for example
2018-07-16 16:13:35 +02:00
Chocobozzz 329d908660
Do not display private privacy if the video is not private 2018-07-16 15:24:50 +02:00
Chocobozzz 025c979467
Display username instead of email in menu 2018-07-16 15:20:22 +02:00
Chocobozzz 51d4bcada9
Fix forgot password message regarding email 2018-07-16 15:19:39 +02:00
Chocobozzz f2bbd1e1b1
Fix responsive in my channel/my videos pages 2018-07-16 15:17:50 +02:00
Chocobozzz ac862a8c20
Fix other videos info left margin 2018-07-16 15:05:06 +02:00
Chocobozzz 0d16506cce
Disable comment submit button when sending the comment 2018-07-16 15:01:32 +02:00
Chocobozzz a920fef10a
Refractor video attr validators 2018-07-16 14:58:22 +02:00
Chocobozzz 337ba64efc
Parse log script parse the last updated log 2018-07-16 14:38:11 +02:00
Chocobozzz f4001cf408
Handle .srt subtitles 2018-07-16 14:31:40 +02:00
Chocobozzz 16f7022b06 Handle subtitles in player 2018-07-16 11:50:08 +02:00
Chocobozzz 40e87e9ecc Implement captions/subtitles 2018-07-16 11:50:08 +02:00
Rigel Kent d4557fd3ec
Correcting documentation to be more precise about CentOS 7 2018-07-16 11:10:48 +02:00
Rigel Kent 19f7b248d8 adding redis unix connection 2018-07-14 15:00:56 +02:00
DeeJayBro 4503cb2a89 QR Code (#802)
Adding QR-Code to the Share modal.

fixes #683
2018-07-12 19:43:42 +02:00
Chocobozzz b63e428e8b
i18n "More" in menu and regenerate translations 2018-07-11 14:32:21 +02:00
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