]>
git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
Chocobozzz [Fri, 31 Jul 2020 11:49:36 +0000 (13:49 +0200)]
Fix video only HLS on ios
Chocobozzz [Fri, 31 Jul 2020 11:39:42 +0000 (13:39 +0200)]
Fix top menu dropdown
Chocobozzz [Fri, 31 Jul 2020 11:33:05 +0000 (13:33 +0200)]
Fix user list view
Chocobozzz [Fri, 31 Jul 2020 11:13:02 +0000 (13:13 +0200)]
Fix client tests
Chocobozzz [Fri, 31 Jul 2020 10:02:15 +0000 (12:02 +0200)]
Fix build
(my bad)
Chocobozzz [Wed, 29 Jul 2020 11:46:52 +0000 (13:46 +0200)]
Fix tests
Chocobozzz [Tue, 28 Jul 2020 09:12:16 +0000 (11:12 +0200)]
Add openapi doc
Chocobozzz [Tue, 28 Jul 2020 07:57:16 +0000 (09:57 +0200)]
Add migrations for abuse messages
Chocobozzz [Mon, 27 Jul 2020 14:26:25 +0000 (16:26 +0200)]
Add abuse messages/states notifications
Chocobozzz [Mon, 27 Jul 2020 09:40:30 +0000 (11:40 +0200)]
Add abuse messages management in my account
Chocobozzz [Fri, 24 Jul 2020 15:21:25 +0000 (17:21 +0200)]
Add abuse message management in admin
Chocobozzz [Fri, 24 Jul 2020 13:05:51 +0000 (15:05 +0200)]
Add server API to abuse messages
Chocobozzz [Fri, 31 Jul 2020 07:58:03 +0000 (09:58 +0200)]
Increase timeout for moderation notifications
Chocobozzz [Fri, 31 Jul 2020 07:13:13 +0000 (09:13 +0200)]
Execute external tests on schedule
Chocobozzz [Thu, 30 Jul 2020 14:58:32 +0000 (16:58 +0200)]
Correctly test ldap
Chocobozzz [Thu, 30 Jul 2020 14:54:40 +0000 (16:54 +0200)]
DISABLE_HTTP_IMPORT_TESTS on non scheduled tests
Chocobozzz [Thu, 30 Jul 2020 14:25:00 +0000 (16:25 +0200)]
Test ldap
Chocobozzz [Thu, 30 Jul 2020 13:34:00 +0000 (15:34 +0200)]
Don't run in parallel cli and plugin tests
Chocobozzz [Thu, 30 Jul 2020 12:54:31 +0000 (14:54 +0200)]
Fix lint
Chocobozzz [Thu, 30 Jul 2020 12:44:08 +0000 (14:44 +0200)]
Use parallel to run tests in parallel
Chocobozzz [Thu, 30 Jul 2020 07:43:12 +0000 (09:43 +0200)]
Don't rely on youtube for tests
Use another import URL when possible, and disable import tests when we
want to do a youtube import test
Chocobozzz [Thu, 30 Jul 2020 06:46:11 +0000 (08:46 +0200)]
Add github workflows
kimsible [Wed, 29 Jul 2020 17:07:03 +0000 (19:07 +0200)]
Revert user-menu dropdown active class on sub-menu and autoclose only on outside click
Kim [Fri, 31 Jul 2020 09:30:57 +0000 (11:30 +0200)]
Improve (accessibility title) and move action-buttons on left in tables (#2980)
* Improve and move action-buttons on left in tables
* Focus on my-delete and my-button
* Correct spaces syntax
* Move user-action dropdown on the left
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Kim [Fri, 31 Jul 2020 09:29:15 +0000 (11:29 +0200)]
Add fcbk open-graph and twitter-card metas for accounts, video-channels, playlists urls (#2996)
* Add open-graph and twitter-card metas to accounts and video-channels
* Add open-graph and twitter-card to video-playlists watch view
* Refactor meta-tags creation server-side
* Add client.ts tests for account, channel and playlist tags
* Correct lint forbidden spaces
* Correct test regression on client.ts
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Rigel Kent [Mon, 27 Jul 2020 15:00:39 +0000 (17:00 +0200)]
test search for subscriptions and video-channels
Rigel Kent [Fri, 24 Jul 2020 10:05:36 +0000 (12:05 +0200)]
adapt notifications buttons for small screens
Rigel Kent [Fri, 24 Jul 2020 09:26:22 +0000 (11:26 +0200)]
modify user-quota to match account settings style
Rigel Kent [Thu, 23 Jul 2020 19:30:04 +0000 (21:30 +0200)]
harmonize search for libraries
Rigel Kent [Wed, 15 Jul 2020 09:17:03 +0000 (11:17 +0200)]
variable columns for users list, more columns possible, badge display for statuses
Rigel Kent [Wed, 15 Jul 2020 09:15:50 +0000 (11:15 +0200)]
allow sorting notifications
Rigel Kent [Fri, 3 Jul 2020 08:39:59 +0000 (10:39 +0200)]
fix margin-left for edit-button
Kim [Tue, 28 Jul 2020 13:18:38 +0000 (15:18 +0200)]
Add alert and hide upload view when no upload is possible (#2966)
* Add alert and hide upload view when no upload is possible
* Add about instance link to alert
* Hide videos and imports links when no upload is possible
* Correct curly spacing lint
* Put logic canUpload to User model + add isHidden param to to-menu-dropdown
* Use canSeeVideoLinks from user model
* Rename and change logic canUpload to isUploadDisabled
* Use isDisplayed() method intead of isHidden value
* Refactor client and check videos count using quota
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Co-authored-by: Chocobozzz <me@florianbigard.com>
Jinn Koriech [Tue, 28 Jul 2020 11:48:55 +0000 (12:48 +0100)]
Switch examples to curl since httpie has a 512MB limit (#3012)
Co-authored-by: Rigel Kent <par@rigelk.eu>
Kim [Fri, 24 Jul 2020 21:29:39 +0000 (23:29 +0200)]
correct regressions on sub-menu for account and admin (#3004)
Kim [Fri, 24 Jul 2020 06:53:25 +0000 (08:53 +0200)]
Display user quota progress bars above upload form (#2981)
* Move user-quota to my-user-quota shared component
* Add user-quota to upload form
* Increase progress bar height and make it focusable
* Correct syntax parenthesis
* Add explicit title to user-quota bars + tooltip with quota values
* Hide user-quota in second upload step
* Customize focus styles on user-quota
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Kim [Fri, 24 Jul 2020 06:49:59 +0000 (08:49 +0200)]
Hide generic channel display name and avatar on watch view (#2988)
* Hide generic channel display name on watch view
* Hide generic channel avatar on watch view
* Add Default username channel as a generic channel display-name
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Rigel Kent [Thu, 23 Jul 2020 19:32:18 +0000 (21:32 +0200)]
fix position for sub-menus with actor
fixes
ed5bb517266c80904c44bf44a335f1003f5aa277
Rigel Kent [Thu, 23 Jul 2020 13:44:32 +0000 (15:44 +0200)]
separate menu options from their values, remove their chevron
Chocobozzz [Thu, 23 Jul 2020 13:35:18 +0000 (15:35 +0200)]
Fix compilation
Kim [Thu, 23 Jul 2020 13:09:15 +0000 (15:09 +0200)]
Improve navigation sub-menu and tabs effects (#2971)
* Improve nav border and colors on active and non-active
* Remove margin-top effect on active nav
* Use opacity / bold instead of color change on nav
* Remove dropdown items label in sub-menu and add a class active
* Position sub-menu to fixed
* Autoclose dropdown sub-menu only on outside click
* Remove open dropdown on hover in sub-menu
* Show reusable h1 for dropdown item in sub-menu
* Put reusable sub-menu h1 styles to mixins
* Add icons to sub-menu dropdown-item h1
* Make all the sub-menu accessible with focus
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Kim [Thu, 23 Jul 2020 12:42:06 +0000 (14:42 +0200)]
Update my-account sub-menus icons (#2977)
* Update user sub-menus icons
* Update admin sub-menu icons
* Add solendp to credits
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
kimsible [Mon, 13 Jul 2020 21:51:46 +0000 (23:51 +0200)]
Fix: disable vertical scroll instead of hide on desktop browsers
Chocobozzz [Tue, 21 Jul 2020 09:16:28 +0000 (11:16 +0200)]
Merge branch 'release/2.3.0' into develop
Chocobozzz [Tue, 21 Jul 2020 08:03:58 +0000 (10:03 +0200)]
Bumped to version v2.3.0
Chocobozzz [Tue, 21 Jul 2020 08:02:51 +0000 (10:02 +0200)]
Update changelog
Chocobozzz [Tue, 21 Jul 2020 07:59:36 +0000 (09:59 +0200)]
Update changelog
Chocobozzz [Tue, 21 Jul 2020 07:38:26 +0000 (09:38 +0200)]
Fix E2E tests
Chocobozzz [Mon, 20 Jul 2020 15:05:08 +0000 (17:05 +0200)]
Fix embed p2p warning localization
Chocobozzz [Mon, 20 Jul 2020 15:00:58 +0000 (17:00 +0200)]
Merge branch 'release/2.3.0' into develop
kimsible [Mon, 20 Jul 2020 12:12:00 +0000 (14:12 +0200)]
Fix accessibility action buttons and display on imports and followers list
kimsible [Mon, 20 Jul 2020 12:40:37 +0000 (14:40 +0200)]
Correct missing test in user-edit template
kimsible [Mon, 20 Jul 2020 12:45:43 +0000 (14:45 +0200)]
Correct action button selection mode styles
kimsible [Mon, 20 Jul 2020 12:52:14 +0000 (14:52 +0200)]
Correct maximized icon padding since new icons set implemented
kimsible [Mon, 20 Jul 2020 12:58:58 +0000 (14:58 +0200)]
Fix: display username in password-reset and verify-email notifs
Chocobozzz [Mon, 20 Jul 2020 09:37:06 +0000 (11:37 +0200)]
Fix issues with external links in search page
Chocobozzz [Mon, 20 Jul 2020 08:13:56 +0000 (10:13 +0200)]
Fallback to built in HLS if possible
Chocobozzz [Sat, 11 Jul 2020 06:58:06 +0000 (08:58 +0200)]
Relax migrations
Chocobozzz [Fri, 10 Jul 2020 13:23:31 +0000 (15:23 +0200)]
Merge branch 'release/2.3.0' into develop
Chocobozzz [Fri, 10 Jul 2020 12:56:17 +0000 (14:56 +0200)]
Fix video import tests
Chocobozzz [Fri, 10 Jul 2020 12:54:11 +0000 (14:54 +0200)]
Handle webp images from youtube-dl
Chocobozzz [Fri, 10 Jul 2020 07:51:56 +0000 (09:51 +0200)]
Update openapi
Chocobozzz [Fri, 10 Jul 2020 07:39:53 +0000 (09:39 +0200)]
Update contributing guide
Chocobozzz [Thu, 9 Jul 2020 13:54:24 +0000 (15:54 +0200)]
Add ability to report account
Chocobozzz [Thu, 9 Jul 2020 09:58:46 +0000 (11:58 +0200)]
Add ability to report comments in front end
Chocobozzz [Wed, 8 Jul 2020 13:51:46 +0000 (15:51 +0200)]
Add new abuses tests
Chocobozzz [Tue, 7 Jul 2020 15:18:26 +0000 (17:18 +0200)]
Use raw sql for abuses
Chocobozzz [Tue, 7 Jul 2020 12:34:16 +0000 (14:34 +0200)]
Add migrations
Chocobozzz [Tue, 7 Jul 2020 08:57:04 +0000 (10:57 +0200)]
Implement abuses check params
Chocobozzz [Wed, 1 Jul 2020 14:05:30 +0000 (16:05 +0200)]
Use 3 tables to represent abuses
Chocobozzz [Fri, 10 Jul 2020 09:13:41 +0000 (11:13 +0200)]
Fix embed url
Chocobozzz [Fri, 10 Jul 2020 08:51:07 +0000 (10:51 +0200)]
Fix lint
chocobozzz [Fri, 10 Jul 2020 08:35:26 +0000 (08:35 +0000)]
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.1% (1424 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
chocobozzz [Fri, 10 Jul 2020 08:30:11 +0000 (08:30 +0000)]
Translated using Weblate (Russian)
Currently translated at 69.2% (994 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
Filip Bengtsson [Wed, 8 Jul 2020 16:51:32 +0000 (16:51 +0000)]
Translated using Weblate (Swedish)
Currently translated at 97.6% (1402 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
NorbiPeti [Wed, 8 Jul 2020 18:52:43 +0000 (18:52 +0000)]
Translated using Weblate (Hungarian)
Currently translated at 100.0% (1436 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
Iñigo A [Tue, 7 Jul 2020 16:00:37 +0000 (16:00 +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/
Filip Bengtsson [Wed, 8 Jul 2020 16:11:24 +0000 (16:11 +0000)]
Translated using Weblate (Swedish)
Currently translated at 97.5% (1401 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
Iñigo A [Tue, 7 Jul 2020 16:59:56 +0000 (16:59 +0000)]
Translated using Weblate (Spanish)
Currently translated at 100.0% (1436 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
Iñigo A [Tue, 7 Jul 2020 16:05:38 +0000 (16:05 +0000)]
Translated using Weblate (Spanish)
Currently translated at 100.0% (1436 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
Berto Te [Tue, 7 Jul 2020 09:46:57 +0000 (09:46 +0000)]
Translated using Weblate (Spanish)
Currently translated at 100.0% (1436 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
Phongpanot [Mon, 6 Jul 2020 06:10:56 +0000 (06:10 +0000)]
Translated using Weblate (Thai)
Currently translated at 77.5% (76 of 98 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/th/
Filip Bengtsson [Mon, 6 Jul 2020 18:37:00 +0000 (18:37 +0000)]
Translated using Weblate (Swedish)
Currently translated at 93.0% (1336 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
Александр [Sat, 4 Jul 2020 08:32:46 +0000 (08:32 +0000)]
Translated using Weblate (Russian)
Currently translated at 69.2% (994 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
NorbiPeti [Mon, 6 Jul 2020 15:01:26 +0000 (15:01 +0000)]
Translated using Weblate (Hungarian)
Currently translated at 100.0% (1436 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
Diazepan Medina [Mon, 6 Jul 2020 15:40:01 +0000 (15:40 +0000)]
Translated using Weblate (Spanish)
Currently translated at 100.0% (1436 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
Berto Te [Fri, 3 Jul 2020 17:38:19 +0000 (17:38 +0000)]
Translated using Weblate (Spanish)
Currently translated at 100.0% (1436 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
Tirifto [Sat, 4 Jul 2020 16:15:46 +0000 (16:15 +0000)]
Translated using Weblate (Esperanto)
Currently translated at 91.4% (1313 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eo/
Kim [Fri, 10 Jul 2020 08:20:11 +0000 (10:20 +0200)]
Add ability to override client assets : logo - favicon - PWA icons - PWA manifest name and description (#2897)
* Add client-overrides storage to config
* Add static-serve for client overrides
* Move backgroun-image logo from bundle to css tag for runtime content hash
* Add dynamic JSON manifest
* Add content hash for manifest, favicon and logo
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Chocobozzz [Mon, 6 Jul 2020 09:09:12 +0000 (11:09 +0200)]
Bumped to version v2.3.0-rc.1
Chocobozzz [Mon, 6 Jul 2020 09:03:05 +0000 (11:03 +0200)]
Fix external user edition
Chocobozzz [Mon, 6 Jul 2020 09:02:21 +0000 (11:02 +0200)]
Fix admin layout
chocobozzz [Mon, 6 Jul 2020 08:23:52 +0000 (08:23 +0000)]
Translated using Weblate (Arabic)
Currently translated at 100.0% (1434 of 1434 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar/
Laurent Ettouati [Fri, 3 Jul 2020 16:39:34 +0000 (16:39 +0000)]
Translated using Weblate (French (France))
Currently translated at 97.7% (1404 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
Rigel Kent [Fri, 3 Jul 2020 12:45:05 +0000 (12:45 +0000)]
Translated using Weblate (French (France))
Currently translated at 97.7% (1404 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
chocobozzz [Mon, 6 Jul 2020 08:14:38 +0000 (08:14 +0000)]
Translated using Weblate (Arabic)
Currently translated at 100.0% (1434 of 1434 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar/
chocobozzz [Mon, 6 Jul 2020 08:11:21 +0000 (08:11 +0000)]
Translated using Weblate (Arabic)
Currently translated at 100.0% (1434 of 1434 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar/
mando laress [Sun, 5 Jul 2020 08:34:31 +0000 (08:34 +0000)]
Translated using Weblate (Arabic)
Currently translated at 100.0% (1434 of 1434 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar/
mando laress [Sat, 4 Jul 2020 18:51:09 +0000 (18:51 +0000)]
Translated using Weblate (Arabic)
Currently translated at 100.0% (1434 of 1434 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar/
Rigel Kent [Thu, 2 Jul 2020 22:28:16 +0000 (22:28 +0000)]
Translated using Weblate (French (France))
Currently translated at 91.6% (1316 of 1436 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/