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