Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-24 | Fix audio/video/images/cards not reacting to window resizes in web UI (#14130) | Eugen Rochko | |
* 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> | |||
2020-06-23 | Fix very wide media attachments resulting in too thin a thumbnail (#14127) | ThibG | |
Fixes #14094 | |||
2020-06-23 | Fix crash in MergeWorker (#14129) | ThibG | |
Similarly to #12324, the code is passing an Account object where an id is expected. | |||
2020-06-23 | never filter own posts from timeline (#14128) | ThibG | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> Co-authored-by: ash lea <example@thisismyactual.email> | |||
2020-06-23 | Change volume control and download buttons in web UI (#14122) | Eugen Rochko | |
* 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 | |||
2020-06-22 | Fix audio player not working when media files are hosted on a different ↵ | ThibG | |
domain (#14118) | |||
2020-06-21 | Change design of audio players in web UI (#14095) | Eugen Rochko | |
2020-06-20 | Fix modifier key to keep the EmojiPicker on macOS (#14096) | Takeshi Umeda | |
2020-06-20 | Fix unnecessary gap under of video modal (#14098) | fuyu | |
2020-06-20 | Fix not working I18n on 2FA and Sign in token page (#14087) | fuyu | |
2020-06-19 | Fix functional user requirements in whitelist mode (#14093) | ThibG | |
Fixes #14092 | |||
2020-06-15 | Fix initial audio volume not corresponding to what's displayed (#14057) | ThibG | |
2020-06-14 | Add hints about incomplete remote content to web UI (#14031) | Eugen Rochko | |
2020-06-10 | Fixed emoji detection problem to append border (#14020) | fuyu | |
* Fixed emoji detection problem to append border * Add tests * Add missing semicolon * Fixed wrong result when includes different variation selector * Add missing semicolon * Remove grapheme-splitter and Change emoji list to array from string * Update comment * Remove spaces Co-authored-by: ThibG <thib@sitedethib.com> | |||
2020-06-10 | Fix TL sometimes jumping when closing modals (#14019) | ThibG | |
Fixes #14018 | |||
2020-06-09 | Fix WebUI crash when processing accounts before page is loaded (#14015) | ThibG | |
2020-06-09 | Add hotkey for toggling content warning composer field (#13987) | ThibG | |
2020-06-09 | Make domain block/silence/reject-media code more robust (#13424) | ThibG | |
* Split media cleanup from reject-media domain blocks to its own service * Slightly improve ClearDomainMediaService error handling * Lower DomainClearMediaWorker to lowest-priority queue * Do not catch ActiveRecord::RecordNotFound in domain block workers * Fix DomainBlockWorker spec labels * Add some specs * Change domain blocks to immediately mark accounts as suspended Rather than doing so sequentially, account after account, while cleaning their data. This doesn't change much about the time the block takes to complete, but it immediately prevents interaction with the blocked domain, while up to now, it would only be guaranteed when the process ends. | |||
2020-06-09 | Update “status” to “toot” for en.json (#13877) | Bei Li | |
2020-06-09 | Improve rendering of emoji which do not contrast with background (#13772) | ThibG | |
* Refactor list of emoji requiring added outlines so that it can be theme-specific * Split inaccessible emoji to emoji requiring an outline and ones that can be inverted * Drop the “silouhettes” from black emoji as they seem to have changed color * Add inaccessible emojis list for the light theme * Use bordered emoji variant instead of unreliable CSS | |||
2020-06-09 | Improve wording and add titles on moderated servers section in /about/more ↵ | Mélanie Chauvel | |
(#13930) | |||
2020-06-09 | Fix performance of follow import (#13836) | Takeshi Umeda | |
2020-06-09 | Add e-mail-based sign in challenge for users with disabled 2FA (#14013) | Eugen Rochko | |
2020-06-09 | Add limit parameter to rss (#13743) | Takeshi Umeda | |
2020-06-09 | Add visibility parameter in share page (#13023) | Takeshi Umeda | |
* Add visibility parameter in share page * Restrict to default privacy | |||
2020-06-09 | FIX: filters ignore media descriptions (#13837) | Ben Lubar | |
* FIX: filters ignore media descriptions * remove parentheses to make codeclimate happy * combine the text and run the regular expression only once. https://github.com/tootsuite/mastodon/pull/13837#discussion_r431752581 * Fix use of “filter” instead of “compact”, fix coding style issues Co-authored-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-06-06 | Hide sensitive preview cards with blurhash (#13985) | ThibG | |
* Use preview card blurhash in WebUI * Handle sensitive preview cards | |||
2020-06-05 | Add blurhash to preview cards (#13984) | ThibG | |
Fixes #13001 | |||
2020-06-05 | Fix unpermitted operations on custom emojis leading to cryptic errors (#13951) | ThibG | |
* Display appropriate error when performing unpermitted operation on custom emoji Fixes #13897 * Remove links to custom emoji actions not performable by moderators | |||
2020-06-04 | Fix serialization of replies when some of them are URIs (#13957) | ThibG | |
* Fix serialization of replies when some of them are URIs Fixes #13956 * Add test | |||
2020-06-03 | Fix wrong route helper in encrypted messages controller (#13952) | Eugen Rochko | |
And add `created_at` to encrypted message serializer | |||
2020-06-03 | Put “Add new domain block” button on /admin/instances in header (#13934) | Mélanie Chauvel | |
2020-06-03 | Fix account redirect confirmation message talking about moved followers (#13950) | ThibG | |
Fixes #13949 | |||
2020-06-03 | Fix activity not being signed (#13948) | Takeshi Umeda | |
2020-06-02 | Add E2EE API (#13820) | Eugen Rochko | |
2020-06-02 | Fix ref attr for react-textarea-autozsize (#13936) | Yamagishi Kazutoshi | |
2020-06-01 | Fix admin page crashing when trying to block an invalid domain name (#13884) | ThibG | |
* Fix admin page crashing when trying to block an invalid domain name Fixes #13880 * Fix trailing and leading spaces not being properly stripped for domain blocks | |||
2020-05-31 | Fix unsent toot confirmation dialog not popping up in single column (#13888) | ThibG | |
2020-05-31 | Adjust flash alert contrast for better readability (#13892) | Christopher Choi | |
2020-05-31 | Allow Ctrl-click to keep EmojiPicker window open (#13896) | Brian C. Lindner | |
2020-05-29 | Fix timeline markers in Firefox (regression from #13887) (#13889) | ThibG | |
Unfortunately, Firefox does not support the `keepalive` parameter I used in the previous PR. However it supports the `navigator.sendBeacon` API that allows that kind of things, but does not allow setting headers. Therefore, this PR replaces it with a `sendBeacon` call that passes the bearer token in the POST data. Doorkeeper will then handle the auth token out of the box, as long as it is passed as form data. Passing the query as JSON does not work. | |||
2020-05-29 | Fix timeline markers not working on Chrome (#13887) | ThibG | |
* Periodically save timeline markers This saves timeline markers immediately upon message arrival, but not more than once every 5 minutes. This does not change how the markers are saved on closing the window, except that it avoids submitting them if there is no need for it. * Use the Fetch API when possible instead of XHR on window unload | |||
2020-05-25 | Change wording from “Hide media” to “Hide image/images” in Web UI ↵ | Mélanie Chauvel | |
(#13834) | |||
2020-05-24 | Fix csv upload (#13835) | Takeshi Umeda | |
2020-05-23 | Fix searchable status without explicitly mentioning it (#13829) | Takeshi Umeda | |
2020-05-23 | Fix local streaming of hashtag timelines (#13827) | Takeshi Umeda | |
2020-05-15 | Add support for `summary` field for media description (#13763) | ThibG | |
2020-05-14 | Fix hashtag search performing account search as well (#13758) | ThibG | |
2020-05-14 | Fix webfinger returning wrong status code on malformed or missing param (#13759) | ThibG | |
Fixes #13757 | |||
2020-05-14 | Fix regression in sparkline style in web UI (#13753) | Eugen Rochko | |