Age | Commit message (Expand) | Author |
2017-11-11 | Updates per code review | aschmitz |
2017-11-09 | "Show reblogs" per-follower UI/database changes | aschmitz |
2017-09-16 | Fix error when following locked accounts (#4896) | Eugen Rochko |
2017-09-13 | Fixed a typo that was breaking the account mute API endpoint | Surinna Curtis |
2017-09-13 | Refactor handling of default params for muting to make code cleaner | Surinna Curtis |
2017-09-13 | Less gross passing of notifications flag | Surinna Curtis |
2017-09-13 | API support for muting notifications (and specs) | Surinna Curtis |
2017-09-05 | Fix #4794 - Fake instant follow in API response when account is believed unlo... | Eugen Rochko |
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead o... | Eugen Rochko |
2017-06-07 | Clean up for api/base controller (#3629) | Matt Jankowski |
2017-05-31 | Spec coverage and refactor for the api/v1/accounts controllers (#3451) | Matt Jankowski |
2017-05-25 | More use of next link header on account (media) timelines (#3311) | unarist |
2017-05-23 | Fix following/followers API to return correct link headers (#3268) | unarist |
2017-05-20 | Use joins for account properties (#3167) | Akihiko Odaki |
2017-05-19 | Add buttons to block and unblock domain (#3127) | Eugen Rochko |
2017-04-19 | Simplify render in controllers (#2144) | Matt Jankowski |
2017-04-09 | Fix /api/v1/accounts/update_credentials tests (#1357) | Eugen |
2017-04-09 | Allow users to update their Account in the API (#1179) | David Celis |
2017-04-08 | Make public timelines API not require user context/app credentials (#1291) | Eugen |
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 |
2017-03-17 | Forgot to hook up API with the latest method | Eugen Rochko |
2017-03-06 | Performance improvement for profiles | Eugen Rochko |
2017-03-05 | Improved /api/v1/accounts/:id/statuses with new params: only_media, exclude_r... | Eugen Rochko |
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave |
2017-02-25 | Add tuning documentation, add <content> tags back to most salmons, | Eugen Rochko |
2017-02-17 | Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with m... | Eugen Rochko |
2017-01-24 | Make blocks create entries and unfollows instantly, but do the clean up | Eugen Rochko |
2017-01-24 | API now respects ?limit param as long as it's within 2x default limit | Eugen Rochko |
2017-01-23 | Move merging/unmerging of timelines into background. Move blocking into | Eugen Rochko |
2017-01-13 | Extend rails-settings-cached to merge db-saved hash values with defaults | Eugen Rochko |
2016-12-22 | Follow call on locked account creates follow request instead | Eugen Rochko |
2016-12-21 | Private visibility on statuses prevents non-followers from seeing those | Eugen Rochko |
2016-12-01 | Fix pt translations, improve pre-cache queries, removing will_paginate | Eugen Rochko |
2016-11-29 | Unify collection caching code | Eugen Rochko |
2016-11-25 | Remove stale entries from cache results | Eugen Rochko |
2016-11-24 | Remove Neo4J | Eugen Rochko |
2016-11-23 | Cache accounts/:id/statuses and single statuses too | Eugen Rochko |
2016-11-22 | Moving some counter queries out of subqueries in the API | Eugen Rochko |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko |
2016-11-14 | Fix wrong link header on followers API, wrong link in tabs component, order | Eugen Rochko |
2016-11-12 | Add limit to search results | Eugen Rochko |
2016-11-12 | Use full-text search for autosuggestions | Eugen Rochko |
2016-11-10 | Improve filtering of public/hashtag timelines, both in backlog and real-time | Eugen Rochko |
2016-11-09 | API pagination for all collections using Link header | Eugen Rochko |
2016-11-08 | Move timelines API from statuses to its own controller, add a check for | Eugen Rochko |
2016-11-04 | Adding hashtag model | Eugen Rochko |
2016-10-30 | Limit returned followees/followers by API to 40 for now | Eugen Rochko |
2016-10-29 | Adding common followers API, fixing fallback query again | Eugen Rochko |
2016-10-22 | Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting | Eugen Rochko |