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 duplicate key
The Arcane Brony
2021-10-10
3
-8
/
+4
*
:bug: fix emojis route
Flam3rboy
2021-10-10
3
-173
/
+431
*
Merge branch 'master' into pr/LoboMetalurgico/424
Flam3rboy
2021-10-10
12
-10787
/
+118
|
\
|
*
:bug: fix tsc compiler
Flam3rboy
2021-10-10
1
-1
/
+2
|
*
:bug: convert bigint literal to object
Flam3rboy
2021-10-10
3
-5
/
+10
|
*
:art: clean up imports + classes
Flam3rboy
2021-10-10
6
-68
/
+2
|
*
:art: clean up dependencies
Flam3rboy
2021-10-10
3
-10713
/
+104
*
|
Merge branch 'fosscord:master' into milestoneV1/routes/implement/emojis
Lobo Metalúrgico
2021-10-09
3
-4
/
+58
|
\
|
|
*
:sparkles: random guest username generation added
xnacly
2021-10-09
1
-1
/
+42
|
*
:bug: rewrite locale en to en-US
Flam3rboy
2021-10-09
1
-0
/
+6
|
*
:sparkles: added read state
Flam3rboy
2021-10-09
1
-2
/
+6
|
*
:art: cdn now also works without setting a public endpoint
Flam3rboy
2021-10-09
1
-1
/
+4
*
|
(api): fix some issues
Lobo Metalúrgico
2021-10-09
1
-3
/
+2
*
|
(api): implement post on emoji route
Lobo Metalúrgico
2021-10-09
1
-4
/
+38
*
|
(api): add patch to emoji route
Lobo Metalúrgico
2021-10-09
1
-0
/
+26
*
|
Merge remote-tracking branch 'upstream/master' into milestoneV1/routes/implem...
Lobo Metalúrgico
2021-10-09
4
-12
/
+41
|
\
|
|
*
:bug: fix typing
Flam3rboy
2021-10-09
2
-2
/
+3
|
*
:art: do not auto guest register on login/register page
Flam3rboy
2021-10-09
1
-1
/
+1
|
*
:bug: fix claim account
Flam3rboy
2021-10-09
1
-4
/
+12
|
*
:sparkles: added guestsRequireInvite to config
Flam3rboy
2021-10-09
1
-5
/
+7
|
*
:bug: fix password changing
Flam3rboy
2021-10-09
1
-4
/
+22
*
|
(api): fix route name
Lobo Metalúrgico
2021-10-08
1
-0
/
+0
*
|
(api): inital emojis route implementation
Lobo Metalúrgico
2021-10-08
1
-0
/
+78
|
/
*
:art: fix imports with new build script
Flam3rboy
2021-10-09
1
-1
/
+2
*
:bug: fix build
Flam3rboy
2021-10-09
2
-19
/
+0
*
:sparkles: bundle build script
Flam3rboy
2021-10-08
2
-1
/
+733
*
Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-...
Flam3rboy
2021-10-07
1
-2
/
+5
|
\
|
*
:bug: fix types + swcrc configs
Flam3rboy
2021-10-07
2
-3
/
+8
|
*
:bug: fix swcrc config: rewrite import -> require
Flam3rboy
2021-10-07
2
-9
/
+12
*
|
:bug: fix swc config
Flam3rboy
2021-10-07
3
-22
/
+16
|
/
*
Compiler test
The Arcane Brony
2021-10-06
5
-41
/
+1110
*
:arrow_up: update packages
Flam3rboy
2021-10-06
1
-2
/
+2
*
:arrow_up: lambert-server@1.2.11
Flam3rboy
2021-10-05
2
-8
/
+8
*
:bug: fix set user settings
Flam3rboy
2021-10-05
1
-33
/
+0
*
:bug: fix user projection
Flam3rboy
2021-10-05
4
-5
/
+9
*
:art: reformatted
Flam3rboy
2021-10-05
3
-9
/
+19
*
:bug: fix client locale
Flam3rboy
2021-10-05
1
-1
/
+2
*
:sparkles: added autoJoin guild to config
Flam3rboy
2021-10-05
3
-73
/
+32
*
:art: move field error to util
Flam3rboy
2021-10-05
5
-31
/
+3
*
:sparkles: add User.register() method
Flam3rboy
2021-10-05
1
-127
/
+60
*
:arrow_up: update mnjsf
Flam3rboy
2021-10-05
2
-10
/
+10
*
:bug: fix guild create with client template
Flam3rboy
2021-10-05
1
-21
/
+17
*
:sparkles: auto register guest account
Flam3rboy
2021-10-05
1
-0
/
+10
*
:sparkles: generalize primary column to work with mongodb object id
Flam3rboy
2021-10-04
2
-8
/
+8
*
Merge branch 'master' of http://github.com/fosscord/fosscord-server
Flam3rboy
2021-10-04
1
-0
/
+2
|
\
|
*
:arrow_up: update dependencies
Flam3rboy
2021-10-04
1
-0
/
+2
*
|
:construction: different db engines
Flam3rboy
2021-10-04
4
-27
/
+375
|
/
*
Merge pull request #412 from TheArcaneBrony/master
Flam3rboy
2021-10-03
2
-24
/
+25
|
\
|
*
:truck: rename id -> sku_id
Flam3rboy
2021-10-03
1
-22
/
+6
|
*
Add subscription plans so the client doesn't crash
The Arcane Brony
2021-10-03
1
-14
/
+31
*
|
:bug: fix message reactions
Flam3rboy
2021-10-03
1
-2
/
+2
|
/
*
fix request failiure with error code 400
afeuerstein
2021-10-03
1
-1
/
+1
*
:bug: fix registration
Flam3rboy
2021-10-03
1
-0
/
+1
*
:sparkles: add ``right`` option to route()
Flam3rboy
2021-10-03
2
-2
/
+23
*
:art: restructure gateway
Flam3rboy
2021-10-02
1
-1
/
+1
*
Merge branch 'master' of https://github.com/TheArcaneBrony/fosscord-server
The Arcane Brony
2021-10-01
2
-460
/
+154
|
\
|
*
Merge branch 'fosscord:master' into master
TheArcaneBrony
2021-10-01
2
-460
/
+154
|
|
\
|
|
*
:bug: fix schema + user modify not working
Flam3rboy
2021-10-01
2
-460
/
+154
*
|
|
Add default value to guild discovery"
The Arcane Brony
2021-10-01
1
-2
/
+1
|
/
/
*
/
Add setting to show all guilds in discovery, fix query for guild discovery
The Arcane Brony
2021-10-01
1
-2
/
+5
|
/
*
:sparkles: registration disabled notice
Flam3rboy
2021-10-01
1
-0
/
+9
*
hotfix for misc routes
uurgothat
2021-09-30
6
-7
/
+10
*
Add misc routes
uurgothat
2021-09-30
14
-2
/
+183
*
store improvements
uurgothat
2021-09-29
4
-24
/
+156
*
:bug: fix channel permission overwrites
Flam3rboy
2021-09-26
5
-103
/
+110
*
:sparkles: add private and public endpoint
Flam3rboy
2021-09-25
3
-59
/
+6
*
:bug: message attachment url
Flam3rboy
2021-09-25
1
-0
/
+5
*
:bug: fix #392
Flam3rboy
2021-09-25
1
-2
/
+2
*
:bug: fix guild template create
Flam3rboy
2021-09-25
1
-13
/
+15
*
:art: sort openapi tags by alphabet
Flam3rboy
2021-09-23
1
-6597
/
+5994
*
:bug: fix install script
Flam3rboy
2021-09-23
1
-1
/
+0
*
:bug: fix (pre) install scripts
Flam3rboy
2021-09-23
1
-2
/
+2
*
:sparkles: example value in documentation
Flam3rboy
2021-09-21
3
-6
/
+15
*
:sparkles: unit tests expect event
Flam3rboy
2021-09-21
2
-5995
/
+6627
*
:sparkles: generate openapi documentation
Flam3rboy
2021-09-21
16
-1047
/
+7373
*
:bug: fix unittests
Flam3rboy
2021-09-20
4
-21
/
+82
*
:sparkles: add option to disable all rate limits
Flam3rboy
2021-09-20
2
-1
/
+4
*
:bug: fix errror handler
Flam3rboy
2021-09-20
1
-3
/
+4
*
:art: rewrite imports
Flam3rboy
2021-09-20
2
-313
/
+2330
*
Merge branch 'master' into unittests
Flam3rboy
2021-09-20
27
-984
/
+1049
|
\
|
*
:bug: fix relationships
Flam3rboy
2021-09-20
2
-254
/
+14
|
*
Merge pull request #382 from fosscord/auto-delete-relations
Flam3rboy
2021-09-20
5
-33
/
+15
|
|
\
|
|
*
:bug: fix .delete -> add onDelete: "CASCADE"
Flam3rboy
2021-09-20
1
-11
/
+1
|
|
*
:construction: auto delete relations
Flam3rboy
2021-09-20
1
-6
/
+14
|
|
*
Merge branch 'master' into auto-delete-relations
Flam3rboy
2021-09-19
14
-655
/
+941
|
|
|
\
|
|
*
|
:art: remove deleteMessageAttachments and move to entity
Flam3rboy
2021-09-19
3
-16
/
+0
|
*
|
|
Update index.ts
Flam3rboy
2021-09-20
1
-5
/
+1
|
*
|
|
oRdEr Of OpErAtIoNs
Chris Chrome
2021-09-20
1
-2
/
+2
|
*
|
|
Merge remote-tracking branch 'origin/master'
Chris Chrome
2021-09-20
5
-27
/
+31
|
|
\
\
\
|
|
*
|
|
:sparkles: accept invite page
Flam3rboy
2021-09-20
5
-23
/
+27
|
|
*
|
|
:arrow_up: update test client
Flam3rboy
2021-09-20
1
-4
/
+4
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Fix one thing, another problem pops up
Chris Chrome
2021-09-20
3
-2
/
+6
|
*
|
|
Delete messages before deleting channel
Chris Chrome
2021-09-20
1
-2
/
+2
|
|
/
/
|
*
|
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Flam3rboy
2021-09-19
14
-655
/
+941
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix environment variable name to work on non-Windows platforms
The Arcane Brony
2021-09-18
1
-9
/
+9
|
|
*
Merge pull request #375 from TheArcaneBrony/request-logging
Flam3rboy
2021-09-18
3
-0
/
+160
|
|
|
\
|
|
|
*
Add response code white/blacklisting
The Arcane Brony
2021-09-18
1
-1
/
+20
|
|
|
*
Add request logging (with env var: log-requests)
The Arcane Brony
2021-09-18
3
-0
/
+141
|
|
*
|
Merge branch 'fosscord:master' into fix-dm
AlTech98
2021-09-18
1
-0
/
+11
|
|
|
\
|
|
|
|
*
Update connections.ts
Flam3rboy
2021-09-18
1
-2
/
+3
|
|
|
*
Add /users/@me/connections
The Arcane Brony
2021-09-18
1
-0
/
+10
|
|
*
|
Removed ChannelService, more fixes
AlTech98
2021-09-18
4
-10
/
+10
|
|
*
|
Merge branch 'fosscord:master' into fix-dm
AlTech98
2021-09-18
10
-76
/
+88
|
|
|
\
|
|
|
*
|
Fix icon, owner_id change and channel deletion for group DMs
AlTech98
2021-09-17
2
-602
/
+592
|
|
*
|
Merge branch 'fosscord:master' into fix-dm
AlTech98
2021-09-17
2
-3
/
+5
|
|
|
\
\
|
|
*
|
|
Fix GET /users/@me/channels
AlTech98
2021-09-17
1
-12
/
+3
|
|
*
|
|
Implemented DMs and group DMs
AlTech98
2021-09-16
7
-52
/
+143
|
|
*
|
|
Dummy sticker-packs routes
AlTech98
2021-09-16
2
-0
/
+28
|
*
|
|
|
:truck: move handleFile to cdn
Flam3rboy
2021-09-19
4
-9
/
+5
|
*
|
|
|
:art: user is verified by default
Flam3rboy
2021-09-19
1
-1
/
+1
|
*
|
|
|
:bug: fix guild create icon
Flam3rboy
2021-09-18
2
-3
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
:sparkles: route middleware test option
Flam3rboy
2021-09-18
4
-13
/
+12
*
|
|
|
:sparkles: jest automatic tests
Flam3rboy
2021-09-18
6
-7
/
+129
*
|
|
|
:art: use typescript plugin that converts to relative paths
Flam3rboy
2021-09-18
4
-37
/
+3257
*
|
|
|
:sparkles: generate test responses
Flam3rboy
2021-09-18
5
-49
/
+175
*
|
|
|
:pencil: add default route description to all routes
Flam3rboy
2021-09-18
10
-21
/
+28
|
/
/
/
*
|
/
:bug: fix body parse treating null not as undefined (except for icons/avatars)
Flam3rboy
2021-09-17
10
-76
/
+88
|
|
/
|
/
|
*
|
:bug: fix vanity url
Flam3rboy
2021-09-16
2
-3
/
+5
|
/
*
:arrow_up: update package
Flam3rboy
2021-09-16
2
-10
/
+10
*
Revert "fix #128"
Flam3rboy
2021-09-16
1
-52
/
+9
*
Revert "fix #129"
Flam3rboy
2021-09-16
1
-17
/
+0
*
Revert ":construction: webhook"
Flam3rboy
2021-09-16
9
-365
/
+14
*
:arrow_up: fix + update dependencies
Flam3rboy
2021-09-16
1
-666
/
+1458
*
:construction: webhook
Flam3rboy
2021-09-14
9
-14
/
+365
*
fix #129
Flam3rboy
2021-09-14
1
-0
/
+17
*
fix #128
Flam3rboy
2021-09-14
1
-9
/
+52
*
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Flam3rboy
2021-09-14
12
-24
/
+122
|
\
|
*
Merge pull request #360 from AlTech98/invite
Flam3rboy
2021-09-14
3
-4
/
+20
|
|
\
|
|
*
Emit INVITE_DELETE
AlTech98
2021-09-14
1
-2
/
+15
|
|
*
Fix invites creation
AlTech98
2021-09-14
2
-2
/
+5
|
*
|
add store endpoints
uurgothat
2021-09-13
2
-0
/
+22
|
|
/
|
*
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 fosscord.js
Flam3rboy
2021-09-13
1
-0
/
+14
*
|
:art: remove unused imports
Flam3rboy
2021-09-13
21
-266
/
+61
|
/
*
: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
|
\
[next]