oweals/peertube.git
4 years agoAdd manage buttons for own channels and account, video counts (#2421)
Rigel Kent [Tue, 21 Jan 2020 08:35:23 +0000 (09:35 +0100)]
Add manage buttons for own channels and account, video counts (#2421)

* Add manage buttons for own channels and account, video counts

* Change manage button color and introduce secondary color

4 years agoFix SQL query in changelog
Chocobozzz [Mon, 20 Jan 2020 14:41:17 +0000 (15:41 +0100)]
Fix SQL query in changelog

4 years agoFix typo in error log
Chocobozzz [Mon, 20 Jan 2020 12:59:56 +0000 (13:59 +0100)]
Fix typo in error log

4 years agoAdding the request ip for hook filter:api.user.signup.allowed.result (#2416)
John Livingston [Mon, 20 Jan 2020 13:58:44 +0000 (14:58 +0100)]
Adding the request ip for hook filter:api.user.signup.allowed.result (#2416)

* Adding the request ip for hook filter:api.user.signup.allowed.result

* Fix typo

4 years agoFix: unregistring a plugin did not remove properly his hooks.
John Livingston [Thu, 16 Jan 2020 17:49:03 +0000 (18:49 +0100)]
Fix: unregistring a plugin did not remove properly his hooks.

4 years agoAdd description for sensitive configuration options, reword others
Rigel Kent [Wed, 15 Jan 2020 11:15:31 +0000 (12:15 +0100)]
Add description for sensitive configuration options, reword others

4 years agoFix OnInit for subscribe button
Rigel Kent [Tue, 14 Jan 2020 09:58:38 +0000 (10:58 +0100)]
Fix OnInit for subscribe button

Fixing regression introduced in a004ff172638083d69ed1028d18c9b6222d24da6
that initialized component for accounts with no channels before changing
the input a second time.

4 years agoAdd link to video in update view and smooth progress bar repositioning
Rigel Kent [Mon, 13 Jan 2020 21:14:04 +0000 (22:14 +0100)]
Add link to video in update view and smooth progress bar repositioning

4 years agoAdd naive aggregation from channels to account display of subscribers
Rigel Kent [Fri, 10 Jan 2020 15:22:55 +0000 (16:22 +0100)]
Add naive aggregation from channels to account display of subscribers

4 years agoReinstate routerLink property of upload button
Rigel Kent [Fri, 10 Jan 2020 14:52:25 +0000 (15:52 +0100)]
Reinstate routerLink property of upload button

4 years agoFix missing service initializer property
Rigel Kent [Fri, 10 Jan 2020 14:46:17 +0000 (15:46 +0100)]
Fix missing service initializer property

4 years agoFix subscriptions tests
Chocobozzz [Fri, 10 Jan 2020 14:37:01 +0000 (15:37 +0100)]
Fix subscriptions tests

4 years agoReword/update PeerTube page about P2P & Privacy
Rigel Kent [Fri, 10 Jan 2020 13:21:46 +0000 (14:21 +0100)]
Reword/update PeerTube page about P2P & Privacy

4 years agoAdd informational message at login for visitors coming from upload button
Rigel Kent [Fri, 10 Jan 2020 13:01:13 +0000 (14:01 +0100)]
Add informational message at login for visitors coming from upload button

resolves #1880

4 years agoAvoid follow SQL conflicts
Chocobozzz [Fri, 10 Jan 2020 10:15:07 +0000 (11:15 +0100)]
Avoid follow SQL conflicts

4 years agoFix client build
Chocobozzz [Fri, 10 Jan 2020 10:14:57 +0000 (11:14 +0100)]
Fix client build

4 years agoCleanup DB indexes
Chocobozzz [Fri, 10 Jan 2020 09:41:05 +0000 (10:41 +0100)]
Cleanup DB indexes

4 years agoFix subscribe-button for logged-out users
Rigel Kent [Fri, 10 Jan 2020 10:42:53 +0000 (11:42 +0100)]
Fix subscribe-button for logged-out users

4 years agoFix default avatar URL
Chocobozzz [Fri, 10 Jan 2020 09:30:08 +0000 (10:30 +0100)]
Fix default avatar URL

4 years agoFix federation when updating a video
Chocobozzz [Fri, 10 Jan 2020 09:10:48 +0000 (10:10 +0100)]
Fix federation when updating a video

4 years agoAdapt feeds content-type to accept header
Rigel Kent [Thu, 9 Jan 2020 15:51:51 +0000 (16:51 +0100)]
Adapt feeds content-type to accept header

4 years agoMake subscribe buttons observe subscription statuses to synchronise
Rigel Kent [Wed, 8 Jan 2020 21:13:47 +0000 (22:13 +0100)]
Make subscribe buttons observe subscription statuses to synchronise

4 years agoAdd extra text to button when partially subscribed to all channels
Rigel Kent [Tue, 7 Jan 2020 23:46:38 +0000 (00:46 +0100)]
Add extra text to button when partially subscribed to all channels

4 years agoRefactor my-subscribe-button to support full account subscription
Rigel Kent [Tue, 7 Jan 2020 22:51:14 +0000 (23:51 +0100)]
Refactor my-subscribe-button to support full account subscription

4 years agoBetter placement for help tooltip
Rigel Kent [Thu, 9 Jan 2020 15:54:59 +0000 (16:54 +0100)]
Better placement for help tooltip

4 years agoAdd video caption upload documentation and improve error message
Rigel Kent [Thu, 9 Jan 2020 13:10:23 +0000 (14:10 +0100)]
Add video caption upload documentation and improve error message

fixes #2038

4 years agoFix playlist observable cache
Chocobozzz [Thu, 9 Jan 2020 13:06:29 +0000 (14:06 +0100)]
Fix playlist observable cache

4 years agoUse lower instead of ilike to login users
Chocobozzz [Thu, 9 Jan 2020 13:00:34 +0000 (14:00 +0100)]
Use lower instead of ilike to login users

4 years agoRebuild credits
Chocobozzz [Thu, 9 Jan 2020 11:00:47 +0000 (12:00 +0100)]
Rebuild credits

Had to update the script now we use weblate

4 years agoReturn an error on invalid count pagination
Chocobozzz [Thu, 9 Jan 2020 08:36:31 +0000 (09:36 +0100)]
Return an error on invalid count pagination

4 years agoRemove ElementEvent
Chocobozzz [Thu, 9 Jan 2020 08:30:08 +0000 (09:30 +0100)]
Remove ElementEvent

4 years agoOptimize list my playlists SQL query
Chocobozzz [Thu, 9 Jan 2020 08:26:59 +0000 (09:26 +0100)]
Optimize list my playlists SQL query

4 years agoOptimize notification endpoint
Chocobozzz [Thu, 9 Jan 2020 08:01:08 +0000 (09:01 +0100)]
Optimize notification endpoint

4 years agoShow default avatar on network error for comments
Rigel Kent [Tue, 7 Jan 2020 14:42:14 +0000 (15:42 +0100)]
Show default avatar on network error for comments

4 years agoAdd outbox page size parameter
Rigel Kent [Wed, 8 Jan 2020 23:43:52 +0000 (00:43 +0100)]
Add outbox page size parameter

4 years agoAdd correct status on not found video
Chocobozzz [Thu, 9 Jan 2020 07:50:00 +0000 (08:50 +0100)]
Add correct status on not found video

4 years agoRemove useless translation
Chocobozzz [Wed, 8 Jan 2020 19:09:36 +0000 (20:09 +0100)]
Remove useless translation

4 years agoDisplay total of number of video comments via pagination
Rigel Kent [Wed, 8 Jan 2020 22:28:03 +0000 (23:28 +0100)]
Display total of number of video comments via pagination

fixes #2391

4 years agoSet a default background color for account avatar
Rigel Kent [Wed, 8 Jan 2020 21:57:41 +0000 (22:57 +0100)]
Set a default background color for account avatar

fixes #2392

4 years agoGenerate translations
Chocobozzz [Wed, 8 Jan 2020 19:00:52 +0000 (20:00 +0100)]
Generate translations

4 years agoTranslated using Weblate (Thai)
Phongpanot [Wed, 8 Jan 2020 05:06:00 +0000 (05:06 +0000)]
Translated using Weblate (Thai)

Currently translated at 38.8% (450 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/

4 years agoTranslated using Weblate (Chinese (Simplified))
Jeff Huang [Tue, 7 Jan 2020 02:55:47 +0000 (02:55 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1161 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_HANT-TW/

4 years agoTranslated using Weblate (Thai)
Phongpanot [Tue, 7 Jan 2020 03:16:57 +0000 (03:16 +0000)]
Translated using Weblate (Thai)

Currently translated at 35.7% (415 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/

4 years agoTranslated using Weblate (Catalan)
Francesc [Mon, 6 Jan 2020 15:20:51 +0000 (15:20 +0000)]
Translated using Weblate (Catalan)

Currently translated at 32.6% (378 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ca/

4 years agoTranslated using Weblate (Catalan)
Francesc [Mon, 6 Jan 2020 15:18:50 +0000 (15:18 +0000)]
Translated using Weblate (Catalan)

Currently translated at 100.0% (98 of 98 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ca/

4 years agoTranslated using Weblate (Catalan)
Francesc [Mon, 6 Jan 2020 15:15:43 +0000 (15:15 +0000)]
Translated using Weblate (Catalan)

Currently translated at 100.0% (234 of 234 strings)

Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/ca/

4 years agoTranslated using Weblate (Thai)
Phongpanot [Mon, 6 Jan 2020 08:05:11 +0000 (08:05 +0000)]
Translated using Weblate (Thai)

Currently translated at 74.5% (73 of 98 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/th/

4 years agoTranslated using Weblate (Thai)
Phongpanot [Mon, 6 Jan 2020 04:12:40 +0000 (04:12 +0000)]
Translated using Weblate (Thai)

Currently translated at 32.6% (378 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/

4 years agoTranslated using Weblate (French (France))
Manuel Viens [Sat, 4 Jan 2020 19:06:39 +0000 (19:06 +0000)]
Translated using Weblate (French (France))

Currently translated at 99.1% (1150 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/

4 years agoTranslated using Weblate (Polish)
Jefferson Hernandez [Fri, 3 Jan 2020 17:10:16 +0000 (17:10 +0000)]
Translated using Weblate (Polish)

Currently translated at 80.8% (189 of 234 strings)

Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/pl/

4 years agoTranslated using Weblate (Spanish)
Jefferson Hernandez [Fri, 3 Jan 2020 17:14:10 +0000 (17:14 +0000)]
Translated using Weblate (Spanish)

Currently translated at 100.0% (234 of 234 strings)

Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/es/

4 years agoTranslated using Weblate (Spanish)
Jefferson Hernandez [Fri, 3 Jan 2020 17:15:54 +0000 (17:15 +0000)]
Translated using Weblate (Spanish)

Currently translated at 68.5% (795 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/

4 years agoTranslated using Weblate (Persian)
morteza [Thu, 2 Jan 2020 22:12:27 +0000 (22:12 +0000)]
Translated using Weblate (Persian)

Currently translated at 12.1% (141 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/

4 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Thu, 2 Jan 2020 14:54:57 +0000 (14:54 +0000)]
Translated using Weblate (Swedish)

Currently translated at 99.5% (1155 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/

4 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Mon, 30 Dec 2019 20:52:30 +0000 (20:52 +0000)]
Translated using Weblate (Swedish)

Currently translated at 98.6% (1145 of 1161 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/

4 years agoTry to fix subscriptions inconsistencies
Chocobozzz [Wed, 8 Jan 2020 14:11:38 +0000 (15:11 +0100)]
Try to fix subscriptions inconsistencies

4 years agoSkip videos count on client if we don't use it
Chocobozzz [Wed, 8 Jan 2020 13:40:08 +0000 (14:40 +0100)]
Skip videos count on client if we don't use it

4 years agoAdd ability to skip count query
Chocobozzz [Wed, 8 Jan 2020 13:15:16 +0000 (14:15 +0100)]
Add ability to skip count query

4 years agoOptimize videos list SQL queries workflow
Chocobozzz [Wed, 8 Jan 2020 10:36:37 +0000 (11:36 +0100)]
Optimize videos list SQL queries workflow

4 years agoOptimize videos list SQL query
Chocobozzz [Wed, 8 Jan 2020 10:16:34 +0000 (11:16 +0100)]
Optimize videos list SQL query

4 years agoAdd option to download subtitles in download modal
Rigel Kent [Tue, 7 Jan 2020 15:53:57 +0000 (16:53 +0100)]
Add option to download subtitles in download modal

4 years agoFix npm run dev script
Chocobozzz [Tue, 7 Jan 2020 15:53:55 +0000 (16:53 +0100)]
Fix npm run dev script

4 years agoUpdate http signature
Chocobozzz [Tue, 7 Jan 2020 14:24:27 +0000 (15:24 +0100)]
Update http signature

4 years agoUpdate validator dependency
Chocobozzz [Tue, 7 Jan 2020 13:56:07 +0000 (14:56 +0100)]
Update validator dependency

4 years agoUpdate server dependencies
Chocobozzz [Tue, 7 Jan 2020 13:39:01 +0000 (14:39 +0100)]
Update server dependencies

4 years agoCleanup changelog
Chocobozzz [Tue, 7 Jan 2020 13:31:36 +0000 (14:31 +0100)]
Cleanup changelog

4 years agoAdd duration to video attributes in watch view
Rigel Kent [Tue, 7 Jan 2020 13:38:01 +0000 (14:38 +0100)]
Add duration to video attributes in watch view

4 years agoImprove miniature & buttons display in my-account-videos list
Rigel Kent [Tue, 7 Jan 2020 12:19:42 +0000 (13:19 +0100)]
Improve miniature & buttons display in my-account-videos list

4 years agoAdd button in subscriptions to go to subscriptions list
Rigel Kent [Tue, 7 Jan 2020 11:12:39 +0000 (12:12 +0100)]
Add button in subscriptions to go to subscriptions list

4 years agoChangelog typos
Chocobozzz [Tue, 7 Jan 2020 11:00:10 +0000 (12:00 +0100)]
Changelog typos

4 years agoUpdate changelog, 2.1.0-rc.1 -> end of January
Chocobozzz [Tue, 7 Jan 2020 10:44:28 +0000 (11:44 +0100)]
Update changelog, 2.1.0-rc.1 -> end of January

4 years agoAdd warning if admin disables webtorrent
Chocobozzz [Mon, 6 Jan 2020 15:43:15 +0000 (16:43 +0100)]
Add warning if admin disables webtorrent

4 years agoAccept . _ and 0-9 plugin names
Chocobozzz [Mon, 6 Jan 2020 15:20:01 +0000 (16:20 +0100)]
Accept . _ and 0-9 plugin names

4 years agoAdd get user cache for comments
Chocobozzz [Mon, 6 Jan 2020 15:13:18 +0000 (16:13 +0100)]
Add get user cache for comments

4 years agoFix mark all as read notifications
Chocobozzz [Mon, 6 Jan 2020 14:59:17 +0000 (15:59 +0100)]
Fix mark all as read notifications

4 years agoAlign search field with checkboxes in playlist add
Chocobozzz [Mon, 6 Jan 2020 14:13:37 +0000 (15:13 +0100)]
Align search field with checkboxes in playlist add

4 years agoFix misplaced i18n tag in admin system config
Rigel Kent [Mon, 6 Jan 2020 14:13:59 +0000 (15:13 +0100)]
Fix misplaced i18n tag in admin system config

4 years agoEnhance variable width column for id column in jobs list
Rigel Kent [Mon, 6 Jan 2020 13:28:29 +0000 (14:28 +0100)]
Enhance variable width column for id column in jobs list

4 years agoEnhance jobs list displaying on smaller screens
Julien Maulny [Fri, 27 Dec 2019 18:30:12 +0000 (19:30 +0100)]
Enhance jobs list displaying on smaller screens

4 years agoShare playlists state
Chocobozzz [Mon, 6 Jan 2020 12:06:13 +0000 (13:06 +0100)]
Share playlists state

4 years agoAdd checkbox focus shadows, and admin resolution descriptions
Rigel Kent [Mon, 6 Jan 2020 11:40:59 +0000 (12:40 +0100)]
Add checkbox focus shadows, and admin resolution descriptions

4 years agoFix build
Chocobozzz [Sun, 5 Jan 2020 08:09:09 +0000 (09:09 +0100)]
Fix build

4 years agoTests for totalRepliesFromVideoAuthor
Rigel Kent [Fri, 3 Jan 2020 12:36:34 +0000 (13:36 +0100)]
Tests for totalRepliesFromVideoAuthor

4 years agoMove watch later logic in miniature
Chocobozzz [Fri, 3 Jan 2020 14:01:17 +0000 (15:01 +0100)]
Move watch later logic in miniature

4 years agoImprove SQL query for my special playlists
Chocobozzz [Fri, 3 Jan 2020 13:17:57 +0000 (14:17 +0100)]
Improve SQL query for my special playlists

4 years agoAdd infohash cache
Chocobozzz [Fri, 3 Jan 2020 12:47:45 +0000 (13:47 +0100)]
Add infohash cache

4 years agoFix totalRepliesFromVideoAuthor SQL request
Chocobozzz [Fri, 3 Jan 2020 10:53:51 +0000 (11:53 +0100)]
Fix totalRepliesFromVideoAuthor SQL request

4 years agoUpdate README image link
Chocobozzz [Fri, 3 Jan 2020 09:10:31 +0000 (10:10 +0100)]
Update README image link

4 years agoHide warning if p2p is disabled
Chocobozzz [Fri, 3 Jan 2020 09:07:41 +0000 (10:07 +0100)]
Hide warning if p2p is disabled

4 years agoUpdate main image in README
Rigel Kent [Thu, 2 Jan 2020 15:58:46 +0000 (16:58 +0100)]
Update main image in README

4 years agoDisplay all miniature actions on hover and focus
Rigel Kent [Thu, 2 Jan 2020 14:45:27 +0000 (15:45 +0100)]
Display all miniature actions on hover and focus

4 years agoAdd miniature quick actions to add video to Watch later playlist
Rigel Kent [Thu, 2 Jan 2020 12:07:18 +0000 (13:07 +0100)]
Add miniature quick actions to add video to Watch later playlist

4 years agoAdd test to search in my videos
Chocobozzz [Mon, 30 Dec 2019 13:31:39 +0000 (14:31 +0100)]
Add test to search in my videos

4 years agoUpdate translations
Chocobozzz [Mon, 30 Dec 2019 12:06:49 +0000 (13:06 +0100)]
Update translations

4 years agoTranslated using Weblate (Hungarian)
Attila F [Fri, 27 Dec 2019 17:58:48 +0000 (17:58 +0000)]
Translated using Weblate (Hungarian)

Currently translated at 91.6% (1044 of 1140 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/

4 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Wed, 25 Dec 2019 14:55:54 +0000 (14:55 +0000)]
Translated using Weblate (Swedish)

Currently translated at 98.2% (1120 of 1140 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/

4 years agoTranslated using Weblate (German)
Hans Meiser [Fri, 20 Dec 2019 20:28:35 +0000 (20:28 +0000)]
Translated using Weblate (German)

Currently translated at 100.0% (98 of 98 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/de/

4 years agoTranslated using Weblate (German)
Hans Meiser [Fri, 20 Dec 2019 20:22:34 +0000 (20:22 +0000)]
Translated using Weblate (German)

Currently translated at 96.8% (1104 of 1140 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/

4 years agoTranslated using Weblate (Catalan)
Francesc [Thu, 19 Dec 2019 19:02:04 +0000 (19:02 +0000)]
Translated using Weblate (Catalan)

Currently translated at 98.0% (96 of 98 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ca/

4 years agoTranslated using Weblate (Catalan)
Francesc [Thu, 19 Dec 2019 17:21:32 +0000 (17:21 +0000)]
Translated using Weblate (Catalan)

Currently translated at 99.1% (232 of 234 strings)

Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/ca/