index
:
server.git
this commit
dependabot/npm_and_yarn/axios-1.6.1
dependabot/npm_and_yarn/follow-redirects-1.15.4
dev/docker
dev/dsharpplus-minimum-endpoints
dev/emma-refactors
dev/fix-emoji-uploads
dev/indexable-channel-poc
dev/plurality
dev/pomelo
dev/request-guild-members
dev/rory/client_patching
dev/rory/legacy/plugins
dev/rory/move-defaults-out-of-models
dev/rory/old_staging_webrtc
dev/rory/paths_test
dev/rory/utils
dev/rory/versioned-api
dev/samuel
dev/update-user-fields
dev/updater
feat/admin-api
feat/federation
feat/federation2
feat/webhooks
feat/webrtc
fix/channel_ordering
legacy
legacy-2
master
translation
update/mfa
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only allow specific server features to be edited
Madeline
2022-12-05
2
-0
/
+27
*
Fix private messages being returned when no channel_id provided in search
Madeline
2022-12-05
1
-3
/
+17
*
Fix bug allowing any member from kicking any member instance-wide
Madeline
2022-12-05
1
-3
/
+3
*
Fix prune
Madeline
2022-12-03
1
-1
/
+1
*
Await some rabbitmq methods, don't reset some config values on start
Madeline
2022-11-06
2
-37
/
+37
*
Fix 404 handler
Madeline
2022-11-05
1
-3
/
+4
*
Rewrite gateway message decoding
Madeline
2022-10-31
1
-11
/
+15
*
Fix message patching sending old message rather than updated one
Madeline
2022-10-31
1
-3
/
+3
*
Allow running api, cdn, gateway separately
Madeline
2022-10-31
4
-14
/
+16
*
Add `private_channels_version` to `client_state` in identity. also set sentry...
Madeline
2022-10-31
3
-2
/
+13
*
Sentry stuff?
Madeline
2022-10-30
2
-5
/
+12
*
various typos
Madeline
2022-10-28
1
-1
/
+1
*
Fix user settings not saving properly and guild folders
Madeline
2022-10-28
4
-9
/
+11
*
lol
Madeline
2022-10-28
1
-1
/
+1
*
Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-ser...
Madeline
2022-10-28
7
-23
/
+185
*
fix bad user validation
Madeline
2022-10-27
2
-8
/
+10
*
Make /stop route not ugly as hell
Madeline
2022-10-26
2
-27
/
+8
*
Fix typo in user validation
Madeline
2022-10-26
1
-3
/
+3
*
handle a specific case with rtl character
Madeline
2022-10-25
1
-1
/
+4
*
Remove whitespace characters in banned words detection
Madeline
2022-10-25
1
-0
/
+2
*
Fix BannedWords breaking because windows line endings
Madeline
2022-10-25
1
-1
/
+1
*
Fix fix for twitter embeds from yesterday
Madeline
2022-10-25
1
-1
/
+1
*
Move message auto mod to the api route instead of a @beforeinsert/update method
Madeline
2022-10-25
4
-17
/
+17
*
Fix tweets with only video breaking embeds
Madeline
2022-10-24
1
-8
/
+8
*
Forgot some schemas + only generate schemas in util/schemas + add setup script
Madeline
2022-10-24
5
-13
/
+15
*
Handle fetch errors in cdn external endpoint
Madeline
2022-10-24
1
-0
/
+3
*
Change android and ios client downloads to use /download endpoint, update Rel...
Madeline
2022-10-24
5
-32
/
+51
*
remove self_edit_guilds, was dumb
Madeline
2022-10-07
3
-4
/
+3
*
fix self_edit_guilds right
Madeline
2022-10-07
1
-2
/
+2
*
embed fail
Madeline
2022-10-05
1
-2
/
+2
*
Check nonce in Message send
Madeline
2022-10-05
1
-0
/
+13
*
Video attachment support!
Madeline
2022-10-04
2
-4
/
+42
*
capture exception in sentry for embed processing
Madeline
2022-10-04
2
-1
/
+7
*
Embed cache
Madeline
2022-10-03
3
-7
/
+37
*
Twitter embeds
Madeline
2022-10-03
3
-11
/
+102
*
Make imagor optional
Madeline
2022-10-02
2
-12
/
+17
*
Use imagor for image resizing
Madeline
2022-10-02
2
-3
/
+17
*
More embed improvements
Madeline
2022-10-02
1
-50
/
+74
*
Slightly better embeds
Madeline
2022-10-01
2
-27
/
+159
*
Better embed handling
Madeline
2022-10-01
3
-128
/
+156
*
Make `afk` optional in ActivitySchema
Madeline
2022-10-01
1
-2
/
+2
*
Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SE...
Madeline
2022-09-30
2
-2
/
+3
*
Fix fetching members for roles in POST message
Madeline
2022-09-29
2
-16
/
+21
*
Prevent URL embedding and mentions when in codeblock
Madeline
2022-09-29
1
-3
/
+3
*
Update read state on message create
Madeline
2022-09-29
1
-8
/
+16
*
Fix client crash on GUILD_CREATE
Madeline
2022-09-28
2
-0
/
+2
*
Remove user settings from GUILD_MEMBER_LIST_UPDATE response
Madeline
2022-09-28
1
-1
/
+1
*
whoops
Madeline
2022-09-28
1
-1
/
+1
*
Discovery splashes + fix guild icons disappearing on settings change
Madeline
2022-09-28
3
-7
/
+20
*
Fix user guild settings
Madeline
2022-09-28
1
-13
/
+7
*
Missed some schemas
Madeline
2022-09-28
10
-38
/
+54
*
Use PrimaryIdColumn instead of PrimaryColumn in Invite and Category
Madeline
2022-09-28
2
-6
/
+5
*
Generate IDs for entities by default
Madeline
2022-09-28
1
-1
/
+2
*
Fix user validator preventing update
Madeline
2022-09-27
1
-40
/
+51
*
Fix message editing
Madeline
2022-09-27
1
-1
/
+1
*
Bad check for if buffer is json string instead of gzip
Madeline
2022-09-27
1
-2
/
+2
*
Set tutorial to null
Madeline
2022-09-27
1
-0
/
+1
*
Don't fetch all members in guild in Member.addToGuild
Madeline
2022-09-27
2
-4
/
+18
*
Prettier
Madeline
2022-09-26
247
-3427
/
+6137
*
Remove the cdn storage location log
Madeline
2022-09-26
2
-2
/
+3
*
Move schemas to /src/util/schemas
Madeline
2022-09-26
90
-503
/
+458
*
Add generate:client script
Madeline
2022-09-26
1
-1
/
+1
*
Remove import to class-validator, fix listening on port message in bundle
Madeline
2022-09-26
2
-1
/
+1
*
Rearrange assets a bit, fix anything that uses assets folder
Madeline
2022-09-26
2
-4
/
+6
*
Add logout endpoint
Madeline
2022-09-26
1
-0
/
+16
*
'Fix' distinct alias typeorm issue
Madeline
2022-09-26
3
-10
/
+7
*
Refactor to mono-repo + upgrade packages
Madeline
2022-09-25
289
-0
/
+142015
*
:bug: fix types + packages
Flam3rboy
2021-08-13
1
-1
/
+0
*
[ProjectManagement] Add root project and dev getting started guides.
darkhpp
2021-08-13
1
-0
/
+1
*
:sparkles: webrtc
Flam3rboy
2021-08-12
4
-54
/
+0
*
:construction: init
Flam3rboy
2021-06-24
4
-0
/
+54