about summary refs log tree commit diff
path: root/app/controllers/api
AgeCommit message (Expand)Author
2019-09-02fix tag timeline media prefetching, remove `limit_params` from prefetch queriesmultiple creatures
2019-09-01pre-emptively fetch missing remote media when a timeline's api page is readmultiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-18privacy - require authentication on all timeline endpoints to make life diffi...multiple creatures
2019-08-15custom filters now have an option to add or override content warnings; filter...multiple creatures
2019-08-05add ability to access bookmarks from #self.bookmarks tagmultiple creatures
2019-08-04restrict private pin visibility to packmates & do not include them in `featur...multiple creatures
2019-08-02filters now have options to separately match post text, content warnings/titl...multiple creatures
2019-07-24success message when processing bangtags-only scriptsmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-18better handling of bangtag-only posts that produce no outputmultiple creatures
2019-07-17add search env to controller fileLumb
2019-07-15make blocking domains actually block the accountsmultiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Privacy: add options to make interaction lists private and to not be included...multiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21Adjust search limits and ordering.multiple creatures
2019-05-21Allow own roars to be included in lists.multiple creatures
2019-05-21Split boosts/repeats off to their own tab and add to the API.multiple creatures
2019-05-21Custom filters: add ability to create filters that exclude or are exclusive ...multiple creatures
2019-05-21Allow sharekeys to be set via the API.multiple creatures
2019-05-21Make sure only distributable statuses are marked curated; move bangtags proce...multiple creatures
2019-05-21Add scope restrictions on curated world timeline considerations.multiple creatures
2019-05-21Refactored community-curated world timeline code; **privacy**: remove support...multiple creatures
2019-05-21Raise max search result limit to 66 in API.multiple creatures
2019-05-21Use PostgreSQL FTS for searches.multiple creatures
2019-05-17Add API support for setting status content-typeThibaut Girka
2019-05-11Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-11Add toot source to delete result to ease Delete & Redraft (#10669)ThibG
2019-05-04Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-03Explicitly disable storage of REST API results (#10655)ThibG
2019-04-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko
2019-04-01Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-01Hide blocking accounts from blocked users (#10442)ThibG
2019-03-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-28squashed identity proof updates (#10375)Alex Gessner
2019-03-20Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-18Add Keybase integration (#10297)Eugen Rochko
2019-03-16Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-15Add `visibility` param to reblog REST API (#9851)Eugen Rochko
2019-03-15Add a preferences API so apps can share basic behaviours (#10109)Eugen Rochko
2019-03-14Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-03-13Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-13Fix `tagged` param not being normalized before querying tags (#10249)Eugen Rochko
2019-03-05Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-26Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-02-26Improve account media query (#10121)abcang