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
Rigel Kent
228393302d
factorize account/server blocklists for users and instance ( #2875 )
2020-06-15 13:18:22 +02:00
Rigel Kent
7dfe352886
replace title with video name in moderation listings
2020-06-13 11:56:23 +02:00
Caroline Chuong
c9e3565dc8
fix headings order or add missing ones ( #2871 )
...
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
2020-06-13 00:53:56 +02:00
Rigel Kent
46788f21f6
switch margin-bottom rules to padding-bottom now used in miniature
2020-06-12 12:27:37 +02:00
Rigel Kent
d39db21a88
match margin of abstract-video-list and sub-menu's fixed margin
2020-06-12 12:26:48 +02:00
Rigel Kent
435258ea3c
fix miniature fixed height, add link/title to avatar, remove pr-2 on channels list
2020-06-12 09:51:16 +02:00
Chocobozzz
8b381422b8
Fix lint
2020-06-12 08:27:59 +02:00
Caroline Chuong
adcf921271
add keyboard navigation for video actions ( #2854 )
...
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
2020-06-11 19:19:23 +02:00
Caroline Chuong
45800f7e63
add scope tags and aria-labels to instance table ( #2866 )
...
also move label to caption element in table
2020-06-11 18:12:52 +02:00
Chocobozzz
cf78883c70
Limit thumbnail sizes
2020-06-11 16:41:51 +02:00
Rigel Kent
7e4022a554
rephrase warning for self-hostable services
2020-06-11 13:13:06 +02:00
Rigel Kent
a7257b0e3e
prevent video-bottom overflow in video-miniature
2020-06-11 12:23:01 +02:00
Rigel Kent
e95bede8fe
support type as override to search in listBlocks
2020-06-10 21:12:09 +02:00
Rigel Kent
3487330d30
preserve original variable names server-side
2020-06-10 21:12:09 +02:00
Rigel Kent
5baee5fca4
rename blacklist to block/blocklist, merge block and auto-block views
...
- also replace whitelist with allowlist
- add advanced filters for video-block-list view
- move icons in video-block-list and video-abuse-list to left side
for visibility
- add robot icon to depict automated nature of a block in
video-block-list
resolves #2790
2020-06-10 21:12:05 +02:00
Rigel Kent
d840487fed
smaller miniature average size in fluid grid, updated admin instructions for global search
2020-06-10 21:09:31 +02:00
Caroline Chuong
1bab226f5c
Add explicit step and aria-current attribute in register form
2020-06-10 17:38:00 +02:00
Chocobozzz
3b0bd70aa0
Add search target check params
2020-06-10 14:02:41 +02:00
Chocobozzz
7c87746e4b
Fix search query when updating from typeahead
2020-06-10 14:02:41 +02:00
Chocobozzz
5fb2e2888c
First implem global search
2020-06-10 14:02:41 +02:00
Rigel Kent
e6dfa58689
space optimizations for `node_modules` and client stats removal
...
- replace sharp with lighter jimp alternative
- remove stats in builds
fixes #2807
2020-06-10 14:01:49 +02:00
Caroline Chuong
d8d8de7f87
change focus color instead of opacity of video play button ( #2845 )
2020-06-09 13:35:30 +02:00
Rigel Kent
e66883b37a
`fitWidth` for `video-miniature`, fluid grid ( #2830 )
...
* Fluid abstract video list
* normalize timestamp display on miniatures
* use grid for abstract-video-list
- refactor scss function var to pvar to avoid overriding css variables
- move fluid-grid margins to adapt-margin-content-width mixin for maintainability
- fix video-miniature-name margin-top on small screen
* move sceenratio function in a mixin
* display no miniature avatar in channel videos view
2020-06-09 09:33:28 +02:00
Caroline Chuong
6ad971d5f5
add aria-hidden to non-descriptive icons ( #2844 )
2020-06-08 19:42:51 +02:00
Rigel Kent
c2caa99b94
Add channel/account avatars in miniature ( #2838 )
...
* add small avatar to miniature
* fix svg size for trending and search icons in plugins view
* parametrize avatar in miniature display options
2020-06-08 08:52:06 +02:00
Rigel Kent
c87d45df9b
ensure menu footer respects spacing across translations
2020-06-07 11:55:17 +02:00
Caroline Chuong
0c23363a2d
Add lang attribute in languages list menu
2020-06-05 15:55:29 +02:00
Chocobozzz
3e95b68343
Fix default anonymous theme
2020-06-05 09:15:59 +02:00
Chocobozzz
92128fff7e
Fix config form issue with index URL
2020-06-05 09:10:05 +02:00
Rigel Kent
80c7779efe
fix mascot sizes, fix tick, delete extraneous .png icons
...
follows PR #2822
2020-06-04 20:57:10 +02:00
Rigel Kent
81fe3c67c5
fix duplicate id in svg, empty alt in base email
2020-06-04 09:05:44 +02:00
Rigel Kent
140ea386de
inject lang in document to match current locale
2020-06-04 09:05:44 +02:00
Chocobozzz
cdd8f7790c
Merge branch 'release/2.2.0' into develop
2020-06-02 09:00:39 +02:00
Chocobozzz
fa11e79d4a
Fix regression scrollbar bgcolor mdtextarea maximized-mode
...
By kimsible
2020-06-02 08:56:00 +02:00
Chocobozzz
2a39506c7d
Revert "Remove oc locale support"
...
This reverts commit 8323c435c1
.
2020-05-29 17:09:55 +02:00
Chocobozzz
72c33e716f
Support broadcast messages
2020-05-29 09:32:12 +02:00
Chocobozzz
923ff87da2
Add bulk comment actions on account dropdown
2020-05-29 09:21:26 +02:00
Chocobozzz
c123027fd9
Fix grey color theme
2020-05-22 11:21:55 +02:00
Chocobozzz
5f57df5462
Fix action button icons theme
2020-05-22 11:15:31 +02:00
Chocobozzz
fd8f73cf6d
Fix lint
2020-05-22 08:50:31 +02:00
Chocobozzz
f33dc6ab2d
Fix input/textarea themes
2020-05-20 13:52:12 +02:00
Chocobozzz
e0433a5f8f
Fix dropdown menu overflow
2020-05-20 11:58:03 +02:00
Chocobozzz
3bf07dd8c2
Explicit theme colors for inputs and textarea
2020-05-20 11:39:31 +02:00
Chocobozzz
b66c5e58f1
Fix upload button color in dark mode
2020-05-20 10:57:59 +02:00
Chocobozzz
6189b699fb
Fix broken client when cookies are disabled
2020-05-20 10:37:46 +02:00
Chocobozzz
572bf73be6
Fix action button overflow in tables
2020-05-20 10:29:40 +02:00
Chocobozzz
9a7fd9600b
Fix external auth email/password update
...
Also check if an actor does not already exist when creating the user
2020-05-20 10:17:27 +02:00
Chocobozzz
e00aa3535e
Fix deleting highlighted thread
2020-05-14 14:54:10 +02:00
Chocobozzz
83e9886eed
Add link to the account page in comment
2020-05-14 14:41:24 +02:00
Chocobozzz
089af69bc8
Fix old edge HLS compat
2020-05-13 10:39:54 +02:00
Chocobozzz
1d904806f6
10 items per page for my videos
2020-05-12 11:40:09 +02:00
Chocobozzz
5ff523664f
Fix user dropdown overflow
2020-05-11 18:05:16 +02:00
Chocobozzz
399b3bc9a6
Update translations
2020-05-11 13:39:06 +02:00
Chocobozzz
3b072f5a9d
Fix top menu dropdown hovering
2020-05-11 11:24:55 +02:00
Kim
8a3183e50d
Fix non-fixed header and menu when overflow-x body on touchscreens ( #2711 )
...
* Make my-account-videos responsive on small screens
* Make my-account-channels responsive for small screens
* Make search result responsive on small screen
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
2020-05-11 11:16:21 +02:00
Kim
8544d8f561
Fix regression my-account menu overflow-x on screen width < 800px ( #2707 )
...
* Fix: correct my-account menu overflow-x on touchscreens
* Add menuLeftDisplayed support for account-sub-menu
* Handle menu in screen service + clean top-menu-dropdown
* Add comment on menuWidth menu service to allow backtracking
Co-authored-by: Rigel Kent <par@rigelk.eu>
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Co-authored-by: Rigel Kent <par@rigelk.eu>
2020-05-11 11:12:58 +02:00
kimsible
70afd522ba
Fix displaying more dropdown on touchscreen
2020-05-11 11:11:06 +02:00
kimsible
bedf0e6073
Add edit button to scroll watch playlist on touchscreens
2020-05-11 11:11:06 +02:00
Rigel Kent
b72ec06bbe
Display video redundancy entries as table link objects
2020-05-08 18:41:32 +02:00
Rigel Kent
1d26d05fd9
Align follower handle display on instance display in tables
2020-05-08 15:31:51 +02:00
Rigel Kent
df4c603dea
Switch emails to pug templates and provide richer html/text-only versions
2020-05-08 15:31:51 +02:00
Chocobozzz
3cc665f48f
Add last login date to users
2020-05-07 10:39:09 +02:00
Chocobozzz
feb34f6b6b
Use video abuse filters on client side
2020-05-07 08:33:34 +02:00
Chocobozzz
d4eea02801
Fix relative links in video description
2020-05-06 14:21:10 +02:00
Chocobozzz
f375bb3db4
Add ability to override login signup message
2020-05-06 14:03:23 +02:00
Rigel Kent
86ab22921b
Support pagination rowsPerPage change in instance account/server blocklists
2020-05-06 13:08:03 +02:00
Chocobozzz
d056b01956
Fix mobile miniature information margin
2020-05-06 10:15:13 +02:00
Chocobozzz
fde37dc99c
Add ability for video owners to delete comments
2020-05-05 17:22:11 +02:00
Chocobozzz
06827932a2
Fix textarea size
2020-05-05 13:54:30 +02:00
Chocobozzz
8bb71f2e33
Add auth plugin info in users list
2020-05-05 13:54:30 +02:00