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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-24
:bug: fix Webhook model
Flam3rboy
2
-1
/
+3
2021-04-24
:art: String trimSpecial pass string OR undefined
Flam3rboy
2
-1
/
+3
2021-04-23
:bug: fix member model
Flam3rboy
2
-9
/
+1
2021-04-23
:sparkles: Webhook Model
Flam3rboy
3
-1
/
+92
2021-04-23
:sparkles: throw missing permission
Flam3rboy
3
-10
/
+15
2021-04-22
:art: rename to -> @fosscord/server-util
Flam3rboy
2
-7
/
+15
2021-04-21
Update package.json
Intevel ツ
1
-1
/
+1
2021-04-21
Update package.json
Intevel ツ
1
-1
/
+1
2021-04-21
Update package.json
Intevel ツ
1
-5
/
+5
2021-04-18
:heavy_minus_sign: remove lambert-db
Flam3rboy
2
-1134
/
+10
2021-04-17
:bug: fix Activity Model
Flam3rboy
1
-1
/
+1
2021-04-14
:zap: export regex
Flam3rboy
2
-2
/
+4
2021-04-14
:bug: fix message model
Flam3rboy
1
-9
/
+9
2021-04-09
:bug: fix Activity model
Flam3rboy
2
-7
/
+8
2021-04-09
:bug: fix Activity model with body schema
Flam3rboy
2
-3
/
+41
2021-04-08
updated invite model
xnacly
1
-0
/
+60
2021-04-08
added toBigInt and BigInt getters to bitfields
notsapinho
9
-9
/
+32
2021-04-08
added hasThrow
xnacly
1
-0
/
+10
2021-04-08
:bug: move dev dependencies to normal
Flam3rboy
1
-3
/
+1
2021-04-08
:page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike 4....
Flam3rboy
1
-21
/
+98
2021-04-07
:zap: use mongoose autopopulate
Flam3rboy
8
-6
/
+82
2021-04-07
Update Guild.ts
notsapinho
1
-1
/
+1
2021-04-07
getPermission use cache
Flam3rboy
1
-5
/
+5
2021-04-07
fix toObject type
Flam3rboy
1
-3
/
+5
2021-04-07
:bug: fix lean not working with virtuals
Flam3rboy
6
-57
/
+109
2021-04-06
remove dist
Flam3rboy
6
-86
/
+0
2021-04-06
:arrow_up: update mongodb
Flam3rboy
5
-13
/
+89
2021-04-06
update mongoose version to get rid of circular dependency issue
Flam3rboy
2
-4
/
+10
2021-04-06
:art: remove _id and __v from response
Flam3rboy
15
-99
/
+178
2021-04-06
resolve deprecation warnings
afeuerstein
1
-1
/
+1
2021-04-06
resolve conflicting mongodb and mongoose versions
afeuerstein
1
-82
/
+24
2021-04-06
remove compiled typescript code from repo
afeuerstein
88
-3259
/
+3
2021-04-06
:bug: fix Message Model
Flam3rboy
6
-12
/
+10
2021-04-06
remove date_of_birth as discord only saves if someone is older than 18 years ...
Flam3rboy
3
-3
/
+1
2021-04-06
:wrench: build
Flam3rboy
3
-3
/
+3
2021-04-06
:art: Convert id bigint to string
Flam3rboy
59
-495
/
+493
2021-04-06
:bug: fix User Model guilds
Flam3rboy
6
-4
/
+7
2021-04-06
:sparkles: add date of birth to user
Flam3rboy
4
-1
/
+5
2021-04-06
:rewind: revert guilds in user_data
Flam3rboy
2
-2
/
+2
2021-04-06
:bug: fix Database
Flam3rboy
17
-181
/
+252
2021-04-06
:sparkles: save private data in user.user_data
Flam3rboy
1
-32
/
+39
2021-04-06
:sparkles: add Guild virtual fields
Flam3rboy
1
-1
/
+41
2021-04-06
:bug: fix Ready event
Flam3rboy
1
-6
/
+22
2021-04-06
:bug: fix Activity Model
Flam3rboy
1
-33
/
+33
2021-04-05
:sparkles: export ReadyEventData
Flam3rboy
3
-111
/
+114
2021-04-05
:sparkles: Event Enum
Flam3rboy
4
-2
/
+131
2021-03-27
:art: Message
Flam3rboy
2
-14
/
+14
2021-03-27
:art: update Message timestamp to use Date
Flam3rboy
4
-14
/
+14
2021-03-08
:sparkles: changed number to date type
Flam3rboy
26
-48
/
+116
2021-03-04
:sparkles: AuditLog
Flam3rboy
23
-58
/
+136
2021-03-04
:sparkles: AuditLog
Flam3rboy
4
-0
/
+537
2021-03-04
:art: getPermission() default opts
Flam3rboy
3
-4
/
+4
2021-03-03
:art: getPermission cache
Flam3rboy
7
-17
/
+33
2021-03-03
:construction: custom permissions
Flam3rboy
1
-1
/
+6
2021-02-23
:bug: fix populate. finally 😅
Flam3rboy
1
-6
/
+12
2021-02-22
[Member] fix -> make id required
Flam3rboy
3
-8
/
+10
2021-02-22
:sparkles: MemberModel add virtual user field
Flam3rboy
7
-5
/
+23
2021-02-22
:wrench: build
Flam3rboy
9
-11
/
+14
2021-02-22
Custom Permission
Flam3rboy
1
-1
/
+5
2021-02-22
Fix Member Model
Flam3rboy
3
-24
/
+27
2021-02-22
:bug: fix Permission BitField
Flam3rboy
3
-20
/
+31
2021-02-21
:bug: fix ban Model Schema
Flam3rboy
3
-3
/
+3
2021-02-21
:bug: fix Event model
Flam3rboy
4
-5
/
+5
2021-02-21
updated InviteModel
xnacly
4
-108
/
+26
2021-02-21
fixed typo in Ban.ts
xnacly
2
-2
/
+2
2021-02-21
BanModel Update
Intevel ツ
4
-1
/
+5
2021-02-19
:wrench: build
Flam3rboy
6
-1
/
+31
2021-02-19
:sparkles: Ban Model
Flam3rboy
2
-0
/
+20
2021-02-17
:see_no_evil: revert changes
Flam3rboy
4
-1
/
+5
2021-02-17
:zap: UserModel remove guild bigint array -> instead use MemberModel
Flam3rboy
4
-5
/
+1
2021-02-16
:bug: fix Mongodb BigInt
Flam3rboy
3
-2
/
+4
2021-02-16
:bug: fix database
Flam3rboy
33
-34
/
+109
2021-02-16
:bug: fix database
Flam3rboy
3
-9
/
+4
2021-02-16
:bug: fix Message Model
Flam3rboy
3
-3
/
+3
2021-02-16
:bug: fix Config
Flam3rboy
3
-3
/
+3
2021-02-16
:bug: fix2 Message Model
Flam3rboy
3
-3
/
+3
2021-02-16
:bug: fix message model
Flam3rboy
3
-3
/
+3
2021-02-15
:bug: fix message model
Flam3rboy
3
-4
/
+3
2021-02-14
:bug: fix guild model
Flam3rboy
2
-2
/
+1
2021-02-14
:bug: fix Event type
Flam3rboy
12
-18
/
+40
2021-02-14
:bug: fix permission
Flam3rboy
4
-4
/
+4
2021-02-14
:bug: fix public member type
Flam3rboy
8
-10
/
+16
2021-02-14
:bug: fix PermissionResolvable
Flam3rboy
3
-3
/
+38
2021-02-14
:bug: fix Permissions type declaration
Flam3rboy
2
-2
/
+2
2021-02-14
:sparkles: getPermission util function
Flam3rboy
88
-1503
/
+62
2021-02-13
:art: Channel + Member + Message + Role in separate collection
Flam3rboy
20
-18
/
+142
2021-02-13
:bug: export MongooseCache
Flam3rboy
8
-11
/
+13
2021-02-13
:sparkles: Config init takes default opts
Flam3rboy
4
-6
/
+6
2021-02-13
:zap: Config and database update
Flam3rboy
51
-97
/
+836
2021-02-13
:sparkles: mongoose Schemas
Flam3rboy
17
-46
/
+654
2021-02-12
move guild arrays into seperate collections
Flam3rboy
8
-15
/
+22
2021-02-12
:bug: fix export
Flam3rboy
5
-176
/
+81
2021-02-12
:bug: can not override event -> update events
Flam3rboy
2
-87
/
+104
2021-02-11
:wrench: build
Flam3rboy
29
-20
/
+478
2021-02-11
:sparkles: updated other models
Flam3rboy
13
-58
/
+478
2021-02-11
:sparkles: Event model
Flam3rboy
4
-6
/
+753
2021-02-11
:wrench: build
Flam3rboy
1
-7
/
+5
2021-02-11
:bug: fix member model
Flam3rboy
1
-8
/
+5
2021-02-10
fix models + move schemas in api and gateway
Flam3rboy
84
-193
/
+1243
2021-02-10
export event
Flam3rboy
4
-4
/
+7
2021-02-09
added missing optional types
xnacly
2
-70
/
+67
2021-02-09