mastodon/app
Justin Tracey c9e8e1739c
replace all instances of "ends_with?" with "end_with?" (#15745)
The "ends_with?" method is just a Rails alias of Ruby's "end_with?" method.
Using the latter makes the code less brittle.
2021-02-19 09:56:14 +01:00
..
chewy Change `tootctl search deploy` algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers replace all instances of "ends_with?" with "end_with?" (#15745) 2021-02-19 09:56:14 +01:00
helpers Use custom mascot on static share page (#15687) 2021-02-11 02:18:56 +01:00
javascript Fixed WebUI crash when a status opened in the media modal is deleted (#15701) 2021-02-11 19:59:47 +01:00
lib replace all instances of "ends_with?" with "end_with?" (#15745) 2021-02-19 09:56:14 +01:00
mailers Change account suspensions to be reversible by default (#14726) 2020-09-15 14:37:58 +02:00
models Create instance actor if it hasn't been properly seeded (#15693) 2021-02-09 18:12:54 +01:00
policies Fix admins being able to suspend their instance actor (#14567) 2020-12-15 17:23:58 +01:00
presenters Use Enumerable#filter_map in more places (#15527) 2021-01-22 16:28:15 +01:00
serializers Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer (#15415) 2020-12-23 16:43:38 +01:00
services Fix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (#15716) 2021-02-12 05:45:38 +01:00
validators Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
views Use custom mascot on static share page (#15687) 2021-02-11 02:18:56 +01:00
workers Fix being able to import more than allowed number of follows (#15384) 2020-12-26 23:52:46 +01:00