summary refs log tree commit diff
path: root/src/util/entities/FederationKeys.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-26bug fixes and improvements (i wrote this code a week ago and forgot what it d... feat/federation2Madeline1-4/+16
2023-09-30basic channel federationMadeline6-6/+150
2023-09-29Accept Follow for federated guild joins. TODO: Channels and role federationMadeline1-2/+34
2023-09-29send accept when follow is receivedMadeline5-37/+143
2023-09-29weirdnessMadeline1-5/+8
2023-09-29Debug logging and cache federated lookupsMadeline8-9/+52
2023-09-29Http signatures: fix missing quotes in sent header, add date checkMadeline1-1/+9
2023-09-29Move genericInboxHandler to own fileMadeline8-75/+99
2023-09-29Fix HttpSig.sign modifying fetchOptsMadeline1-1/+1
2023-09-29update activitypub-types packageMadeline5-52/+19
2023-09-28send Follow request to guild when remote invite code usedMadeline21-126/+378
2023-09-27ap guild endpointMadeline13-81/+429
2023-09-27refactor http signatures into own classMadeline1-0/+4
2023-09-27change default content typeMadeline1-0/+8
2023-09-26switch to own activitypub types libraryMadeline11-539705/+552776
2023-09-26various thingsMadeline8-30/+65
2023-09-25fix body parser configMadeline4-4/+51
2023-09-26initial bullshit for federation v2Madeline37-124/+1339
2023-09-16Embeds: handle og:sitenameMadeline1-0/+7
2023-09-16Fix regression where generic embed handler wouldn't properly send image resultsMadeline1-5/+4
2023-09-13Add simple about and clients to readme #1098Madeline1-1/+11
2023-09-05* allow limit=1Madeline1-7/+25
2023-09-03[fb] remove provider obj, add colorPuyodead11-3/+1
2023-09-03add facebook, and add steam fieldsPuyodead12-528/+451
2023-09-03Rewrite thumbnail/image generation for embedsMadeline1-83/+65
2023-09-03Fix bug in embed handler where getMeta would not return undefinedMadeline1-3/+5
2023-09-02xkcd embed handler and improved generic handlerMadeline1-20/+53
2023-09-02Fix identify throwing on invalid token instead of closing with auth failed cl...Madeline1-1/+9
2023-09-02sentry db instrumentation for gateway eventsMadeline1-30/+25
2023-09-02update sentryMadeline3-63/+81
2023-09-02typeorm inverse relations of guild relationsMadeline7-10/+12
2023-09-02DB_LOGGING env varMadeline1-6/+6
2023-08-27make guild voice a text based channelPuyodead11-1/+1
2023-08-27prevent put /guilds/id/members/id for others until we have oauth2 scopes impledMadeline1-1/+4
2023-08-25Update style.ymlMadeline1-3/+3
2023-08-25Update build.ymlMadeline1-3/+3
2023-08-21what the fuck is session_id: "all"???Madeline1-2/+1
2023-08-21Close #1091Madeline1-26/+26
2023-08-13remove INVALID_PASSWORD error response. close #1090Madeline2-5/+12
2023-08-12Fix OOM on large guild joinMadeline1-10/+10
2023-08-12update jsonwebtoken and bcryptMadeline2-542/+528
2023-08-12Refactor email sending + remove email verification if mail sending is not set upMadeline7-281/+174
2023-08-12remove default welcome screen textMadeline1-2/+2
2023-08-12update invites endpoints to support latest apiMadeline5-137/+542
2023-08-12goofMadeline1-4/+4
2023-08-12fix min password length checkMadeline1-3/+2
2023-08-12set rules/updates in guild if we created themMadeline1-2/+6
2023-08-10Implement community "create one for me"Madeline2-12/+86
2023-08-10Allow enabling welcome screen and check if welcome screen channels exist with...Madeline1-9/+24
2023-08-10remove changelog.js and cleanup package.json scriptsMadeline2-58/+0
2023-08-10