about summary refs log tree commit diff
path: root/app/views/api
AgeCommit message (Expand)Author
2017-04-11When avatar/header are GIF, generate static versions (#1428)Eugen
2017-03-31Fix some views still not using counter cachesEugen Rochko
2017-03-30Add counter caches for a large performance increase on API requestsEugen Rochko
2017-03-28Fix #690 - Webfinger should handle new shortform profile URLs now (nice)Eugen Rochko
2017-03-24Fix #675 - return created_at in notifications APIEugen Rochko
2017-03-22Web UI support for the new omnisearchEugen Rochko
2017-03-22New API method: /api/v1/searchEugen Rochko
2017-03-15Fix #525 - Add instance information APIEugen Rochko
2017-03-15Merge branch 'master' into mastodon-site-apiEugen
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-02-27Adds site metadata access to the APIKibigo
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko
2017-02-05Fix #552 - Replace image links with image icons in status text in the UIEugen Rochko
2017-02-05No replies filter on home timeline no longer hides self-repliesEugen Rochko
2017-02-04untested!! spoiler hotfix for replieshoodie
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for non-blank...Eugen Rochko
2017-01-23Implement a click-to-view spoiler systemblackle
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-15Fix tests, add applications to eager loading/cache for statuses, fixEugen Rochko
2017-01-15Add tracking of OAuth app that posted a status, extend OAuth apps to have opt...Effy Elden
2016-12-29Add API for retrieving favouritesEugen Rochko
2016-12-29Add API for retrieving blocked accountsEugen 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-05Downsize originals in media attachments, small fixesEugen Rochko
2016-12-04Do not use expiring links after allEugen Rochko
2016-12-04Set a specific S3 expiration time so that files can be cachedEugen Rochko
2016-12-04Do not autoplay videos, display play button instead. Use expiring links when ...Eugen Rochko
2016-11-30Add basic OEmbed provider API, fix #247Eugen Rochko
2016-11-23Adding sensitive marker to statuses in APIEugen Rochko
2016-11-21Performance improvement for notifications APIEugen Rochko
2016-11-20Adding unified streamable notificationsEugen Rochko
2016-11-08Move timelines API from statuses to its own controller, add a check forEugen Rochko
2016-11-07Account notes (bios) can now contain links. Character limit upped to 160Eugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-03Disable accounts caching tooEugen Rochko
2016-11-03Disable caching of statuses (maybe this will help with the weird bug)Eugen Rochko
2016-11-03Fix reblogged/favourited caching; add API endpoints for who favd/reblogged st...Eugen Rochko
2016-11-03Caching should work correctly now (fingers crossed)Eugen Rochko
2016-11-03Need to disable caching again due to bug in RablEugen Rochko
2016-11-03Enable caching for some rabl viewsEugen Rochko
2016-10-29Adding common followers API, fixing fallback query againEugen Rochko
2016-10-16Fix #16 - Optimize n+1 queries when checking reblogged/favourited values for ...Eugen Rochko
2016-10-14Adding sync of follow relationships to Neo4J, accounts/suggestions APIEugen Rochko
2016-10-07Adding public timelineEugen Rochko