summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2023-12-15[bugfix] use a much shorter refresh limit for statuses with polls (#2453)v0.13.0Libravatar kim9
2023-12-10[bugfix] Narrow search scope for accounts starting with '@'; don't LOWER SQLi...Libravatar tobi2
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi1
2023-12-08[bugfix] Fix wrong notification type sent for poll end (#2429)Libravatar tobi1
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi6
2023-12-01[bugfix] in fedi API CreateStatus(), handle case of data-race and return earl...Libravatar kim1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim3
2023-11-30[bugfix] always go through status parent dereferencing on isNew, even on data...Libravatar kim1
2023-11-27[feature] Add `/api/v1/admin/debug/apurl` endpoint (#2359)Libravatar tobi1
2023-11-27[bugfix] Add Actor to outgoing poll vote Create; other fixes (#2384)Libravatar tobi1
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim4
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim6
2023-11-17[feature] Set/show instance language(s); show post language on frontend (#2362)Libravatar tobi3
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi7
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi5
2023-11-10[bugfix] Don't try to update suspended accounts (#2348)Libravatar tobi2
2023-11-08[bugfix] fix poll vote count responses on client and fedi API vote creation (...Libravatar kim2
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim21
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim3
2023-10-30[bugfix] Allow blocked accounts to show in precise search (#2321)Libravatar tobi5
2023-10-30[feature] Customizable media cleaner schedule (#2304)Libravatar tobi5
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi17
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim14
2023-10-18[bugfix] add missing "local" param in public timeline link headers (#2277)v0.12.0-rc2Libravatar tobi1
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim7
2023-09-29[bugfix] Fix paging for empty items (#2236)Libravatar tobi4
2023-09-29[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags (#2233)Libravatar tobi3
2023-09-29[bugfix] Move follow.show_reblogs check further up to avoid showing unwanted ...Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim65
2023-09-21[feature] Implement explicit domain allows + allowlist federation mode (#2200)Libravatar tobi6
2023-09-20[feature] add paging to AP following / followers endpoints (#2198)Libravatar kim1
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim14
2023-09-12[feature] Allow admins to expire remote public keys; refetch expired keys on ...Libravatar tobi3
2023-09-07[chore] much improved paging package (#2182)Libravatar kim1
2023-09-04[feature] Store admin actions in the db, prevent conflicting actions (#2167)Libravatar tobi9
2023-08-19[feature] Instance rules (#2125)Libravatar f0x523
2023-08-15[chore] ensure worker contexts have request ID (#2120)Libravatar kim2
2023-08-11[bugfix] Use custom bluemonday policy to disallow inline img tags (#2100)Libravatar tobi6
2023-08-11[bugfix] Populate followReq before accessing targetaccount pointer (#2099)Libravatar tobi1
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 kim2
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi21
2023-08-08[bugfix] don't accept unrelated statuses (#2078)Libravatar kim1
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney5
2023-08-07[feature] Allow full BCP 47 in language inputs (#2067)Libravatar Vyr Cossont4
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim4
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-08-02[bugfix] Allow instance accounts to be shown in search results in certain cir...Libravatar tobi4
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi3