Age | Commit message (Collapse) | Author |
|
Use short instead of numeric month, display year when different year
E.g.: "Apr 4" instead of "4/4", "Apr 4, 2017" if different year
|
|
* Resize images before upload in web UI to reduce bandwidth
Fix #7218
* Fix issues
* Do not resize GIFs in JS
|
|
pinned toot in account timeline.
Port 23106844a10606dd0e04c8382281d5ff80d4bdd9 to glitch-soc
|
|
Port 597948fb1316d2e1de76be330db441786c571132 to glitch-soc
|
|
Backport 386365090c9c9063941e3f7425c2e33c7d5c5b2a
|
|
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component
properties instead of redux store for hidden/revealed state.
|
|
simplify the logic
|
|
Backports daefbd66a653b11a17be73b7b0a4ca200b466cec
|
|
Port ffb2b8ef8c3c7cd6f57860240378fac8d5964105 to glitch-soc
|
|
Port 08e4c78e78358c2847967e9cc34b4a6497be97e2 to glitch-soc.
SCSS fix inspired by 69f13e7bca90f4855e05a49dd69bba66f843134a.
|
|
Glitchsoc-specific changes to allow boosting own private toots
|
|
[Glitch] retrieve custom emoji list via API instead of before page load
|
|
Improve ScrollableList behavior
|
|
Fix video player on toot public views
|
|
Status filtering fixes from upstream
|
|
[Glitch] Show media modal on public pages
|
|
|
|
|
|
|
|
|
|
|
|
KeyboardEvent.key may be physical key name (Escape, Tab, etc.)
even in text composition and it causes hotkeys or suggestion selection.
So we need to check e.which or e.isComposing.
Checking e.which also allows us to avoid Esc key on compositionend in Safari.
|
|
toot in account timeline. (#7202)
* Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline.
* Fix typo
* Add custom attribute prefix
|
|
|
|
Port ff7941e652af1d54d9c991254556e7932a8b183c to glitch-soc
|
|
* Fix boosting own private toots.
* Run yarn manage:translations and update Japanese translations.
|
|
This fixes following cases which causes hotkey action accidentally:
* hitting Esc key to cancel text composition (mostly in CJK)
Although events on cancelling composition are still heavily
browser / input method dependent, but this implementation would
covers current UI Events spec and some exceptions.
* hitting Esc key to close autocomplete suggestions
This PR changes to use keydown event instead of keyup event as well as other hotkeys.
|
|
* Use table for statuses in report
* Display reported account and reporter in the same table
* Split accounts and general report info into two tables again
* Redesign report statuses table, notes, merge notes and action log
* Remove unused translations
* Fix code style issue
* Fix code style issue
* Fix code style issue
|
|
|
|
* Revert "Make scroll bars wider (#7060)"
This reverts commit 11715454d033784bf6176b75a954e5c28b5d79e5.
* for real make webkit scrollbar wider
|
|
Port 1a37d7e252aa41fd1c66e780e1a2a1426d8f3545 to glitch-soc
|
|
Port fd87e5a53bcaafb886a675c76e9256015e9db897 to glitch-soc
|
|
|
|
|
|
|
|
|
|
This prevents changing the status' height and triggering jumps in the TL
|
|
|
|
Port the display part of the following commits to glitch-soc:
* 90f12f2e5a41115a9a756f9dd38054736080d4f9
* b170627ceb8838c358aef1fcca9673ce4aa61ab8
* 11697d68942db7b97a4c7384e4fb4148a97b9122
* 56eb5c3f344f0342ac6f26a05748bc21c585a729
|
|
|
|
In order to keep my sanity when porting changes between glitch-soc and upstream.
|
|
Port b08ab329f4d149fd414e0539574f49062c571a8a to glitch-soc
|
|
|
|
|
|
|
|
Conflicts:
app/controllers/home_controller.rb
app/controllers/stream_entries_controller.rb
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/pl.json
|
|
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
|
|
* Add variables for text colors
* Change variables in sass files
* Apply text color variables for recently added colors
* Fix text colors of emoji mart anchors
* Fix text colors of search__input
* Fix text colors of text area of compose-form
* Fix icon colors of privacy dropdown and modal
* Inverted icon colors by classname
* Change variables in boost.scss
* Change action-button-color
* Fix text colors of pre-header
|
|
|
|
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
|