summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2024-05-02add missing caches to the main cache sweep command (#2891)Libravatar kim1
2024-05-02[bugfix] Lock when checking/creating notifs to avoid race (#2890)Libravatar tobi15
2024-05-01[feature] Page through accounts as moderator (#2881)Libravatar tobi8
2024-05-01[bugfix] function queue memory pools limitlessly grow (#2882)Libravatar kim1
2024-05-01[bugfix] flaky paging test (#2888)Libravatar kim1
2024-04-30[bugfix] further paging mishaps (#2884)Libravatar kim5
2024-04-30[bugfix] retry on http 500 errors *inclusive* (#2886)Libravatar kim1
2024-04-30[chore] include attemptno in httpclient logs (#2887)Libravatar kim1
2024-04-30[bugfix] paging rel links (#2883)Libravatar kim3
2024-04-29[chore] Fix conflict in workers tests (#2880)Libravatar tobi3
2024-04-26[bugfix] Fix error string typo (#2873)Libravatar kim1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim63
2024-04-26[chore] Upgrade our Go version to 1.22 (#2862)Libravatar Daenney1
2024-04-22[chore] Update robots.txt (#2856)Libravatar Daenney1
2024-04-18[bugfix] Fix incorrect field name for status source, add helpful message (#2854)Libravatar tobi3
2024-04-18[feature] Stub conversations endpoint (#2853)Libravatar tobi4
2024-04-18[feature] Stub account mutes endpoint (#2852)Libravatar tobi3
2024-04-17update to set requesting account when deleting status (#2849)Libravatar kim1
2024-04-17[feature] Status source endpoint (#2848)Libravatar tobi6
2024-04-17[feature] Stub status history endpoint (#2847)Libravatar tobi5
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 tobi42
2024-04-15[performance] cached oauth database types (#2838)Libravatar kim16
2024-04-15[chore] Turn `accounts-registration-open` false by default (#2839)Libravatar tobi1
2024-04-13[feature] Admin accounts endpoints; approve/reject sign-ups (#2826)Libravatar tobi30
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[feature] New user sign-up via web page (#2796)Libravatar tobi43
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim23
2024-04-08[bugfix] Ensure side effects for local -> local follows get processed (#2820)v0.15.0-rc2Libravatar tobi2
2024-04-04fix possible nil panic (#2809)Libravatar kim1
2024-04-04[chore] Log less output on failed test (#2804)Libravatar Daenney2
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 kim5
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 kim21
2024-04-02[feature] Option to hide followers/following (#2788)Libravatar tobi13
2024-03-28[bugfix] Serve correct URI for AP following collection (#2787)Libravatar tobi1
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi18
2024-03-25[feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783)Libravatar tobi6
2024-03-25[bugfix] Avoid empty public/local timeline queries (#2784)Libravatar tobi4
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi33
2024-03-22[bugfix] add all possible busy result codes to the sqlite errBusy catching ch...Libravatar kim1
2024-03-15[bugfix] Parse links that contain non-ascii characters (#2762)Libravatar tobi3
2024-03-15[chore] Swagger: add missing paging params to bookmarks list (#2759)Libravatar Vyr Cossont1
2024-03-15[chore] Different error message for net/mail parsing on go 1.21.8 and above (...Libravatar Blake Smith1