Age | Commit message (Expand) | Author |
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 |
2016-10-16 | Fix #16 - Optimize n+1 queries when checking reblogged/favourited values for ... | Eugen Rochko |
2016-10-14 | Adding sync of follow relationships to Neo4J, accounts/suggestions API | Eugen Rochko |
2016-10-03 | API for blocking and unblocking | Eugen Rochko |
2016-10-03 | Integrating block relationships into the API (read-only for now) | Eugen Rochko |
2016-10-02 | Add since_id param to feeds | Eugen Rochko |
2016-10-02 | Add API for getting info about authenticated user: /api/v1/accounts/verify_cr... | Eugen Rochko |
2016-09-29 | Improve code style | Eugen Rochko |
2016-09-27 | Fix #52 - Add API versioning (v1) | Eugen Rochko |