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

3337 Commits

Author SHA1 Message Date
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
Madeline
357ec51f1c Update read state on message create 2022-09-29 15:30:11 +10:00
Madeline
891e548396 Fix client crash on GUILD_CREATE 2022-09-28 22:48:18 +10:00
Madeline
2517c472e8 Remove user settings from GUILD_MEMBER_LIST_UPDATE response 2022-09-28 18:11:01 +10:00
Madeline
089c321bf7 whoops 2022-09-28 17:11:10 +10:00
Madeline
a0a3168d20 fix loginRedirect 2022-09-28 17:09:10 +10:00
Madeline
02913b5e24 Discovery splashes + fix guild icons disappearing on settings change 2022-09-28 17:07:36 +10:00
Madeline
138cad6b8d Fix user guild settings 2022-09-28 16:39:26 +10:00
Madeline
7818e8dd3c Missed some schemas 2022-09-28 16:39:05 +10:00
Madeline
f75a7bac16 Use PrimaryIdColumn instead of PrimaryColumn in Invite and Category 2022-09-28 16:08:33 +10:00
Madeline
550b830f46 Generate IDs for entities by default 2022-09-28 16:07:58 +10:00
Madeline
add54e6b68 Fix user validator preventing update 2022-09-27 23:30:46 +10:00
Madeline
ff28c95f2a Fix message editing 2022-09-27 23:02:43 +10:00
Madeline
cf5637db1b Make client cacher suck less? 2022-09-27 22:18:10 +10:00
Madeline
c461a94da0 Bad check for if buffer is json string instead of gzip 2022-09-27 21:44:44 +10:00
Madeline
8041c69960 Set tutorial to null 2022-09-27 19:30:20 +10:00
Madeline
5563a92d25 Don't fetch all members in guild in Member.addToGuild 2022-09-27 18:51:43 +10:00
Madeline
ead4a48e2f client patcher stuff 2022-09-26 23:00:27 +10:00