Commit Graph

2984 Commits

Author SHA1 Message Date
Chocobozzz
4348a27d25 Add lazy loading in player 2019-02-11 09:13:02 +01:00
Chocobozzz
3b6f205c34 Correctly implement p2p-media-loader 2019-02-11 09:13:02 +01:00
Chocobozzz
2adfc7ea9a Refractor videojs player
Add fake p2p-media-loader plugin
2019-02-11 09:13:02 +01:00
Benjamin Bouvier
7eeb6a0ba4 Nginx config file: remove text/html from gzip_types
As stated by https://nginx.org/en/docs/http/ngx_http_gzip_module.html, text/html is always part of the gzip_types. This removes a warning when checking the Nginx configuration files.
2019-02-11 04:29:51 +01:00
Josh Morel
6c32d30212 remove .only from notifications tests 2019-02-07 14:49:28 +01:00
Josh Morel
f7effe8dc7 don't notify prior to scheduled update
also increase timeouts on user-notification test
2019-02-07 14:49:28 +01:00
Chocobozzz
552dd3306f
Merge branch 'release/v1.2.0' into develop 2019-02-06 13:41:17 +01:00
Chocobozzz
f5305c04aa
Bumped to version v1.2.0 2019-02-06 11:57:57 +01:00
Chocobozzz
a35268287e
Update changelog 2019-02-06 11:57:48 +01:00
buoyantair
9fb6cfc49b Add meta tag to embed.html 2019-01-31 16:36:25 +01:00
buoyantair
96f7fff1b6 Add meta tag to index.html 2019-01-31 16:36:25 +01:00
Chocobozzz
4a57b65cc5
Support socket.io in nginx template 2019-01-29 09:10:24 +01:00
Chocobozzz
d452048127
Merge branch 'develop' into release/v1.2.0 2019-01-29 08:42:12 +01:00
Josh Morel
2c0070c8f3 fix undefined change ownership icons 2019-01-28 13:48:42 +01:00
Josh Morel
926cd3df33 fix typo in test accounts api validators 2019-01-28 11:49:30 +01:00
Chocobozzz
4afcdcfad8
Fix menu overflow on mobile screens 2019-01-28 09:56:14 +01:00
Chocobozzz
185a4abd23
Fix menu overflow on mobile screens 2019-01-28 09:55:09 +01:00
Thomas Citharel
8dae69dbaf Add the discord bridge
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-25 08:24:47 +01:00
Chocobozzz
307902e2b3
Try to fix Mac video upload 2019-01-24 15:23:06 +01:00
Chocobozzz
572b8e02e2
Fix trending days display on first load 2019-01-21 17:11:21 +01:00
Chocobozzz
0c5892764e
Youtube DL update every 24 hours 2019-01-21 16:22:15 +01:00
Chocobozzz
ebff55d8d6
Fix tests 2019-01-21 15:58:07 +01:00
Chocobozzz
0f80cb03c6
Add link to the profile who commented in notif 2019-01-21 14:08:25 +01:00
Chocobozzz
fdebd9a3bd
Fix notification popover width 2019-01-21 14:03:04 +01:00
Chocobozzz
38967f7b73
Add server host in notification account field 2019-01-21 13:52:46 +01:00
Chocobozzz
cfeae291c0
Bumped to version v1.2.0-rc.1 2019-01-17 16:15:20 +01:00
Chocobozzz
4d7d240c73
Typos 2019-01-17 15:10:18 +01:00
Chocobozzz
b3079978d2
Prepare changelog 2019-01-17 15:02:30 +01:00
Chocobozzz
ef04ae20fe
Prefer avg_frame_rate to fetch video FPS 2019-01-17 14:03:32 +01:00
Chocobozzz
aa87909287
Fix calendar in dark mode 2019-01-17 11:51:08 +01:00
Chocobozzz
f2fab901df
Fix invisible things in dark mode 2019-01-17 11:34:29 +01:00
Chocobozzz
dc094603cd
Fix tests 2019-01-17 11:23:40 +01:00
Chocobozzz
17bb716bc4
Fix some styles
Video edit tags, dropdown actions font ...
2019-01-17 11:16:08 +01:00
Chocobozzz
457bb213b2
Refactor how we use icons
Inject them in an angular component so we can easily change their color
2019-01-17 10:38:18 +01:00
Chocobozzz
848f499def
Prepare Dislike/Flag/View fixes
For now we Create these activities, but we should just send them
directly.

This fix handles correctly direct Dislikes/Flags/Views, we'll implement
the sending correctly these activities in the next peertube version
2019-01-15 14:45:09 +01:00
Chocobozzz
44b9c0ba31
Add totalLocalVideoFilesSize in stats 2019-01-15 09:45:54 +01:00
Chocobozzz
3195cd1c11
Fix notification z-index on modals 2019-01-15 09:25:26 +01:00
Chocobozzz
ad3fa0c567
Add missing translations in embed template 2019-01-14 17:45:02 +01:00
Chocobozzz
1506307f2f
Increase abuse length to 3000
And correctly handle new lines
2019-01-14 16:48:38 +01:00
Chocobozzz
9a39392a7e
Fix notification socket
Should be in core module to share the same subject to all the app
2019-01-14 15:32:09 +01:00
Chocobozzz
f57ad0d22c
Fix scroll in notifications page 2019-01-14 15:12:20 +01:00
Chocobozzz
674a66bbda
Add unload listener on video upload/update 2019-01-14 15:01:08 +01:00
Chocobozzz
699b059e2d
Fix deleting not found remote actors 2019-01-14 12:11:06 +01:00
Chocobozzz
b5487ff4a5
Add error message when trying to upload .ass subtitles 2019-01-14 11:52:15 +01:00
Chocobozzz
744d0eca19
Refresh remote actors on GET enpoints 2019-01-14 11:30:15 +01:00
Chocobozzz
bb8f7872f5
Fix peertube CLI documentation 2019-01-14 11:01:40 +01:00
Chocobozzz
cf405589f0
Move subscriptions controllers in its own file 2019-01-14 10:44:59 +01:00
Chocobozzz
b4593cd7ff
Warn user when they want to delete a channel
Because they will not be able to create another channel with the same
actor name
2019-01-14 10:24:49 +01:00
Chocobozzz
7b95f31385
Help translators to translate trending title/tooltip 2019-01-14 09:11:28 +01:00
Chocobozzz
033bc0efc2
Fix NSFW blur on search 2019-01-14 09:07:08 +01:00