summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2023-08-11[bugfix] Suppress 'errNoEntries' warnings from InboxForwarding function call ...v0.11.0-rc1Libravatar tobi1
2023-08-11[bugfix] Fix using wrong key for clientID during oauth callback (#2101)Libravatar tobi1
2023-08-11[bugfix] Use custom bluemonday policy to disallow inline img tags (#2100)Libravatar tobi17
2023-08-11[feature] Set Content-Security-Policy header (#2095)Libravatar Daenney1
2023-08-11[bugfix] Populate followReq before accessing targetaccount pointer (#2099)Libravatar tobi1
2023-08-10[bugfix] Use length in runes when trimming for RSS (#2094)Libravatar tobi2
2023-08-10[chore] Add test to ensure `show_reblogs` on follow works as expected (#2093)Libravatar tobi1
2023-08-10[performance] remove last of relational queries to instead rely on caches (#2...Libravatar kim18
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi46
2023-08-09[bugfix] Fix incorrect per-loop variable capture (#2092)Libravatar Daenney2
2023-08-08[bugfix] only set content-length AFTER rewinding body bytes (#2086)Libravatar kim1
2023-08-08[bugfix] don't accept unrelated statuses (#2078)Libravatar kim4
2023-08-08[chore] Update robots.txt, give chatgpt the middle finger (#2085)Libravatar tobi1
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney21
2023-08-07[feature] Allow full BCP 47 in language inputs (#2067)Libravatar Vyr Cossont9
2023-08-06[chore] Remove go-playground/validator (#2069)Libravatar Daenney50
2023-08-06[bugfix] update cache library with nil ptr fix (#2070)Libravatar kim1
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim19
2023-08-03[feature] simpler cache size configuration (#2051)Libravatar kim12
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi23
2023-08-02[bugfix] fix slow accounts / statuses using emojis lookups (#2056)Libravatar kim3
2023-08-02[bugfix] handle HEAD requests more elegantly (#2055)Libravatar kim1
2023-08-02[bugfix] Allow instance accounts to be shown in search results in certain cir...Libravatar tobi6
2023-08-01[feature] Allow users to skip http client tls verification for testing purpos...Libravatar tobi5
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi61
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim24
2023-07-29[feature] Implement markers API (#1989)Libravatar Vyr Cossont25
2023-07-27[chore] fix merge issue (#2029)Libravatar tobi1
2023-07-27[feature] Support setting private notes on accounts (#1982)Libravatar Vyr Cossont15
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim52
2023-07-24[feature/performance] support uncaching remote emoji + scheduled cleanup func...Libravatar kim29
2023-07-23[chore] Disable the right webfinger test (#2018)Libravatar Daenney1
2023-07-23[chore] Admin CLI + new account creation refactoring (#2008)Libravatar tobi10
2023-07-21[feature] Report Masto version in /api/v1/instance (#1977)Libravatar Daenney3
2023-07-21[feature] Lower remote media cache config duration (#2007)Libravatar Daenney1
2023-07-21[bugfix] Return all accounts when list accounts limit <= 0 (#2014)v0.10.0Libravatar tobi5
2023-07-21[bugfix] Change maximumPasswordLength to 72 bytes (#2012)Libravatar tobi2
2023-07-18[bugfix] more robust list timeline invalidation (#1995)v0.10.0-rc3Libravatar kim15
2023-07-18[bugfix] Add missing `continue` statement in `prepareXBetweenIDs` (#1996)Libravatar tobi1
2023-07-13[bugfix] Set Vary header correctly on cache-control (#1988)v0.10.0-rc2Libravatar tobi19
2023-07-12[chore] Skip webfinger test on CI (#1983)Libravatar Daenney1
2023-07-12[bugfix] Update account `Update` logic (#1984)Libravatar tobi3
2023-07-12[bugfix] Align default values in the configuration file with the code (#1971)Libravatar firescry1
2023-07-12[bugfix] Properly handle range > content-length (#1979)Libravatar MaeIsBad1
2023-07-10[bugfix] Tidy up rss feed serving; don't error on empty feed (#1970)Libravatar tobi3
2023-07-10[feature] Use Read/Write lock for config (#1969)Libravatar Daenney3
2023-07-09[chore] Fix password typos (#1966)Libravatar Daenney1
2023-07-08[bugfix] Fix delete follow req instead of follow (#1962)Libravatar tobi1
2023-07-08[bugfix] Delete mutual follow (requests) when receiving block from remote (#1...Libravatar tobi5
2023-07-07[feature] enable + document explicit IP dialer allowing/denying (#1950)v0.10.0-rc1Libravatar tobi11