gotosocial/internal/federation/dereferencing
tobi 570fa7c359
[bugfix] Fix potential dereference of accounts on own instance (#757)
* add GetAccountByUsernameDomain

* simplify search

* add escape to not deref accounts on own domain

* check if local + we have account by ap uri
2022-08-20 21:47:19 +01:00
..
account.go [bugfix] Fix potential dereference of accounts on own instance (#757) 2022-08-20 21:47:19 +01:00
account_test.go [bugfix] Fix potential dereference of accounts on own instance (#757) 2022-08-20 21:47:19 +01:00
announce.go [bugfix] Fix multiple dereferences of boosted status causing media duplication (#589) 2022-05-23 16:40:03 +01:00
collectionpage.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
dereferencer.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
dereferencer_test.go [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
finger.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
handshake.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
instance.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
media.go [feature] Add postDataCallbackFunc to allow cleanup (#408) 2022-02-22 13:50:33 +01:00
media_test.go pass a function into the manager, start work on emoji 2022-01-11 17:49:14 +01:00
status.go [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
status_test.go [chore] Update bun / sqlite versions; update gtsmodels (#754) 2022-08-15 11:35:05 +01:00
thread.go [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00