This website requires JavaScript.
Explore
Help
Register
Sign In
luna
/
mastodon
Watch
0
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced
2024-11-07 15:34:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0daf78f903
mastodon
/
app
/
controllers
/
api
/
v1
History
Claire
2b45fecde1
Fix multiple N+1s in ConversationsController (
#25134
)
2023-06-01 02:41:51 +02:00
..
accounts
Change unauthenticated responses to be cached in REST API (
#24348
)
2023-04-25 15:41:34 +02:00
admin
Fix POST
/api/v1/admin/domain_allows
returning 200 when no domain is specified (
#24958
)
2023-05-22 13:44:49 +02:00
announcements
apps
crypto
emails
Add polling and automatic redirection to
/start
on email confirmation (
#25013
)
2023-05-16 18:03:52 +02:00
featured_tags
instances
Fix /api/v1/instance/domain_blocks being unconditionally cached (
#24662
)
2023-04-26 11:42:47 +02:00
lists
polls
push
Fix Rails/ActionOrder cop (
#24692
)
2023-04-30 06:46:39 +02:00
statuses
Fix race condition when reblogging a status (
#25016
)
2023-05-17 00:09:21 +02:00
timelines
trends
accounts_controller.rb
announcements_controller.rb
apps_controller.rb
blocks_controller.rb
bookmarks_controller.rb
conversations_controller.rb
Fix multiple N+1s in ConversationsController (
#25134
)
2023-06-01 02:41:51 +02:00
custom_emojis_controller.rb
Fix /api/v1/custom_emojis being cached even when unauthenticated API access is disallowed (
#24665
)
2023-04-28 10:01:38 +02:00
directories_controller.rb
domain_blocks_controller.rb
endorsements_controller.rb
favourites_controller.rb
featured_tags_controller.rb
Remove dead code in Api::V1::FeaturedTagsController (
#25073
)
2023-05-23 14:27:37 +02:00
filters_controller.rb
Fix Rails/ActionOrder cop (
#24692
)
2023-04-30 06:46:39 +02:00
follow_requests_controller.rb
followed_tags_controller.rb
instances_controller.rb
lists_controller.rb
markers_controller.rb
media_controller.rb
Make it possible to upload audio and video to Heroku app (
#24866
)
2023-05-05 14:41:07 +02:00
mutes_controller.rb
notifications_controller.rb
polls_controller.rb
preferences_controller.rb
reports_controller.rb
scheduled_statuses_controller.rb
statuses_controller.rb
streaming_controller.rb
suggestions_controller.rb
tags_controller.rb