Chocobozzz [Thu, 19 Oct 2017 13:47:56 +0000 (15:47 +0200)]
Fix video not found in watch component
Chocobozzz [Thu, 19 Oct 2017 13:39:08 +0000 (15:39 +0200)]
Fix bug when quitting NSFW video
Chocobozzz [Thu, 19 Oct 2017 12:58:28 +0000 (14:58 +0200)]
Add ability to download a video from direct link or torrent file
Chocobozzz [Thu, 19 Oct 2017 08:43:54 +0000 (10:43 +0200)]
Fix pod removal when it is down
Chocobozzz [Thu, 19 Oct 2017 08:22:07 +0000 (10:22 +0200)]
Upgrade client dependencies and fix error logs
Chocobozzz [Thu, 19 Oct 2017 07:43:01 +0000 (09:43 +0200)]
Add pod list endpoint with pagination, sort...
Chocobozzz [Thu, 19 Oct 2017 07:28:35 +0000 (09:28 +0200)]
Fix video removing when it is corrupted
Chocobozzz [Wed, 18 Oct 2017 16:19:35 +0000 (18:19 +0200)]
Fix embed that does not start on firefox
Chocobozzz [Tue, 17 Oct 2017 14:53:10 +0000 (16:53 +0200)]
Escape opengraph/oembed tags
Chocobozzz [Tue, 17 Oct 2017 14:22:14 +0000 (16:22 +0200)]
Fix share embed iframe link
Chocobozzz [Tue, 17 Oct 2017 13:37:40 +0000 (15:37 +0200)]
More robust transcoding jobs
Chocobozzz [Tue, 17 Oct 2017 12:46:09 +0000 (14:46 +0200)]
Improve transcoding quality
I'm an idiot
Chocobozzz [Tue, 17 Oct 2017 12:21:18 +0000 (14:21 +0200)]
Don't cache torrent files
Chocobozzz [Tue, 17 Oct 2017 10:47:21 +0000 (12:47 +0200)]
Try to fix travis tests
Chocobozzz [Tue, 17 Oct 2017 09:45:53 +0000 (11:45 +0200)]
Increase client_max_body_size in NGinx template
Chocobozzz [Tue, 17 Oct 2017 09:13:01 +0000 (11:13 +0200)]
Update production configuration file example
Chocobozzz [Tue, 17 Oct 2017 08:35:27 +0000 (10:35 +0200)]
Use preview instead of thumbnail for oembed
Chocobozzz [Mon, 16 Oct 2017 10:04:18 +0000 (12:04 +0200)]
Client: explain to user we don't want scheme when making friends
Ronan [Mon, 16 Oct 2017 09:43:40 +0000 (11:43 +0200)]
Handle express-validator error on the client side and fix #96 (#98)
* Handle express-validator error on the client side
* More meaningfull error for not supported format
Chocobozzz [Mon, 16 Oct 2017 08:05:49 +0000 (10:05 +0200)]
Add oembed endpoint
Ronan [Fri, 13 Oct 2017 06:14:40 +0000 (08:14 +0200)]
Fix some inconsistency in link (#97)
Some link could appear with double // in url.
e.g : "POST /api/v1/videos//upload HTTP/1.1"
Chocobozzz [Tue, 10 Oct 2017 08:18:25 +0000 (10:18 +0200)]
Client: check user is logged in for some pages
Chocobozzz [Tue, 10 Oct 2017 08:02:18 +0000 (10:02 +0200)]
Video blacklist refractoring
Chocobozzz [Tue, 10 Oct 2017 07:00:50 +0000 (09:00 +0200)]
Fix database benchmark in prod mode
Chocobozzz [Mon, 9 Oct 2017 17:27:19 +0000 (19:27 +0200)]
Client: Fix blacklist url in dev mode
Chocobozzz [Mon, 9 Oct 2017 17:21:59 +0000 (19:21 +0200)]
Fix lint
Chocobozzz [Mon, 9 Oct 2017 17:12:40 +0000 (19:12 +0200)]
Client: fix loading server configurations
Chocobozzz [Mon, 9 Oct 2017 12:55:13 +0000 (14:55 +0200)]
Server: upgrade packages
Chocobozzz [Mon, 9 Oct 2017 12:40:05 +0000 (14:40 +0200)]
Upgrade client dependencies
Chocobozzz [Mon, 9 Oct 2017 12:28:44 +0000 (14:28 +0200)]
Try to optimize frontend
Chocobozzz [Mon, 9 Oct 2017 09:25:41 +0000 (11:25 +0200)]
Fix exception when getting 404 in video watch
Chocobozzz [Mon, 9 Oct 2017 09:06:13 +0000 (11:06 +0200)]
Change how we handle resolution
It was an enum before, now we just use video height
Chocobozzz [Fri, 6 Oct 2017 08:40:09 +0000 (10:40 +0200)]
Client: handle multiple file resolutions
Chocobozzz [Wed, 4 Oct 2017 07:30:57 +0000 (09:30 +0200)]
Fix refresh token expired handling
Chocobozzz [Tue, 3 Oct 2017 14:04:14 +0000 (16:04 +0200)]
Add migration script
Chocobozzz [Mon, 2 Oct 2017 10:20:26 +0000 (12:20 +0200)]
Implement video transcoding on server side
Chocobozzz [Fri, 22 Sep 2017 15:02:31 +0000 (17:02 +0200)]
Modify video file size to bigint
Green-Star [Fri, 22 Sep 2017 07:13:43 +0000 (09:13 +0200)]
Handle blacklist (#84)
* Client: Add list blacklist feature
* Server: Add list blacklist feature
* Client: Add videoId column
* Server: Add some video infos in the REST api
* Client: Add video information in the blacklist list
* Fix sortable columns :)
* Client: Add removeFromBlacklist feature
* Server: Add removeFromBlacklist feature
* Move to TypeScript
* Move to TypeScript and Promises
* Server: Fix blacklist list sort
* Server: Fetch videos informations
* Use common shared interface for client and server
* Add check-params remove blacklisted video tests
* Add check-params list blacklisted videos tests
* Add list blacklist tests
* Add remove from blacklist tests
* Add video blacklist management tests
* Fix rebase onto develop issues
* Server: Add sort on blacklist id column
* Server: Add blacklists library
* Add blacklist id sort test
* Add check-params tests for blacklist list pagination, count and sort
* Fix coding style
* Increase Remote API tests timeout
* Increase Request scheduler API tests timeout
* Fix typo
* Increase video transcoding API tests timeout
* Move tests to Typescript
* Use lodash orderBy method
* Fix typos
* Client: Remove optional tests in blacklist model attributes
* Move blacklist routes from 'blacklists' to 'blacklist'
* CLient: Remove blacklist-list.component.scss
* Rename 'blacklists' files to 'blacklist'
* Use only BlacklistedVideo interface
* Server: Use getFormattedObjects method in listBlacklist method
* Client: Use new coding style
* Server: Use new sort validator methods
* Server: Use new checkParams methods
* Client: Fix sortable columns
Chocobozzz [Fri, 15 Sep 2017 10:26:02 +0000 (12:26 +0200)]
Fix login when there is an error
Chocobozzz [Fri, 15 Sep 2017 10:17:08 +0000 (12:17 +0200)]
Upgrade express validator to v4
Chocobozzz [Thu, 14 Sep 2017 21:03:43 +0000 (23:03 +0200)]
Add info when server is processing a video at upload
Chocobozzz [Thu, 14 Sep 2017 20:16:39 +0000 (22:16 +0200)]
Optimize imports
Chocobozzz [Thu, 14 Sep 2017 15:06:31 +0000 (17:06 +0200)]
Remove ng2 file upload module
Unmaintained and we don't need it anymore with httpclient
Chocobozzz [Thu, 14 Sep 2017 10:09:06 +0000 (12:09 +0200)]
Fix lint
Chocobozzz [Thu, 14 Sep 2017 09:58:25 +0000 (11:58 +0200)]
err.text -> err
Chocobozzz [Thu, 14 Sep 2017 09:57:49 +0000 (11:57 +0200)]
Move to HttpClient and PrimeNG data table
Chocobozzz [Tue, 12 Sep 2017 12:17:46 +0000 (14:17 +0200)]
Fix concurrency error when deleting a video
Chocobozzz [Tue, 12 Sep 2017 10:53:55 +0000 (12:53 +0200)]
Improve real world script
Chocobozzz [Sun, 10 Sep 2017 07:24:50 +0000 (09:24 +0200)]
Client: add guard to admin routes
Chocobozzz [Sun, 10 Sep 2017 07:06:57 +0000 (09:06 +0200)]
Fix bad translation in confirm dialog
Green-Star [Sat, 9 Sep 2017 10:04:21 +0000 (12:04 +0200)]
Client: Fix Javascript OOM error during webpack compilation (#89)
Chocobozzz [Fri, 8 Sep 2017 17:15:36 +0000 (19:15 +0200)]
Fix request schedulers test
Chocobozzz [Fri, 8 Sep 2017 15:10:57 +0000 (17:10 +0200)]
Convert real world script to typescript
Chocobozzz [Thu, 7 Sep 2017 19:46:44 +0000 (21:46 +0200)]
Upload a video to /videos/upload
This is an action, not a REST endpoint
Chocobozzz [Thu, 7 Sep 2017 19:26:33 +0000 (21:26 +0200)]
Don't display password in logs
Chocobozzz [Thu, 7 Sep 2017 19:22:17 +0000 (21:22 +0200)]
urls: makefriends/quitfriends -> make-friends/quit-friends
Chocobozzz [Thu, 7 Sep 2017 18:44:30 +0000 (20:44 +0200)]
Fix lint
Chocobozzz [Thu, 7 Sep 2017 15:58:09 +0000 (17:58 +0200)]
Convert real world tools to typescript
Chocobozzz [Thu, 7 Sep 2017 13:27:35 +0000 (15:27 +0200)]
Add tests for npm run scripts
Chocobozzz [Wed, 6 Sep 2017 19:48:15 +0000 (21:48 +0200)]
Update webpack config
Chocobozzz [Wed, 6 Sep 2017 15:45:38 +0000 (17:45 +0200)]
Add information at video upload if user video quota is reached
Chocobozzz [Wed, 6 Sep 2017 14:35:40 +0000 (16:35 +0200)]
Fix tests and user quota
Chocobozzz [Tue, 5 Sep 2017 20:09:16 +0000 (22:09 +0200)]
Begin tests for user quota
Chocobozzz [Tue, 5 Sep 2017 19:29:39 +0000 (21:29 +0200)]
Add user update for admins
Chocobozzz [Mon, 4 Sep 2017 19:45:05 +0000 (21:45 +0200)]
Make tslint happy
Chocobozzz [Mon, 4 Sep 2017 19:33:01 +0000 (21:33 +0200)]
Upgrade yarn dep
Chocobozzz [Mon, 4 Sep 2017 19:21:47 +0000 (21:21 +0200)]
Convert tests to typescript
Chocobozzz [Mon, 4 Sep 2017 18:07:54 +0000 (20:07 +0200)]
Begin user quota
Chocobozzz [Mon, 28 Aug 2017 18:28:12 +0000 (20:28 +0200)]
Fix client admin
Chocobozzz [Sat, 26 Aug 2017 07:19:50 +0000 (09:19 +0200)]
Update production example configuration
Chocobozzz [Sat, 26 Aug 2017 07:17:20 +0000 (09:17 +0200)]
Fix config checker
Chocobozzz [Fri, 25 Aug 2017 19:02:09 +0000 (21:02 +0200)]
Upgrade sequelize
Chocobozzz [Fri, 25 Aug 2017 16:36:49 +0000 (18:36 +0200)]
Upgrade common server dependencies
Chocobozzz [Fri, 25 Aug 2017 10:11:42 +0000 (12:11 +0200)]
Update client dependencies
Chocobozzz [Fri, 25 Aug 2017 09:45:31 +0000 (11:45 +0200)]
Formated -> Formatted
Chocobozzz [Fri, 25 Aug 2017 09:36:23 +0000 (11:36 +0200)]
Move video file metadata in their own table
Will be used for user video quotas and multiple video resolutions
Chocobozzz [Wed, 2 Aug 2017 19:44:01 +0000 (21:44 +0200)]
Fix tests
Green-Star [Wed, 2 Aug 2017 19:50:42 +0000 (21:50 +0200)]
Remove one pod (#76)
* Client: Fix typo
* Client: Add removeFriend feature
* Server: Add removeFriend feature
* Server: Update method name
* Fix rebase onto develop issues
* Server: Fix error message
* Server: Remove useless methods in removeFriend method
* Server: Finish remove on pod feature after rebase
* Server: Type pod parameter
* Fix Travis build
* Add friend-basic test for the remove one pod feature
* Add check-params tests for the remove one pod feature
* Fix typos
* Add friend-advanced test for the remove one pod feature
* Client: Trailing new line
* Move to promises
* Add undefined id test
* Use find method instead of a for loop to find the friend to remove
* Remove setTimeout method
* Server: Remove requestScheduler operations
* Server: Fix logging messages
* Server: Remove sign request parameter
Chocobozzz [Tue, 25 Jul 2017 18:17:28 +0000 (20:17 +0200)]
Add ability to limit user registrations
Chocobozzz [Sun, 23 Jul 2017 13:30:57 +0000 (15:30 +0200)]
Fix overflow on embed for firefox
Chocobozzz [Sun, 23 Jul 2017 12:49:52 +0000 (14:49 +0200)]
Process embed in webpack too
Chocobozzz [Sun, 23 Jul 2017 09:07:30 +0000 (11:07 +0200)]
Better webtorrent error handling
Chocobozzz [Sun, 23 Jul 2017 07:40:28 +0000 (09:40 +0200)]
Fix upgrade script \n
Bigard Florian [Wed, 19 Jul 2017 12:24:40 +0000 (14:24 +0200)]
Fix preview location in embed
Bigard Florian [Wed, 19 Jul 2017 12:07:52 +0000 (14:07 +0200)]
Fix player on embed
Chocobozzz [Wed, 12 Jul 2017 12:58:34 +0000 (14:58 +0200)]
Fix lint
Chocobozzz [Wed, 12 Jul 2017 10:19:39 +0000 (12:19 +0200)]
Set correctly preview image for open graph
Chocobozzz [Wed, 12 Jul 2017 10:16:13 +0000 (12:16 +0200)]
Add preview to embed
Chocobozzz [Wed, 12 Jul 2017 09:56:02 +0000 (11:56 +0200)]
Add previews cache system between pods
Chocobozzz [Tue, 11 Jul 2017 15:04:57 +0000 (17:04 +0200)]
Remove "function" in favor of () => {}
Chocobozzz [Tue, 11 Jul 2017 14:16:51 +0000 (16:16 +0200)]
Add tests for open graph tags
Chocobozzz [Tue, 11 Jul 2017 14:01:56 +0000 (16:01 +0200)]
Use global uuid instead of remoteId for videos
Chocobozzz [Tue, 11 Jul 2017 08:59:13 +0000 (10:59 +0200)]
Remove any typing from server
Chocobozzz [Tue, 11 Jul 2017 08:09:18 +0000 (10:09 +0200)]
Type webtorrent
Chocobozzz [Mon, 10 Jul 2017 17:43:21 +0000 (19:43 +0200)]
Better typescript typing for a better world
Chocobozzz [Mon, 10 Jul 2017 13:01:05 +0000 (15:01 +0200)]
Fix upgrade peertube script (bad semver comparison)
Chocobozzz [Fri, 7 Jul 2017 16:26:12 +0000 (18:26 +0200)]
Fix error logging
Chocobozzz [Fri, 7 Jul 2017 14:57:28 +0000 (16:57 +0200)]
Async signature and various fixes
Chocobozzz [Thu, 6 Jul 2017 16:01:02 +0000 (18:01 +0200)]
Video search -> case insensitive
Chocobozzz [Thu, 6 Jul 2017 15:43:58 +0000 (17:43 +0200)]
Fix page titles