Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-06 | Add back node-fetch changes HEAD main | Reverite | |
2018-12-06 | Carry over changes from vulpineclub/ambassador | Reverite | |
Credit to rtucker, see https://github.com/vulpineclub/ambassador/commits/master | |||
2018-08-22 | Fix syntax error | pluralcafe-docker | |
2018-08-22 | Method POST | pluralcafe-docker | |
2018-08-22 | Don't use node-mastodon and instead use fetch | pluralcafe-docker | |
2018-08-22 | This time's the charm? | pluralcafe-docker | |
2018-08-22 | Add node-mastodon to Dockerfile | pluralcafe-docker | |
2018-08-22 | Use insecure mode for docker | pluralcafe-docker | |
2018-08-20 | Change mirror to uk | pluralcafe-docker | |
2018-08-20 | Fix ca-certificate error | pluralcafe-docker | |
2018-08-20 | Remove lock temporarily | pluralcafe-docker | |
2018-08-20 | Update view for new status_stats table | pluralcafe-docker | |
2018-08-20 | Bring over vulpineclub changes | pluralcafe-docker | |
2018-08-20 | Fix non-root ping issues | pluralcafe-docker | |
2018-06-12 | Let's try this again... | reverite | |
2018-06-12 | Remove alpine commands | reverite | |
2018-06-12 | Use slim instead of alpine | reverite | |
2018-05-26 | Use latest Node since ECDSA bug fixed | thekettu | |
2018-04-08 | Use Node 6 image to revert ECDH bug | reverite | |
2018-04-08 | Upgrade dependencies | reverite | |
2018-04-08 | Ambassador edits (credit to @rtucker) | reverite | |
2018-04-08 | Fix ca-certificates being missing | reverite | |
2018-04-08 | Add Dockerfile | reverite | |
2017-06-09 | README: List instance at “The Vulpine Club” (#9) | The Fox in the Shell | |
Also, use Markdown syntax for links | |||
2017-04-15 | README: Update (cache not naive anymore) (#6) | The Fox in the Shell | |
2017-04-15 | cleanup | myk bilokonsky | |
2017-04-15 | errors | myk bilokonsky | |
2017-04-15 | ignoring production config file | myk bilokonsky | |
2017-04-15 | log output at startup | myk bilokonsky | |
2017-04-15 | row_id => row.id | myk bilokonsky | |
2017-04-15 | gotta retrieve created at timestamp | myk bilokonsky | |
2017-04-15 | debugging | myk bilokonsky | |
2017-04-15 | aha, no support for object key shorthand | myk bilokonsky | |
2017-04-15 | removed trailing comma, something is causing early node to crap out because of } | myk bilokonsky | |
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 | Readme now lists instances | myk bilokonsky | |
2017-04-11 | tweaked documentation, only boost public toots, tweaked algorithm | myk bilokonsky | |
2017-04-10 | removed accidental branded birdsite terminology | 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 | added restart command | 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 | additional copy edits | myk bilokonsky | |
2017-04-10 | documentation tweak | myk bilokonsky | |