summaryrefslogtreecommitdiff
path: root/internal/api/client
AgeCommit message (Expand)AuthorFiles
2022-04-29[chore] Inboxes for iri test (#508)Libravatar tobi3
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim8
2022-04-24[feature] Implement media v2 endpoint to accommodate Tusky 17 (#480)Libravatar tobi3
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi3
2022-04-10[bugfix] Fix broken only_media and only_public flags on /api/v1/accounts/:id/...v0.2.3Libravatar tobi3
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi2
2022-03-19[feature] Admin account actions (#432)Libravatar tobi3
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi4
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi1
2022-02-21[bugfix] Fix thumbnail image type (#406)Libravatar tobi1
2022-02-19[feature] Stream files via reader (#404)Libravatar tobi1
2022-02-08merge fixupLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst8
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson4
2022-01-31[bug] Fix OIDC users requiring second approval (#371)Libravatar tobi1
2022-01-30[bug] Fix minimum description length check (#369)Libravatar tobi3
2022-01-25fix up some account conversion logicLibravatar tsmethurst1
2022-01-24start trying to figure out why this test is failingLibravatar tsmethurst1
2022-01-15emoji code passing musterLibravatar tsmethurst2
2022-01-15start fixing up emoji processing codeLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst4
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst6
2022-01-08compiling nowLibravatar tsmethurst1
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst2
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi79
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi2
2021-12-11Add `Accept` header negotiation to relevant API endpoints (#337)Libravatar tobi59
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi32
2021-11-27Require confirmed email when checking oauth token (#332)Libravatar tobi2
2021-11-24Fix broken defaults and broken flags (#314)v0.1.1Libravatar Forest Johnson1
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi4
2021-11-13First db migration (#297)Libravatar tobi1
2021-11-13update dependencies (#296)Libravatar tobi6
2021-10-31smtp + email confirmation (#285)Libravatar tobi12
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi2
2021-10-16Follow request improvements (#282)Libravatar tobi9
2021-10-14User password change (#280)Libravatar tobi4
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell70
2021-10-04Refactor/tidy (#261)Libravatar tobi19
2021-09-23update media processing (#244)Libravatar tobi1
2021-09-11add git.iim.gay/grufwub/go-store for storage backend, replacing blob.StorageLibravatar kim (grufwub)4
2021-09-11kim is a reply guy (#208)Libravatar tobi2
2021-09-10fixes + db changes (#204)Libravatar tobi4
2021-09-08handle oauth token scope, fix user.SigninCount + token.UserIDLibravatar kim (grufwub)1
2021-09-01moving stuff aroundLibravatar tsmethurst6
2021-09-01move oauth models into gtsmodelLibravatar tsmethurst5
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim4
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim4
2021-08-26fix broken db queries in auth (#160)Libravatar tobi2
2021-08-25Pg to bun (#148)Libravatar tobi57