gotosocial/testrig
tobi 2796a2e82f
[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)
* update go-fed

* do the things

* remove unused columns from tags

* update to latest lingo from main

* further tag shenanigans

* serve stub page at tag endpoint

* we did it lads

* tests, oh tests, ohhh tests, oh tests (doo doo doo doo)

* swagger docs

* document hashtag usage + federation

* instanceGet

* don't bother parsing tag href

* rename whereStartsWith -> whereStartsLike

* remove GetOrCreateTag

* dont cache status tag timelineability
2023-07-31 15:47:35 +02:00
..
media [performance] media processing improvements (#1288) 2023-01-11 12:13:13 +01:00
config.go [feature] Lower remote media cache config duration (#2007) 2023-07-21 16:22:59 +02:00
db.go [feature] Implement markers API (#1989) 2023-07-29 12:49:14 +02:00
email.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
federatingdb.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
federator.go [chore] tidy up media manager, add calling func to errors, build-script improvements (#1835) 2023-05-28 14:08:35 +02:00
gin.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
log.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
mediahandler.go [chore] tidy up media manager, add calling func to errors, build-script improvements (#1835) 2023-05-28 14:08:35 +02:00
oauthserver.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
processor.go [chore] tidy up media manager, add calling func to errors, build-script improvements (#1835) 2023-05-28 14:08:35 +02:00
router.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
storage.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
testmodels.go [feature] Hashtag federation (in/out), hashtag client API endpoints (#2032) 2023-07-31 15:47:35 +02:00
transportcontroller.go [bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805) 2023-05-21 18:59:14 +02:00
typeconverter.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
util.go [feature] Add List functionality (#1802) 2023-05-25 10:37:38 +02:00