summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi16
2022-03-22 [bugfix] Fix media uploads blocking after a failed upload #438 Libravatar tobi1
2022-03-21[bugfix] Fix images not being processed correctly sometimes (#437)Libravatar tobi4
2022-03-21don't error if content property is nil (#436)Libravatar tobi1
2022-03-21[bugfix] Close ReadClosers properly in the media package (#434)Libravatar tobi4
2022-03-19[feature] Admin account actions (#432)Libravatar tobi13
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi13
2022-03-15[performance] Add dereference shortcuts to avoid making http calls to self (#...Libravatar tobi4
2022-03-13[bugfix] Fix bug where admin panel could not be accessed at `/admin` (#427)Libravatar tobi2
2022-03-13[bugfix] Fix html-escaped characters in content warnings (#426)Libravatar tobi2
2022-03-07[performance] Database optimizations (#419)v0.2.1Libravatar tobi5
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi30
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi10
2022-02-21[bugfix] Fix thumbnail image type (#406)Libravatar tobi3
2022-02-19[feature] Gin enable gzip encoding (#405)Libravatar tobi2
2022-02-19[feature] Stream files via reader (#404)Libravatar tobi3
2022-02-15[bugfix] Only mark cookies as Secure on https (#398)Libravatar Shadowfacts1
2022-02-08store and retrieve processState atomicallyLibravatar tsmethurst3
2022-02-08hopefully fix potential race conditionLibravatar tsmethurst1
2022-02-08log error on header/avatar fetch failLibravatar tsmethurst2
2022-02-08go fmtLibravatar tsmethurst1
2022-02-08merge fixupLibravatar tsmethurst3
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst54
2022-02-08update outdated commentLibravatar tsmethurst1
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson14
2022-02-06don't bother negotiating Accept for webfinger (#381)Libravatar tobi1
2022-02-06if accountDomain isn't set, use Host value instead (#380)Libravatar tobi2
2022-02-05[feature] Rework timeline code to make it useful for more than just statuses ...Libravatar tobi23
2022-01-31[bug] Fix OIDC users requiring second approval (#371)Libravatar tobi2
2022-01-31[bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 ...Libravatar Forest Johnson7
2022-01-30[bug] Fix sqlite empty address issue (#370)Libravatar tobi2
2022-01-30[bug] Fix minimum description length check (#369)Libravatar tobi3
2022-01-30[feature] Make Let's Encrypt integration an opt-in feature (#368)Libravatar tobi1
2022-01-29put store lock file in base of storageLibravatar tsmethurst1
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-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