GoToSocial/internal/processing
Vyr Cossont 45f4afe60e
feature: filters v2 server-side warning/hiding (#2793)
* Remove dead code

* Filter statuses when converting to frontend representation

* status.filtered is an array

* Make matching case-insensitive

* Remove TODOs that don't need to be done now

* Add missing filter check for notification

* lint: rename ErrHideStatus

* APIFilterActionToFilterAction not used yet

* swaggerino docseroni

* Address review comments

* Add apimodel.FilterActionNone

---------

Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-05-06 12:49:08 +01:00
..
account feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
admin [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
common feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
fedi [bugfix] Fix error string typo (#2873) 2024-04-26 15:20:56 +02:00
filters/v1
list
markers
media
polls [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
report [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
search feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
status feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
stream feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
timeline feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
user [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
workers feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
account_test.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00
app.go [performance] cached oauth database types (#2838) 2024-04-15 14:22:21 +01:00
followrequest_test.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00
instance.go
oauth.go
parsemention_test.go
parsemention.go
preferences_test.go
preferences.go
processor_test.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
processor.go