summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2022-01-24use background context w/deadlineLibravatar tsmethurst1
2022-01-24start trying to figure out why this test is failingLibravatar tsmethurst1
2022-01-24test with disk storage as wellLibravatar tsmethurst1
2022-01-24update remote account get/deref logicLibravatar tsmethurst17
2022-01-23add file size checksLibravatar tsmethurst1
2022-01-23rework data function to provide filesizeLibravatar tsmethurst12
2022-01-16pass reader around instead of []byteLibravatar tsmethurst13
2022-01-15lint, fmtLibravatar tsmethurst2
2022-01-15emoji code passing musterLibravatar tsmethurst9
2022-01-15start fixing up emoji processing codeLibravatar tsmethurst8
2022-01-11pin instanceAccountID to in-process emojiLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst19
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst32
2022-01-09add async testLibravatar tsmethurst1
2022-01-09tests are passing, but there's still much to be doneLibravatar tsmethurst17
2022-01-08compiling nowLibravatar tsmethurst17
2022-01-08further refinementsLibravatar tsmethurst4
2022-01-04start working on thumb + full funcsLibravatar tsmethurst3
2022-01-03return very partial image on first uploadLibravatar tsmethurst5
2022-01-02fiddle around with workersLibravatar tsmethurst7
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst25
2021-12-27start refactor of media packageLibravatar tsmethurst6
2021-12-21[fix] Make postgres connections magically work in common setups (#352)Libravatar embr2
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi521
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi41
2021-12-20return first offer when no accept header set (#351)Libravatar tobi1
2021-12-20Log when listening (#350)Libravatar embr1
2021-12-12Add optional syslog logrus hook (#343)Libravatar tobi6
2021-12-12Upstep Go dependencies (#340)Libravatar tobi1
2021-12-11Add `Accept` header negotiation to relevant API endpoints (#337)Libravatar tobi76
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi149
2021-11-27Require confirmed email when checking oauth token (#332)Libravatar tobi8
2021-11-24Fix broken defaults and broken flags (#314)v0.1.1Libravatar Forest Johnson3
2021-11-22Fix streamed messages ending up in wrong timeline(s) (#325)Libravatar tobi10
2021-11-22Fix mentioned accounts visibility bug (#323)Libravatar tobi7
2021-11-22Fix incorrect target being used in CC prop for mentioning statuses (#322)Libravatar tobi2
2021-11-22Fix image description unnecessarily html-escaping innocent characters (#321)Libravatar tobi9
2021-11-22add bindAddress configuration option (#320)Libravatar tobi3
2021-11-22properly initialize user client module (#319)Libravatar tobi2
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi42
2021-11-21tidy up database creation logic a bit (#317)Libravatar tobi1
2021-11-17fix broken GetInstanceAccount selector (#311)Libravatar tobi2
2021-11-17Fix instance account not being created (#310)Libravatar tobi2
2021-11-13First db migration (#297)Libravatar tobi28
2021-11-13move to ssb gofed fork (#298)Libravatar tobi57
2021-11-13update dependencies (#296)Libravatar tobi16
2021-10-31smtp + email confirmation (#285)Libravatar tobi47
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi36
2021-10-17fix mention extracting when no domain exists (usually intra-instance mentions...Libravatar kim4
2021-10-16Follow request improvements (#282)Libravatar tobi22