]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
github/Chocobozzz/PeerTube.git
5 years agoadd like, dislike and subscribe button hotkeys
Rigel Kent [Sun, 2 Sep 2018 18:54:23 +0000 (20:54 +0200)] 
add like, dislike and subscribe button hotkeys

5 years agofix other video margin-top
Rigel Kent [Sun, 2 Sep 2018 17:34:36 +0000 (19:34 +0200)] 
fix other video margin-top

5 years agomake left menu show the scrollbar on hover/focus
Rigel Kent [Sun, 2 Sep 2018 17:22:34 +0000 (19:22 +0200)] 
make left menu show the scrollbar on hover/focus

add hotkey to the overview page

5 years agorestore video-bottom margins
Rigel Kent [Sun, 2 Sep 2018 14:08:39 +0000 (16:08 +0200)] 
restore video-bottom margins

5 years agooptimize size of the README schemas (#1002)
Jorropo [Sun, 2 Sep 2018 09:28:09 +0000 (11:28 +0200)] 
optimize size of the README schemas (#1002)

```
/support/doc/user/watch-p2p.png -- 21.87kb -> 16.44kb (24.8%)
/support/doc/user/watch-video.png -- 27.89kb -> 21.04kb (24.56%)
/support/doc/user/decentralized.png -- 21.88kb -> 17.75kb (18.87%)
```

5 years agoFix videos overview tags section
Chocobozzz [Fri, 31 Aug 2018 15:32:35 +0000 (17:32 +0200)] 
Fix videos overview tags section

5 years agoTrending by interval
Chocobozzz [Fri, 31 Aug 2018 15:18:13 +0000 (17:18 +0200)] 
Trending by interval

5 years agoAdd more playback speed (0.75 and 1.25)
Glandos [Fri, 31 Aug 2018 15:10:01 +0000 (17:10 +0200)] 
Add more playback speed (0.75 and 1.25)

Those speeds are much more closer to the normal speed. They are useful for listening to human speeches.

5 years agoRefactor: Separated "Other Videos" section into a dedicated component/service (#969)
Brad Johnson [Fri, 31 Aug 2018 15:19:21 +0000 (09:19 -0600)] 
Refactor: Separated "Other Videos" section into a dedicated component/service (#969)

* Separated "Other Videos" section into a dedicated component/service

I'm currently working on some proof-of-concepts for recommendation
providers that could work with PeerTube to provide useful video
suggestions to the user.

As a first step, I want to have great clarity about how PeerTube,
itself, will surface these videos to the user.

With this branch, I'm refactoring the "recommendations" to make it
easier to swap out different recommender implementations quickly.

Stop recommender from including the video that's being watched.

Ensure always 5 recommendations

* Treat recommendations as a stream of values, rather than a single async value.

* Prioritize readability over HTTP response size early-optimization.

* Simplify pipe

5 years agoAdd channel avatar to overviews
Chocobozzz [Fri, 31 Aug 2018 12:26:51 +0000 (14:26 +0200)] 
Add channel avatar to overviews

5 years agoDelete highlighted comment too if needed
Chocobozzz [Fri, 31 Aug 2018 11:46:56 +0000 (13:46 +0200)] 
Delete highlighted comment too if needed

5 years agoCleanup video API SQL requests
Chocobozzz [Fri, 31 Aug 2018 09:44:48 +0000 (11:44 +0200)] 
Cleanup video API SQL requests

5 years agoUse custom rate limiter when asking verif email
Chocobozzz [Fri, 31 Aug 2018 09:44:07 +0000 (11:44 +0200)] 
Use custom rate limiter when asking verif email

5 years agoAdd sql trace in error log on sequelize error
Chocobozzz [Fri, 31 Aug 2018 09:43:46 +0000 (11:43 +0200)] 
Add sql trace in error log on sequelize error

5 years agoFix user create daily quota component
Chocobozzz [Fri, 31 Aug 2018 08:05:54 +0000 (10:05 +0200)] 
Fix user create daily quota component

5 years agoTry to improve sql videos list query
Chocobozzz [Fri, 31 Aug 2018 07:53:07 +0000 (09:53 +0200)] 
Try to improve sql videos list query

Split the complex query in 2 different queries

5 years agoVideos overview page: first version
Chocobozzz [Thu, 30 Aug 2018 12:58:00 +0000 (14:58 +0200)] 
Videos overview page: first version

5 years agoadd user account email verificiation (#977)
Josh Morel [Fri, 31 Aug 2018 07:18:19 +0000 (03:18 -0400)] 
add user account email verificiation (#977)

* add user account email verificiation

includes server and client code to:

* enable verificationRequired via custom config
* send verification email with registration
* ask for verification email
* verify via email
* prevent login if not verified and required
* conditional client links to ask for new verification email

* allow login for verified=null

these are users created when verification not required
should still be able to login when verification is enabled

* refactor email verifcation pr

* change naming from verified to emailVerified
* change naming from askVerifyEmail to askSendVerifyEmail
* undo unrelated automatic prettier formatting on api/config
* use redirectService for home
* remove redundant success notification on email verified

* revert test.yaml smpt host

5 years agoFix job tests
Chocobozzz [Wed, 29 Aug 2018 14:52:17 +0000 (16:52 +0200)] 
Fix job tests

5 years agoBufferize videos views in redis
Chocobozzz [Wed, 29 Aug 2018 14:26:25 +0000 (16:26 +0200)] 
Bufferize videos views in redis

5 years agowatch view visual tweaks and search/comment placeholder dismiss on focus (#983)
Rigel Kent [Thu, 30 Aug 2018 09:15:22 +0000 (11:15 +0200)] 
watch view visual tweaks and search/comment placeholder dismiss on focus (#983)

- make the placeholder disappear on focus in the search bar
- make the placeholder disappear on focus in the comment textarea
- make the texarea resize automagically
- refactor the watch view to use bootstrap 4's flexgrid
- move action buttons of the watch view to the right of the video info
- responsive tweaks and margin adjustments in the watch view

5 years agoChanges the README schemas (#984)
Edouard SCHWEISGUTH [Thu, 30 Aug 2018 06:33:05 +0000 (08:33 +0200)] 
Changes the README schemas (#984)

* Change readme schema & add their sources

* Add titles

5 years agoreplacing placeholder and feature table display improvement
Rigel Kent [Tue, 28 Aug 2018 20:58:13 +0000 (22:58 +0200)] 
replacing placeholder and feature table display improvement

5 years agoRefractor user quota SQL queries
Chocobozzz [Tue, 28 Aug 2018 16:29:29 +0000 (18:29 +0200)] 
Refractor user quota SQL queries

5 years agoAdd features table on signup
Chocobozzz [Tue, 28 Aug 2018 15:39:29 +0000 (17:39 +0200)] 
Add features table on signup

5 years agoMove abuse state column at the end
Chocobozzz [Tue, 28 Aug 2018 14:05:38 +0000 (16:05 +0200)] 
Move abuse state column at the end

5 years agoFix search results
Chocobozzz [Tue, 28 Aug 2018 14:02:02 +0000 (16:02 +0200)] 
Fix search results

5 years agoOptimize channel search query
Chocobozzz [Tue, 28 Aug 2018 13:16:04 +0000 (15:16 +0200)] 
Optimize channel search query

5 years agoFix tests
Chocobozzz [Tue, 28 Aug 2018 09:32:03 +0000 (11:32 +0200)] 
Fix tests

5 years agoFix oauth server module
Chocobozzz [Tue, 28 Aug 2018 08:56:09 +0000 (10:56 +0200)] 
Fix oauth server module

5 years agoFix player playback (video never ends)
Chocobozzz [Tue, 28 Aug 2018 08:23:01 +0000 (10:23 +0200)] 
Fix player playback (video never ends)

5 years agokeyboard shortcuts and key map view (#974)
Rigel Kent [Tue, 28 Aug 2018 07:32:03 +0000 (09:32 +0200)] 
keyboard shortcuts and key map view (#974)

5 years agoSuggest TCP/IP tuning to prevent buffer bloat + latency (#976)
Micah Elizabeth Scott [Tue, 28 Aug 2018 07:29:29 +0000 (00:29 -0700)] 
Suggest TCP/IP tuning to prevent buffer bloat + latency (#976)

* Suggest TCP/IP CoDel and BBR congestion control in production guide

This seems to be helping lots on my server, where the default
(Debian 9) was to use FIFO queueing which would cause buffer bloat
and huge latency for clients on slower network links.

5 years agoDisplay report reason in multiple lines (#957)
Felix Ableitner [Tue, 28 Aug 2018 07:06:00 +0000 (02:06 -0500)] 
Display report reason in multiple lines (#957)

* Display report reason in multiple lines

* more adjustments:

- move report reason into dropdown
- allow line wrap in dropdown (also in video blacklist)
- fix colspan in blacklist dropdown
- merge css rules into moderation.component.scss

* use min-width for labels

5 years agoImplement daily upload limit (#956)
Felix Ableitner [Tue, 28 Aug 2018 07:01:35 +0000 (02:01 -0500)] 
Implement daily upload limit (#956)

* Implement daily upload limit (ref #652)

* remove duplicate code

* review fixes

* fix tests?

* whitespace fixes, finish leftover todo

* fix tests

* added some new tests

* use different config value for tests

* remove todo

5 years agoImprove error message on actor name conflict
Chocobozzz [Mon, 27 Aug 2018 14:42:27 +0000 (16:42 +0200)] 
Improve error message on actor name conflict

5 years agoUpgrade server dependencies
Chocobozzz [Mon, 27 Aug 2018 14:34:41 +0000 (16:34 +0200)] 
Upgrade server dependencies

5 years agoCorrectly migrate to fs-extra
Chocobozzz [Mon, 27 Aug 2018 14:23:34 +0000 (16:23 +0200)] 
Correctly migrate to fs-extra

5 years agoUnderline links in feed popover when hovering
Chocobozzz [Mon, 27 Aug 2018 14:02:34 +0000 (16:02 +0200)] 
Underline links in feed popover when hovering

5 years agoAdd start at checkbox in share modal
Chocobozzz [Mon, 27 Aug 2018 13:59:00 +0000 (15:59 +0200)] 
Add start at checkbox in share modal

5 years agoreplace fs by fs-extra to prevent EMFILE error
Rigel Kent [Mon, 27 Aug 2018 11:28:49 +0000 (13:28 +0200)] 
replace fs by fs-extra to prevent EMFILE error

5 years agoAdd parse-log doc
Chocobozzz [Mon, 27 Aug 2018 13:33:22 +0000 (15:33 +0200)] 
Add parse-log doc

5 years agoFix deprecated ng-bootstrap methods
Chocobozzz [Mon, 27 Aug 2018 13:09:04 +0000 (15:09 +0200)] 
Fix deprecated ng-bootstrap methods

5 years agoAdd popover autoclose
Chocobozzz [Mon, 27 Aug 2018 09:52:14 +0000 (11:52 +0200)] 
Add popover autoclose

5 years agoUpgrade client dependencies
Chocobozzz [Mon, 27 Aug 2018 09:45:58 +0000 (11:45 +0200)] 
Upgrade client dependencies

5 years agoDon't compile all languages in travis
Chocobozzz [Mon, 27 Aug 2018 09:34:43 +0000 (11:34 +0200)] 
Don't compile all languages in travis

5 years agoAdd portuguese and swedish languages
Chocobozzz [Mon, 27 Aug 2018 09:20:06 +0000 (11:20 +0200)] 
Add portuguese and swedish languages

5 years agoUpgrade translations
Chocobozzz [Mon, 27 Aug 2018 08:04:07 +0000 (10:04 +0200)] 
Upgrade translations

5 years agoFetch outbox when searching an actor
Chocobozzz [Fri, 24 Aug 2018 13:36:50 +0000 (15:36 +0200)] 
Fetch outbox when searching an actor

5 years agoSearch video channel handle/uri
Chocobozzz [Fri, 24 Aug 2018 09:04:02 +0000 (11:04 +0200)] 
Search video channel handle/uri

5 years agoInfinite scroll to list our subscriptions
Chocobozzz [Fri, 24 Aug 2018 08:31:56 +0000 (10:31 +0200)] 
Infinite scroll to list our subscriptions

5 years agoAdd ability to search video channels
Chocobozzz [Thu, 23 Aug 2018 15:58:39 +0000 (17:58 +0200)] 
Add ability to search video channels

5 years agoFix tests
Chocobozzz [Thu, 23 Aug 2018 08:30:53 +0000 (10:30 +0200)] 
Fix tests

5 years agoRefractor comment creation from federation
Chocobozzz [Wed, 22 Aug 2018 14:59:55 +0000 (16:59 +0200)] 
Refractor comment creation from federation

5 years agoAdd refresh video on search
Chocobozzz [Wed, 22 Aug 2018 14:15:35 +0000 (16:15 +0200)] 
Add refresh video on search

5 years agoAdd ability to search a video with an URL
Chocobozzz [Wed, 22 Aug 2018 09:51:39 +0000 (11:51 +0200)] 
Add ability to search a video with an URL

5 years agoAdd local user subscriptions
Chocobozzz [Tue, 21 Aug 2018 14:18:59 +0000 (16:18 +0200)] 
Add local user subscriptions

5 years agoAdd get subscription endpoint
Chocobozzz [Tue, 21 Aug 2018 08:34:18 +0000 (10:34 +0200)] 
Add get subscription endpoint

5 years agoAdd ability to set a name to a channel
Chocobozzz [Fri, 17 Aug 2018 13:45:42 +0000 (15:45 +0200)] 
Add ability to set a name to a channel

5 years agoUse height instead of width to represent the video resolution
Chocobozzz [Fri, 17 Aug 2018 09:24:36 +0000 (11:24 +0200)] 
Use height instead of width to represent the video resolution

5 years agoAdd subscriptions endpoints to REST API
Chocobozzz [Thu, 16 Aug 2018 13:25:20 +0000 (15:25 +0200)] 
Add subscriptions endpoints to REST API

5 years agoCorrectly cache server translations
Chocobozzz [Thu, 16 Aug 2018 09:57:01 +0000 (11:57 +0200)] 
Correctly cache server translations

5 years agoFix dev locale
Chocobozzz [Thu, 16 Aug 2018 09:48:48 +0000 (11:48 +0200)] 
Fix dev locale

5 years agoCache player translations
Chocobozzz [Thu, 16 Aug 2018 09:39:58 +0000 (11:39 +0200)] 
Cache player translations

5 years agoSplit users controller
Chocobozzz [Thu, 16 Aug 2018 09:26:22 +0000 (11:26 +0200)] 
Split users controller

5 years ago[Issue 641] Add shortcut my videos link in menu-wrapper
potedeo [Thu, 16 Aug 2018 14:42:00 +0000 (16:42 +0200)] 
[Issue 641] Add shortcut my videos link in menu-wrapper

5 years ago(docker) add quota to the docker configuration values (#964)
kaiyou [Sun, 26 Aug 2018 09:16:16 +0000 (11:16 +0200)] 
(docker) add quota to the docker configuration values (#964)

5 years agoadd postgresql96-contrib to the FreeBSD dependencies (#958)
osauzet [Fri, 24 Aug 2018 14:12:41 +0000 (16:12 +0200)] 
add postgresql96-contrib to the FreeBSD dependencies  (#958)

5 years agoOnly enable gzip for HTML/CSS/JS
Micah Elizabeth Scott [Thu, 23 Aug 2018 19:12:08 +0000 (12:12 -0700)] 
Only enable gzip for HTML/CSS/JS

No compression on JSON endpoints, in order to protect
from potential compression+encryption data leak attacks (like BREACH)

5 years agoAdd gzip support to the sample nginx configuration
Micah Elizabeth Scott [Wed, 22 Aug 2018 21:34:41 +0000 (14:34 -0700)] 
Add gzip support to the sample nginx configuration

Without gzip explicitly enabled, load times suffer from transferring
over a megabyte of plaintext javascript. With gzip enabled, the bundle
is down to about 300K, and loads much faster.

This change does not enable gzip on files that are already compressed,
so images, fonts, and videos will be sent without the CPU overhead.

5 years agoAdd missing instructions to Contributing document
Felix Ableitner [Sat, 18 Aug 2018 21:53:43 +0000 (16:53 -0500)] 
Add missing instructions to Contributing document

5 years agoFix AutoThread
Jorropo [Tue, 21 Aug 2018 12:09:53 +0000 (14:09 +0200)] 
Fix AutoThread

5 years agoReduce FreeBSD title size
Chocobozzz [Tue, 21 Aug 2018 08:48:57 +0000 (10:48 +0200)] 
Reduce FreeBSD title size

5 years agoFix release script
Chocobozzz [Tue, 21 Aug 2018 07:29:13 +0000 (09:29 +0200)] 
Fix release script

5 years agoFix changelog
Jorropo [Tue, 21 Aug 2018 07:22:25 +0000 (09:22 +0200)] 
Fix changelog

5 years agoBumped to version v1.0.0-beta.11 v1.0.0-beta.11
Chocobozzz [Tue, 21 Aug 2018 06:59:06 +0000 (08:59 +0200)] 
Bumped to version v1.0.0-beta.11

5 years agoUpdate changelog
Chocobozzz [Tue, 21 Aug 2018 06:56:22 +0000 (08:56 +0200)] 
Update changelog

5 years agocorrect password reset disabled binding
Josh Morel [Sun, 19 Aug 2018 14:11:08 +0000 (10:11 -0400)] 
correct password reset disabled binding

5 years agoChange npm repo to git+https
Jorropo [Thu, 16 Aug 2018 08:57:57 +0000 (10:57 +0200)] 
Change npm repo to git+https

5 years agoTranslate player according to the interface lang
Chocobozzz [Thu, 16 Aug 2018 09:11:20 +0000 (11:11 +0200)] 
Translate player according to the interface lang

5 years agoTranslate subtitle langs in player
Chocobozzz [Thu, 16 Aug 2018 08:48:35 +0000 (10:48 +0200)] 
Translate subtitle langs in player

5 years agoEnsure youtubedl binary exists in ydl helper
Chocobozzz [Thu, 16 Aug 2018 07:45:51 +0000 (09:45 +0200)] 
Ensure youtubedl binary exists in ydl helper

5 years agoFix client build
Chocobozzz [Tue, 14 Aug 2018 17:24:56 +0000 (19:24 +0200)] 
Fix client build

5 years agoAdd quota used in users list
Chocobozzz [Tue, 14 Aug 2018 15:56:51 +0000 (17:56 +0200)] 
Add quota used in users list

5 years agoRegroup abuse and blacklisted videos inside "moderation"
Chocobozzz [Tue, 14 Aug 2018 14:38:37 +0000 (16:38 +0200)] 
Regroup abuse and blacklisted videos inside "moderation"

5 years agoImprove follow component routing
Chocobozzz [Tue, 14 Aug 2018 14:01:54 +0000 (16:01 +0200)] 
Improve follow component routing

5 years agoDon't set a bitrate on unknown audio input
Chocobozzz [Tue, 14 Aug 2018 13:38:09 +0000 (15:38 +0200)] 
Don't set a bitrate on unknown audio input

5 years agoUpdate client according to new model paths
Chocobozzz [Tue, 14 Aug 2018 13:47:56 +0000 (15:47 +0200)] 
Update client according to new model paths

5 years agoCleanup utils helper
Chocobozzz [Tue, 14 Aug 2018 13:28:30 +0000 (15:28 +0200)] 
Cleanup utils helper

5 years agoFlat shared module directory
Chocobozzz [Tue, 14 Aug 2018 12:59:53 +0000 (14:59 +0200)] 
Flat shared module directory

5 years agoIncrease video import timeout
Chocobozzz [Tue, 14 Aug 2018 09:40:14 +0000 (11:40 +0200)] 
Increase video import timeout

5 years agoFilter tracker based on infohash
Chocobozzz [Tue, 14 Aug 2018 09:00:03 +0000 (11:00 +0200)] 
Filter tracker based on infohash

5 years agoFix docker env file
Chocobozzz [Tue, 14 Aug 2018 08:13:17 +0000 (10:13 +0200)] 
Fix docker env file

5 years agoAdd tests when getting a blacklisted video
Chocobozzz [Tue, 14 Aug 2018 07:16:32 +0000 (09:16 +0200)] 
Add tests when getting a blacklisted video

5 years agoImprove blacklist management
Chocobozzz [Tue, 14 Aug 2018 07:08:47 +0000 (09:08 +0200)] 
Improve blacklist management

5 years agoAdd blacklist reason field
Chocobozzz [Mon, 13 Aug 2018 14:57:13 +0000 (16:57 +0200)] 
Add blacklist reason field

5 years agoAdd ability to delete and update abuse on client
Chocobozzz [Mon, 13 Aug 2018 09:54:11 +0000 (11:54 +0200)] 
Add ability to delete and update abuse on client

5 years agomake i18n locale names consistent (#918)
Quentí [Fri, 10 Aug 2018 20:02:16 +0000 (22:02 +0200)] 
make i18n locale names consistent (#918)

5 years agoCorrectly copy ffmpeg
Chocobozzz [Fri, 10 Aug 2018 15:56:07 +0000 (17:56 +0200)] 
Correctly copy ffmpeg

5 years agoTry to fix travis tests
Chocobozzz [Fri, 10 Aug 2018 15:49:12 +0000 (17:49 +0200)] 
Try to fix travis tests