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
Akihiko Odaki 7cb49eaa3a Do not use function name to track components (#6542)
UglifyJS2 is allowed to mangle function names, and function names can also
be duplicate if they are from different scopes. Therefore function names
are not reliable as identifiers.

Functions as keys for Map object is a cheaper and more reliable
alternative.
7 years ago
..
chewy Full-text search for authorized statuses (#6423) 7 years ago
controllers New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies) (#6540) 7 years ago
helpers Add direction tags to HTML e-mails for RTL languages (#6373) 7 years ago
javascript Do not use function name to track components (#6542) 7 years ago
lib Do not push status to feed if its reblog is already inserted (#6488) 7 years ago
mailers Account archive download (#6460) 7 years ago
models New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies) (#6540) 7 years ago
policies Account archive download (#6460) 7 years ago
presenters Redesign landing page (again) (#6486) 7 years ago
serializers Fix nil error in focal_point? (#6537) 7 years ago
services Account archive download (#6460) 7 years ago
validators Validation of count works even when text of status is nil (#6429) 7 years ago
views Fix container regression (#6531) 7 years ago
workers Account archive download (#6460) 7 years ago