Commit Graph

3067 Commits

Author SHA1 Message Date
Chocobozzz
09979f8959 Refactor video playlist middlewares 2019-03-18 11:17:59 +01:00
Chocobozzz
df0b219d36 Add playlist rest tests 2019-03-18 11:17:59 +01:00
Chocobozzz
07b1a18aa6 Add playlist check param tests 2019-03-18 11:17:59 +01:00
Chocobozzz
418d092afa Playlist server API 2019-03-18 11:17:59 +01:00
Felix Ableitner
b427febb4d Fix problem with SMTP in default docker-compose setup 2019-03-11 09:38:20 +01:00
Rigel Kent
590924284c add NOCLIENT option to install only server dependencies 2019-02-25 22:30:47 +01:00
Chocobozzz
bfe2ef6bfa Add request body limit 2019-02-21 17:19:16 +01:00
Chocobozzz
539d3f4faa BREAKING: update CSP configuration
Disable it by default and add ability to specify a custom report uri
2019-02-21 16:28:53 +01:00
Chocobozzz
c8000975d3 Add NSFW info in about page 2019-02-21 15:51:28 +01:00
Chocobozzz
e359e88b08 Add warning regarding config upgrade in docker.md 2019-02-21 15:05:44 +01:00
Chocobozzz
d06caf3e67 Add CLI tools doc link in production.md 2019-02-21 15:02:35 +01:00
Chocobozzz
c0e04e4641 Move user registration info in features table 2019-02-21 15:00:26 +01:00
Chocobozzz
9b39106d57 findById -> findByPk 2019-02-21 14:40:10 +01:00
Chocobozzz
374c1db98c Upgrade server dependencies 2019-02-21 14:22:39 +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
dee77e767f Create send email type
Instead of using email job handler payload type
2019-02-20 15:54:32 +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
28c8e63e55 Add video import enpoint in openapi 2019-02-19 17:56:50 +01:00
Yann Sionneau
a18e87559b Add missing python-dev dependency for Debian/Ubuntu systems 2019-02-19 08:20:39 +01:00
Josh Morel
576ad67aac check email enabled for requiresEmailVer config 2019-02-18 17:21:41 +01:00
Chocobozzz
41d713446c Lazy import some modules 2019-02-15 15:52:18 +01:00
Chocobozzz
17036be5bc Try to fix travis tests 2019-02-15 14:04:34 +01:00
Luc Didry
cd1a488981 Add reminder to restart PeerTube in upgrade script 2019-02-15 11:47:45 +01:00
Chocobozzz
68895d2270 Update CREDITS 2019-02-15 11:41:44 +01:00
Chocobozzz
16f88ee5e6 Update translations 2019-02-15 11:32:38 +01:00
Chocobozzz
37c6bb3623 Translate copy magnet URI 2019-02-15 10:57:59 +01:00
Chocobozzz
301fc49c17 Bumped to version v1.2.1 2019-02-15 09:43:39 +01:00
Chocobozzz
52f659f221 Update changelog 2019-02-15 09:43:39 +01:00
Chocobozzz
ed10645c2f Fix mention helper test 2019-02-15 09:43:38 +01:00
Chocobozzz
4759fedc61 Fix from header in contact form 2019-02-15 09:43:38 +01:00
Chocobozzz
b7a7e801ac Fix too long name in menu 2019-02-15 09:43:37 +01:00
Chocobozzz
1f6d57e354 Fix mention notification with a remote account 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
285e04f6dd Error on invalid password in reset password script 2019-02-15 09:43:36 +01:00
Josh Morel
7f40ce5324 remove duplicate uploadVideo.originallyPublishedAt
duplicate was appending as array to form-data
2019-02-13 16:28:56 +01:00
Chocobozzz
c74c9be934 Refractor published date on video import 2019-02-12 11:47:23 +01:00
Andrés Maldonado
84929846e7 Import original publication date (CLI)
* Import original publication date when importing a video from YouTube using the CLI
* Fix lint issues
2019-02-12 11:19:19 +01:00
Andrés Maldonado
4e553a41fd Import original publication date (web UI)
Import original publication date when importing a video from YouTube in the web UI
2019-02-12 11:19:19 +01:00
Andrés Maldonado
31d065cc50 Add search by original publication date 2019-02-12 11:14:37 +01:00