You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eugen Rochko
9aecc0f48a
Move timelines API from statuses to its own controller, add a check for
...
resources that require a user context vs those that don't (such as public timeline)
/api/v1/statuses/public -> /api/v1/timelines/public
/api/v1/statuses/home -> /api/v1/timelines/home
/api/v1/statuses/mentions -> /api/v1/timelines/mentions
/api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
8 years ago
..
api
Move timelines API from statuses to its own controller, add a check for
8 years ago
auth
Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect
8 years ago
concerns
Initial commit
9 years ago
oauth
Fix OAuth authorization redirect
8 years ago
settings
E-mail preferences page
8 years ago
about_controller.rb
Fix follow icon changing plus to minus, add terms page stub
8 years ago
accounts_controller.rb
Fix #72 - add follow/unfollow button to public profiles
8 years ago
api_controller.rb
Move timelines API from statuses to its own controller, add a check for
8 years ago
application_controller.rb
Fix sign-in redirecting "back" to a missing image because missing static files hit the raise_not_found method
8 years ago
home_controller.rb
Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
8 years ago
media_controller.rb
Uploading/undoing media modifies status text. Also: status text trimmed before validation
8 years ago
stream_entries_controller.rb
Catching more exceptions that slipped through, removing AR logging from
8 years ago
tags_controller.rb
Fix linking of remote hashtags in UI, add public view of hashtags
8 years ago
xrd_controller.rb
Improving all forms
8 years ago