1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 17:21:35 +02:00
Commit Graph

3359 Commits

Author SHA1 Message Date
Madeline
71082eb918
Add ESLint (#941)
* Add eslint, switch to lint-staged for precommit

* Fix all ESLint errors

* Update GH workflow to check prettier and eslint
2023-01-20 18:10:47 +11:00
Puyodead1
071cf6c5f2
fix: route file regex (#956) 2023-01-20 01:52:05 +11:00
Chris Chrome
a9a2d89372
Merge pull request #955 from fosscord/dev/fix-bans
Fix banning users from the client
2023-01-18 19:39:36 -07:00
ChrisChrome
9bcc09ac67
Apparently its still accepted, just depricated 2023-01-18 19:37:15 -07:00
ChrisChrome
3d7d3c1e8d
It's seconds, not days 2023-01-18 19:33:30 -07:00
ChrisChrome
ca8817919e Fix a funny security vuln 2023-01-18 12:27:15 -07:00
Chris Chrome
313ba7a27b
Merge pull request #952 from fosscord/dev/endpoints-in-ping
Merge /dev/endpoints-in-ping to master
2023-01-18 12:14:05 -07:00
Madeline
48e54c20ee
npm run generate:client downloads more assets now (Thanks Rory!). Also ONLY_CACHE_JS env var (#948) 2023-01-18 23:15:00 +11:00
Madeline
51c766a831
Merge branch 'master' of github.com:fosscord/fosscord-server 2023-01-18 20:17:36 +11:00
Madeline
abe967a8f3
Don't fetch the emoji owner in identify, as this causes mass-disconnects with large emoji counts.
TODO: Remove some additional emoji props from being sent (user_id for example)
2023-01-18 20:16:49 +11:00
Chris Chrome
7b384787f8
Add youtu.be embed handler (#945) 2023-01-18 17:47:23 +11:00
Madeline
b58cea7c41
Script to add license preamble to each file. Also, does that. (#935)
* Add script to automatically add license to each file

* Add license preamble to each file.

* Fix existing preamble detection breaking due to line endings. Git :(

* Prevent license from being added to code with other licenses
2023-01-18 13:05:49 +11:00
V3L0C1T13S
78df79df9d
send GUILD_CREATE after READY event (#938)
* Fix lazy guilds being sent before READY event

* Make casing consistent
2023-01-17 15:44:29 +11:00
Madeline
c0b12bc166
Fix deleting an application if it has a bot 2023-01-17 00:01:14 +11:00
Madeline
54218e6873
Merge pull request #934 from fosscord/master
Merge master into dev/endpoints-in-ping
2023-01-16 17:00:32 +11:00
Madeline
49a311f5d0
Return embed proxy url even if imagor not set up. Also make warning nicer 2023-01-16 14:20:17 +11:00
Chris Chrome
d857af980c
Move endpoints from ping -> policies/instance/domains (#933) 2023-01-16 13:46:41 +11:00
Madeline
b8e5f7343c
Update dead lines 2023-01-16 00:03:51 +11:00
Madeline
724564e9ec
Merge branch 'master' of github.com:fosscord/fosscord-server 2023-01-15 17:36:40 +11:00
Madeline
9e48f7753a
Window name patch + fix overlapping text in client patcher 2023-01-15 17:35:54 +11:00
Madeline
14321336cd
Add an error log if embed handler fails, in addition to the existing sentry log 2023-01-15 16:21:46 +11:00
TheArcaneBrony
bec4a61c60
Fix some default value
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2023-01-14 23:34:33 +01:00
TheArcaneBrony
3bb002eb88
Add basic info in ping
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2023-01-14 19:55:19 +01:00
Madeline
f2f71cafdf
Update openapi 2023-01-14 19:23:45 +11:00
Erkin Alp Güney
27dbeba821
Add /users/:id/delete (#926) 2023-01-14 19:15:35 +11:00
Madeline
daa0268674
Merge pull request #929 from fosscord/dev/fix-client-script
Fix console fuckery to allow running in a headless terminal, and to fix flickering of output.
2023-01-13 23:15:46 +11:00
TheArcaneBrony
c73f4ace24
Fix missed moveCursor call
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2023-01-13 13:12:12 +01:00
TheArcaneBrony
25ede53748
Fix console fuckery to allow running in a headless terminal, and to fix flickering of output.
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2023-01-13 13:09:09 +01:00
Madeline
75f39bdcc7
Merge pull request #928 from fosscord/fix/guildtemplates
Fix guild delete failing when template exists
2023-01-13 22:46:05 +11:00
Madeline
a5bc0529ed
Fix guild delete failing when template exists 2023-01-13 22:38:55 +11:00
Madeline
5a46e486cb
Fix dumping incoming messages 2023-01-13 13:49:58 +11:00
Madeline
68886cc932
Fix setting user premium_type/etc (non-nullable) to null in db when null in config 2023-01-13 13:44:58 +11:00
Madeline
ff15dd8a9d
Dont send sessions replace or presence update for unidentified users 2023-01-13 13:44:19 +11:00
TheArcaneBrony
1e1ba96a3c
Dev/post refactor fixes (#927)
* Re-introduce outgoing message logging

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>

* Websocket dumping

* Sentry user count on API

* Generate session ID upon opening websocket, fix gateway dumps

* Async file io in src/gateway/events/Message.ts

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>

* Async file io in src/util/util/Config.ts

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>

* Make pre-commit hook executable

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>

* Fixed sync file io in src/util/util/Config.ts

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>

* Fixed missing await call in src/util/util/AutoUpdate.ts

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>

* Add comment to src/gateway/events/Connection.ts

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>

* Clean up gateway dumping code

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
2023-01-12 23:46:36 +11:00
Madeline
d4edfd8cbe
Temp fix for DMs 2023-01-12 00:32:24 +11:00
Madeline
91598123c9
fix rights lol 2023-01-11 20:56:11 +11:00
Madeline
ba52570b44
If defaults_user_premium is false, don't give a user premium_since: new Date 2023-01-11 16:32:16 +11:00
Madeline
942aab7e02
https://discord.com/channels/806142446094385153/898197424340860928/1062404340427534446 2023-01-11 14:32:30 +11:00
Madeline
efa4411f18
Add sentry close to sigterm handler 2023-01-10 18:31:36 +11:00
Madeline
30ec479e25
Add back include_url param to reg tokens 2023-01-10 18:08:31 +11:00
Madeline
6755f1392d
Move sentry init to util. use sentry in each module, not just bundle 2023-01-10 13:20:37 +11:00
Madeline
f9ab60ce25
Add error handler for individual gateway sockets 2023-01-10 12:54:03 +11:00
Madeline
885c635d85
add back openapi generation. todo: find way to keep route text descriptions in code, and find way to get usages of right/permission .hasThrow 2023-01-06 19:30:03 +11:00
Madeline
1c9f2ecdce
Don't allow BaseClass props through schema 2023-01-06 18:07:14 +11:00
Madeline
7ba0eb1726
Prettier precommit hook 2023-01-05 18:56:39 +11:00
Madeline
fe3944322a
Don't send private user data in ready event 2023-01-05 17:42:36 +11:00
Madeline
df24f62dc0
migration stuff again 2023-01-05 17:30:50 +11:00
Madeline
a3f2f997a3
Prettier 2023-01-05 17:16:55 +11:00
Madeline
ea903baa15
channel flags whoops 2023-01-05 17:10:13 +11:00
Madeline
f67375bf37
Add migrations (#923)
* Fix typeorm migration cli and server migrations.
* Add `migrate-from-staging` script
2023-01-05 17:04:15 +11:00