1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00
Commit Graph

3154 Commits

Author SHA1 Message Date
Madeline
3dfd864aff Fast connect but send identify 2022-10-31 19:37:46 +11:00
Madeline
5b849749d5 Fix message patching sending old message rather than updated one 2022-10-31 15:09:52 +11:00
Madeline
49ae07ff29 Allow running api, cdn, gateway separately 2022-10-31 13:17:21 +11:00
Madeline
ed92e2fa65 Add token check back to loginRedirect 2022-10-31 12:18:30 +11:00
Madeline
1cacd4413a Add private_channels_version to client_state in identity. also set sentry user in gateway 2022-10-31 12:16:15 +11:00
Madeline
5a5a20c203 Sentry stuff? 2022-10-30 11:34:25 +11:00
Madeline
61b9f824f4 Added fast connect to index 2022-10-30 10:57:03 +11:00
Madeline
675a342d4d client patcher: discordstatus.com -> status.understars.dev 2022-10-30 10:56:37 +11:00
Madeline
574fc1d7a0 various typos 2022-10-28 21:42:52 +11:00
Madeline
00e3606f7c Fix user settings not saving properly and guild folders 2022-10-28 19:23:02 +11:00
Madeline
78962acc9d lol 2022-10-28 16:06:02 +11:00
Madeline
e991e00f32 Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-services 2022-10-28 15:25:58 +11:00
Madeline
c00c70985c fix bad user validation 2022-10-27 23:12:48 +11:00
Madeline
906d51b454 Try to fix loginRedirect 2022-10-27 21:52:23 +11:00
Madeline
8443d1da2d Added scripts for changelogs and removed premium references 2022-10-27 21:40:40 +11:00
Madeline
5f0d16d4bf Make /stop route not ugly as hell 2022-10-26 19:50:51 +11:00
Madeline
070b193987 Fix typo in user validation 2022-10-26 18:45:25 +11:00
Madeline
686daf564d Prevent client from deleting localStorage 2022-10-26 18:38:48 +11:00
Madeline
9d3b5af3e3 'localStorage is not defined'? 2022-10-26 16:36:54 +11:00
Madeline
fdbd150ce3 handle a specific case with rtl character 2022-10-25 11:27:39 +11:00
Madeline
aba1d02941 Remove whitespace characters in banned words detection 2022-10-25 11:20:01 +11:00
Madeline
c1b955aaae Fix BannedWords breaking because windows line endings 2022-10-25 11:12:08 +11:00
Madeline
a11686cfc6 Fix fix for twitter embeds from yesterday 2022-10-25 11:00:01 +11:00
Madeline
f5b50ed3a8 Move message auto mod to the api route instead of a @beforeinsert/update method 2022-10-25 10:58:36 +11:00
Madeline
d3d9f4ae2f Fix tweets with only video breaking embeds 2022-10-24 19:53:14 +11:00
Madeline
a2f5762791 Forgot some schemas + only generate schemas in util/schemas + add setup script 2022-10-24 19:46:33 +11:00
Madeline
56444d1942 rearrange test client's index a bit 2022-10-24 18:59:53 +11:00
Madeline
ce14760c2b Fix server -> guild patch and add status.discord.com -> status.understars.dev patch 2022-10-24 18:46:04 +11:00
Madeline
94669d7911 Handle fetch errors in cdn external endpoint 2022-10-24 16:51:41 +11:00
Madeline
358671dc4b TestClient middleware will now add cache misses to file for generate:client script to fetch. Also patch discord icon top left 2022-10-24 16:50:53 +11:00
Madeline
0be1949130 Change android and ios client downloads to use /download endpoint, update Release entity to suck less 2022-10-24 14:35:08 +11:00
Madeline
0e315d27ab remove self_edit_guilds, was dumb 2022-10-07 20:07:35 +11:00
Madeline
f73512aa02 fix self_edit_guilds right 2022-10-07 20:02:48 +11:00
Madeline
b2aac3eed7 embed fail 2022-10-05 16:10:24 +11:00
Madeline
ca9d09bb22 Check nonce in Message send 2022-10-05 01:30:37 +11:00
Madeline
ed4dfa021b Add the automatic install script, thanks @Haydaralqassam 2022-10-04 23:34:11 +11:00
Madeline
73923e269a Video attachment support! 2022-10-04 19:22:50 +11:00
Madeline
7db5c02189 capture exception in sentry for embed processing 2022-10-04 15:43:01 +11:00
Madeline
c885fd5503 Embed cache 2022-10-03 23:50:34 +11:00
Madeline
69ff9c944c Twitter embeds 2022-10-03 23:38:53 +11:00
Madeline
5b463ee156 Make imagor optional 2022-10-02 22:25:47 +11:00
Madeline
5bbe2666d0 Use imagor for image resizing 2022-10-02 15:28:03 +11:00
Madeline
d341fe44d7 More embed improvements 2022-10-02 14:41:10 +11:00
Madeline
3d7fd137b4 Update readme. 2022-10-01 22:33:23 +10:00
Madeline
070ce373e9 Slightly better embeds 2022-10-01 15:59:30 +10:00
Madeline
e18af893f6 Better embed handling 2022-10-01 14:44:32 +10:00
Madeline
547a57055f Make afk optional in ActivitySchema 2022-10-01 00:55:11 +10:00
Madeline
95e7238e8f Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SELF_EDIT_GUILDS for control over guilds you own or have perms to edit 2022-09-30 13:32:48 +10:00
Madeline
835a5ab3a3 Fix fetching members for roles in POST message 2022-09-29 21:29:54 +10:00
Madeline
357aada969 Prevent URL embedding and mentions when in codeblock 2022-09-29 15:53:13 +10:00