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.
2018-02-24 19:10:57 +01:00
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies) (#6540) 2018-02-23 01:16:17 +01:00
helpers Add direction tags to HTML e-mails for RTL languages (#6373) 2018-01-29 00:22:20 +01:00
javascript Do not use function name to track components (#6542) 2018-02-24 19:10:57 +01:00
lib Do not push status to feed if its reblog is already inserted (#6488) 2018-02-24 05:40:18 +01:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies) (#6540) 2018-02-23 01:16:17 +01:00
policies Account archive download (#6460) 2018-02-21 23:21:32 +01:00
presenters Redesign landing page (again) (#6486) 2018-02-22 01:03:48 +01:00
serializers Fix nil error in focal_point? (#6537) 2018-02-22 17:42:33 +01:00
services Account archive download (#6460) 2018-02-21 23:21:32 +01:00
validators Validation of count works even when text of status is nil (#6429) 2018-02-04 12:32:41 +01:00
views Fix container regression (#6531) 2018-02-22 03:04:27 +01:00
workers Account archive download (#6460) 2018-02-21 23:21:32 +01:00