gotosocial/internal/processing/account
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.go [feature] User-selectable preset CSS themes for accounts (#2777) 2024-03-25 17:32:24 +00:00
account_test.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
alias.go [bugfix] Prevent URL + URI for same account being used as alias target (#2545) 2024-01-20 12:45:43 +01:00
alias_test.go [bugfix] Prevent URL + URI for same account being used as alias target (#2545) 2024-01-20 12:45:43 +01:00
block.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
bookmarks.go feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
create.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
delete.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
delete_test.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
follow.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
follow_request.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
follow_test.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
get.go [chore] deinterface the typeutils.Converter and update to use state structure (#2217) 2023-09-23 18:44:11 +02:00
lists.go [chore] deinterface the typeutils.Converter and update to use state structure (#2217) 2023-09-23 18:44:11 +02:00
move.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
move_test.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
note.go [feature] Support setting private notes on accounts (#1982) 2023-07-27 10:30:39 +02:00
relationships.go [feature] Option to hide followers/following (#2788) 2024-04-02 10:42:24 +01:00
rss.go [feature/performance] Store account stats in separate table (#2831) 2024-04-16 13:10:13 +02:00
rss_test.go [feature/performance] Store account stats in separate table (#2831) 2024-04-16 13:10:13 +02:00
statuses.go feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
themes.go [feature] User-selectable preset CSS themes for accounts (#2777) 2024-03-25 17:32:24 +00:00
themes_test.go [feature] User-selectable preset CSS themes for accounts (#2777) 2024-03-25 17:32:24 +00:00
update.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
update_test.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00