summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
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
2021-10-14User password change (#280)Libravatar tobi11
2021-10-13go fmt (#278)Libravatar tobi5
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell198
2021-10-10Handle forwarded messages (#273)Libravatar tobi17
2021-10-06Derive visibility fixes (#271)Libravatar tobi9
2021-10-04fix logs not working properly (#264)Libravatar tobi6
2021-10-04Refactor/tidy (#261)Libravatar tobi122
2021-10-01Follow request auto approval (#259)Libravatar tobi5
2021-10-01rework mention replacement func (#258)Libravatar tobi2
2021-09-30don't catch mentions within links (#257)Libravatar tobi2
2021-09-30allow dereferencing of groups (#256)Libravatar tobi3
2021-09-30Golint (#255)Libravatar tobi6
2021-09-30handle remote account deletion more systematically (#254)Libravatar tobi7
2021-09-28skip account on error instead of returning error (#251)Libravatar tobi2
2021-09-28Account update issue (#250)Libravatar tobi5
2021-09-27Weird notif issue (#248)Libravatar tobi4
2021-09-24Unblock fix (#247)Libravatar tobi14
2021-09-23update media processing (#244)Libravatar tobi8
2021-09-21remove hardcoded friendica user agent block (#239)Libravatar tobi1
2021-09-20tweak db settings slightly (#238)Libravatar tobi1
2021-09-20use timestamptz instead of timestamp (#237)Libravatar tobi21
2021-09-20Update webfingering a little, add tests (#236)Libravatar tobi9
2021-09-16federated authentication better logging + tidying (#232)Libravatar tobi13
2021-09-14Fix mentions not notifying (#230)Libravatar tobi16
2021-09-13set default privacy for new accounts (#225)Libravatar tobi1
2021-09-13Thread views on the web (#207)Libravatar f0x523
2021-09-11fix keys used to access storage itemsLibravatar kim (grufwub)3
2021-09-11rename KVStore uses as storage to differentiate between upcoming store packageLibravatar kim (grufwub)9
2021-09-11add git.iim.gay/grufwub/go-store for storage backend, replacing blob.StorageLibravatar kim (grufwub)20