GoToSocial/internal/processing/account
tobi 3cceed11b2
[feature/performance] Store account stats in separate table (#2831)
* [feature/performance] Store account stats in separate table, get stats from remote

* test account stats

* add some missing increment / decrement calls

* change stats function signatures

* rejig logging a bit

* use lock when updating stats
2024-04-16 13:10:13 +02:00
..
account.go [feature] User-selectable preset CSS themes for accounts (#2777) 2024-03-25 17:32:24 +00:00
account_test.go [feature] Add experimental `instance-federation-spam-filter` option (#2685) 2024-02-27 12:22:05 +00: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 stop paged endpoints returning null for empty items (#2597) 2024-02-01 12:45:02 +00:00
bookmarks.go [bugfix] Fix paging for empty items (#2236) 2023-09-29 15:31:10 +02:00
create.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
delete.go [feature/performance] Store account stats in separate table (#2831) 2024-04-16 13:10:13 +02:00
delete_test.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
follow.go [bugfix] Ensure side effects for local -> local follows get processed (#2820) 2024-04-08 11:51:51 +02:00
follow_request.go [feature] add paging to account follows, followers and follow requests endpoints (#2186) 2023-09-12 14:00:35 +01:00
follow_test.go [bugfix] Ensure side effects for local -> local follows get processed (#2820) 2024-04-08 11:51:51 +02: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 [feature/performance] Store account stats in separate table (#2831) 2024-04-16 13:10:13 +02:00
move_test.go [feature] Process outgoing Move from clientAPI (#2750) 2024-03-13 13:53:29 +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] Set/show instance language(s); show post language on frontend (#2362) 2023-11-17 11:35:28 +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 [feature] Option to hide followers/following (#2788) 2024-04-02 10:42:24 +01:00
update_test.go [chore] Move local account settings to separate db table (#2770) 2024-03-22 14:03:46 +01:00