Age | Commit message (Expand) | Author |
2017-01-13 | Extend rails-settings-cached to merge db-saved hash values with defaults | 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 notification... | Eugen Rochko |
2016-12-26 | Adding follow requests API | 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-19 | Make unfavouriting async to prevent timeout errors from leaving orphaned reco... | Eugen Rochko |
2016-12-01 | Fix pt translations, improve pre-cache queries, removing will_paginate | Eugen Rochko |
2016-11-30 | Per-status control for unlisted mode, also federation for unlisted mode | Eugen Rochko |
2016-11-29 | Unify collection caching code | Eugen Rochko |
2016-11-29 | Delete statuses asynchronously but provide instant feedback in the API | Eugen Rochko |
2016-11-25 | Remove stale entries from cache results | Eugen Rochko |
2016-11-24 | Remove Neo4J | Eugen Rochko |
2016-11-24 | Extract filename obfuscation into module | Alyssa Ross |
2016-11-23 | Rename media to avoid exposing filename (fixes #207) | Andrea Faulds |
2016-11-23 | Cache accounts/:id/statuses and single statuses too | Eugen Rochko |
2016-11-23 | Adding sensitive marker to statuses in API | Eugen Rochko |
2016-11-23 | Rename "publish" to "toot" in english locale, fix lightbox showing old image | Eugen Rochko |
2016-11-23 | Implement includes caching for timelines APIs | Eugen Rochko |
2016-11-22 | More query optimizations | Eugen Rochko |
2016-11-22 | Moving some counter queries out of subqueries in the API | Eugen Rochko |
2016-11-22 | Remove unneeded indices, improve error handling in background workers, don't ... | Eugen Rochko |
2016-11-21 | Performance improvement for notifications API | Eugen Rochko |
2016-11-21 | Remove some n+1 queries from notifications API | Eugen Rochko |
2016-11-21 | Remove orphaned notifications, add scopes param to app create API | Eugen Rochko |
2016-11-20 | Adding unified streamable notifications | Eugen Rochko |
2016-11-15 | Fix #144 - Filter statuses from blocked users out of ancestors/descendants re... | 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-05 | Adding hashtags | Eugen Rochko |
2016-11-04 | Adding hashtag model | Eugen Rochko |
2016-11-03 | Allow @username@domain/@username in follow form, prevent duplicate accounts | Eugen Rochko |
2016-11-03 | Fix reblogged/favourited caching; add API endpoints for who favd/reblogged st... | Eugen Rochko |
2016-11-03 | Need to disable caching again due to bug in Rabl | 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-09 | Public timeline to exclude users you blocked | Eugen Rochko |
2016-10-07 | Adding public timeline | Eugen Rochko |
2016-10-06 | Better comparison of "local" domain | Eugen Rochko |
2016-10-06 | Catch Paperclip errors on /api/v1/media, return early from update profile ser... | Eugen Rochko |
2016-10-03 | API for blocking and unblocking | Eugen Rochko |