Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [Glitch] Adjust flash alert contrast for better readability | Christopher Choi | |
Port b4a8400afd88a2ae8822757e5d30975494be2512 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-06-01 | [Glitch] Allow Ctrl-click to keep EmojiPicker window open | Brian C. Lindner | |
Port 64154c5161d4d5c82877fba549d72068cc7f9e16 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-06-01 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-06-01 | Improve appearance of notification cleaning UI | ariasuni | |
- Use smaller font-size for consistency with the rest of the UI - Make better use of the horizontal space when available | |||
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-31 | Hide local-only pinned toots from public profiles | Thibaut Girka | |
Fixes #1336 This also fixes federating pinned toots when some of them are local-only. Public profiles will not show public toots, whether you are logged in or not (this is consistent with local-only toots that are not pinned). | |||
2020-05-30 | Fix backup archive including outgoing-only content warnings | Thibaut Girka | |
2020-05-30 | Add support for setting Content Warning for CW-less outgoing toots | Thibaut Girka | |
2020-05-29 | [Glitch] Fix timeline markers in Firefox | ThibG | |
Port cc650bc023e00d07c5796b7602d86597bb437f45 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-05-29 | [Glitch] Fix timeline markers not working on Chrome | ThibG | |
Port 5aff2a6957e861162d67c4610277e9bb2a6f8186 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-05-29 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
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-28 | Fix local-only hashtag columns | Thibaut Girka | |
2020-05-28 | Fix one import being made on mastodon's codebase instead of glitch-soc's | Thibaut Girka | |
2020-05-28 | [Glitch] Change wording from “Hide media” to “Hide image/images” in ↵ | Mélanie Chauvel | |
Web UI Port 40d81620b00f6c4ed30b78f95b443a08e62ae8fa to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-05-28 | [Glitch] Fix local streaming of hashtag timelines | Takeshi Umeda | |
Port 3a1a21ad5725bed7f82b516b4174272c1e931223 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-05-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-05-28 | Fix exception when trying to serialize posts with <a> tags in them without ↵ | Ben Lubar | |
hrefs (#1334) * fix exception when trying to serialize posts with <a> tags in them without hrefs * Add tests Co-authored-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-05-26 | Fix Cmd-Enter not working to send toot | Thibaut Girka | |
Fixes #1333 | |||
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-21 | Fix backup service when user has posted instance-local toots, again | Thibaut Girka | |
2020-05-20 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
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 | [Glitch] Fix regression in sparkline style in web UI | Eugen Rochko | |
Port c9dcc2d39fb5bd945ecd999e50c08a86cce1aa3e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> |