summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2024-04-18[feature] Stub conversations endpoint (#2853)Libravatar tobi5
2024-04-18[feature] Stub account mutes endpoint (#2852)Libravatar tobi4
2024-04-17bump to modernc.org/sqlite v1.29.7 (#2850)Libravatar kim120
2024-04-17update to set requesting account when deleting status (#2849)Libravatar kim1
2024-04-17[feature] Status source endpoint (#2848)Libravatar tobi7
2024-04-17[feature] Stub status history endpoint (#2847)Libravatar tobi6
2024-04-17[bugfix] Fix minor API issue w/ boosted statuses (#2846)Libravatar tobi3
2024-04-16[bugfix] fix get all tokens (#2841)Libravatar tobi2
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi43
2024-04-15[performance] cached oauth database types (#2838)Libravatar kim18
2024-04-15[chore] Turn `accounts-registration-open` false by default (#2839)Libravatar tobi3
2024-04-15[chore] bump bun library versions (#2837)Libravatar kim22
2024-04-15[chore]: Bump golang.org/x/net from 0.23.0 to 0.24.0 (#2834)Libravatar dependabot[bot]3
2024-04-15[chore]: Bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#2835)Libravatar dependabot[bot]10
2024-04-14[chore] Delete the unnecessary #, because this # lead to the wrong URL (#2830)Libravatar Bishochiparaa1
2024-04-13[feature] Admin accounts endpoints; approve/reject sign-ups (#2826)Libravatar tobi74
2024-04-13[performance] update GetAccountsByIDs() to use the new multi cache loader end...Libravatar kim1
2024-04-12[bugfix] Include MIME email headers to avoid mangling non-ascii text (#2827)Libravatar tobi2
2024-04-11[chore]: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc...Libravatar dependabot[bot]286
2024-04-11[chore] update go-structr => v0.6.2 (fixes nested field ptr following) (#2822)Libravatar kim7
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi68
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim32
2024-04-10[chore]: Bump github.com/yuin/goldmark from 1.7.0 to 1.7.1 (#2819)v0.15.0Libravatar dependabot[bot]5
2024-04-10[chore]: Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#2816)Libravatar dependabot[bot]33
2024-04-10[docs] update deployment considerations docs with latest findings (#2821)Libravatar tobi2
2024-04-08[bugfix] Ensure side effects for local -> local follows get processed (#2820)v0.15.0-rc2Libravatar tobi2
2024-04-05[bugfix] temporarily replace `modernc.org/sqlite-v1.29.5` with `gitlab.com/Ny...Libravatar kim9
2024-04-04fix possible nil panic (#2809)Libravatar kim1
2024-04-04[chore] Log less output on failed test (#2804)Libravatar Daenney3
2024-04-03[bugfix] Sort follows chronologically (#2801)Libravatar Daenney2
2024-04-03[bugfix] improved authenticate post inbox error handling (#2803)Libravatar kim4
2024-04-02[bugfix] Set domain for empty-domain Friendica accounts (#2800)v0.15.0-rc1Libravatar tobi1
2024-04-02[bugfix] Set the `Host` header within the signing transport (#2799)Libravatar kim7
2024-04-02[bugfix] httpclient not signing subsequent redirect requests (#2798)Libravatar kim6
2024-04-02[chore] Try to parse public key as both Actor + bare key (#2710)Libravatar tobi5
2024-04-02[chore] bump go structr cache version -> v0.6.0 (#2773)Libravatar kim62
2024-04-02[feature] Option to hide followers/following (#2788)Libravatar tobi19
2024-04-02[feature] Add `enable` command to mirror existing `disable` command; update d...Libravatar tobi4
2024-03-29[chore] Vendor mkdocs fonts; update docs dependencies (#2789)Libravatar tobi17
2024-03-29[chore] Bump express from 4.18.2 to 4.19.2 in /web/source (#2790)Libravatar dependabot[bot]1
2024-03-28[bugfix] Serve correct URI for AP following collection (#2787)Libravatar tobi1
2024-03-26[chore/frontend] Adjust contrast, mute blurple a bit (#2785)Libravatar tobi4
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi32
2024-03-25[feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783)Libravatar tobi11
2024-03-25[bugfix] Avoid empty public/local timeline queries (#2784)Libravatar tobi4
2024-03-25[chore]: Bump github.com/gin-contrib/sessions from 0.0.5 to 1.0.0 (#2782)Libravatar dependabot[bot]93
2024-03-25[chore]: Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 (#2779)Libravatar dependabot[bot]38
2024-03-25[chore]: Bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 (#2778)Libravatar dependabot[bot]3
2024-03-25[chore]: Bump github.com/gin-contrib/gzip from 0.0.6 to 1.0.0 (#2781)Libravatar dependabot[bot]105
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi36