Chocobozzz [Wed, 24 Apr 2019 14:51:25 +0000 (16:51 +0200)]
Fix video import CLI script
Password is an optional argument
Chocobozzz [Wed, 24 Apr 2019 14:43:41 +0000 (16:43 +0200)]
Fix scheduled update
Chocobozzz [Wed, 24 Apr 2019 14:28:56 +0000 (16:28 +0200)]
Add host network mode for reverse proxy
Chocobozzz [Wed, 24 Apr 2019 13:10:37 +0000 (15:10 +0200)]
Use test wrapper exit function
Chocobozzz [Wed, 24 Apr 2019 12:00:30 +0000 (14:00 +0200)]
Fix rerunserver function
Chocobozzz [Wed, 24 Apr 2019 10:02:04 +0000 (12:02 +0200)]
Try to fix travis
Chocobozzz [Wed, 24 Apr 2019 09:54:23 +0000 (11:54 +0200)]
Use parallel tests
Chocobozzz [Wed, 24 Apr 2019 09:10:42 +0000 (11:10 +0200)]
Add default playlist image
Chocobozzz [Wed, 24 Apr 2019 08:53:40 +0000 (10:53 +0200)]
Cleanup tests
Chocobozzz [Wed, 24 Apr 2019 08:28:57 +0000 (10:28 +0200)]
Add migrations
Chocobozzz [Wed, 24 Apr 2019 07:56:25 +0000 (09:56 +0200)]
Relax videos list thumbnail api join
Chocobozzz [Wed, 24 Apr 2019 07:44:36 +0000 (09:44 +0200)]
Fix ownership changes
Chocobozzz [Wed, 24 Apr 2019 07:28:06 +0000 (09:28 +0200)]
Refactor video caption/preview caches
Chocobozzz [Tue, 23 Apr 2019 07:50:57 +0000 (09:50 +0200)]
Upgrade sequelize
Chocobozzz [Thu, 18 Apr 2019 09:28:17 +0000 (11:28 +0200)]
Update sequelize
Chocobozzz [Wed, 17 Apr 2019 08:07:00 +0000 (10:07 +0200)]
Create a dedicated table to track video thumbnails
Chocobozzz [Mon, 15 Apr 2019 13:26:15 +0000 (15:26 +0200)]
Shared utils -> extra-utils
Because they need dev dependencies
Chocobozzz [Mon, 15 Apr 2019 13:04:02 +0000 (15:04 +0200)]
Remove tmp file on image processing error
Antoine Millet [Fri, 19 Apr 2019 09:58:01 +0000 (11:58 +0200)]
Add argument to dockerfile to pass options to npm run build
Zig-03 [Wed, 17 Apr 2019 22:10:57 +0000 (18:10 -0400)]
_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.
Chocobozzz [Mon, 15 Apr 2019 08:49:46 +0000 (10:49 +0200)]
Add user adminFlags
Chocobozzz [Mon, 15 Apr 2019 07:54:09 +0000 (09:54 +0200)]
Add change user password from CLI documentation
Chocobozzz [Mon, 15 Apr 2019 07:43:23 +0000 (09:43 +0200)]
Fix privacy warning position on mobile
Paul FLORENCE [Fri, 12 Apr 2019 08:11:16 +0000 (10:11 +0200)]
Fix keyboard icon transparency
Jan Keromnes [Wed, 30 Jan 2019 08:39:42 +0000 (08:39 +0000)]
Add automated dev setup using Gitpod
Chocobozzz [Thu, 11 Apr 2019 15:33:36 +0000 (17:33 +0200)]
Add ability to delete old remote views
Rigel Kent [Thu, 11 Apr 2019 18:20:18 +0000 (20:20 +0200)]
update FAQ to reflect new supported video formats
Chocobozzz [Thu, 11 Apr 2019 13:38:53 +0000 (15:38 +0200)]
Add ability to limit videos history size
Chocobozzz [Thu, 11 Apr 2019 12:28:17 +0000 (14:28 +0200)]
Try to improve server tests compilation speed
Chocobozzz [Thu, 11 Apr 2019 12:26:41 +0000 (14:26 +0200)]
Don't expose constants directly in initializers/
Chocobozzz [Thu, 11 Apr 2019 09:33:44 +0000 (11:33 +0200)]
Move config in its own file
Chocobozzz [Thu, 11 Apr 2019 09:18:19 +0000 (11:18 +0200)]
Fix my account settings responsive
Chocobozzz [Thu, 11 Apr 2019 08:56:29 +0000 (10:56 +0200)]
Add debug component to help admins to fix IP issues
Chocobozzz [Thu, 11 Apr 2019 08:21:45 +0000 (10:21 +0200)]
Fix videos list margin with hidden menu
Chocobozzz [Thu, 11 Apr 2019 08:05:43 +0000 (10:05 +0200)]
Add logs page in client
Chocobozzz [Wed, 10 Apr 2019 13:26:33 +0000 (15:26 +0200)]
Add logs endpoint
Chocobozzz [Wed, 10 Apr 2019 07:23:18 +0000 (09:23 +0200)]
Add ability to disable tracker
Chocobozzz [Tue, 9 Apr 2019 09:21:36 +0000 (11:21 +0200)]
Add check params account ratings tests
Yohan Boniface [Tue, 9 Apr 2019 09:02:02 +0000 (11:02 +0200)]
Add /accounts/:username/ratings endpoint (#1756)
* Add /users/me/videos/ratings endpoint
* Move ratings endpoint from users to accounts
* /accounts/:name/ratings: add support for rating= and sort=
* Restrict ratings list to owner
* Wording and better way to ensure current account
Chocobozzz [Tue, 9 Apr 2019 08:42:07 +0000 (10:42 +0200)]
Add new instance follower notification in client
Chocobozzz [Tue, 9 Apr 2019 06:18:59 +0000 (08:18 +0200)]
Add newInstanceFollower in notification settings
Chocobozzz [Mon, 8 Apr 2019 15:26:01 +0000 (17:26 +0200)]
Add notification on new instance follower (server side)
Chocobozzz [Mon, 8 Apr 2019 13:47:44 +0000 (15:47 +0200)]
Add delete/manual approval instance followers in client
Chocobozzz [Mon, 8 Apr 2019 13:18:04 +0000 (15:18 +0200)]
Add ability to manually approves instance followers in REST API
Chocobozzz [Mon, 8 Apr 2019 12:04:57 +0000 (14:04 +0200)]
Add ability to forbid followers
Chocobozzz [Mon, 8 Apr 2019 10:08:16 +0000 (12:08 +0200)]
Fix HLS federation
Chocobozzz [Mon, 8 Apr 2019 09:52:29 +0000 (11:52 +0200)]
Add ability to remove an instance follower in API
Chocobozzz [Mon, 8 Apr 2019 09:13:49 +0000 (11:13 +0200)]
Update P2P media loader peer version
Chocobozzz [Mon, 8 Apr 2019 08:03:23 +0000 (10:03 +0200)]
Copy video/audio codec for HLS
Chocobozzz [Mon, 8 Apr 2019 07:55:25 +0000 (09:55 +0200)]
Fix context types
Chocobozzz [Mon, 8 Apr 2019 07:33:37 +0000 (09:33 +0200)]
Fix privacy label display
Chocobozzz [Mon, 8 Apr 2019 07:30:07 +0000 (09:30 +0200)]
Handle actions in other videos section
Chocobozzz [Mon, 8 Apr 2019 07:24:04 +0000 (09:24 +0200)]
Fix jsonld context
Chocobozzz [Fri, 5 Apr 2019 15:00:09 +0000 (17:00 +0200)]
2 rows per overview section
Chocobozzz [Fri, 5 Apr 2019 13:45:50 +0000 (15:45 +0200)]
Add auto blacklist info in feature table
Chocobozzz [Fri, 5 Apr 2019 13:23:41 +0000 (15:23 +0200)]
Improve playlist element style
Chocobozzz [Fri, 5 Apr 2019 12:16:48 +0000 (14:16 +0200)]
video add to playlist component -> onpush strategy
Chocobozzz [Fri, 5 Apr 2019 08:52:27 +0000 (10:52 +0200)]
Add video miniature dropdown
Chocobozzz [Thu, 4 Apr 2019 08:44:18 +0000 (10:44 +0200)]
Refactor videos selection components
Chocobozzz [Thu, 4 Apr 2019 14:37:18 +0000 (16:37 +0200)]
Update CONTRIBUTING.md
Chocobozzz [Wed, 3 Apr 2019 14:17:41 +0000 (16:17 +0200)]
Refactor video miniatures
Chocobozzz [Wed, 3 Apr 2019 12:18:23 +0000 (14:18 +0200)]
Set thumbnail height
Chocobozzz [Wed, 3 Apr 2019 11:51:02 +0000 (13:51 +0200)]
Try to fix multiline ellipsis
some characters like "g" were cut out
Chocobozzz [Wed, 3 Apr 2019 11:25:52 +0000 (13:25 +0200)]
Improve abstract videos list
Better responsive and align miniatures to the left
Chocobozzz [Wed, 3 Apr 2019 09:14:04 +0000 (11:14 +0200)]
Add Nederlands and Português (Portugal)
Chocobozzz [Wed, 3 Apr 2019 09:12:22 +0000 (11:12 +0200)]
Update translations
Chocobozzz [Wed, 3 Apr 2019 08:26:03 +0000 (10:26 +0200)]
Fix notification tests
Chocobozzz [Wed, 3 Apr 2019 08:16:18 +0000 (10:16 +0200)]
Use custom ffmpeg path in youtube dl
Chocobozzz [Tue, 2 Apr 2019 16:30:26 +0000 (18:30 +0200)]
tslint update
Chocobozzz [Tue, 2 Apr 2019 15:39:21 +0000 (17:39 +0200)]
Update client dep
Chocobozzz [Tue, 2 Apr 2019 14:42:13 +0000 (16:42 +0200)]
Upgrade server dep
Chocobozzz [Thu, 21 Mar 2019 15:49:46 +0000 (16:49 +0100)]
Restore videos list components
Josh Morel [Tue, 2 Apr 2019 09:26:47 +0000 (05:26 -0400)]
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
Mathieu Agopian [Fri, 29 Mar 2019 10:45:41 +0000 (11:45 +0100)]
Add the video tags restrictions to the API docs
Fixes #1744
Quentin Dupont [Thu, 28 Mar 2019 13:14:59 +0000 (14:14 +0100)]
(doc) rephrase yarn version to latest (#1719)
Chocobozzz [Wed, 20 Mar 2019 13:28:08 +0000 (14:28 +0100)]
Reduce player big button border width
Chocobozzz [Wed, 20 Mar 2019 13:20:00 +0000 (14:20 +0100)]
Fix custom CSS help
Chocobozzz [Wed, 20 Mar 2019 13:08:03 +0000 (14:08 +0100)]
Add icon to delete history button
Chocobozzz [Wed, 20 Mar 2019 12:53:51 +0000 (13:53 +0100)]
Add my library section in menu
Chocobozzz [Wed, 20 Mar 2019 09:12:31 +0000 (10:12 +0100)]
Improve comment deletion message
Chocobozzz [Tue, 19 Mar 2019 16:10:53 +0000 (17:10 +0100)]
Move video file import in its own file
Chocobozzz [Tue, 19 Mar 2019 16:00:08 +0000 (17:00 +0100)]
Rename video-file job to video-transcoding
Chocobozzz [Tue, 19 Mar 2019 15:41:41 +0000 (16:41 +0100)]
Fix email notification
Chocobozzz [Tue, 19 Mar 2019 15:33:40 +0000 (16:33 +0100)]
Better videos redundancy config error handling
Chocobozzz [Tue, 19 Mar 2019 15:23:02 +0000 (16:23 +0100)]
Cleanup invalid rates/comments/shares
Chocobozzz [Tue, 19 Mar 2019 13:23:17 +0000 (14:23 +0100)]
Limit user tokens cache
Chocobozzz [Tue, 19 Mar 2019 13:13:53 +0000 (14:13 +0100)]
Refresh playlists
Chocobozzz [Tue, 19 Mar 2019 10:15:42 +0000 (11:15 +0100)]
Increase refresh interval to 2 days
Chocobozzz [Tue, 19 Mar 2019 10:14:48 +0000 (11:14 +0100)]
Only create refresh job if needed
Chocobozzz [Tue, 19 Mar 2019 09:53:53 +0000 (10:53 +0100)]
Cleanup tmp directory at startup
Chocobozzz [Tue, 19 Mar 2019 09:35:15 +0000 (10:35 +0100)]
Cleanup express locals typings
Chocobozzz [Tue, 19 Mar 2019 08:34:29 +0000 (09:34 +0100)]
Better AP route checker
Chocobozzz [Tue, 19 Mar 2019 08:26:50 +0000 (09:26 +0100)]
Does exist
Chocobozzz [Mon, 18 Mar 2019 09:26:53 +0000 (10:26 +0100)]
Handle theater mode for playlists
Chocobozzz [Thu, 14 Mar 2019 14:29:23 +0000 (15:29 +0100)]
Fix unit tests
Chocobozzz [Thu, 14 Mar 2019 13:55:10 +0000 (14:55 +0100)]
Add playlist channel validator when playlist is public
Chocobozzz [Thu, 14 Mar 2019 13:29:44 +0000 (14:29 +0100)]
Forbid public playlists not assigned to a channel
Chocobozzz [Thu, 14 Mar 2019 13:05:36 +0000 (14:05 +0100)]
Add video channel view
Chocobozzz [Thu, 14 Mar 2019 08:19:03 +0000 (09:19 +0100)]
Add playlist updatedAt tests
Chocobozzz [Wed, 13 Mar 2019 15:47:01 +0000 (16:47 +0100)]
Fix videos list for api SQL request