summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* :sparkles: changed and fixed compilerFlam3rboy2021-10-108-130/+66
|
* :sparkles: random guest username generation addedxnacly2021-10-091-1/+42
|
* :bug: rewrite locale en to en-USFlam3rboy2021-10-091-0/+6
|
* :bug: fix build.js?Flam3rboy2021-10-091-1/+1
|
* :sparkles: added read stateFlam3rboy2021-10-094-11/+22
|
* :sparkles: handleFile() now returns mime_type and sizeFlam3rboy2021-10-091-4/+19
|
* :art: cdn now also works without setting a public endpointFlam3rboy2021-10-092-4/+4
|
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-0910-18/+48
|\
| * Merge pull request #429 from fosscord/devFlam3rboy2021-10-092-2/+3
| |\ | | | | | | :bug: fix typing
| | * :bug: fix typingFlam3rboy2021-10-092-2/+3
| | |
| * | Merge pull request #428 from fosscord/devFlam3rboy2021-10-099-16/+45
| |\| | | | | | | Various fixes and guest account enhancements
| | * :art: do not auto guest register on login/register pageFlam3rboy2021-10-091-1/+1
| | |
| | * :bug: fix claim accountFlam3rboy2021-10-091-4/+12
| | |
| | * :sparkles: added guestsRequireInvite to configFlam3rboy2021-10-092-5/+9
| | |
| | * :bug: fix password changingFlam3rboy2021-10-091-4/+22
| | |
| | * :bug: fix cdnFlam3rboy2021-10-095-6/+5
| |/
* / :bug: fix array key in configFlam3rboy2021-10-091-2/+5
|/
* :bug: fix importFlam3rboy2021-10-093-3/+6
|
* :bug: fix old node versionFlam3rboy2021-10-091-2/+2
|
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-092-7/+8
|\
| * :rocket: 2000 commit - changed ascii artxnacly2021-10-081-6/+6
| |
| * replaced node:16 with alpine in bundle Dockerfilexnacly2021-10-081-1/+2
| |
* | :art: fix imports with new build scriptFlam3rboy2021-10-0915-42/+43
| |
* | :bug: fix buildFlam3rboy2021-10-0913-126/+252
|/
* :sparkles: added Dockerfile for bundlexnacly2021-10-082-0/+9
|
* Merge pull request #418 from TheArcaneBrony/compiler-changeFlam3rboy2021-10-0827-85/+5375
|\ | | | | Switch compiler to swc
| * :sparkles: bundle build scriptFlam3rboy2021-10-0814-166/+1574
| |
| * Merge branch 'compiler-change' of ↵Flam3rboy2021-10-077-43/+45
| |\ | | | | | | | | | https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1
| | * :bug: fix types + swcrc configsFlam3rboy2021-10-0711-1242/+68
| | |
| | * :bug: fix swcrc config: rewrite import -> requireFlam3rboy2021-10-079-95/+81
| | |
| * | :bug: fix swc configFlam3rboy2021-10-0716-1317/+105
| | |
| * | :zap: fast build scriptFlam3rboy2021-10-072-18/+37
| |/
| * Compiler testThe Arcane Brony2021-10-0629-122/+5195
|/
* :arrow_up: update packagesFlam3rboy2021-10-065-23/+23
|
* :arrow_up: lambert-server@1.2.11Flam3rboy2021-10-058-30/+32
|
* :art: add build script to bundle setupFlam3rboy2021-10-051-1/+1
|
* :bug: fix set user settingsFlam3rboy2021-10-051-33/+0
|
* :bug: fix user projectionFlam3rboy2021-10-057-6/+13
|
* :art: reformattedFlam3rboy2021-10-053-9/+19
|
* :bug: fix client localeFlam3rboy2021-10-051-1/+2
|
* :sparkles: added autoJoin guild to configFlam3rboy2021-10-055-74/+123
|
* :art: move field error to utilFlam3rboy2021-10-057-8/+6
|
* :sparkles: add User.register() methodFlam3rboy2021-10-052-136/+153
|
* :arrow_up: update mnjsfFlam3rboy2021-10-0510-46/+46
|
* :bug: fix windows db file pathFlam3rboy2021-10-051-1/+1
|
* :bug: fix lazy requestFlam3rboy2021-10-051-1/+12
|
* :art: improve migration scriptFlam3rboy2021-10-051-21/+103
|
* :bug: fix guild create with client templateFlam3rboy2021-10-051-21/+17
|
* :sparkles: auto register guest accountFlam3rboy2021-10-051-0/+10
|
* :bug: fix bundle setupFlam3rboy2021-10-051-1/+1
|
* :sparkles: db migrate scriptFlam3rboy2021-10-043-4/+52
|
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-0416-63/+63
|
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-0412-14/+104
|\
| * Merge pull request #413 from Thesourtimes/masterFlam3rboy2021-10-0412-14/+94
| |\ | | | | | | Add colors for some logs + ASCII on startup
| | * :arrow_up: update dependenciesFlam3rboy2021-10-044-1/+7
| | |
| | * replace chalk with nanocolorsuurgothat2021-10-0410-11/+59
| | |
| | * Add warn for git + remove unnecessary importuurgothat2021-10-042-6/+14
| | |
| | * Rainbow the logsuurgothat2021-10-049-28/+46
| |/
* / :construction: different db enginesFlam3rboy2021-10-0411-40/+415
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-10-0439-531/+692
|\
| * Merge pull request #412 from TheArcaneBrony/masterFlam3rboy2021-10-032-24/+25
| |\ | | | | | | Add subscription plans so the client doesn't crash
| | * :truck: rename id -> sku_idFlam3rboy2021-10-031-22/+6
| | |
| | * Add subscription plans so the client doesn't crashThe Arcane Brony2021-10-031-14/+31
| | |
| * | :bug: fix message reactionsFlam3rboy2021-10-032-6/+4
| |/
| * Merge pull request #411 from afeuerstein/masterFlam3rboy2021-10-031-1/+1
| |\
| | * fix request failiure with error code 400afeuerstein2021-10-031-1/+1
| |/
| * :bug: fix registrationFlam3rboy2021-10-031-0/+1
| |
| * :sparkles: add ``right`` option to route()Flam3rboy2021-10-036-5/+31
| |
| * :sparkles: User instance rightsFlam3rboy2021-10-034-40/+119
| |
| * :art: restructure gatewayFlam3rboy2021-10-029-12/+36
| |
| * Merge pull request #410 from TheArcaneBrony/masterFlam3rboy2021-10-012-3/+13
| |\
| | * Merge branch 'master' of https://github.com/TheArcaneBrony/fosscord-serverThe Arcane Brony2021-10-012-460/+154
| | |\
| | | * Merge branch 'fosscord:master' into masterTheArcaneBrony2021-10-012-460/+154
| | | |\ | | |_|/ | |/| |
| * | | :bug: fix schema + user modify not workingFlam3rboy2021-10-012-460/+154
| | | |
| | * | Add default value to guild discovery"The Arcane Brony2021-10-011-2/+1
| | |/
| | * Add setting to show all guilds in discovery, fix query for guild discoveryThe Arcane Brony2021-10-012-2/+13
| |/
| * :bug: fix disable registerFlam3rboy2021-10-011-1/+1
| |
| * :sparkles: registration disabled noticeFlam3rboy2021-10-011-0/+9
| |
| * Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-0114-7/+323
| |\
| | * Merge pull request #404 from Thesourtimes/masterFlam3rboy2021-09-306-7/+10
| | |\
| | | * hotfix for misc routesuurgothat2021-09-306-7/+10
| | |/
| | * Merge pull request #403 from Thesourtimes/masterFlam3rboy2021-09-3014-2/+183
| | |\
| | | * Add misc routesuurgothat2021-09-3014-2/+183
| | |/
| | * Merge pull request #402 from Thesourtimes/masterFlam3rboy2021-09-294-24/+156
| | |\ | | | | | | | | Improve store
| | | * store improvementsuurgothat2021-09-294-24/+156
| | |/
| * | :sparkles: new user flagsFlam3rboy2021-10-011-0/+2
| | |
| * | fix #406Flam3rboy2021-10-012-1/+2
| | |
* | | :sparkles: custom user flags offsetFlam3rboy2021-10-041-0/+2
| |/ |/|
* | Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-09-2821-6807/+6253
|\|
| * :bug: fix channel permission overwritesFlam3rboy2021-09-266-105/+112
| |
| * :bug: fix role can't set permissionFlam3rboy2021-09-251-2/+13
| |
| * :sparkles: add private and public endpointFlam3rboy2021-09-256-67/+27
| |
| * :bug: message attachment urlFlam3rboy2021-09-251-0/+5
| |
| * :lock: XSS content type: htmlFlam3rboy2021-09-251-2/+15
| |
| * :sparkles: key value configFlam3rboy2021-09-253-19/+70
| |
| * :bug: fix #392Flam3rboy2021-09-251-2/+2
| |
| * :bug: fix guild template createFlam3rboy2021-09-251-13/+15
| |
| * :art: sort openapi tags by alphabetFlam3rboy2021-09-231-6597/+5994
| |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-09-24184-12377/+46901
|\|
| * :art: remove start from setup scriptFlam3rboy2021-09-232-293/+1230
| |
| * Merge pull request #372 from fosscord/unittestsFlam3rboy2021-09-2373-2889/+26804
| |\ | | | | | | Automatic Unittests + documentation
| | * :bug: prepare/postinstall only works for packages not local npm installFlam3rboy2021-09-231-1/+1
| | |
| | * :bug: fix install scriptFlam3rboy2021-09-232-3/+2
| | |
| | * Merge branch 'master' into unittestsFlam3rboy2021-09-236-903/+12078
| | |\ | | |/ | |/|
| * | Merge pull request #394 from ChrisChrome/erlpack-fixFlam3rboy2021-09-235-12/+835
| |\ \
| | * | Ok, so it DOES buildChris Chrome2021-09-232-3/+5
| | | | | | | | | | | | | | | | Still, it builds under linux, so i'm happy with it lol
| | * | Use @yukikaze-bot/erlpackChris Chrome2021-09-235-11/+832
| |/ / | | | | | | | | | discord/erlpack doesnt seem to like installing under linux, this one however, doesnt even need to build :)
| * | Merge pull request #393 from Slappy826/patch-1Flam3rboy2021-09-231-1/+1
| |\ \
| | * | Update README.mdSlappy8262021-09-221-1/+1
| |/ / | | | | | | fix spelling
| | * :bug: fix (pre) install scriptsFlam3rboy2021-09-238-14/+28
| | |
| | * :sparkles: example value in documentationFlam3rboy2021-09-213-6/+15
| | |
| | * :sparkles: unit tests expect eventFlam3rboy2021-09-213-5996/+6628
| | |
| | * :sparkles: generate openapi documentationFlam3rboy2021-09-2119-1048/+7415
| | |
| | * :bug: fix unittestsFlam3rboy2021-09-204-21/+82
| | |
| | * :sparkles: add option to disable all rate limitsFlam3rboy2021-09-206-6/+10
| | |
| | * :bug: fix errror handlerFlam3rboy2021-09-201-3/+4
| | |
| | * :art: rewrite importsFlam3rboy2021-09-2026-363/+2601
| | |
| | * Merge branch 'master' into unittestsFlam3rboy2021-09-2070-1227/+2258
| | |\ | | |/ | |/|
| * | :bug: fix relationshipsFlam3rboy2021-09-202-254/+14
| | |
| * | Merge pull request #382 from fosscord/auto-delete-relationsFlam3rboy2021-09-2029-171/+363
| |\ \ | | | | | | | | Auto delete relations
| | * | :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-2023-97/+153
| | | |
| | * | :sparkles: finish and fix .delete() for one-to-many relationsFlam3rboy2021-09-201-8/+9
| | | |
| | * | :construction: auto delete relationsFlam3rboy2021-09-205-69/+112
| | | |
| | * | Merge branch 'master' into auto-delete-relationsFlam3rboy2021-09-1932-684/+1175
| | |\ \
| | * | | :art: add orphanedRowAction and cascade onDelete to entitiesFlam3rboy2021-09-197-20/+532
| | | | |
| | * | | :art: remove deleteMessageAttachments and move to entityFlam3rboy2021-09-194-17/+8
| | | | |
| * | | | Merge pull request #386 from ChrisChrome/masterFlam3rboy2021-09-203-2/+2
| |\ \ \ \ | | | | | | | | | | | | Delete messages before deleting channel
| | * | | | Update index.tsFlam3rboy2021-09-201-5/+1
| | | | | |
| | * | | | oRdEr Of OpErAtIoNsChris Chrome2021-09-201-2/+2
| | | | | |
| | * | | | Merge remote-tracking branch 'origin/master'Chris Chrome2021-09-206-31/+45
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-201-1/+1
| |\ \ \ \ \
| * | | | | | :sparkles: accept invite pageFlam3rboy2021-09-206-27/+41
| | | | | | |
| * | | | | | :arrow_up: update test clientFlam3rboy2021-09-201-4/+4
| | |_|_|/ / | |/| | | |
| | | * | | Fix one thing, another problem pops upChris Chrome2021-09-203-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
| | | * | | Delete messages before deleting channelChris Chrome2021-09-201-2/+2
| | |/ / / | | | | | | | | | | | | | | | Might need some testing, but seems pretty solid for one line of code lol
| | * / / Update README.mdFlam3rboy2021-09-191-1/+1
| |/ / /
| * | | :truck: move file handle to utilityFlam3rboy2021-09-197-4/+422
| | | |
| * | | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-1929-692/+1176
| |\ \ \ | | |/ / | |/| |
| | * | Merge pull request #377 from TheArcaneBrony/request-loggingFlam3rboy2021-09-181-9/+9
| | |\ \ | | | | | | | | | | Fix environment variable name to work on non-Windows platforms
| | | * | Fix environment variable name to work on non-Windows platformsThe Arcane Brony2021-09-181-9/+9
| | |/ /
| | * | Merge pull request #375 from TheArcaneBrony/request-loggingFlam3rboy2021-09-183-0/+160
| | |\ \ | | | | | | | | | | Add request logging (with env var: log-requests)
| | | * | Add response code white/blacklistingThe Arcane Brony2021-09-181-1/+20
| | | | |
| | | * | Add request logging (with env var: log-requests)The Arcane Brony2021-09-183-0/+141
| | | | | | | | | | | | | | | | | | | | Request logging is enabled when the log-request environment variable is set.
| | * | | Merge pull request #369 from AlTech98/fix-dmFlam3rboy2021-09-1825-692/+990
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge branch 'fosscord:master' into fix-dmAlTech982021-09-181-0/+11
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #374 from TheArcaneBrony/dummy-connections-endpointFlam3rboy2021-09-181-0/+11
| | |\ \ \ | | | | | | | | | | | | Add /users/@me/connections
| | | * | | Update connections.tsFlam3rboy2021-09-181-2/+3
| | | | | |
| | | * | | Add /users/@me/connectionsThe Arcane Brony2021-09-181-0/+10
| | |/ / /
| | | * | Removed ChannelService, more fixesAlTech982021-09-1811-139/+131
| | | | |
| | | * | Fix gateway not listening for new channels eventsAlTech982021-09-183-18/+9
| | | | |
| | | * | Merge branch 'fosscord:master' into fix-dmAlTech982021-09-1810-76/+88
| | | |\ \ | | | |/ / | | |/| |
| | | * | Fix icon, owner_id change and channel deletion for group DMsAlTech982021-09-175-606/+631
| | | | |
| | | * | Merge branch 'fosscord:master' into fix-dmAlTech982021-09-172-3/+5
| | | |\ \
| | | * | | Fix GET /users/@me/channelsAlTech982021-09-171-12/+3
| | | | | |
| | | * | | Update ChannelService.tsFlam3rboy2021-09-171-1/+2
| | | | | |
| | | * | | Implemented DMs and group DMsAlTech982021-09-1619-79/+342
| | | | | |
| | | * | | Dummy sticker-packs routesAlTech982021-09-162-0/+28
| | | | | |
| | | * | | Gateway permission check fixAlTech982021-09-163-3/+10
| | | | | |
| * | | | | :bug: fix bundle debugFlam3rboy2021-09-194-9/+270
| | | | | |
| * | | | | :truck: move handleFile to cdnFlam3rboy2021-09-194-9/+5
| | | | | |
| * | | | | :art: user is verified by defaultFlam3rboy2021-09-191-1/+1
| | | | | |
| * | | | | :bug: fix guild create iconFlam3rboy2021-09-182-3/+4
| |/ / / /
| | | | * :sparkles: route middleware test optionFlam3rboy2021-09-184-13/+12
| | | | |
| | | | * :sparkles: jest automatic testsFlam3rboy2021-09-186-7/+129
| | | | |
| | | | * :art: use typescript plugin that converts to relative pathsFlam3rboy2021-09-1816-90/+4169
| | | | |
| | | | * :sparkles: generate test responsesFlam3rboy2021-09-185-49/+175
| | | | |
| | | | * :pencil: add default route description to all routesFlam3rboy2021-09-1810-21/+28
| | |_|/ | |/| |
| * | | :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-1710-76/+88
| | |/ | |/|
| * | :bug: fix vanity urlFlam3rboy2021-09-162-3/+5
| |/
| * :arrow_up: update packageFlam3rboy2021-09-162-10/+10
| |
| * Revert "fix #128"Flam3rboy2021-09-161-52/+9
| | | | | | | | This reverts commit 8893fd16d90ad599538ccb62f8f77711aa891bbd.
| * Revert "fix #129"Flam3rboy2021-09-161-17/+0
| | | | | | | | This reverts commit 8f862f0e5dba3985b4f38406fc19b5c5350324b9.
| * Revert ":construction: webhook"Flam3rboy2021-09-1611-369/+18
| | | | | | | | This reverts commit df2b83ac158be1e7233d8edce59033c15c193599.
| * Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-161-0/+661
| |\
| | * Merge pull request #366 from erkinalp/patch-2Flam3rboy2021-09-141-0/+661
| | |\
| | | * Add licence file into fosscord-server repositoryErkin Alp Güney2021-09-141-0/+661
| | |/ | | | | | | Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com>
| * | :arrow_up: fix + update dependenciesFlam3rboy2021-09-165-8277/+6525
| | |
| * | :construction: webhookFlam3rboy2021-09-1411-18/+369
| | |
| * | fix #129Flam3rboy2021-09-141-0/+17
| | |
| * | fix #128Flam3rboy2021-09-141-9/+52
| |/
| * Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-1414-25/+124
| |\
| | * Merge pull request #360 from AlTech98/inviteFlam3rboy2021-09-143-4/+20
| | |\ | | | | | | | | Invite fixes
| | | * Emit INVITE_DELETEAlTech982021-09-141-2/+15
| | | |
| | | * Fix invites creationAlTech982021-09-142-2/+5
| | | |
| | * | Merge pull request #359 from Thesourtimes/masterFlam3rboy2021-09-142-0/+22
| | |\ \ | | | |/ | | |/| add store endpoints
| | | * add store endpointsuurgothat2021-09-132-0/+22
| | |/
| | * Merge pull request #358 from AlTech98/fix-356Flam3rboy2021-09-133-13/+34
| | |\ | | | | | | | | Fix #356
| | | * Fix #356AlTech982021-09-133-13/+34
| | |/
| | * Merge pull request #357 from AlTech98/user-updateFlam3rboy2021-09-131-4/+12
| | |\ | | | | | | | | Emit USER_UPDATE
| | | * Update index.tsFlam3rboy2021-09-131-1/+1
| | | |
| | | * Emit USER_UPDATE, fix #214AlTech982021-09-131-4/+12
| | |/
| | * Merge pull request #355 from AlTech98/attachmentsFlam3rboy2021-09-137-5/+37
| | |\ | | | | | | | | Attachments fixes
| | | * Delete attachments of deleted messages, fix #273AlTech982021-09-136-4/+36
| | | |
| | | * Fix attachments not being saved to dbAlTech982021-09-131-1/+1
| | |/
| * | :bug: fix fosscord.jsFlam3rboy2021-09-133-2/+18
| | |
| * | :art: remove unused importsFlam3rboy2021-09-1321-266/+61
| |/
| * :bug: fix In() queryFlam3rboy2021-09-133-5/+13
| |
| * :bug: fix relationshipFlam3rboy2021-09-134-65/+94
| |
| * :bug: fix dm #321Flam3rboy2021-09-137-31/+50
| |
| * :bug: fix channel events + message sendFlam3rboy2021-09-133-13/+17
| |
| * :bug: fix invites: ajv doesn't treat null as undefinedFlam3rboy2021-09-134-333/+266
| |
| * Merge branch ↵Flam3rboy2021-09-12118-1539/+10374
| |\ | | | | | | | | | 'typescript-interface-body-parser+autogenerate-unit-tests+documentation'
| | * :sparkles: #307 doneFlam3rboy2021-09-1275-1485/+7638
| | |
| | * :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-125-15/+1323
| | |
| | * :bug: fix gatewayFlam3rboy2021-09-124-4/+6
| | |
| | * :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-1279-269/+1641
| | |
| * | Merge pull request #353 from AlTech98/dummy-routesFlam3rboy2021-09-126-1/+51
| |\ \ | | |/ | |/| Add dummy missing routes
| | * Add dummy missing routesAlTech982021-09-126-1/+51
| |/
| * Merge pull request #348 from AlTech98/fix-cdn-uploadFlam3rboy2021-09-121-0/+2
| |\ | | | | | | Increased CDN max upload to 10mb, fix #318
| | * Increased CDN max upload to 10mbAlTech982021-09-091-0/+2
| | |
| * | Merge pull request #347 from AlTech98/fixrelationshipsFlam3rboy2021-09-121-1/+1
| |\ \ | | |/ | |/| Fix relationships get query
| | * Fix relationships get queryAlTech982021-09-091-1/+1
| |/
| * Merge pull request #345 from fosscord/revert-344-masterconner2021-09-091-2/+0
| |\ | | | | | | Revert "Increased CDN max upload to 10mb, fix #318"
| | * Revert "Increased CDN max upload to 10mb, fix #318"conner2021-09-091-2/+0
| |/
| * Merge pull request #344 from AlTech98/masterconner2021-09-091-0/+2
| |\ | | | | | | Increased CDN max upload to 10mb, fix #318
| | * Removed urlencoded bodyparserAlTech982021-09-091-1/+0
| | |
| | * Increased CDN max upload to 10mbAlTech982021-09-081-0/+3
| |/
| * Merge pull request #343 from Stilic/patch-1Flam3rboy2021-09-081-1/+1
| |\
| | * Fix upload sizeStilic2021-09-081-1/+1
| |/
| * Update User.tsFlam3rboy2021-09-071-0/+5
| |
| * Update README.mdxnacly2021-09-051-1/+1
| |
| * Merge pull request #338 from CyberL1/masterFlam3rboy2021-09-041-6/+13
| |\ | | | | | | Add token authorization method to swagger openapi
| | * Add token authorization method to swagger openapiCyber2021-09-041-6/+13
| |/
* / :sparkles: added User flagsFlam3rboy2021-09-241-0/+2
|/
* :arrow_up: update test clientFlam3rboy2021-09-046-9/+10
|
* :bug: fix releaseFlam3rboy2021-09-042-11/+10
|
* :bug: fix releaseFlam3rboy2021-09-041-3/+4
|
* Merge pull request #320 from AlTech98/masterFlam3rboy2021-09-048-36/+125
|\ | | | | Added /guilds/:id/voice-states/ apis, VOICE_SERVER_UPDATE fix
| * :pencil: added comments and updated typeFlam3rboy2021-09-042-39/+4
| |
| * Added /guilds/:id/voice-states apisAlTech982021-09-044-0/+96
| |
| * Added missing permissions and channel typesAlTech982021-09-043-1/+22
| |
| * VOICE_SERVER_UPDATE now has the endpoint of the guild's regionAlTech982021-09-041-3/+10
|/
* :bug: fix ReadyEventDataFlam3rboy2021-09-041-1/+1
|
* :bug: fix patch-packageFlam3rboy2021-09-044-265/+2
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-0416-52/+177
|\
| * fixed /discoverable-guildsxnacly2021-09-031-1/+4
| |
| * added first draft of /discoverable-guildsxnacly2021-09-031-0/+14
| |
| * readded todosxnacly2021-09-031-0/+37
| |
| * Revert "added big todo list to Guild.ts (big chungus)"xnacly2021-09-033-52/+1
| | | | | | | | This reverts commit 0f58995182e438e0655071c3f1b7ea66e31cb779.
| * added big todo list to Guild.ts (big chungus)xnacly2021-09-033-1/+52
| |
| * replace '@me' with req.user_id in guild joinxnacly2021-09-031-1/+2
| |
| * added ban check to `Member.addToGuild`xnacly2021-09-031-2/+6
| |
| * moved Constants and Errorhandler from api to utilxnacly2021-09-0311-48/+104
| |
| * added template for future routesxnacly2021-09-031-0/+10
| |
| * Merge branch 'master' of https://github.com/fosscord/fosscord-serverxnacly2021-09-032-17/+69
| |\
| * | fixed 'undefined not found' + error not showing in clientxnacly2021-09-031-2/+2
| | |
* | | :bug: api member add roles -> make sure that roles existFlam3rboy2021-09-041-8/+7
| | |
* | | :bug: fix ready members payloadFlam3rboy2021-09-043-5/+21
| | |
* | | :bug: fix invitesFlam3rboy2021-09-044-9/+8
| | |
* | | :bug: fix permissions if user is only member of guildFlam3rboy2021-09-042-5/+7
| | |