You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/mastodon
Ben Lubar c66403b257
FIX: filters ignore media descriptions (#13837)
* 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>
5 years ago
..
actions FIX: filters ignore media descriptions (#13837) 5 years ago
components Hide sensitive preview cards with blurhash (#13985) 5 years ago
containers Fix expanded video player issues (#13541) 5 years ago
features Hide sensitive preview cards with blurhash (#13985) 5 years ago
locales Change wording from “Hide media” to “Hide image/images” in Web UI (#13834) 5 years ago
middleware Fix 404 and 410 API errors being silently discarded in WebUI (#13279) 5 years ago
reducers Fix timeline markers not working on Chrome (#13887) 5 years ago
selectors Code style improvements in JavaScript (#13159) 5 years ago
service_worker Code style improvements in JavaScript (#13159) 5 years ago
storage
store Code style improvements in JavaScript (#13159) 5 years ago
utils Fix uninformative error message when uploading unsupported image files (#13540) 5 years ago
api.js Do not set CSRF Token when no csrf header (#10383) 6 years ago
base_polyfills.js Fix old browsers crashing because of missing `finally` polyfill in web UI (#13115) 5 years ago
common.js Migrate Rails ujs as required for Rails 6 Upgrade. (#13280) 5 years ago
compare_id.js Add option to disable real-time updates in web UI (#9984) 6 years ago
extra_polyfills.js fix multiple space (#12655) 5 years ago
initial_state.js Add setting for whether to crop images in unexpanded toots (#12126) 5 years ago
is_mobile.js
load_keyboard_extensions.js fix: support KaiOS arrow navigation on public pages (#12251) 5 years ago
load_polyfills.js Fix old browsers crashing because of missing `finally` polyfill in web UI (#13115) 5 years ago
main.js Fix `/web` redirecting to `/web/web` in web UI (#13128) 5 years ago
performance.js
ready.js
rtl.js Exclude URLs from text analysis (#11759) 6 years ago
scroll.js Use ScrollToOptions for smooth scrolling if supported (#11207) 6 years ago
settings.js
stream.js minor server-sent events fixes (#12945) 5 years ago
test_setup.js
uuid.js