Chocobozzz
f37bad639b
Add ability to set a start time
2018-04-05 17:12:22 +02:00
Chocobozzz
7ee4a4af0b
Cleanup peertube plugin after dispose
2018-04-05 16:53:31 +02:00
Chocobozzz
877b0528f8
Fix auto quality with http fallback
2018-04-05 16:22:08 +02:00
Chocobozzz
a8462c8e3a
Automatic resolution according to user bandwidth V1
2018-04-05 16:15:51 +02:00
Chocobozzz
317ebb939e
Improve admin css help
2018-04-04 09:39:19 +02:00
Chocobozzz
d49b872a7a
Add id to body for more specific css
2018-04-04 09:30:54 +02:00
Chocobozzz
c448d41242
Fix show more description button on video change
2018-04-04 09:04:34 +02:00
Chocobozzz
ea20306f87
Better embed responsive
2018-04-03 18:18:58 +02:00
Chocobozzz
09edde4084
Fix video watch page responsive
2018-04-03 18:06:58 +02:00
Chocobozzz
b891f9bc61
Fix watch page video change
2018-04-03 17:33:39 +02:00
Chocobozzz
33d7855229
Improve first play
2018-04-03 15:18:24 +02:00
Chocobozzz
c6352f2c64
Improve player
...
Add a settings dialog based on the work of Yanko Shterev (@yshterev):
https://github.com/yshterev/videojs-settings-menu . Thanks!
2018-04-03 14:02:10 +02:00
Chocobozzz
6b9af12936
Add opacity effect on control bar icons
2018-04-03 12:06:28 +02:00
Chocobozzz
e993ecb3b7
Improve player progress bar
2018-04-03 12:06:28 +02:00
Julien Le Bras
2922e048de
Add publishedAt field for video model.
...
* New field added in the `video` table + migration script
* `publishedAt` updated to NOW when privacy changes from private to
public/unlisted (default = NOW)
* Models updated to handle the new attribute
* Client interface updated to use `publishedAt` instead of `createdAt`
except in My Account > My Videos view
2018-03-30 08:52:58 +02:00
Chocobozzz
ae61cb09dc
Bumped to version v1.0.0-beta.3
2018-03-29 14:13:23 +02:00
Chocobozzz
09becad8e8
Add reverse proxy test in travis
2018-03-29 11:39:53 +02:00
Chocobozzz
490b595a01
Prevent brute force login attack
2018-03-29 11:03:30 +02:00
Chocobozzz
23f4c3d412
Disply other videos if screen >= 1300px
2018-03-29 08:49:34 +02:00
Chocobozzz
2b084d7048
Add link to register in login form
2018-03-28 18:22:59 +02:00
Chocobozzz
5afdd0a52f
Add initial video quota info in registration form
2018-03-28 17:05:46 +02:00
Charles de Lacombe
829be6e8b7
Add a hover effect on left menu links ( #418 ) ( #425 )
...
I:
- removed the `margin-left` on the `.panel-block` to put it on the children
instead
- squashed the `margin-bottom` of the links into their `height` (and rounded it
to 40px, feel free to correct me)
- centered vertically the content of the links
- added the `background-color` change on hover for the links
I put the same color as the `.logged-in-block`. Maybe it should be externalized
as a SCSS variable?
I also added a CSS transition. Is it alright?
2018-03-28 11:43:09 +02:00
Chocobozzz
63f4b13281
Bumped to version v1.0.0-beta.2
2018-03-28 08:42:23 +02:00
Chocobozzz
e700d33b19
Reduce title/button size for embed
2018-03-27 18:45:51 +02:00
Chocobozzz
2e78e2684c
Fix lint
2018-03-27 17:52:41 +02:00
Chocobozzz
a86887a4b8
Fix my videos pagination
2018-03-27 17:37:26 +02:00
Chocobozzz
5b5e333f06
Fix videos list params
2018-03-27 17:10:56 +02:00
Chocobozzz
d414207f07
Add root class if user is logged in
2018-03-27 16:18:49 +02:00
Chocobozzz
be1fc4bc50
Fix custom server configuration numbers
2018-03-27 15:46:36 +02:00
Chocobozzz
fc62e39c0b
Redirect to homepage on empty search
2018-03-27 15:12:55 +02:00
Chocobozzz
586f7c1bef
Decrease player button size on very small screens
2018-03-27 14:39:10 +02:00
Rigel Kent
1869c87535
show quota in stats, display quota on the about page, fixes #405 ( #421 )
...
move videoQuota under a user object, use byte PipeTransform
2018-03-27 13:42:57 +02:00
Chocobozzz
da99ccf268
Add autoplay parameter in embed
2018-03-27 11:11:15 +02:00
Chocobozzz
649f0334e0
Fix my videos list page
2018-03-27 11:11:15 +02:00
Chocobozzz
75236b9878
4 lines per page instead of 3 for videos list
2018-03-27 11:11:15 +02:00
Chocobozzz
0dcf9a14be
Fix player error when the media is not supported
2018-03-26 15:29:04 +02:00
Chocobozzz
60a26a559c
Reduce innactivity timeout on embed
2018-03-26 13:55:27 +02:00
Chocobozzz
869968d792
Improve embed video player responsive
2018-03-26 13:55:27 +02:00
Chocobozzz
bf9ae5ce57
Fix log in with special password character (+)
2018-03-26 11:49:44 +02:00
Chocobozzz
53eb90c0ab
Fix check comments params unit tests
2018-03-26 09:48:20 +02:00
Chocobozzz
abf1c5858e
Fix responsive in videos watch
2018-03-26 09:39:23 +02:00
Chocobozzz
20acba1c37
Fix video description CSS
2018-03-26 09:36:30 +02:00
Gérald Niel
d502231244
Fix #408
2018-03-25 16:07:39 +02:00
Gérald Niel
5c25dbc22d
No word-break in comment. Justify text.
2018-03-24 12:06:06 +01:00
Gérald Niel
794927a867
Fix break-word and add margin between content and other videos.
2018-03-24 11:56:34 +01:00
Chocobozzz
b00d377021
Test to remove google as stun server
2018-03-23 16:46:51 +01:00
Chocobozzz
d402fb5b7a
Update stun servers
2018-03-23 16:02:07 +01:00
Chocobozzz
0bd78bf30b
Proxify local storage and handle if it is unavailable
2018-03-23 14:26:20 +01:00
Chocobozzz
a465bf5f47
Fix error display on edit config in admin
2018-03-23 11:39:06 +01:00
Chocobozzz
a216c6233d
Fallback to torrent file if there is an incorrect info hash
2018-03-23 09:46:08 +01:00