1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 02:12:40 +01:00
Commit Graph

3690 Commits

Author SHA1 Message Date
Madeline
cc48f595fd bug fixes and improvements (i wrote this code a week ago and forgot what it does) 2023-10-26 05:39:22 +00:00
Madeline
34867e2154 basic channel federation 2023-09-30 01:33:52 +00:00
Madeline
4cc297cc10 Accept Follow for federated guild joins. TODO: Channels and role federation 2023-09-29 07:38:07 +00:00
Madeline
b993216651 send accept when follow is received 2023-09-29 04:59:12 +00:00
Madeline
b6df59fd45 weirdness 2023-09-29 04:16:50 +00:00
Madeline
b7a79505fd Debug logging and cache federated lookups 2023-09-29 04:06:07 +00:00
Madeline
97b9184afd Http signatures: fix missing quotes in sent header, add date check 2023-09-29 04:05:31 +00:00
Madeline
95cabac3f0 Move genericInboxHandler to own file 2023-09-29 02:37:15 +00:00
Madeline
08bcadb998 Fix HttpSig.sign modifying fetchOpts 2023-09-29 02:35:56 +00:00
Madeline
a1b1f22705 update activitypub-types package 2023-09-29 01:49:42 +00:00
Madeline
c82b71695d send Follow request to guild when remote invite code used 2023-09-28 16:10:57 +00:00
Madeline
904618e0a7 ap guild endpoint
fetching invites from remote instances
2023-09-27 12:17:18 +00:00
Madeline
29f1c36527 refactor http signatures into own class
add generic inbox handler
add function for fetching and creating locally a federated user
2023-09-27 08:41:02 +00:00
Madeline
4bab9117a0 change default content type 2023-09-27 02:35:31 +00:00
Madeline
0bc905a222 switch to own activitypub types library 2023-09-26 13:47:44 +00:00
Madeline
b64163f769 various things 2023-09-26 05:12:01 +00:00
Madeline
a209a3dc29 fix body parser config
add user inbox for dm channels
fix missing prop in federated keys generation
2023-09-25 16:13:51 +00:00
Madeline
c237247f89
initial bullshit for federation v2 2023-09-26 01:22:40 +10:00
Madeline
8279cd05d6
Merge branch 'master' of github.com:spacebarchat/server 2023-09-16 23:48:03 +10:00
Madeline
c802bb9747
Embeds: handle og:sitename 2023-09-16 23:47:32 +10:00
Madeline
e355be8ea3
Fix regression where generic embed handler wouldn't properly send image results 2023-09-16 23:43:23 +10:00
Madeline
d55f755d6c
Add simple about and clients to readme #1098 2023-09-13 19:43:54 +10:00
Madeline
add16ab26e
* allow limit=1
* fix GET messages?around order
2023-09-05 23:29:22 +10:00
Puyodead1
372bd749fc
Merge pull request #1097 from spacebarchat/steam-facebook-embed-handlers
Steam/Facebook Embeds
2023-09-04 13:49:45 -04:00
Puyodead1
8a35664ae6
[fb] remove provider obj, add color 2023-09-03 15:48:55 -04:00
Puyodead1
1612832fc4
add facebook, and add steam fields 2023-09-03 15:28:33 -04:00
Madeline
e64c34adea
Rewrite thumbnail/image generation for embeds 2023-09-03 14:17:11 +10:00
Madeline
fb7409947c
Fix bug in embed handler where getMeta would not return undefined 2023-09-03 13:41:45 +10:00
Madeline
c64a115729
xkcd embed handler and improved generic handler 2023-09-02 23:47:40 +10:00
Madeline
09f5b4f0bb
Fix identify throwing on invalid token instead of closing with auth failed close code 2023-09-02 21:05:27 +10:00
Madeline
2fc3c5dbd4
sentry db instrumentation for gateway events 2023-09-02 20:18:38 +10:00
Madeline
eebd61b19d
update sentry 2023-09-02 14:10:32 +10:00
Madeline
2f48212e6e
typeorm inverse relations of guild relations 2023-09-02 02:21:42 +10:00
Madeline
27bcef502c
Merge branch 'master' of github.com:spacebarchat/server 2023-09-02 01:03:00 +10:00
Madeline
ed7fd34f46
DB_LOGGING env var 2023-09-02 01:01:58 +10:00
Puyodead1
c311edc99c
make guild voice a text based channel 2023-08-27 20:16:49 -04:00
Madeline
da58998bc9
Merge branch 'master' of github.com:spacebarchat/server 2023-08-27 16:56:22 +10:00
Madeline
3498ffdc01
prevent put /guilds/id/members/id for others until we have oauth2 scopes impled 2023-08-27 16:54:54 +10:00
Madeline
3a561b5cf6
Update style.yml 2023-08-25 00:03:15 +10:00
Madeline
d158b11421
Update build.yml 2023-08-25 00:03:03 +10:00
Madeline
8a7ee8c8a9
what the fuck is session_id: "all"??? 2023-08-21 23:57:44 +10:00
Madeline
ccc774168a
Close #1091 2023-08-21 23:28:36 +10:00
Madeline
2cf3833499
remove INVALID_PASSWORD error response. close #1090 2023-08-13 15:18:42 +10:00
Madeline
fd829fc669
Fix OOM on large guild join 2023-08-12 18:18:47 +10:00
Madeline
8764930d9a
update jsonwebtoken and bcrypt 2023-08-12 16:06:15 +10:00
Madeline
d18584f8e9
Refactor email sending + remove email verification if mail sending is not set up 2023-08-12 15:36:29 +10:00
Madeline
ecb227105a
remove default welcome screen text 2023-08-12 00:43:38 +10:00
Madeline
23e234a87b
update invites endpoints to support latest api 2023-08-12 00:43:00 +10:00
Madeline
3eb2338c3e
goof 2023-08-12 00:42:14 +10:00
Madeline
c0614b18c3
fix min password length check 2023-08-12 00:20:36 +10:00