summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2022-05-03[chore] Move initial MediaRemotePrune to cmd.server function (#536)Libravatar tobi5
2022-05-03[feature] Run initial cache cleanup on gotosocial start in case max-age chang...Libravatar kim1
2022-05-02[chore] Fix inbox iris test to use 'contains' instead of index (#529)Libravatar tobi1
2022-05-02[bugfix] Fix panic when relative tmpl path given to router (#528)Libravatar tobi1
2022-05-02[bugfix] Allow self-boosting for any visibility but direct (#510)Libravatar Adelie Paull8
2022-05-02[chore] Update all but bun libraries (#526)Libravatar kim1
2022-05-02add extra indexes as a migration (#527)Libravatar tobi1
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi13
2022-05-01Add logging to the new generic worker package (#516)Libravatar kim1
2022-04-29[chore] Add Federatingactor.Send() tests and log call (#509)Libravatar tobi4
2022-04-29[chore] Inboxes for iri test (#508)Libravatar tobi10
2022-04-29[feature] allow absolute path to templates (#507)Libravatar Terin Stock2
2022-04-28Add support for running profiling when debug build-tags provided (#491)Libravatar kim1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim57
2022-04-28[bugfix] Fix possible race condition in federatingdb (#490)Libravatar kim2
2022-04-28[bugfix] use Exec to rename media_attachments (#498)Libravatar Terin Stock1
2022-04-26[chore] Return more useful errors from auth failure (#494)v0.3.1Libravatar tobi9
2022-04-26[bugfix] Trim log entries to 1700 chars before they enter syslog (#493)Libravatar tobi3
2022-04-26[bugfix] Fix CWs not showing sometimes (#488)Libravatar tobi3
2022-04-25[bugfix] Allow processing of .png files where checksum is not correct (#487)Libravatar tobi7
2022-04-24[chore] Add two new test images for media processing (#424)Libravatar 0hlov32
2022-04-24[bug] Fix status API / status web API being case sensitive (#481)Libravatar tobi4
2022-04-24[feature] Implement media v2 endpoint to accommodate Tusky 17 (#480)Libravatar tobi3
2022-04-24Revert "[chore] Tidy up federating db locks a tiny bit (#472)" (#479)Libravatar tobi1
2022-04-19[chore] Tidy up federating db locks a tiny bit (#472)Libravatar tobi1
2022-04-18[bugfix] Fix infinite domain block database loop (#467)Libravatar tobi1
2022-04-18[bugfix] Use our own (Batch)Deliver implementation for federated messages (#466)Libravatar tobi1
2022-04-18[feature] Add log-db-queries config option (#465)Libravatar tobi4
2022-04-16[bugfix] Convert IDNs to punycode before using as session name (#458)Libravatar tobi2
2022-04-16[bugfix] Use background ctx for domain block side effects (#457)Libravatar tobi1
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi20
2022-04-10[bugfix] Fix broken only_media and only_public flags on /api/v1/accounts/:id/...v0.2.3Libravatar tobi4
2022-04-05[dependency] Update superseriousbusiness/activity dependency (#446)Libravatar tobi1
2022-04-02[chore] Update Go version to 1.18 (#444)Libravatar tobi8
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi16
2022-03-22 [bugfix] Fix media uploads blocking after a failed upload #438 Libravatar tobi1
2022-03-21[bugfix] Fix images not being processed correctly sometimes (#437)Libravatar tobi4
2022-03-21don't error if content property is nil (#436)Libravatar tobi1
2022-03-21[bugfix] Close ReadClosers properly in the media package (#434)Libravatar tobi4
2022-03-19[feature] Admin account actions (#432)Libravatar tobi13
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi13
2022-03-15[performance] Add dereference shortcuts to avoid making http calls to self (#...Libravatar tobi4
2022-03-13[bugfix] Fix bug where admin panel could not be accessed at `/admin` (#427)Libravatar tobi2
2022-03-13[bugfix] Fix html-escaped characters in content warnings (#426)Libravatar tobi2
2022-03-07[performance] Database optimizations (#419)v0.2.1Libravatar tobi5
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi30
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi10
2022-02-21[bugfix] Fix thumbnail image type (#406)Libravatar tobi3
2022-02-19[feature] Gin enable gzip encoding (#405)Libravatar tobi2
2022-02-19[feature] Stream files via reader (#404)Libravatar tobi3