Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-15 | removed arrow syntax, default mastodon version is 4 | myk bilokonsky | |
2017-04-15 | Avoid 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-15 | Better 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-11 | tweaked documentation, only boost public toots, tweaked algorithm | myk bilokonsky | |
2017-04-10 | cleanup | myk bilokonsky | |
2017-04-10 | there it is | myk bilokonsky | |
2017-04-10 | debugging... | myk bilokonsky | |
2017-04-10 | fixed typo | myk bilokonsky | |
2017-04-10 | cleanup | myk bilokonsky | |
2017-04-10 | removing more es6 | myk bilokonsky | |
2017-04-10 | weird bug, trying to see if it is related to node version not handling es6 ↵ | myk bilokonsky | |
strings sometimes? | |||
2017-04-10 | cleaner warning | myk bilokonsky | |
2017-04-10 | handled error for already-boosted toots | myk bilokonsky | |
2017-04-10 | cleanup output | myk bilokonsky | |
2017-04-10 | fixed typo | myk bilokonsky | |
2017-04-10 | added pm2 for production running | myk bilokonsky | |
2017-04-10 | actually wiring up the api now | myk bilokonsky | |
2017-04-10 | api and readme | myk bilokonsky | |
2017-04-10 | added config | myk bilokonsky | |
2017-04-10 | added config | myk bilokonsky | |
2017-04-10 | removed pool, just have a single default-setting setup now | myk bilokonsky | |
2017-04-09 | initial test | myk bilokonsky | |