summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2023-03-13[chore]: Bump github.com/ulule/limiter/v3 from 3.11.0 to 3.11.1 (#1616)Libravatar dependabot[bot]4
2023-03-13[chore]: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1618)Libravatar dependabot[bot]6
2023-03-13[chore]: Bump github.com/abema/go-mp4 from 0.10.0 to 0.10.1 (#1617)Libravatar dependabot[bot]4
2023-03-13[chore]: Bump golang.org/x/image from 0.5.0 to 0.6.0 (#1615)Libravatar dependabot[bot]5
2023-03-13[chore]: Bump codeberg.org/gruf/go-kv from 1.6.0 to 1.6.1 (#1619)Libravatar dependabot[bot]7
2023-03-12update license headers (#1612)Libravatar f0x5262
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney784
2023-03-12[chore] Fix opengraph properties (#1611)Libravatar tobi2
2023-03-11[feature] Support multiple subscriptions on single websocket connection (#1489)Libravatar darrinsmart4
2023-03-11[frontend/fix] Mobile css tweaks (#1605)Libravatar f0x526
2023-03-09[feature] Provide .well-known/host-meta endpoint (#1604)Libravatar Daenney9
2023-03-09[bug] Handle 410 on webfinger properly (#1601)Libravatar Daenney1
2023-03-08[chore] improved enrichAccount() logging (#1602)Libravatar kim1
2023-03-08[feature] Discover webfinger through host-meta (#1588)Libravatar Daenney13
2023-03-06[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)Libravatar tobi84
2023-03-06[bugfix] internal server error on search not found (#1590)Libravatar kim9
2023-03-06[feature] Add support for profile fields (#1483)Libravatar zowhoey21
2023-03-06[chore]: Bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.1 (#1595)Libravatar dependabot[bot]25
2023-03-06[chore]: Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 (#1597)Libravatar dependabot[bot]3
2023-03-06[chore]: Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#1593)Libravatar dependabot[bot]94
2023-03-06[chore]: Bump golang.org/x/text from 0.7.0 to 0.8.0 (#1594)Libravatar dependabot[bot]18
2023-03-04[chore] Print human readable config (#1589)Libravatar Daenney2
2023-03-04[feature] Allow loading TLS certs from disk (#1586)Libravatar Daenney12
2023-03-04use updateattachment when updating to ensure cache is invalidated (#1587)Libravatar kim1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim15
2023-03-03[bugfix] Federate status delete using just the URI (#1584)Libravatar tobi6
2023-03-03[bugfix] Clamp admin report limit <1 to 100 (#1583)Libravatar tobi3
2023-03-03[bugfix] Fix unpinning statuses not working (#1582)Libravatar tobi2
2023-03-03[bugfix] on deref new account, check db again for account on ErrAlreadyExists...Libravatar kim1
2023-03-02[bugfix] add ON CONFLICT statements to status updates (#1580)Libravatar tobi2
2023-03-02[feature] Advertise rich text formats, support content_type field (#1370)Libravatar Vyr Cossont23
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim130
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi29
2023-03-01[chore/performance] simplify storage driver to use storage.Storage directly (...Libravatar kim5
2023-02-28[chore] Improve unsupported_grant_type error (#1572)Libravatar Daenney1
2023-02-27[chore] Bump oauth2/v4 -> v4.6.6.6-SSB (#1571)Libravatar tobi4
2023-02-27[chore] bump go, build, and lint version (#1570)Libravatar tobi3
2023-02-27[chore]: Bump github.com/miekg/dns from 1.1.50 to 1.1.51 (#1566)Libravatar dependabot[bot]58
2023-02-27[chore] Better diff for envparsing test (#1562)Libravatar Daenney1
2023-02-27[chore]: Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (#1564)Libravatar dependabot[bot]5
2023-02-27[chore]: Bump github.com/minio/minio-go/v7 from 7.0.48 to 7.0.49 (#1567)Libravatar dependabot[bot]38
2023-02-26[chore] Use latest containers when building (#1554)Libravatar Daenney1
2023-02-25[chore] Inform user on how to get testrig (#1557)Libravatar Daenney1
2023-02-25[chore] Update vscode launch configuration (#1556)Libravatar Daenney1
2023-02-25[feature] Make OIDC admin groups configurable (#1555)Libravatar Daenney6
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi29
2023-02-25[chore] Update gin to v1.9.0 (#1553)Libravatar Daenney347
2023-02-23[bugfix] Fix deleted status causing issues when getting bookmark (#1551)Libravatar tobi3
2023-02-22[chore] improve opengraph descripiton tag (#1550)Libravatar Daenney2
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi246