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
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move UserSettings to own entity
TheArcaneBrony
2022-12-19
7
-138
/
+174
*
Add additional config
Madeline
2022-12-19
13
-22
/
+51
*
Make ConfigValue a directory, move defaults to those classes instead of a sep...
TheArcaneBrony
2022-12-19
51
-422
/
+355
*
removed char joiners as they are actually useful, added page break
Erkin Alp Güney
2022-12-19
1
-3
/
+4
*
make it configurable by guild feature flag
Erkin Alp Güney
2022-12-19
1
-5
/
+5
*
Make fosscord read config from json if CONFIG_PATH is set
TheArcaneBrony
2022-12-19
1
-8
/
+14
*
Do the funny thing (make user->invite cascade delet)
TheArcaneBrony
2022-12-18
1
-1
/
+3
*
Made nitro stuff make some sense
ChrisChrome
2022-12-18
1
-1
/
+0
*
Make teams nullable
TheArcaneBrony
2022-12-18
1
-0
/
+1
*
Refactor applications
Madeline
2022-12-18
6
-1
/
+28
*
Add basic developer panel functionality - doesn't work yet
ChrisChrome
2022-12-18
3
-38
/
+82
*
Move to migrations. Use `npm run generate:db` for first database generation.
Madeline
2022-12-18
3
-8
/
+2
*
fix: not being able to enable community
Puyodead1
2022-12-18
1
-1
/
+2
*
Remove discord login config
Madeline
2022-12-17
1
-10
/
+0
*
comments and such
Madeline
2022-12-17
1
-39
/
+4
*
user validation stuff
Madeline
2022-12-17
2
-12
/
+5
*
Remove bad banned words implementation
Madeline
2022-12-17
4
-44
/
+2
*
Remove use of `PRODUCTION` env var
Madeline
2022-12-17
1
-4
/
+1
*
murder migrations
Madeline
2022-12-17
9
-317
/
+0
*
Only allow specific server features to be edited
Madeline
2022-12-05
1
-0
/
+5
*
Await some rabbitmq methods, don't reset some config values on start
Madeline
2022-11-06
1
-8
/
+8
*
Allow running api, cdn, gateway separately
Madeline
2022-10-31
1
-11
/
+10
*
Add `private_channels_version` to `client_state` in identity. also set sentry...
Madeline
2022-10-31
1
-0
/
+2
*
various typos
Madeline
2022-10-28
1
-1
/
+1
*
Fix user settings not saving properly and guild folders
Madeline
2022-10-28
3
-5
/
+6
*
Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-ser...
Madeline
2022-10-28
2
-22
/
+39
*
fix bad user validation
Madeline
2022-10-27
1
-8
/
+9
*
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
*
Move message auto mod to the api route instead of a @beforeinsert/update method
Madeline
2022-10-25
2
-16
/
+4
*
Forgot some schemas + only generate schemas in util/schemas + add setup script
Madeline
2022-10-24
3
-1
/
+13
*
Change android and ios client downloads to use /download endpoint, update Rel...
Madeline
2022-10-24
1
-6
/
+3
*
remove self_edit_guilds, was dumb
Madeline
2022-10-07
2
-2
/
+1
*
Embed cache
Madeline
2022-10-03
2
-1
/
+14
*
Twitter embeds
Madeline
2022-10-03
1
-0
/
+6
*
Make imagor optional
Madeline
2022-10-02
1
-0
/
+2
*
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
1
-1
/
+2
*
Fix client crash on GUILD_CREATE
Madeline
2022-09-28
2
-0
/
+2
*
Discovery splashes + fix guild icons disappearing on settings change
Madeline
2022-09-28
1
-0
/
+1
*
Missed some schemas
Madeline
2022-09-28
6
-0
/
+45
*
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
*
Don't fetch all members in guild in Member.addToGuild
Madeline
2022-09-27
2
-4
/
+18
*
Prettier
Madeline
2022-09-26
102
-945
/
+1816
*
Move schemas to /src/util/schemas
Madeline
2022-09-26
45
-70
/
+595
*
Remove import to class-validator, fix listening on port message in bundle
Madeline
2022-09-26
1
-1
/
+0
*
'Fix' distinct alias typeorm issue
Madeline
2022-09-26
3
-10
/
+7
*
Refactor to mono-repo + upgrade packages
Madeline
2022-09-25
83
-0
/
+7266
*
:sparkles: rtc
Flam3rboy
2021-08-12
16
-1198
/
+0
*
:sparkles: config add rate limit
Flam3rboy
2021-08-12
1
-13
/
+47
*
fix rabbitmq export
Flam3rboy
2021-08-12
1
-11
/
+15
*
:bug: fix config: don't use mongodb change streams
Flam3rboy
2021-08-12
1
-4
/
+4
*
:sparkles: added .overwriteChannel function to permissions
Flam3rboy
2021-08-12
1
-2
/
+13
*
:sparkles: rabbitmq
Flam3rboy
2021-08-11
3
-18
/
+37
*
added deleted and disabled check for checkToken
xnacly
2021-08-10
1
-1
/
+1
*
:bug: fix MessageType
Flam3rboy
2021-08-09
1
-22
/
+22
*
:recycle: convert bigint literals to objects for backwards compatibility
Flam3rboy
2021-08-09
4
-66
/
+66
*
:bug: fix bitfield resolve
Flam3rboy
2021-08-08
1
-1
/
+1
*
[Config] Make brokers null by default
Diego Magdaleno
2021-07-29
1
-4
/
+2
*
[Config] Handle kafka
Diego Magdaleno
2021-07-29
1
-2
/
+15
*
Add regions to Config
Paul Munteanu
2021-07-26
1
-0
/
+19
*
:loud_sound: fix log
Flam3rboy
2021-07-18
1
-1
/
+1
*
auto throw error if findOne doesn't find any doc
Flam3rboy
2021-07-10
1
-1
/
+0
*
:see_no_evil: :lock: hide db password in log
Flam3rboy
2021-07-08
1
-1
/
+3
*
:bug: fix Config
Flam3rboy
2021-07-07
1
-1
/
+1
*
:sparkles: checkToken return user data
Flam3rboy
2021-06-30
1
-2
/
+5
*
:sparkles: Rate Limit model
Flam3rboy
2021-06-28
1
-11
/
+17
*
:bug: fix mongoose cache
Flam3rboy
2021-06-27
2
-8
/
+23
*
:sparkles: Config: ipdataApiKey + register.blockProxies
Flam3rboy
2021-06-27
1
-0
/
+4
*
:sparkles: allow bot tokens
Flam3rboy
2021-06-24
1
-0
/
+1
*
:bug: fix checkToken
Flam3rboy
2021-06-23
2
-2
/
+2
*
:art: rename recipients -> recipient_ids
Flam3rboy
2021-05-31
1
-5
/
+5
*
:bug: fix config
Flam3rboy
2021-05-31
1
-1
/
+1
*
fix message model
Flam3rboy
2021-05-30
1
-1
/
+1
*
:sparkles: add requestSignature to Config
Flam3rboy
2021-05-29
1
-1
/
+3
*
:sparkles: add cdn.endpoint to config
Flam3rboy
2021-05-28
1
-0
/
+6
*
:bug: fix Snowflake workerid
Flam3rboy
2021-05-25
1
-1
/
+1
*
:bug: fix Snowflake process + worker id
Flam3rboy
2021-05-25
1
-3
/
+4
*
:bug: fix default endpoint
Flam3rboy
2021-05-25
1
-2
/
+2
*
:sparkles: new config
Flam3rboy
2021-05-24
1
-108
/
+199
*
additional token checks: user disabled/deleted or if the token was revoked
Flam3rboy
2021-05-24
1
-1
/
+8
*
Config: Don't cast to unknow and rather give a gernic type
Diego Magdaleno
2021-05-23
1
-2
/
+2
*
:bug: fix checktoken
Flam3rboy
2021-05-23
1
-3
/
+2
*
Config: export getConfigPathForFile
Diego Magdaleno
2021-05-22
1
-1
/
+1
*
Config: New config and store classes to replace the mongo method
Diego Magdaleno
2021-05-22
1
-34
/
+109
*
:bug: fix Message Model
Flam3rboy
2021-05-22
1
-3
/
+3
*
:sparkles: system user permissions
Flam3rboy
2021-05-22
1
-0
/
+2
*
:bug: fix Channel + Invite Model
Flam3rboy
2021-05-22
1
-1
/
+1
*
fix channel permission calc
Flam3rboy
2021-05-21
2
-2
/
+2
*
:bug: convert string to bigint Permissions
Flam3rboy
2021-05-21
2
-3
/
+11
*
:bug: fix types
Flam3rboy
2021-05-18
2
-6
/
+20
*
:bug: add MessageType enum
Flam3rboy
2021-05-14
3
-5
/
+33
|
\
|
*
:sparkles: add MessageType enum
Flam3rboy
2021-05-14
3
-5
/
+33
*
|
:bug: fix Database toObject
Flam3rboy
2021-05-10
2
-3
/
+3
|
/
*
:sparkles: add dm permission
Flam3rboy
2021-04-26
1
-14
/
+50
*
:bug: fix string
Flam3rboy
2021-04-24
1
-1
/
+2
*
:art: String trimSpecial pass string OR undefined
Flam3rboy
2021-04-24
1
-1
/
+2
*
:sparkles: throw missing permission
Flam3rboy
2021-04-23
1
-4
/
+11
*
Merge branch 'main' of https://github.com/discord-open-source/discord-server-...
Flam3rboy
2021-04-14
7
-42
/
+94
|
\
|
*
added toBigInt and BigInt getters to bitfields
notsapinho
2021-04-08
5
-3
/
+18
|
*
Merge branch 'main' of https://github.com/fosscord/fosscord-server-util
xnacly
2021-04-08
4
-40
/
+67
|
|
\
|
|
*
getPermission use cache
Flam3rboy
2021-04-07
1
-5
/
+5
|
|
*
fix toObject type
Flam3rboy
2021-04-07
1
-3
/
+5
|
|
*
:bug: fix lean not working with virtuals
Flam3rboy
2021-04-07
1
-0
/
+9
|
|
*
Merge branch 'main' of https://github.com/discord-open-source/discord-server-...
Flam3rboy
2021-04-06
1
-1
/
+2
|
|
|
\
|
|
|
*
:arrow_up: update mongodb
Flam3rboy
2021-04-06
1
-1
/
+2
|
|
|
*
resolve deprecation warnings
afeuerstein
2021-04-06
1
-1
/
+1
|
|
*
|
:art: remove _id and __v from response
Flam3rboy
2021-04-06
1
-0
/
+7
|
|
|
/
|
|
*
:art: Convert id bigint to string
Flam3rboy
2021-04-06
2
-5
/
+5
|
|
*
:bug: fix User Model guilds
Flam3rboy
2021-04-06
1
-0
/
+2
|
|
*
:bug: fix Database
Flam3rboy
2021-04-06
2
-28
/
+34
|
*
|
added hasThrow
xnacly
2021-04-08
1
-0
/
+10
|
|
/
*
/
:zap: export regex
Flam3rboy
2021-04-14
2
-2
/
+4
|
/
*
:sparkles: AuditLog
Flam3rboy
2021-03-04
3
-3
/
+7
*
:art: getPermission() default opts
Flam3rboy
2021-03-04
1
-1
/
+1
*
:art: getPermission cache
Flam3rboy
2021-03-03
1
-4
/
+11
*
:construction: custom permissions
Flam3rboy
2021-03-03
1
-1
/
+6
*
:bug: fix populate. finally 😅
Flam3rboy
2021-02-23
1
-6
/
+12
*
Custom Permission
Flam3rboy
2021-02-22
1
-1
/
+5
*
:bug: fix Permission BitField
Flam3rboy
2021-02-22
1
-10
/
+15
*
:bug: fix Mongodb BigInt
Flam3rboy
2021-02-16
1
-1
/
+1
*
:bug: fix database
Flam3rboy
2021-02-16
1
-2
/
+5
*
:bug: fix database
Flam3rboy
2021-02-16
1
-5
/
+2
*
:bug: fix Config
Flam3rboy
2021-02-16
1
-1
/
+1
*
:bug: fix permission
Flam3rboy
2021-02-14
1
-1
/
+1
*
:bug: fix public member type
Flam3rboy
2021-02-14
1
-1
/
+1
*
:bug: fix PermissionResolvable
Flam3rboy
2021-02-14
1
-1
/
+34
*
:bug: fix Permissions type declaration
Flam3rboy
2021-02-14
1
-1
/
+1
*
:sparkles: getPermission util function
Flam3rboy
2021-02-14
1
-3
/
+30
*
:art: Channel + Member + Message + Role in separate collection
Flam3rboy
2021-02-13
1
-0
/
+47
*
:sparkles: Config init takes default opts
Flam3rboy
2021-02-13
1
-2
/
+2
*
:zap: Config and database update
Flam3rboy
2021-02-13
3
-21
/
+26
*
:sparkles: mongoose Schemas
Flam3rboy
2021-02-13
3
-7
/
+164
*
:arrow_up: bump lambert-db
Flam3rboy
2021-02-08
2
-2
/
+5
*
update missing-native-js-functions version
Flam3rboy
2021-02-06
1
-13
/
+0
*
:sparkles: convertBigIntToString
Flam3rboy
2021-02-06
2
-1
/
+14
*
:wrench: build
Flam3rboy
2021-02-05
11
-0
/
+435