Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-04 | Fix ActionController::Parameters in API issue | Eugen Rochko | |
2017-03-30 | Import feature for following/blocking lists (addresses #62, #177, #201, #454) | Eugen Rochko | |
2017-03-30 | Add counter caches for a large performance increase on API requests | Eugen Rochko | |
2017-03-22 | New API method: /api/v1/search | Eugen Rochko | |
Returns accounts, statuses, hashtags arrays | |||
2017-03-17 | Forgot to hook up API with the latest method | Eugen Rochko | |
2017-03-15 | Fix #525 - Add instance information API | Eugen Rochko | |
2017-03-15 | Merge branch 'master' into mastodon-site-api | Eugen | |
2017-03-06 | Performance improvement for profiles | Eugen Rochko | |
2017-03-05 | Improved /api/v1/accounts/:id/statuses with new params: only_media, ↵ | Eugen Rochko | |
exclude_replies Redirect /:username to /users/:username Redirect /:username/:id to /users/:username/updates/:id Updated API documentation and sponsors | |||
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave | |
2017-02-27 | Adds site metadata access to the API | Kibigo | |
2017-02-26 | Add validation of media attachments, clean up mastodon-own exception classes | Eugen Rochko | |
2017-02-26 | Merge branch 'fix_462' of https://github.com/rmhasan/mastodon into ↵ | Eugen Rochko | |
rmhasan-fix_462 | |||
2017-02-25 | Add tuning documentation, add <content> tags back to most salmons, | Eugen Rochko | |
make status pagination headers generation more lax about next page existing | |||
2017-02-19 | Removed try clause from create action in status controller | Rakib Hasan | |
Using catch statement in api_controller.rb to catch NotPermitted Exception, and render error message | |||
2017-02-19 | revisted fix for #462 | Rakib Hasan | |
Moved validation to services/post_status_service.rb | |||
2017-02-19 | Fix for issue #462 | Rakib Hasan | |
Modified uploadCompose action to send media ids of attached media when sending a request. Modified create method in MediaController to check if when posting a video, there are no other media attached to the status by looking at the media ids sent from the uploadCompose action. | |||
2017-02-17 | Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with ↵ | Eugen Rochko | |
media attachments Make replies default to privacy settings of the status being replied to | |||
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-11 | Make follow requests federate | Eugen Rochko | |
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen Rochko | |
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen | |||
2017-02-05 | Remove bios from blocked users list, filter out broken entries from API response | Eugen Rochko | |
2017-02-05 | Removing failed push notification API, make context loads use cache | Eugen Rochko | |
2017-02-02 | Cleaning up format of broadcast real-time messages, removing | Eugen Rochko | |
redis-backed "mentions" timeline as redundant (given notifications) | |||
2017-01-29 | API for apps to register for push notifications | Eugen Rochko | |
2017-01-26 | Improve infinite scroll on notifications | Eugen Rochko | |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for ↵ | Eugen Rochko | |
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations | |||
2017-01-24 | Merge branch 'master' into master | Eugen | |
2017-01-24 | Make blocks create entries and unfollows instantly, but do the clean up | Eugen Rochko | |
in the background instead. Should fix delay where blocked person can interact with blocker for a short time before background job gets processed | |||
2017-01-24 | API now respects ?limit param as long as it's within 2x default limit | Eugen Rochko | |
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-23 | Move merging/unmerging of timelines into background. Move blocking into | Eugen Rochko | |
background as well since it's a computationally expensive | |||
2017-01-23 | Add /api/v1/notifications/clear, non-existing link cards for statuses will | Eugen Rochko | |
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses | |||
2017-01-22 | Fix inflection | Eugen | |
2017-01-21 | Method to fetch a single notification | Eugen Rochko | |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko | |
2017-01-19 | Don't show loading bar when re-loading already loaded status. Don't even try ↵ | Eugen Rochko | |
to fetch ancestors from DB when in_reply_to_id is nil | |||
2017-01-16 | Fix #238 - Add "favourites" column | Eugen Rochko | |
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have ↵ | Effy Elden | |
optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 | |||
2017-01-13 | Extend rails-settings-cached to merge db-saved hash values with defaults | Eugen Rochko | |
2017-01-10 | Home column filters | Eugen Rochko | |
2017-01-09 | Persist UI settings, add missing localizations for German | Eugen Rochko | |
2016-12-29 | Add API for retrieving favourites | Eugen Rochko | |
2016-12-29 | Add API for retrieving blocked accounts | Eugen Rochko | |
2016-12-26 | Follow requests send e-mail notifications, but are excluded from ↵ | Eugen Rochko | |
notifications API Better initial state for unlisted/nsfw toggles | |||
2016-12-26 | Adding follow requests API | Eugen Rochko | |
2016-12-22 | Follow call on locked account creates follow request instead | Eugen Rochko | |
Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts | |||
2016-12-21 | Private visibility on statuses prevents non-followers from seeing those | Eugen Rochko | |
Filters out hidden stream entries from Atom feed Blocks now generate hidden stream entries, can be used to federate blocks Private statuses cannot be reblogged (generates generic 422 error for now) POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean Statuses JSON now contains visibility=(public|unlisted|private) field | |||
2016-12-19 | Make unfavouriting async to prevent timeout errors from leaving orphaned ↵ | Eugen Rochko | |
records behind | |||
2016-12-18 | Adjusting public display of statuses to look similar to logged-in UI, | Eugen Rochko | |
fix #361 with rich OEmbed display via iframe, fix #237 by hiding sensitive content behind a spoiler on public pages |