summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2022-02-08update outdated commentLibravatar tsmethurst1
2022-02-08add comment explaining store.lockLibravatar tsmethurst1
2022-01-29put store lock file in base of storageLibravatar tsmethurst2
2022-01-29update go-store to latestLibravatar tsmethurst8
2022-01-25go mod tidyLibravatar tsmethurst2
2022-01-25ensure blocking calls to getRemoteAccount before showing stuff to clientLibravatar tsmethurst2
2022-01-25fix up some account conversion logicLibravatar tsmethurst3
2022-01-25only update account in db if changedLibravatar tsmethurst1
2022-01-24change getaccount function signatureLibravatar tsmethurst1
2022-01-24ctx => innerctxLibravatar tsmethurst1
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-24upgrade go-storeLibravatar tsmethurst44
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-23use exif-terminatorLibravatar tsmethurst117
2022-01-16pass reader around instead of []byteLibravatar tsmethurst14
2022-01-16update dependenciesLibravatar tsmethurst55
2022-01-15add go-runners to readmeLibravatar tsmethurst1
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 tsmethurst20
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst37
2022-01-09add async testLibravatar tsmethurst1
2022-01-09tests are passing, but there's still much to be doneLibravatar tsmethurst18
2022-01-08compiling nowLibravatar tsmethurst18
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-03add gruf worker poolLibravatar tsmethurst9
2022-01-02fiddle around with workersLibravatar tsmethurst7
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst29
2021-12-27start refactor of media packageLibravatar tsmethurst6
2021-12-26[documentation] Add section for systemd service and nginx to installation gui...Libravatar zoe-bat3
2021-12-21[documentation] update database docs (#355)Libravatar tobi2
2021-12-21[fix] Make postgres connections magically work in common setups (#352)Libravatar embr3
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi558
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi51
2021-12-20return first offer when no accept header set (#351)Libravatar tobi1
2021-12-20Update codeberg.org/gruf libraries and fix go-store issue (#347)Libravatar kim15
2021-12-20Log when listening (#350)Libravatar embr1
2021-12-14document post settings (#346)Libravatar tobi1
2021-12-12Add optional syslog logrus hook (#343)Libravatar tobi38
2021-12-12add systemd service example to packaging (#342)Libravatar tobi1
2021-12-12add example systemd service (#341)Libravatar zoe-bat1
2021-12-12Upstep Go dependencies (#340)Libravatar tobi160