gearheads
/
mastodon
Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
mastodon/app/controllers
Eugen Rochko fce8464077
Ensure that boolean params in the API are parsed for truthiness (#6575)
Use Rails smart boolean cast to account for values such as "f",
"0", "false", etc. Previously, if a param was present in the request,
it would count as true.
2018-03-01 02:47:59 +01:00
..
activitypub
admin Redesign landing page (again) (#6486) 2018-02-22 01:03:48 +01:00
api Ensure that boolean params in the API are parsed for truthiness (#6575) 2018-03-01 02:47:59 +01:00
auth Fix #942: Seamless LDAP login (#6556) 2018-02-28 19:04:53 +01:00
concerns
oauth
settings
well_known
about_controller.rb Add option to show only local toots in timeline preview (#6292) 2018-02-04 06:00:10 +01:00
account_follow_controller.rb
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
accounts_controller.rb Fix prev/next links on public profile page (#6497) 2018-02-26 03:31:28 +01:00
application_controller.rb Fix #942: Seamless LDAP login (#6556) 2018-02-28 19:04:53 +01:00
authorize_follows_controller.rb
emojis_controller.rb
follower_accounts_controller.rb Improve public account cards (#6559) 2018-02-26 16:18:41 +01:00
following_accounts_controller.rb Improve public account cards (#6559) 2018-02-26 16:18:41 +01:00
home_controller.rb
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
shares_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb