gotosocial/internal/typeutils
pnwmatt e10de8464a
[bug] Add missing group property to the Account model (#3746)
* Stub out account's Group parameter

* Fix typo in Contributing documentation

* Update swagger and match style

* Update the swagger command to mimic test/swagger.sh

* Fix tests for new `group` param in Account model

* More test changes for new `group` param in Account

* Continuing test changes for `group` param stubbing

* Another round of `group` stubbing for tests
2025-02-08 13:04:30 +01:00
..
astointernal.go [bugfix] Allow processing null ID emojis (#3702) 2025-01-28 13:32:37 +01:00
astointernal_test.go [bugfix] relax missing preferred_username, instead using webfingered username (#3189) 2024-08-13 09:01:50 +00:00
converter.go [feature] Add instance-stats-randomize config option (#3718) 2025-01-31 19:27:18 +01:00
converter_test.go [feature] Push notifications (#3587) 2025-01-23 16:47:30 -08:00
csv.go [chore] make csv export ordering determinate (#3318) 2024-09-18 10:23:28 +00:00
defaulticons.go [feature] Add image descriptions for default avatar + header; don't allow editing default desc (#3473) 2024-10-21 14:04:50 +02:00
frontendtointernal.go [feature] Implement Web Push notification policy (#3721) 2025-02-03 10:25:53 +00:00
internal.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
internaltoas.go [chore] Add "object" uri to outgoing Accept + Reject messages (#3717) 2025-01-31 17:09:11 +01:00
internaltoas_test.go [feature] Implement Web Push notification policy (#3721) 2025-02-03 10:25:53 +00:00
internaltofrontend.go [bug] Add missing group property to the Account model (#3746) 2025-02-08 13:04:30 +01:00
internaltofrontend_test.go [bug] Add missing group property to the Account model (#3746) 2025-02-08 13:04:30 +01:00
internaltorss.go [chore] replace statuses.updated_at column with statuses.edited_at (#3636) 2025-01-08 11:29:23 +01:00
internaltorss_test.go [chore] replace statuses.updated_at column with statuses.edited_at (#3636) 2025-01-08 11:29:23 +01:00
util.go [feature] Add system message wrappers for pending replies and placeholder attachments (#3713) 2025-01-31 11:40:39 +01:00
util_test.go [bugfix] Use better plaintext representation of status for filtering (#3301) 2024-09-16 14:00:23 +02:00
wrap.go [feature] Serve bot accounts over AP as Service instead of Person (#3672) 2025-01-23 18:18:23 +01:00
wrap_test.go [feature] Serve bot accounts over AP as Service instead of Person (#3672) 2025-01-23 18:18:23 +01:00