Chocobozzz
583eb04b54
Upgrade to angular 10
2020-08-07 08:28:14 +02:00
Rigel Kent
4504f09f6e
deal with refresh token in embed
2020-08-06 15:08:58 +02:00
Rigel Kent
71ab65d02f
decouple video abuse details from embed, add embed to block list details
2020-08-06 15:08:58 +02:00
Chocobozzz
c7a53f6121
Correctly finish upload before updating video
2020-08-05 16:22:13 +02:00
Rigel Kent
9e8929d633
adjust help component, fix its instances in video-edit
2020-08-05 11:23:37 +02:00
Rigel Kent
830c762bb6
reword intellectual property
...
fixes #3010
2020-08-04 21:20:46 +02:00
Rigel Kent
6863f814b0
special display case for logged-out users to display download in watch page
2020-08-04 16:06:40 +02:00
Rigel Kent
9a42363291
correct column toggle z-index for user list
2020-08-03 23:43:23 +02:00
kimsible
a7eaeae1dc
Fix regression blocklist-accounts icon in sub-title
2020-08-03 16:52:40 +02:00
kimsible
8bed61815d
Fix regression subscriptions icon in dropdown sub-menu
2020-08-03 16:52:40 +02:00
kimsible
d607fc2463
Fix regressions sub-menu titles on mobile-view
2020-08-03 16:52:40 +02:00
Chocobozzz
7c87bce471
Fix anonymous user theme
2020-07-31 16:55:32 +02:00
Chocobozzz
d45f3641d0
Fix fullscreen on ios
2020-07-31 15:54:52 +02:00
Chocobozzz
805d6a354b
Fix top menu dropdown
2020-07-31 13:39:42 +02:00
Chocobozzz
e29dc2832e
Fix user list view
2020-07-31 13:33:05 +02:00
Chocobozzz
2f712d2bff
Fix build
...
(my bad)
2020-07-31 12:02:15 +02:00
Chocobozzz
41130b4ce3
Fix tests
2020-07-31 11:35:19 +02:00
Chocobozzz
d573926e9b
Add migrations for abuse messages
2020-07-31 11:35:19 +02:00
Chocobozzz
594d3e48d8
Add abuse messages/states notifications
2020-07-31 11:35:19 +02:00
Chocobozzz
94148c9028
Add abuse messages management in my account
2020-07-31 11:35:19 +02:00
Chocobozzz
441e453ae5
Add abuse message management in admin
2020-07-31 11:35:19 +02:00
kimsible
837fe4f3fb
Revert user-menu dropdown active class on sub-menu and autoclose only on outside click
2020-07-31 11:31:45 +02:00
Kim
30814423ae
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>
2020-07-31 11:30:57 +02:00
Rigel Kent
7b3909644d
test search for subscriptions and video-channels
2020-07-29 18:15:53 +02:00
Rigel Kent
225a7682e6
adapt notifications buttons for small screens
2020-07-29 18:15:53 +02:00
Rigel Kent
66927c0588
modify user-quota to match account settings style
2020-07-29 18:15:53 +02:00
Rigel Kent
4f5d045960
harmonize search for libraries
2020-07-29 18:15:53 +02:00
Rigel Kent
bc99dfe54e
variable columns for users list, more columns possible, badge display for statuses
2020-07-29 18:15:53 +02:00
Rigel Kent
654a188f80
allow sorting notifications
2020-07-29 18:15:53 +02:00
Rigel Kent
292c17b894
fix margin-left for edit-button
2020-07-29 18:15:53 +02:00
Kim
dfe3f7b72e
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>
2020-07-28 15:18:38 +02:00
Kim
a949f67636
correct regressions on sub-menu for account and admin ( #3004 )
2020-07-24 23:29:39 +02:00
Kim
2e7f262724
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>
2020-07-24 08:53:25 +02:00
Kim
b40a219338
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>
2020-07-24 08:49:59 +02:00
Rigel Kent
2e2e4cf426
separate menu options from their values, remove their chevron
2020-07-23 15:44:32 +02:00
Chocobozzz
f4a2dc5092
Fix compilation
2020-07-23 15:35:18 +02:00
Kim
ed5bb51726
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>
2020-07-23 15:09:15 +02:00
Kim
345b4a22a8
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>
2020-07-23 14:42:06 +02:00
Chocobozzz
2291a412d2
Merge branch 'release/2.3.0' into develop
2020-07-21 11:16:28 +02:00
Chocobozzz
2e03d65032
Fix E2E tests
2020-07-21 09:38:26 +02:00
Chocobozzz
ec903c010e
Merge branch 'release/2.3.0' into develop
2020-07-20 17:00:58 +02:00
kimsible
2170f1db6e
Fix accessibility action buttons and display on imports and followers list
2020-07-20 17:00:28 +02:00
kimsible
2821595787
Correct missing test in user-edit template
2020-07-20 16:58:09 +02:00
kimsible
cd801c6907
Correct action button selection mode styles
2020-07-20 16:57:47 +02:00
kimsible
b5366b3c7e
Correct maximized icon padding since new icons set implemented
2020-07-20 16:56:59 +02:00
Chocobozzz
0bdad52fbb
Fix issues with external links in search page
2020-07-20 11:37:06 +02:00
Chocobozzz
cfde28bac3
Add ability to report account
2020-07-10 14:02:41 +02:00
Chocobozzz
8ca56654a1
Add ability to report comments in front end
2020-07-10 14:02:41 +02:00
Chocobozzz
310b5219b3
Add new abuses tests
2020-07-10 14:02:41 +02:00
Chocobozzz
4f32032fed
Add migrations
2020-07-10 14:02:41 +02:00
Chocobozzz
d95d155988
Use 3 tables to represent abuses
2020-07-10 14:02:41 +02:00
Chocobozzz
72493e44e9
Fix embed url
2020-07-10 11:13:41 +02:00
Kim
caf2aaf4f9
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>
2020-07-10 10:20:11 +02:00
Chocobozzz
767bb14a38
Fix external user edition
2020-07-06 11:03:05 +02:00
Chocobozzz
9e5dd0d96e
Fix admin layout
2020-07-06 11:02:21 +02:00
Rigel Kent
ea7337cfde
add check-params test for user list
...
fixes #2918
2020-07-03 10:29:03 +02:00
Rigel Kent
8491293b02
add blocked filter in users list to filter banned users
...
fixes #2914
2020-07-02 22:50:33 +02:00
Rigel Kent
2b587cad93
align feed icons to the right for video listings
2020-07-02 19:45:21 +02:00
Rigel Kent
2d011d94aa
rename rss 2.0 to media rss 2.0
2020-07-02 16:30:52 +02:00
Chocobozzz
35f0a5e665
Fix player menu on mobile
2020-07-02 15:10:06 +02:00
Chocobozzz
57e56eb294
Fix lint
2020-07-02 10:35:05 +02:00
Chocobozzz
41bec13718
Don't reload videos on mute
2020-07-02 10:25:35 +02:00
Rigel Kent
0a4cb95c98
simplify navigation within most admin menus
2020-07-02 09:22:59 +02:00
Rigel Kent
c7b836303c
remove extraneous user-list table attribute
2020-07-02 08:59:16 +02:00
Rigel Kent
97990c6eb0
align danger colors for user-edit
2020-07-01 17:28:50 +02:00
Rigel Kent
6c808af9a2
fix reactive file upload button
2020-07-01 17:03:48 +02:00
Rigel Kent
1fe1e14cb3
fix video update button, add color to danger zone
2020-07-01 17:03:48 +02:00
Rigel Kent
c41c0e28ed
switch from softies to feathericons
...
also organize icons in folders per origin
2020-07-01 17:03:48 +02:00
Rigel Kent
9b01cfc788
distinct style for rows of banned users in listing, saving space
2020-07-01 12:09:23 +02:00
Rigel Kent
4ee63ec648
remove extra action for when the video block type is set to manual
2020-06-28 20:28:59 +02:00
Rigel Kent
1c5d24e5b5
slight improvement for column size in imports table
2020-06-28 17:16:38 +02:00
Rigel Kent
d473fd94ce
allow muting from the miniature options
...
initial implementation with a listing refresh except on search results
2020-06-28 16:55:17 +02:00
Rigel Kent
4c9e9d2ee9
align ownership change video list table with moderation tables
2020-06-28 16:20:23 +02:00
Rigel Kent
afa4456c1a
fix typo in blocked notice in login
2020-06-28 16:11:00 +02:00
Rigel Kent
0350384781
replace current ownership transfer icon with softies forward icon
2020-06-28 14:15:38 +02:00
Rigel Kent
287124d110
fix quota representation in profile settings
2020-06-28 01:17:59 +02:00
Rigel Kent
0242861ece
add user account-blocklist missing scss mixin
2020-06-28 00:53:36 +02:00
Chocobozzz
cc0e0d32ea
Fix query string parsing
2020-06-26 16:08:53 +02:00
Chocobozzz
d8b382912e
Fix search filter in video reports
2020-06-26 15:41:35 +02:00
Chocobozzz
983aa6f287
Fix missing module for my-account
2020-06-24 15:32:52 +02:00
Chocobozzz
f0b56fdd0c
Put empty module in app module
2020-06-24 15:29:08 +02:00
Chocobozzz
187b2e2346
Fix upload page
2020-06-24 11:50:54 +02:00
Chocobozzz
71489890a8
Use pointer for search suggestions
2020-06-24 11:50:53 +02:00
Chocobozzz
f6f371ae5f
Add P2P concept for HLS config
2020-06-24 11:50:53 +02:00
Chocobozzz
7ede74add2
Support player hotkeys when it is not focused
2020-06-23 16:57:35 +02:00
Chocobozzz
1942f11d5e
Lazy load all routes
2020-06-23 16:00:49 +02:00
Chocobozzz
67ed6552b8
Reorganize client shared modules
2020-06-23 16:00:49 +02:00
Rigel Kent
1ebddadd07
predefined report reasons & improved reporter UI ( #2842 )
...
- added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video
- added predefined report reasons
- added video player with report modal
2020-06-22 13:00:39 +02:00
Rigel Kent
6567e5a796
soft border-radius for search typeahead suggestions
2020-06-18 12:10:20 +02:00
Caroline Chuong
d6d951ddc0
Remove uneccessary details to link titles
2020-06-18 09:02:23 +02:00
Chocobozzz
1ba471c55f
Add videos count in channels list
2020-06-16 14:13:01 +02:00
Chocobozzz
af75e2d8df
Correctly fix client build
2020-06-16 13:51:50 +02:00
Chocobozzz
6f787ea25d
Fix client compilation
2020-06-16 12:01:11 +02:00
Chocobozzz
c4a6f7901c
Add channel information in my videos
2020-06-16 11:44:54 +02:00
Chocobozzz
b27b12552b
Add video dropdown in discover page
2020-06-16 11:26:46 +02:00
Chocobozzz
5c20a45518
Fix anonymous nsfw policy
2020-06-16 11:26:46 +02:00
Chocobozzz
64e0f8cf12
Fix scrolling with hash in url
2020-06-16 11:26:46 +02:00
Chocobozzz
c1466c52fb
Remove unused service
2020-06-15 15:04:51 +02:00
Chocobozzz
ff9c3d9b18
Use local search for recommended videos
2020-06-15 15:04:51 +02:00
Chocobozzz
12e6b31486
Fix search error loop
2020-06-15 15:04:51 +02:00