summary refs log tree commit diff
path: root/src/util/entities/Role.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-17Premium tier 0 SKU from stagingMadeline4-80/+207
2022-12-17Remove Slowcord demo user restrictionsMadeline2-6/+0
2022-12-17Remove use of `PRODUCTION` env varMadeline1-4/+1
2022-12-17murder migrationsMadeline9-317/+0
2022-12-17First pass of removing Slowcord mentionsMadeline21-515/+168
2022-12-17Update readmeMadeline1-100/+3
2022-12-05Only allow specific server features to be editedMadeline2-0/+27
2022-12-05Fix private messages being returned when no channel_id provided in searchMadeline1-3/+17
2022-12-05Fix bug allowing any member from kicking any member instance-wideMadeline1-3/+3
2022-12-03Fix pruneMadeline1-1/+1
2022-11-06Await some rabbitmq methods, don't reset some config values on startMadeline2-37/+37
2022-11-05Fix 404 handlerMadeline1-3/+4
2022-10-31Rewrite gateway message decodingMadeline1-11/+15
2022-10-31Disable webrtc preload pluginMadeline1-0/+0
2022-10-31Fast connect but send identifyMadeline2-1/+80
2022-10-31Fix message patching sending old message rather than updated oneMadeline1-3/+3
2022-10-31Allow running api, cdn, gateway separatelyMadeline5-14/+19
2022-10-31Add token check back to loginRedirectMadeline1-1/+1
2022-10-31Add `private_channels_version` to `client_state` in identity. also set sentry...Madeline4-933/+44
2022-10-30Sentry stuff?Madeline4-76/+125
2022-10-30Added fast connect to indexMadeline1-18/+3
2022-10-30client patcher: discordstatus.com -> status.understars.devMadeline1-1/+2
2022-10-28various typosMadeline3-16/+16
2022-10-28Fix user settings not saving properly and guild foldersMadeline6-221/+1117
2022-10-28lolMadeline1-1/+1
2022-10-28Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-ser...Madeline35-6530/+185
2022-10-27fix bad user validationMadeline2-8/+10
2022-10-27Try to fix loginRedirectMadeline1-1/+1
2022-10-27Added scripts for changelogs and removed premium referencesMadeline4-1/+61
2022-10-26Make /stop route not ugly as hellMadeline2-27/+8
2022-10-26Fix typo in user validationMadeline1-3/+3
2022-10-26Prevent client from deleting localStorageMadeline1-0/+5
2022-10-26'localStorage is not defined'?Madeline5-61/+43
2022-10-25handle a specific case with rtl characterMadeline1-1/+4
2022-10-25Remove whitespace characters in banned words detectionMadeline1-0/+2
2022-10-25Fix BannedWords breaking because windows line endingsMadeline1-1/+1
2022-10-25Fix fix for twitter embeds from yesterdayMadeline1-1/+1
2022-10-25Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline4-17/+17
2022-10-24Fix tweets with only video breaking embedsMadeline1-8/+8
2022-10-24Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline10-9370/+33
2022-10-24rearrange test client's index a bitMadeline7-198/+136
2022-10-24Fix server -> guild patch and add status.discord.com -> status.understars.dev...Madeline2-29/+74
2022-10-24Handle fetch errors in cdn external endpointMadeline1-0/+3
2022-10-24TestClient middleware will now add cache misses to file for generate:client s...Madeline2-15/+238
2022-10-24Change android and ios client downloads to use /download endpoint, update Rel...Madeline6-32/+68
2022-10-07remove self_edit_guilds, was dumbMadeline4-5/+3
2022-10-07fix self_edit_guilds rightMadeline1-2/+2
2022-10-05embed failMadeline1-2/+2
2022-10-05Check nonce in Message sendMadeline1-0/+13
2022-10-04Add the automatic install script, thanks @HaydaralqassamMadeline1-1/+12
2022-10-04Video attachment support!Madeline4-8/+118
2022-10-04capture exception in sentry for embed processingMadeline2-1/+7
2022-10-03Embed cacheMadeline3-7/+37
2022-10-03Twitter embedsMadeline3-11/+102
2022-10-02Make imagor optionalMadeline2-12/+17
2022-10-02Use imagor for image resizingMadeline2-3/+17
2022-10-02More embed improvementsMadeline1-50/+74
2022-10-01Update readme.Madeline1-14/+88
2022-10-01Slightly better embedsMadeline2-27/+159
2022-10-01Better embed handlingMadeline5-128/+298
2022-10-01Make `afk` optional in ActivitySchemaMadeline2-56/+2
2022-09-30Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SE...Madeline2-2/+3
2022-09-29Fix fetching members for roles in POST messageMadeline2-16/+21
2022-09-29Prevent URL embedding and mentions when in codeblockMadeline1-3/+3
2022-09-29Update read state on message createMadeline1-8/+16
2022-09-28Fix client crash on GUILD_CREATEMadeline2-0/+2
2022-09-28Remove user settings from GUILD_MEMBER_LIST_UPDATE responseMadeline1-1/+1
2022-09-28whoopsMadeline1-1/+1
2022-09-28fix loginRedirectMadeline1-1/+1
2022-09-28Discovery splashes + fix guild icons disappearing on settings changeMadeline4-7/+23
2022-09-28Fix user guild settingsMadeline1-13/+7
2022-09-28Missed some schemasMadeline11-2495/+2580
2022-09-28Use PrimaryIdColumn instead of PrimaryColumn in Invite and CategoryMadeline2-6/+5
2022-09-28Generate IDs for entities by defaultMadeline1-1/+2
2022-09-27Fix user validator preventing updateMadeline1-40/+51
2022-09-27Fix message editingMadeline1-1/+1
2022-09-27Make client cacher suck less?Madeline1-10/+18
2022-09-27Bad check for if buffer is json string instead of gzipMadeline1-2/+2
2022-09-27Set tutorial to nullMadeline1-0/+1
2022-09-27Don't fetch all members in guild in Member.addToGuildMadeline2-4/+18
2022-09-26client patcher stuffMadeline2-10/+15
2022-09-26PrettierMadeline280-4048/+6940
2022-09-26Remove the cdn storage location logMadeline2-2/+3
2022-09-26Move schemas to /src/util/schemasMadeline94-8368/+8252
2022-09-26