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
/
api
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #356
AlTech98
2021-09-13
3
-13
/
+34
*
Update index.ts
Flam3rboy
2021-09-13
1
-1
/
+1
*
Emit USER_UPDATE, fix #214
AlTech98
2021-09-13
1
-4
/
+12
*
Delete attachments of deleted messages, fix #273
AlTech98
2021-09-13
5
-4
/
+35
*
:bug: fix In() query
Flam3rboy
2021-09-13
2
-2
/
+2
*
:bug: fix relationship
Flam3rboy
2021-09-13
1
-53
/
+55
*
:bug: fix dm #321
Flam3rboy
2021-09-13
3
-10
/
+12
*
:bug: fix invites: ajv doesn't treat null as undefined
Flam3rboy
2021-09-13
4
-333
/
+266
*
Merge branch 'typescript-interface-body-parser+autogenerate-unit-tests+docume...
Flam3rboy
2021-09-12
84
-1354
/
+8898
|
\
|
*
:sparkles: #307 done
Flam3rboy
2021-09-12
75
-1485
/
+7638
|
*
:construction: :sparkles: new body parser (bans route)
Flam3rboy
2021-09-12
5
-15
/
+1323
|
*
:art: remove long relatives paths -> short module paths
Flam3rboy
2021-09-12
44
-82
/
+165
*
|
Add dummy missing routes
AlTech98
2021-09-12
6
-1
/
+51
|
/
*
Fix relationships get query
AlTech98
2021-09-09
1
-1
/
+1
*
Fix upload size
Stilic
2021-09-08
1
-1
/
+1
*
Add token authorization method to swagger openapi
Cyber
2021-09-04
1
-6
/
+13
*
:arrow_up: update test client
Flam3rboy
2021-09-04
2
-5
/
+5
*
:bug: fix release
Flam3rboy
2021-09-04
1
-2
/
+1
*
Added /guilds/:id/voice-states apis
AlTech98
2021-09-04
4
-0
/
+96
*
Added missing permissions and channel types
AlTech98
2021-09-04
1
-0
/
+4
*
:bug: fix patch-package
Flam3rboy
2021-09-04
1
-0
/
+1
*
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Flam3rboy
2021-09-04
13
-750
/
+37
|
\
|
*
fixed /discoverable-guilds
xnacly
2021-09-03
1
-1
/
+4
|
*
added first draft of /discoverable-guilds
xnacly
2021-09-03
1
-0
/
+14
|
*
Revert "added big todo list to Guild.ts (big chungus)"
xnacly
2021-09-03
2
-15
/
+0
|
*
added big todo list to Guild.ts (big chungus)
xnacly
2021-09-03
2
-0
/
+15
|
*
replace '@me' with req.user_id in guild join
xnacly
2021-09-03
1
-1
/
+2
|
*
moved Constants and Errorhandler from api to util
xnacly
2021-09-03
10
-748
/
+7
|
*
added template for future routes
xnacly
2021-09-03
1
-0
/
+10
|
*
Merge branch 'master' of https://github.com/fosscord/fosscord-server
xnacly
2021-09-03
1
-10
/
+28
|
|
\
|
*
|
fixed 'undefined not found' + error not showing in client
xnacly
2021-09-03
1
-2
/
+2
*
|
|
:bug: api member add roles -> make sure that roles exist
Flam3rboy
2021-09-04
1
-8
/
+7
*
|
|
:bug: fix invites
Flam3rboy
2021-09-04
3
-9
/
+6
*
|
|
:bug: fix permissions if user is only member of guild
Flam3rboy
2021-09-04
1
-3
/
+2
*
|
|
:arrow_up: update mpath because of a security vulnerability
Flam3rboy
2021-09-04
1
-4
/
+4
*
|
|
:bug: fix error handler and asset router
Flam3rboy
2021-09-04
2
-2
/
+2
|
|
/
|
/
|
*
|
:zap: improve invite generation
Flam3rboy
2021-09-03
1
-10
/
+28
|
/
*
:bug: fix #311
Flam3rboy
2021-09-03
3
-4
/
+16
*
:bug: fix member roles + list
Flam3rboy
2021-09-03
3
-11
/
+7
*
:sparkles: guild position update
Flam3rboy
2021-09-03
3
-8
/
+49
*
:pencil: drop tables script
Flam3rboy
2021-09-03
1
-0
/
+30
*
:bug: fix message sending
Flam3rboy
2021-09-03
2
-7
/
+7
*
:arrow_up: update dependencies
Flam3rboy
2021-09-03
4
-634
/
+396
*
:bug: fix member + member list
Flam3rboy
2021-09-03
12
-92
/
+95
*
:bug: fix entity missing an id (replace .insert with new Entity().save)
Flam3rboy
2021-09-02
4
-19
/
+21
*
:sparkles: add user_id field to Member
Flam3rboy
2021-09-02
12
-46
/
+32
*
:art: update openapi title
Flam3rboy
2021-09-02
1
-4
/
+4
*
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Flam3rboy
2021-09-02
5
-9
/
+43
|
\
|
*
added /login unittest
xnacly
2021-09-01
3
-3
/
+36
|
*
see parent
xnacly
2021-09-01
1
-3
/
+3
|
*
fixed globalSetup for jest
xnacly
2021-09-01
1
-3
/
+4
*
|
:arrow_up: update dependencies
Flam3rboy
2021-09-01
2
-48
/
+661
*
|
:bug: fix entity types and projection
Flam3rboy
2021-09-01
2
-25
/
+3
*
|
:sparkles: generate open api schema based on body and db entities
Flam3rboy
2021-09-01
10
-768
/
+1853
|
/
*
Merge pull request #301 from fosscord/feat--DiscordApiErrors
Flam3rboy
2021-09-01
8
-118
/
+105
|
\
|
*
:sparkles: use DiscordApiErrors and check limits
Flam3rboy
2021-09-01
8
-118
/
+105
*
|
Merge pull request #300 from fosscord/typeorm
Flam3rboy
2021-09-01
74
-1845
/
+2632
|
\
|
|
*
Merge branch 'typeorm' into typeorm
Flam3rboy
2021-08-31
21
-164
/
+155
|
|
\
|
|
*
Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm
Flam3rboy
2021-08-31
4
-2
/
+67
|
|
|
\
|
|
*
|
:bug: db query fixes
Flam3rboy
2021-08-31
10
-41
/
+45
|
|
*
|
:sparkles: channel recipients
Flam3rboy
2021-08-31
1
-3
/
+4
|
|
*
|
Channel utility methods in entity
Flam3rboy
2021-08-31
2
-54
/
+1
|
|
*
|
fix member roles
Flam3rboy
2021-08-31
3
-4
/
+4
|
|
*
|
:zap: use insert instead of save
Flam3rboy
2021-08-31
2
-25
/
+25
|
|
*
|
:bug: fix message sending
Flam3rboy
2021-08-31
2
-34
/
+68
|
|
*
|
:sparkles: typeorm error handler
Flam3rboy
2021-08-31
1
-3
/
+8
|
*
|
|
Created list of all possible api errors and made them throwable in routes code
AlTech98
2021-08-31
3
-66
/
+256
|
|
|
/
|
|
/
|
|
*
|
Implemented voice apis #127 and #78
AlTech98
2021-08-30
4
-2
/
+67
|
|
/
|
*
added first unittests for api endpoints
xnacly
2021-08-30
4
-1
/
+39
|
*
added setup for jest tests
xnacly
2021-08-30
3
-2
/
+16
|
*
added jest config, installed supertest
xnacly
2021-08-30
2
-17
/
+280
|
*
removed jest config
xnacly
2021-08-30
1
-192
/
+0
|
*
added db to gitignore
xnacly
2021-08-30
1
-1
/
+4
|
*
fixed wrong statuscode in docs
xnacly
2021-08-30
1
-1
/
+1
|
*
fixed translation path to display correct error msg
xnacly
2021-08-30
1
-1
/
+1
|
*
:construction: typeorm
Flam3rboy
2021-08-30
3
-50
/
+42
|
*
:zap: only local rate limit to prevent to much pressure on the database
Flam3rboy
2021-08-30
1
-19
/
+51
|
*
:bug: convert bigint -> string
Flam3rboy
2021-08-29
4
-5
/
+5
|
*
fix login register + message
Flam3rboy
2021-08-29
5
-26
/
+42
|
*
fix rate limit
Flam3rboy
2021-08-29
2
-48
/
+52
|
*
:sparkles: typeorm api rewrite done
Flam3rboy
2021-08-29
48
-993
/
+467
|
*
:construction: api
Flam3rboy
2021-08-27
17
-164
/
+1129
|
*
Merge branch 'master' into typeorm
Flam3rboy
2021-08-24
3
-18
/
+18
|
|
\
|
*
|
:construction: api
Flam3rboy
2021-08-24
45
-454
/
+381
|
*
|
test
Flam3rboy
2021-08-23
1
-15
/
+19
|
*
|
:construction: typeorm
Flam3rboy
2021-08-21
1
-1
/
+2
*
|
|
TR
EMRE ÇELİK
2021-08-27
1
-15
/
+15
|
|
/
|
/
|
*
|
Merge pull request #278 from daantje1/patch-2
Flam3rboy
2021-08-22
1
-15
/
+15
|
\
\
|
*
|
even more dutch
Daan Schenkel
2021-08-22
1
-15
/
+15
*
|
|
Add more dutch translations :D
Daan Schenkel
2021-08-22
1
-2
/
+2
|
/
/
*
/
Fix content security policy policy
Lukas Does Dev
2021-08-21
1
-1
/
+1
|
/
*
:bug: fix vanity url
Flam3rboy
2021-08-19
3
-14
/
+34
*
revert 2cff55f
Flam3rboy
2021-08-18
1
-1
/
+1
*
:bug: update build script
Flam3rboy
2021-08-18
1
-1
/
+1
*
:bug: fix #267
Flam3rboy
2021-08-18
1
-1
/
+1
*
:bug: fix guild channel reorder
Flam3rboy
2021-08-18
1
-15
/
+22
*
:loud_sound: opcode logger
Flam3rboy
2021-08-18
1
-2
/
+5
*
:sparkles: add default_auto_archive_duration to channel
Flam3rboy
2021-08-18
1
-0
/
+4
*
:ambulance: user settings route
Flam3rboy
2021-08-18
2
-2
/
+59
*
fix #199
Flam3rboy
2021-08-18
1
-4
/
+7
*
:bug: fix findOneAndUpdate
Flam3rboy
2021-08-18
14
-37
/
+34
*
fix #199
Flam3rboy
2021-08-17
1
-3
/
+1
*
:art: clean up
Flam3rboy
2021-08-17
3
-5
/
+7
*
:sparkles: message mention parsing
Flam3rboy
2021-08-17
1
-15
/
+59
*
:loud_sound: verbose error handler
Flam3rboy
2021-08-17
2
-3
/
+8
*
:bug: fix login route
Flam3rboy
2021-08-17
1
-1
/
+4
*
:sparkles: delete finished todos
Flam3rboy
2021-08-16
3
-6
/
+0
*
:sparkles: update auth middleware
Flam3rboy
2021-08-16
1
-3
/
+9
*
update Rate Limit with new event transmission
Flam3rboy
2021-08-16
2
-46
/
+47
*
:bug: build bundle
Flam3rboy
2021-08-15
1
-1
/
+0
*
:bug: fix bundle postinstall
Flam3rboy
2021-08-15
1
-0
/
+1
*
:arrow_up: update mongoose types
Flam3rboy
2021-08-15
2
-15
/
+13
*
delete assets
Flam3rboy
2021-08-15
18
-1142
/
+0
*
:bug: fix server bundle
Flam3rboy
2021-08-15
21
-158
/
+16438
*
:bug: prevent @everyone role deletion
Flam3rboy
2021-08-15
1
-7
/
+4
*
update packages
Flam3rboy
2021-08-15
1
-9
/
+16
*
Merge branch 'master' of https://github.com/fosscord/fosscord-server
Flam3rboy
2021-08-15
1
-1
/
+1
|
\
|
*
Add ACCOUNT_DISABLED translation for Turkish
reis
2021-08-15
1
-1
/
+1
*
|
update release
Flam3rboy
2021-08-15
1
-1
/
+0
*
|
:bug: fix tsc missing
Flam3rboy
2021-08-15
1
-1
/
+1
|
/
*
:sparkles: start.bat and start.sh script
Flam3rboy
2021-08-15
2
-15515
/
+91
*
move devDependencies to dependencies
Flam3rboy
2021-08-14
3
-386
/
+37
*
:bug: fix Guild + Channel create
Flam3rboy
2021-08-14
3
-5
/
+15
*
:bug: fix guild create with channel template
Flam3rboy
2021-08-14
1
-1
/
+21
*
:arrow_up: update test client
Flam3rboy
2021-08-14
1
-4
/
+4
*
:construction: fix server bundle
Flam3rboy
2021-08-13
2
-7
/
+24
*
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Flam3rboy
2021-08-13
3
-146
/
+173
|
\
|
*
:bug: fix dependencies and build for bundle
Flam3rboy
2021-08-13
2
-7
/
+20972
|
*
:bug: fix types + packages
Flam3rboy
2021-08-13
2
-20943
/
+5
*
|
:bug: fix api middleware
Flam3rboy
2021-08-13
3
-36
/
+41
|
/
*
:pencil: updated links to fosscord-server
Flam3rboy
2021-08-13
3
-11
/
+9
*
Merge branch 'pr/darkhpp/261-2'
Flam3rboy
2021-08-13
1
-511
/
+1395
|
\
|
*
Merge branch 'master' into pr/darkhpp/261-2
Flam3rboy
2021-08-13
66
-379
/
+164
|
|
\
|
*
|
Fix naming
darkhpp
2021-08-13
1
-1
/
+1
|
*
|
[ProjectManagement] Add root project and dev getting started guides.
darkhpp
2021-08-13
2
-525
/
+1424
*
|
|
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Flam3rboy
2021-08-13
5
-161
/
+113
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
server-util 1.3.55
Intevel ツ
2021-08-13
2
-4
/
+4
|
*
|
server-util 1.3.54
Intevel ツ
2021-08-13
2
-7
/
+7
|
*
|
Create Emoji.ts
Intevel ツ
2021-08-13
1
-0
/
+14
|
*
|
Fixed #257 Can't change nickname
Intevel ツ
2021-08-13
3
-11169
/
+64
|
|
/
*
|
rename @fosscord/server-util to -> @fosscord/util
Flam3rboy
2021-08-13
61
-150
/
+188
*
|
:sparkles: server bundle
Flam3rboy
2021-08-13
5
-227
/
+0
|
/
*
:sparkles: api
Flam3rboy
2021-08-12
232
-0
/
+153827