gotosocial/internal/cache
tobi f23f04e0b1
[feature] Interaction requests client api + settings panel (#3215)
* [feature] Interaction requests client api + settings panel

* test accept / reject

* fmt

* don't pin rejected interaction

* use single db model for interaction accept, reject, and request

* swaggor

* env sharting

* append errors

* remove ErrNoEntries checks

* change intReqID to reqID

* rename "pend" to "request"

* markIntsPending -> mark interactionsPending

* use log instead of returning error when rejecting interaction

* empty migration

* jolly renaming

* make interactionURI unique again

* swag grr

* remove unnecessary locks

* invalidate as last step
2024-08-24 11:49:37 +02:00
..
domain [bugfix] fix higher-level explicit domain rules causing issues with lower-level domain blocking (#2513) 2024-01-09 13:12:43 +00:00
headerfilter [feature] request blocking by http headers (#2409) 2023-12-18 14:18:25 +00:00
cache.go [feature] Interaction requests client api + settings panel (#3215) 2024-08-24 11:49:37 +02:00
db.go [feature] Interaction requests client api + settings panel (#3215) 2024-08-24 11:49:37 +02:00
invalidate.go [chore] renames the GTS caches to DB caches (#3127) 2024-07-24 10:41:43 +02:00
size.go [feature] Interaction requests client api + settings panel (#3215) 2024-08-24 11:49:37 +02:00
util.go [bugfix] return 400 Bad Request on more cases of malformed AS data (#2399) 2023-11-30 16:22:34 +00:00
visibility.go [chore] bump go structr cache version -> v0.6.0 (#2773) 2024-04-02 12:03:40 +02:00
wrappers.go [feature] Conversations API (#3013) 2024-07-23 20:44:31 +01:00