gotosocial/internal/typeutils
tobi 9770d54237
[feature] List replies policy, refactor async workers (#2087)
* Add/update some DB functions.

* move async workers into subprocessor

* rename FromFederator -> FromFediAPI

* update home timeline check to include check for current status first before moving to parent status

* change streamMap to pointer to mollify linter

* update followtoas func signature

* fix merge

* remove errant debug log

* don't use separate errs.Combine() check to wrap errs

* wrap parts of workers functionality in sub-structs

* populate report using new db funcs

* embed federator (tiny bit tidier)

* flesh out error msg, add continue(!)

* fix other error messages to be more specific

* better, nicer

* give parseURI util function a bit more util

* missing headers

* use pointers for subprocessors
2023-08-09 19:14:33 +02:00
..
astointernal.go [bugfix] don't accept unrelated statuses (#2078) 2023-08-08 12:26:34 +01:00
astointernal_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
converter.go [feature] List replies policy, refactor async workers (#2087) 2023-08-09 19:14:33 +02:00
converter_test.go [feature] Add List functionality (#1802) 2023-05-25 10:37:38 +02:00
defaulticons.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
frontendtointernal.go [feature] Implement markers API (#1989) 2023-07-29 12:49:14 +02:00
internal.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
internaltoas.go [feature] List replies policy, refactor async workers (#2087) 2023-08-09 19:14:33 +02:00
internaltoas_test.go [feature] Hashtag federation (in/out), hashtag client API endpoints (#2032) 2023-07-31 15:47:35 +02:00
internaltofrontend.go [performance] add caching of status fave, boost of, in reply to ID lists (#2060) 2023-08-04 12:28:33 +01:00
internaltofrontend_test.go [Frontend] Settings for profile fields (#1885) 2023-06-13 12:21:26 +02:00
internaltorss.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
internaltorss_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
util.go [performance] add caching of status fave, boost of, in reply to ID lists (#2060) 2023-08-04 12:28:33 +01:00
util_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
wrap.go [chore/bugfix] Refactor ap/extract.go functions, return URIs more reliably (#1897) 2023-06-17 16:49:11 +01:00
wrap_test.go [feature] Enable federation in/out of profile PropertyValue fields (#1722) 2023-05-09 11:16:10 +01:00