Chocobozzz
1acd784cf9
Fix playlists with unauthenticated users
2019-05-13 11:25:13 +02:00
Chocobozzz
72675ebe01
Move video watch playlist in its own component
2019-05-13 11:19:29 +02:00
Chocobozzz
722bca907b
Fix component reuse on channel/account videos
2019-05-13 10:37:55 +02:00
Chocobozzz
d8cfccfbc4
Fix greek label
2019-05-13 09:45:39 +02:00
Chocobozzz
e31e60151f
Add japanese support
2019-05-13 09:45:39 +02:00
Chocobozzz
64545a834b
Fix top menu dropdown
2019-05-13 09:45:37 +02:00
Chocobozzz
743f023c53
Fix videos more dropdown position/loading
2019-05-13 09:45:37 +02:00
Chocobozzz
d0dba1fce6
Optimize video update page load
2019-04-25 10:52:11 +02:00
Chocobozzz
f3ae606caf
Wait config before loading login/signup
2019-04-25 10:40:01 +02:00
Chocobozzz
ad5718261d
Fix contact admin button overflow
2019-04-25 10:14:35 +02:00
Chocobozzz
616a03d55e
No border radius for thumbnails on small screens
2019-04-25 10:06:30 +02:00
Chocobozzz
c1521ca3d7
Case insensitive login
2019-04-25 10:03:30 +02:00
Chocobozzz
98000f10e7
Fix dropdown top menu on mobile
2019-04-25 10:02:02 +02:00
Chocobozzz
71d00bfd7f
Fix explained privacies on first upload screen
2019-04-25 09:52:07 +02:00
Chocobozzz
5fb6996b81
Add default playlist image
2019-04-24 16:26:23 +02:00
Zig-03
1b8a890595
_miniature.scss .blur-filter from 5px blur to 20px
...
A temporary fix, until a better solution is found (maybe #1158 + #1588?), that increases the blur because right now NSFW thumbnails are way too transparent.
2019-04-18 11:07:37 +02:00
Chocobozzz
1eddc9a74f
Add user adminFlags
2019-04-15 14:39:52 +02:00
Chocobozzz
28e0e40d2b
Fix privacy warning position on mobile
2019-04-15 09:43:23 +02:00
Paul FLORENCE
f3d2e6d082
Fix keyboard icon transparency
2019-04-12 10:16:53 +02:00
Jan Keromnes
0cfcbae818
Add automated dev setup using Gitpod
2019-04-12 09:25:43 +02:00
Chocobozzz
2c3abc4fa7
Fix my account settings responsive
2019-04-11 11:18:19 +02:00
Chocobozzz
5d79474cc6
Add debug component to help admins to fix IP issues
2019-04-11 10:58:09 +02:00
Chocobozzz
2b3f1919fd
Fix videos list margin with hidden menu
2019-04-11 10:21:45 +02:00
Chocobozzz
2c22613c2f
Add logs page in client
2019-04-11 10:14:08 +02:00
Chocobozzz
fd8710b897
Add logs endpoint
2019-04-10 16:38:32 +02:00
Chocobozzz
31b6ddf866
Add ability to disable tracker
2019-04-10 09:23:18 +02:00
Chocobozzz
8ce1ba6e3e
Add new instance follower notification in client
2019-04-09 10:42:07 +02:00
Chocobozzz
846751c98b
Add newInstanceFollower in notification settings
2019-04-09 08:19:54 +02:00
Chocobozzz
0dc6477758
Add delete/manual approval instance followers in client
2019-04-08 15:47:44 +02:00
Chocobozzz
abf325b4f6
Fix privacy label display
2019-04-08 09:33:37 +02:00
Chocobozzz
0a57bbff21
Handle actions in other videos section
2019-04-08 09:30:07 +02:00
Chocobozzz
0f4905e120
2 rows per overview section
2019-04-05 17:00:09 +02:00
Chocobozzz
32157c0892
Add auto blacklist info in feature table
2019-04-05 15:45:50 +02:00
Chocobozzz
3143ae17a0
Improve playlist element style
2019-04-05 15:23:41 +02:00
Chocobozzz
8dfceec44a
video add to playlist component -> onpush strategy
2019-04-05 14:16:48 +02:00
Chocobozzz
3a0fb65c61
Add video miniature dropdown
2019-04-05 10:53:09 +02:00
Chocobozzz
693263e936
Refactor videos selection components
2019-04-05 10:53:08 +02:00
Chocobozzz
e2409062de
Refactor video miniatures
2019-04-03 16:17:41 +02:00
Chocobozzz
8fc02e4768
Set thumbnail height
2019-04-03 14:18:23 +02:00
Chocobozzz
0c9945d900
Try to fix multiline ellipsis
...
some characters like "g" were cut out
2019-04-03 13:51:02 +02:00
Chocobozzz
11dd0c2e42
Improve abstract videos list
...
Better responsive and align miniatures to the left
2019-04-03 13:25:52 +02:00
Chocobozzz
8137c8b986
Add Nederlands and Português (Portugal)
2019-04-03 11:23:34 +02:00
Chocobozzz
df93a9bed8
Update translations
2019-04-03 11:12:22 +02:00
Chocobozzz
c47106315a
tslint update
2019-04-02 18:30:26 +02:00
Chocobozzz
f421fa06ad
Update client dep
2019-04-02 17:39:21 +02:00
Chocobozzz
a1a216d9cb
Upgrade server dep
2019-04-02 16:42:13 +02:00
Chocobozzz
489290b8b1
Restore videos list components
2019-04-02 11:45:02 +02:00
Josh Morel
7ccddd7b52
add quarantine videos feature ( #1637 )
...
* add quarantine videos feature
* increase Notification settings test timeout
to 20000ms. was completing 7000 locally but timing out
after 10000 on travis
* fix quarantine video test issues
-propagate misspelling
-remove skip from server/tests/client.ts
* WIP use blacklist for moderator video approval
instead of video.quarantine boolean
* finish auto-blacklist feature
2019-04-02 11:26:47 +02:00
Chocobozzz
e0812403d8
Reduce player big button border width
2019-03-20 14:28:08 +01:00
Chocobozzz
7113b5cd32
Fix custom CSS help
2019-03-20 14:20:00 +01:00
Chocobozzz
d01b2fb9ab
Add icon to delete history button
2019-03-20 14:08:03 +01:00
Chocobozzz
a55052c9ba
Add my library section in menu
2019-03-20 13:53:51 +01:00
Chocobozzz
7e73f07131
Improve comment deletion message
2019-03-20 10:12:31 +01:00
Chocobozzz
9a18a62520
Handle theater mode for playlists
2019-03-18 11:17:59 +01:00
Chocobozzz
978c9d497b
Add playlist channel validator when playlist is public
2019-03-18 11:17:59 +01:00
Chocobozzz
bce47964f6
Add video channel view
2019-03-18 11:17:59 +01:00
Chocobozzz
d0e1e32589
Remove jest tests
...
I don't have time to maintain them
2019-03-18 11:17:59 +01:00
Chocobozzz
e2f01c47e0
Playlist support in watch page
2019-03-18 11:17:59 +01:00
Chocobozzz
15e9d5ca39
Playlist reorder support
2019-03-18 11:17:59 +01:00
Chocobozzz
c5a1ae500e
Playlist videos component
2019-03-18 11:17:59 +01:00
Chocobozzz
f0a3988066
Add to playlist dropdown
2019-03-18 11:17:59 +01:00
Chocobozzz
830b4faff1
Add/update/delete/list my playlists
2019-03-18 11:17:59 +01:00
Chocobozzz
9c6ca37fc1
Rename streaming playlists routes/directories
2019-03-18 11:17:59 +01:00
Chocobozzz
c8000975d3
Add NSFW info in about page
2019-02-21 15:51:28 +01:00
Chocobozzz
c0e04e4641
Move user registration info in features table
2019-02-21 15:00:26 +01:00
Chocobozzz
a975517c68
Don't close help popover when clicking inside
2019-02-21 14:08:21 +01:00
Chocobozzz
92bf2f6299
Improve channel and account SEO
2019-02-21 14:06:10 +01:00
Chocobozzz
84c7cde6e8
Update E2E tests
2019-02-21 14:04:44 +01:00
Chocobozzz
1e17071bac
Video abuse notification is not only for local videos
2019-02-20 15:54:58 +01:00
Chocobozzz
ef80c66cea
Refactor ellipsis CSS
2019-02-20 15:52:03 +01:00
Chocobozzz
6d28a5056e
Correctly fix video import notification
...
If the imported video is deleted
2019-02-20 15:46:33 +01:00
Chocobozzz
f8802489bb
Add isNSFW instance configuration key
2019-02-20 15:36:43 +01:00
Chocobozzz
1aabcae7e3
Add hover effect on video miniature
2019-02-20 14:56:18 +01:00
Chocobozzz
e5fc7811ae
Increase thumbnails size
2019-02-20 13:59:31 +01:00
Chocobozzz
bbe697cac4
Increase player default size to 66vh
2019-02-20 11:42:30 +01:00
Chocobozzz
96cb4527f1
Try to fix p2p-media-loader on ios
2019-02-20 11:26:14 +01:00
Chocobozzz
b28e4e5e08
Add user notification animation
2019-02-20 10:16:04 +01:00
Chocobozzz
41d713446c
Lazy import some modules
2019-02-15 15:52:18 +01:00
Chocobozzz
16f88ee5e6
Update translations
2019-02-15 11:32:38 +01:00
Chocobozzz
301fc49c17
Bumped to version v1.2.1
2019-02-15 09:43:39 +01:00
Chocobozzz
b7a7e801ac
Fix too long name in menu
2019-02-15 09:43:37 +01:00
Chocobozzz
72be63e56f
Fix moderators that cannot access the muted servers table
2019-02-15 09:43:36 +01:00
Chocobozzz
344d8be566
Don't crash on error in notification popup
2019-02-15 09:43:36 +01:00
Chocobozzz
340f31ce96
Bumped to version v1.2.1
2019-02-14 12:41:55 +01:00
Chocobozzz
d4804eead7
Fix too long name in menu
2019-02-14 11:32:18 +01:00
Chocobozzz
bf12db2497
Fix moderators that cannot access the muted servers table
2019-02-14 10:22:10 +01:00
Chocobozzz
9b69bfc076
Don't crash on error in notification popup
2019-02-14 10:07:25 +01:00
Andrés Maldonado
31d065cc50
Add search by original publication date
2019-02-12 11:14:37 +01:00
zacharystenger
ec24796ea8
Fix negative seconds by displaying 0 instead ( #1445 ) ( #1625 )
...
* Fix from-now.pipe.ts so it never displays negative seconds
* Apply the fix only when returning seconds. Remove redundant Math.floor operation
2019-02-12 09:16:15 +01:00
Chocobozzz
6913f69134
Move original publication date in advanced settings
2019-02-11 14:33:47 +01:00
Chocobozzz
b718fd2237
Merge branch 'develop' into pr/1285
2019-02-11 14:09:23 +01:00
Chocobozzz
501e961199
Move enabled download/comments in advanced tab
2019-02-11 12:00:19 +01:00
Chocobozzz
88108880bb
Merge branch 'develop' into pr/1217
2019-02-11 11:52:34 +01:00
Chocobozzz
b426edd485
Cleanup reset user password by admin
...
And add some tests
2019-02-11 10:37:27 +01:00
Rigel Kent
67b1d3fed7
cleanup and remove paramSubs
2019-02-11 09:26:40 +01:00
Rigel Kent
2c2baef6f3
move user-password to Input decorator
2019-02-11 09:26:39 +01:00
Rigel Kent
a3342ce250
remove isAdministration
2019-02-11 09:26:38 +01:00
Rigel Kent
328c78bc4a
allow administration to change/reset a user's password
2019-02-11 09:26:29 +01:00
Chocobozzz
c7ca4c8be7
Fix client with google bot
2019-02-11 09:13:02 +01:00
Chocobozzz
597a9266d4
Add player mode in watch/embed urls
2019-02-11 09:13:02 +01:00
Chocobozzz
4c280004ce
Use a single file instead of segments for HLS
2019-02-11 09:13:02 +01:00
Chocobozzz
6ec0b75beb
Fallback HLS to webtorrent
2019-02-11 09:13:02 +01:00
Chocobozzz
0920929696
Add hls support on server
2019-02-11 09:13:02 +01:00
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
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
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
Josh Morel
2c0070c8f3
fix undefined change ownership icons
2019-01-28 13:48:42 +01:00
Chocobozzz
4afcdcfad8
Fix menu overflow on mobile screens
2019-01-28 09:56:14 +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
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
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
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
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
b5487ff4a5
Add error message when trying to upload .ass subtitles
2019-01-14 11:52:15 +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
Chocobozzz
c32bf839c1
Fix captions in HTTP fallback
2019-01-14 09:07:08 +01:00
Chocobozzz
f242c2e01e
Improve "no notifications" message
2019-01-14 09:06:58 +01:00
Aurélien Béranger
9b4b15f91c
WIP : Indicate to users how "trending" works ( #1458 )
...
* Get the INTERVAL_DAYS const in the video-trending component
* Change Trending section title
* Add a tooltip to explain how trending section works
* Minor CSS fix for the my-feed popover next to the titlepage
2019-01-14 09:06:48 +01:00
clementbrizard
adb115f552
Enable video watch
2019-01-12 19:03:08 +00:00
clementbrizard
1e74f19a21
Enable video upload and edit
2019-01-12 13:45:23 +00:00
clementbrizard
c80341655f
Change models
2019-01-12 13:41:45 +00:00
Chocobozzz
5abb9fbbd1
Add ability to unfederate a local video (on blacklist)
2019-01-10 15:39:51 +01:00
Chocobozzz
26a008fe8d
Update translations
2019-01-10 11:51:25 +01:00
Chocobozzz
d3e56c0c4b
Implement contact form in the client
2019-01-10 11:32:38 +01:00
Chocobozzz
3866f1a02f
Add contact form checkbox in admin form
2019-01-10 11:32:38 +01:00
Chocobozzz
43483d1296
Correctly scroll to video comment
2019-01-09 11:15:15 +01:00
Chocobozzz
07a982363f
Correctly scroll in notification preferences
2019-01-09 11:15:15 +01:00
Chocobozzz
2f1548fda3
Add notifications in the client
2019-01-09 11:15:15 +01:00
Chocobozzz
6e7e63b83f
Fix notification icon position
2019-01-09 11:15:15 +01:00
Chocobozzz
4707f410ae
Fix notification with large message
2018-12-20 11:18:29 +01:00
Chocobozzz
f8b2c1b4f5
Refractor notification service
...
Shorter name and use primeng component
2018-12-19 17:26:52 +01:00
Chocobozzz
e0e665f0ef
Don't call watching endpoint if history is disabled
2018-12-19 13:45:43 +01:00
Chocobozzz
276d965295
Add ability to disable and clear history
2018-12-18 11:35:51 +01:00