GoToSocial/internal/ap
tobi 6b4f6dc755
[bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1712)
* start fiddling with normalize + extract functions

* normalize attachment name (image description)

* NormalizeAccountableSummary

* normalize summary + name
2023-04-26 16:17:22 +01:00
..
activitystreams.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
contextkey.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
error.go [bugfix] Normalize status content (don't parse status content as IRI) (#1665) 2023-04-06 12:19:55 +01:00
extract.go [bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1712) 2023-04-26 16:17:22 +01:00
extract_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
extractattachments_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
extractcontent_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
extractmentions_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
extractsensitive_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
extractvisibility_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
interfaces.go [bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1712) 2023-04-26 16:17:22 +01:00
normalize.go [bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1712) 2023-04-26 16:17:22 +01:00
normalize_test.go [bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1712) 2023-04-26 16:17:22 +01:00
resolve.go [bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1712) 2023-04-26 16:17:22 +01:00
serialize.go [bugfix] Always serialize orderedItems as array (#1673) 2023-04-06 12:16:53 +01:00