* upstream/develop:
Move the epigraph after the heading so MkDocs can pick up the heading
Add links to directions in the beginning of CONFIGURATION.md
CI: trigger doc rebuild on commits to develop
update admin url
update copy
add trailing slash to admin url
open in a new tab
add admin link to the side drawer
add admin link to nav
add gauge icon
fix regex shortcode problem
i18n/Update Pedantic Japanese Messages
i18n/Update Japanese Messages
reset post status form only when reply user is changed
Small refactoring in who to follow page
Feature/Add _Allow user discovery services_ preference
Added a setting to hide follow/follower count from the user profile
* emoji-selector-update: (48 commits)
eslint
fix emoji inputs in user-settings, styles update
bump z-index so that picker/suggest doesn't get overlapped by mobile button
Scroll emoji picker into view if it's obstructed
very important fix
comment, cleanup and improve autoresize/autoscroll
Fix formatting in oc.json
avoid using global class
fix logo moving bug when lightbox is open
Reserve scrollbar gap when body scroll is locked
setting display: initial makes trouble, instead, toggle display: none using classname
lock body scroll
add body-scroll-lock directive
install body-scroll-lock
wire up props with PostStatusModal
rename component
recover autofocusing behavior
refactor MobilePostStatusModal using new PostStatusModal
add new module and modal to post new status
remove needless condition
...
* upstream/develop: (42 commits)
Fix formatting in oc.json
avoid using global class
fix logo moving bug when lightbox is open
Reserve scrollbar gap when body scroll is locked
setting display: initial makes trouble, instead, toggle display: none using classname
lock body scroll
add body-scroll-lock directive
install body-scroll-lock
wire up props with PostStatusModal
rename component
recover autofocusing behavior
refactor MobilePostStatusModal using new PostStatusModal
add new module and modal to post new status
remove needless condition
add mention button
wire up user state with global store
collapse fav/repeat notifications from muted users
do not collapse thread muted posts in conversation
detect thread-muted posts
do not change word based muting logic
...