summary refs log tree commit diff
path: root/index.js
AgeCommit message (Collapse)Author
2018-12-06Carry over changes from vulpineclub/ambassadorReverite
Credit to rtucker, see https://github.com/vulpineclub/ambassador/commits/master
2018-08-22Fix syntax errorpluralcafe-docker
2018-08-22Method POSTpluralcafe-docker
2018-08-22Don't use node-mastodon and instead use fetchpluralcafe-docker
2018-08-22This time's the charm?pluralcafe-docker
2018-08-22Use insecure mode for dockerpluralcafe-docker
2018-08-20Bring over vulpineclub changespluralcafe-docker
2018-04-08Ambassador edits (credit to @rtucker)reverite
2017-04-15cleanupmyk bilokonsky
2017-04-15errorsmyk bilokonsky
2017-04-15log output at startupmyk bilokonsky
2017-04-15row_id => row.idmyk bilokonsky
2017-04-15gotta retrieve created at timestampmyk bilokonsky
2017-04-15debuggingmyk bilokonsky
2017-04-15aha, no support for object key shorthandmyk bilokonsky
2017-04-15removed trailing comma, something is causing early node to crap out because of }myk bilokonsky
2017-04-15removed arrow syntax, default mastodon version is 4myk bilokonsky
2017-04-15Avoid unrestricted access to the Mastodon DB (#5)The Fox in the Shell
* Use a limited, read-only view of public toots This is less scary than unrestricted access to the production database... * README: Update install process * README: Update SQL query * README: Update paragraph on direct DB access
2017-04-15Better boost cache (#4)The Fox in the Shell
* boost(): Avoid unnecessary projection * Abstraction for the cache of boosted toots * boosted: Use per-creation-time bucketing This allows to efficiently remove toots older than 5 days from the set, without having to entirely clear the set (and spike API use instead). Closes #3 * index.js: Use ES2015 style for concision * boosted: Avoid double-negation in methods “(not) already boosted” is more primitive than “(not) not already boosted”.
2017-04-11tweaked documentation, only boost public toots, tweaked algorithmmyk bilokonsky
2017-04-10cleanupmyk bilokonsky
2017-04-10there it ismyk bilokonsky
2017-04-10debugging...myk bilokonsky
2017-04-10fixed typomyk bilokonsky
2017-04-10cleanupmyk bilokonsky
2017-04-10removing more es6myk bilokonsky
2017-04-10weird bug, trying to see if it is related to node version not handling es6 ↵myk bilokonsky
strings sometimes?
2017-04-10cleaner warningmyk bilokonsky
2017-04-10handled error for already-boosted tootsmyk bilokonsky
2017-04-10cleanup outputmyk bilokonsky
2017-04-10fixed typomyk bilokonsky
2017-04-10added pm2 for production runningmyk bilokonsky
2017-04-10actually wiring up the api nowmyk bilokonsky
2017-04-10api and readmemyk bilokonsky
2017-04-10added configmyk bilokonsky
2017-04-10added configmyk bilokonsky
2017-04-10removed pool, just have a single default-setting setup nowmyk bilokonsky
2017-04-09initial testmyk bilokonsky