This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
Watch
1
Star
0
Fork
0
You've already forked tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
synced
2025-02-17 16:13:50 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tootlab-mastodon
/
app
/
controllers
/
api
/
v1
History
Rakib Hasan
6f9ecd899e
revisted fix for
#462
...
Moved validation to services/post_status_service.rb
2017-02-19 08:28:33 +00:00
..
accounts_controller.rb
Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with media attachments
2017-02-17 01:30:24 +01:00
apps_controller.rb
Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views.
Resolves
#11
2017-01-15 08:58:50 +11:00
blocks_controller.rb
Remove bios from blocked users list, filter out broken entries from API response
2017-02-05 19:39:00 +01:00
favourites_controller.rb
API now respects ?limit param as long as it's within 2x default limit
2017-01-24 04:22:10 +01:00
follow_requests_controller.rb
Make follow requests federate
2017-02-11 02:58:00 +01:00
follows_controller.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
2016-11-15 16:56:29 +01:00
media_controller.rb
revisted fix for
#462
2017-02-19 08:28:33 +00:00
notifications_controller.rb
Improve infinite scroll on notifications
2017-01-26 04:30:40 +01:00
reports_controller.rb
Adding POST /api/v1/reports API, and a UI for submitting reports
2017-02-14 20:59:26 +01:00
statuses_controller.rb
revisted fix for
#462
2017-02-19 08:28:33 +00:00
timelines_controller.rb
Add API modifiers to limit returned toots from public/hashtag timelines
2017-02-06 23:16:20 +01:00