[chore] Silence maxprocs logging (#1402)
[chore] Silence maxprocs logging (#1402) This switches the logger to Debug. By default the library logs things internally despite returning errors. Due to the way we had it hooked up this resulted in...
View Article[chore] Use 'immediate' lock for sqlite transactions (#1404)
[chore] Use 'immediate' lock for sqlite transactions (#1404) * [chore] Use 'immediate' lock for sqlite transactions * allow 1 connection regardless of cpu amount
View Article[chore/performance] use only 1 sqlite db connection regardless of multiplier...
[chore/performance] use only 1 sqlite db connection regardless of multiplier (#1408)
View Article[feature] Implement `/api/v2/instance` endpoint (#1409)
[feature] Implement `/api/v2/instance` endpoint (#1409) * interim: start adding /api/v2/instance * finish up
View Article[bugfix] Read Bookwyrm Articles more thoroughly (#1410)
[bugfix] Read Bookwyrm Articles more thoroughly (#1410)
View Article[chore] Text formatting overhaul (#1406)
[chore] Text formatting overhaul (#1406) * Implement goldmark debug print for hashtags and mentions * Minify HTML in FromPlain * Convert plaintext status parser to goldmark * Move mention/tag/emoji...
View Article[feature/frogend] (Mastodon) domain block CSV import (#1390)
[feature/frogend] (Mastodon) domain block CSV import (#1390) * checkbox-list styling with taller element * CSV import/export, UI/UX improvements to import-export interface * minor styling tweaks * csv...
View Article[chore] reformat GetAccount() functionality, support updating accounts based...
[chore] reformat GetAccount() functionality, support updating accounts based on last_fetch (#1411) * reformat GetAccount() functionality, and add UpdateAccount() function. * use fetched_at instead of...
View Article