gotosocial/internal/api/activitypub/users
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
..
acceptget.go [feature] Interaction requests client api + settings panel (#3215) 2024-08-24 11:49:37 +02:00
common.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
featured.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
followers.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
following.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
inboxpost.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00
inboxpost_test.go [chore] media and emoji refactoring (#3000) 2024-06-26 16:01:16 +01:00
outboxget.go [bugfix] Deref stats async, serve stub collections if handshaking (#2990) 2024-06-11 11:54:59 +02:00
outboxget_test.go [feature/frontend] Add player for audio files; use thumbnail for poster (#3099) 2024-07-15 10:47:57 +01:00
repliesget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
repliesget_test.go [bugfix] further paging mishaps (#2884) 2024-04-30 16:22:23 +02:00
statusget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
statusget_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
user.go [feature] Federate interaction policies + Accepts; enforce policies (#3138) 2024-07-26 12:04:28 +02:00
user_test.go [feature] Add experimental instance-federation-spam-filter option (#2685) 2024-02-27 12:22:05 +00:00
userget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
userget_test.go [bugfix] relax missing preferred_username, instead using webfingered username (#3189) 2024-08-13 09:01:50 +00:00