Commit Graph

2142 Commits

Author SHA1 Message Date
Chocobozzz
1d94c15468
Add esperanto, lojban, klingon and kotava (audio/subtitle) languages 2018-07-17 19:22:03 +02:00
Chocobozzz
57a81ff649
Fix static avatars/thumbnails cache 2018-07-17 19:04:41 +02:00
Chocobozzz
57bf30a984
Fix CSP 2018-07-17 18:44:47 +02:00
Chocobozzz
b54431049b
Add populate database script 2018-07-17 18:17:50 +02:00
Chocobozzz
3b492bff49
Fix regression in theater mode 2018-07-17 17:06:34 +02:00
Chocobozzz
330eaf1296
Fix start/count/sort params in documentation 2018-07-17 16:37:54 +02:00
Rigel Kent
aa1c3d929f
(quickfix) loosening CSP 2018-07-17 16:36:07 +02:00
Chocobozzz
62945f067b
Add cors for static paths too 2018-07-17 15:04:54 +02:00
Chocobozzz
0f7fedc398
Improve frontend accessibility
In particular checkboxes, likes/dislikes, share button, video thumbnails
and help buttons
2018-07-17 14:56:15 +02:00
Rigel Kent
4bdd9473fd adding CSP, no-referrer policies and allow dns prefetching 2018-07-17 12:03:31 +02:00
Rigel Kent
d00e2393d4 selective route permission to use embeds with x-frame-deny 2018-07-17 12:03:31 +02:00
Chocobozzz
a7dbc7dfc7
Reset confirm component 2018-07-17 11:06:04 +02:00
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