- sept. 28, 2020
-
-
Eugen Rochko a rédigé
Fix #11160
-
- août 24, 2020
-
-
Tdxdxoz a rédigé
* use custom private boost icon for detail status * only use className
-
- août 22, 2020
-
-
proxy a rédigé
-
- juil. 09, 2020
-
-
Sasha Sorokin a rédigé
This commit replaces all unnecessarily repeated code for decoding and embedding blurhash canvases with separate component - <Blurhash>. Under the hood Blurhash component will use effect dependent on its props. This gives a few benefits: it will only be re-rendered whenever the hash or width/height/dummy props update, and will not render if canvas won't get to the final DOM, because then effect won't fire, which prevents weird bugs like #14257.
-
- juil. 08, 2020
- juil. 05, 2020
-
-
Eugen Rochko a rédigé
-
- juin 29, 2020
-
-
Eugen Rochko a rédigé
- Change audio files to not be stripped of metadata - Automatically extract cover art from audio if it exists - Add `thumbnail` parameter to `POST /api/v1/media`, `POST /api/v2/media` and `PUT /api/v1/media/:id` - Add `icon` to represent it in attachments in ActivityPub - Fix `preview_url` containing URL of missing missing image when there is no thumbnail instead of null - Fix duration of audio not being displayed on public pages until the file is loaded
-
- juin 26, 2020
-
-
ThibG a rédigé
Also only require click-through for interactive embeds.
-
- juin 25, 2020
-
-
Takeshi Umeda a rédigé
-
Takeshi Umeda a rédigé
* Add a visibility icon to status * Change to using the icon element * Fix RTL * Add a public globe
-
ThibG a rédigé
* Fix design issues with sensitive preview cards * Center “sensitive” label on preview image for interactive cards * Add “button” role to sensitive preview card text
-
- juin 24, 2020
-
-
Eugen Rochko a rédigé
* Fix audio/video/images/cards not reacting to window resizes in web UI * Update app/javascript/mastodon/features/audio/index.js Co-authored-by:
Yamagishi Kazutoshi <ykzts@desire.sh> Co-authored-by:
Yamagishi Kazutoshi <ykzts@desire.sh>
-
- juin 23, 2020
-
-
Eugen Rochko a rédigé
* Fix audio download button not starting download in web UI * Fix volume controls on audio and video players in web UI * Remove download button from video player in web UI
-
- juin 21, 2020
-
-
Eugen Rochko a rédigé
-
- juin 06, 2020
-
-
ThibG a rédigé
* Use preview card blurhash in WebUI * Handle sensitive preview cards
-
- avr. 25, 2020
-
-
ThibG a rédigé
Fixes #13536 - Expanding a paused video doesn't autoplay anymore - Default volume level for the expanded video inherited from the original video Position/playing state/volume are carried over from the original video player to the modal, but they're not reported back to the modal as it would require deeper changes.
-
- mars 10, 2020
-
-
ThibG a rédigé
The boost count is already removed from private toots, do the same with direct messages.
-
- mars 08, 2020
-
-
Bèr Kessels a rédigé
* JS-linter: fix trailing comma's * Configure eslinter to ignore this onchange error.
-
- mars 05, 2020
-
-
Eugen Rochko a rédigé
Blocking a domain is closer to blocking all its users than to a mute action.
-
- fév. 07, 2020
-
-
ThibG a rédigé
-
- jan. 25, 2020
-
-
Eugen Rochko a rédigé
-
- jan. 24, 2020
-
-
Sasha Sorokin a rédigé
In detailed status component, "More" action bar button wasn't localized. This commit fixes it according to previously used code.
-
- jan. 06, 2020
-
-
ThibG a rédigé
Fixes #12770
-
- déc. 04, 2019
-
-
Jeong Arm a rédigé
-
- déc. 02, 2019
-
-
ThibG a rédigé
Fixes #12511
-
- nov. 29, 2019
-
-
ThibG a rédigé
* [WiP] Add hotkey to open media * Give focus to play/pause button when opening video modal
-
- nov. 19, 2019
-
-
Eugen Rochko a rédigé
Move bookmark action in inline statuses from action bar to dropdown
-
- nov. 13, 2019
-
-
ThibG a rédigé
* Add backend support for bookmarks Bookmarks behave like favourites, except they aren't shared with other users and do not have an associated counter. * Add spec for bookmark endpoints * Add front-end support for bookmarks * Introduce OAuth scopes for bookmarks * Add bookmarks to archive takeout * Fix migration * Coding style fixes * Fix rebase issue * Update bookmarked_statuses to latest UI changes * Update bookmark actions to properly reflect status changes in state * Add bookmarks item to single-column layout * Make active bookmarks red
-
- oct. 24, 2019
-
-
BSKY a rédigé
-
- sept. 29, 2019
-
-
ThibG a rédigé
* Add some explanation to the mute modal dialog * Remove `isSubmitting` from mute modal code, this wasn't used * Refactor block modal Signed-off-by:
Thibaut Girka <thib@sitedethib.com> * Refactor SCSS a bit * Put mute modal toggle to the same side as in the report dialog for consistency * Reword mute explanation * Fix mute explanation styling * Left-align all text in mute confirmation modal
-
- août 29, 2019
-
-
ThibG a rédigé
Fixes #11679
-
- août 25, 2019
-
-
Eugen Rochko a rédigé
* Fix more visual issues with the audio player - Add horizontal baseline in the middle of waveform - Fix audio player colors in light theme - Use audio element instead of web audio API - Do not render any bars until the file is loaded - Do not allow interactions with waveform until the file is loaded * Fix code style issue
-
- août 23, 2019
-
-
Eugen Rochko a rédigé
-
- août 06, 2019
-
-
Eugen Rochko a rédigé
This reverts commit b31b232e.
-
- août 01, 2019
-
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
Regression from aa22b38f
-
- juil. 30, 2019
-
-
ThibG a rédigé
* [WiP] Show host for “misleading” links * Disallow misleading targets which domain names are prefixes of link text * Move decodeIDNA to app/javascript/mastodon/utils * Add support for international domain names * Change link origin tag color to darker text color * Handle links to domains starting with www. as shortened by Mastodon * [WiP] Ignore links that cannot be misread as URLs, rewrite other links
-
- juil. 02, 2019
-
-
ThibG a rédigé
-
- juin 19, 2019
-
-
Eugen Rochko a rédigé
* Add audio uploads Fix #4827 Accept uploads of OGG, WAV, FLAC, OPUS and MP3 files, and converts them to OGG. Media attachments get a new `audio` type. In the UI, audio uploads are displayed identically to video uploads. * Improve code style
-