summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2022-04-16[documentation] add screenshots to docs (#459)v0.3.0Libravatar 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 tobi33
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 tobi6
2022-04-02[chore] Update Go version to 1.18 (#444)Libravatar tobi16
2022-03-29[documentation] Add third-party packaging to documentation (#443)Libravatar tobi3
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi16
2022-03-28[feature/security] Add systemd sandboxing options to harden security (#440)Libravatar OniriCorpe1
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 tobi22
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 tobi14
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi15
2022-03-15[performance] Add dereference shortcuts to avoid making http calls to self (#...Libravatar tobi7
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-08[dependencies] update go-store, go-mutexes (#422)Libravatar kim13
2022-03-07[performance] Database optimizations (#419)v0.2.1Libravatar tobi5
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi424
2022-03-01[documentation] Creates Docker documentation and docker-compose.yaml (#416)Libravatar 0hlov33
2022-02-28[packaging] bump to builder 0.0.3 (#418)Libravatar tobi1
2022-02-27bump versions (#417)Libravatar tobi1
2022-02-27[packaging] Use buildx for multi-arch Docker builds (#413)Libravatar tobi4
2022-02-27Updates Docker Images (#415)Libravatar 0hlov31
2022-02-26[feature] Add Docker multi architecture Build and make goreleaser push the im...Libravatar 0hlov31
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 tobi11
2022-02-19[feature] Stream files via reader (#404)Libravatar tobi3
2022-02-16Use type=email for email input (#400)Libravatar Shadowfacts1
2022-02-15[bugfix] Only mark cookies as Secure on https (#398)Libravatar Shadowfacts1
2022-02-14[chore] fix mirror + clean up (#396)Libravatar tobi1
2022-02-12Merge pull request #361 from superseriousbusiness/media_refactorv0.2.0Libravatar kim244
2022-02-12[chore] Add nightly mirror to Codeberg.org (#392)Libravatar tobi1
2022-02-08Go mod tidyLibravatar tsmethurst1
2022-02-08store and retrieve processState atomicallyLibravatar tsmethurst3
2022-02-08hopefully fix potential race conditionLibravatar tsmethurst1
2022-02-08log error on header/avatar fetch failLibravatar tsmethurst2
2022-02-08go fmtLibravatar tsmethurst2
2022-02-08merge fixupLibravatar tsmethurst4
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst78
2022-02-08update outdated commentLibravatar tsmethurst1
2022-02-08add comment explaining store.lockLibravatar tsmethurst1
2022-02-07[chore] Drone config update (#383)Libravatar tobi3
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson19
2022-02-06don't bother negotiating Accept for webfinger (#381)Libravatar tobi1
2022-02-06if accountDomain isn't set, use Host value instead (#380)Libravatar tobi2