about summary refs log tree commit diff
path: root/app/controllers/api
AgeCommit message (Expand)Author
2017-01-10Home column filtersEugen Rochko
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2016-12-29Add API for retrieving favouritesEugen Rochko
2016-12-29Add API for retrieving blocked accountsEugen Rochko
2016-12-26Follow requests send e-mail notifications, but are excluded from notification...Eugen Rochko
2016-12-26Adding follow requests APIEugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-12-19Make unfavouriting async to prevent timeout errors from leaving orphaned reco...Eugen Rochko
2016-12-18Adjusting public display of statuses to look similar to logged-in UI,Eugen Rochko
2016-12-18Add OEmbed iframe HTML, convert emojis on public pages, increase size of atta...Eugen Rochko
2016-12-01Fix pt translations, improve pre-cache queries, removing will_paginateEugen Rochko
2016-11-30Add basic OEmbed provider API, fix #247Eugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
2016-11-29Unify collection caching codeEugen Rochko
2016-11-29Delete statuses asynchronously but provide instant feedback in the APIEugen Rochko
2016-11-28Adding embedded PuSH serverEugen Rochko
2016-11-25Remove stale entries from cache resultsEugen Rochko
2016-11-24Remove Neo4JEugen Rochko
2016-11-24Extract filename obfuscation into moduleAlyssa Ross
2016-11-23Rename media to avoid exposing filename (fixes #207)Andrea Faulds
2016-11-23Cache accounts/:id/statuses and single statuses tooEugen Rochko
2016-11-23Adding sensitive marker to statuses in APIEugen Rochko
2016-11-23Rename "publish" to "toot" in english locale, fix lightbox showing old imageEugen Rochko
2016-11-23Implement includes caching for timelines APIsEugen Rochko
2016-11-22More query optimizationsEugen Rochko
2016-11-22Moving some counter queries out of subqueries in the APIEugen Rochko
2016-11-22Remove unneeded indices, improve error handling in background workers, don't ...Eugen Rochko
2016-11-21Performance improvement for notifications APIEugen Rochko
2016-11-21Remove some n+1 queries from notifications APIEugen Rochko
2016-11-21Remove orphaned notifications, add scopes param to app create APIEugen Rochko
2016-11-20Adding unified streamable notificationsEugen Rochko
2016-11-18Move Salmon processing to background as well as PuSHEugen Rochko
2016-11-15Fix #144 - Filter statuses from blocked users out of ancestors/descendants re...Eugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-15Delegate processing of incoming PuSH data to background workersEugen Rochko
2016-11-14Fix wrong link header on followers API, wrong link in tabs component, orderEugen Rochko
2016-11-12Add limit to search resultsEugen Rochko
2016-11-12Use full-text search for autosuggestionsEugen Rochko
2016-11-10Improve filtering of public/hashtag timelines, both in backlog and real-timeEugen Rochko
2016-11-09API pagination for all collections using Link headerEugen Rochko
2016-11-08Move timelines API from statuses to its own controller, add a check forEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Adding hashtag modelEugen Rochko
2016-11-03Allow @username@domain/@username in follow form, prevent duplicate accountsEugen Rochko
2016-11-03Fix reblogged/favourited caching; add API endpoints for who favd/reblogged st...Eugen Rochko
2016-11-03Need to disable caching again due to bug in RablEugen Rochko
2016-10-30Limit returned followees/followers by API to 40 for nowEugen Rochko
2016-10-29Adding common followers API, fixing fallback query againEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko