summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* New translations common.json (Portuguese, Brazilian)Flam3rboy2021-05-281-2/+2
* New translations auth.json (Indonesian)Flam3rboy2021-05-281-1/+1
* New translations common.json (Indonesian)Flam3rboy2021-05-281-15/+15
* New translations common.json (Hindi)Flam3rboy2021-05-281-1/+1
* New translations auth.json (Urdu (India))Flam3rboy2021-05-281-1/+1
* New translations auth.json (Portuguese, Brazilian)Flam3rboy2021-05-281-1/+1
* New translations auth.json (Korean)Flam3rboy2021-05-281-1/+1
* New translations common.json (Turkish)Flam3rboy2021-05-281-14/+14
* New translations common.json (Serbian (Cyrillic))Flam3rboy2021-05-281-3/+3
* New translations auth.json (Serbian (Cyrillic))Flam3rboy2021-05-281-1/+1
* New translations common.json (Portuguese)Flam3rboy2021-05-281-2/+2
* New translations auth.json (Portuguese)Flam3rboy2021-05-281-1/+1
* New translations auth.json (Turkish)Flam3rboy2021-05-281-9/+9
* Update source file common.jsonFlam3rboy2021-05-281-3/+3
* Update source file auth.jsonFlam3rboy2021-05-281-1/+1
* :arrow_up: npm i @fosscord/server-util@1.3.5Flam3rboy2021-05-263-9/+30
* :bug: fix EMAIL_ALREADY_REGISTERED error messageFlam3rboy2021-05-261-1/+1
* optional GATEWAY .env variableFlam3rboy2021-05-261-1/+1
* fix message loadingFlam3rboy2021-05-261-1/+3
* npm i @fosscord/server-util@1.3.3Flam3rboy2021-05-253-8/+9
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-05-242-22/+22
|\
| * Merge pull request #149 from fosscord/l10n_masterFlam3rboy2021-05-242-22/+22
| |\
| | * New translations auth.json (Chinese Simplified)Flam3rboy2021-05-241-8/+8
| | * New translations common.json (Chinese Simplified)Flam3rboy2021-05-241-14/+14
| | * New translations common.json (Portuguese, Brazilian)Flam3rboy2021-05-241-2/+2
| | * New translations auth.json (Portuguese, Brazilian)Flam3rboy2021-05-241-1/+1
| | * New translations common.json (Portuguese)Flam3rboy2021-05-241-2/+2
| | * New translations auth.json (Portuguese)Flam3rboy2021-05-241-1/+1
* | | :bug: fix route loadingFlam3rboy2021-05-241-1/+1
|/ /
* | npm i @fosscord/server-util@1.3.2Flam3rboy2021-05-242-18/+38
* | :sparkles: use new configFlam3rboy2021-05-2418-129/+110
* | Merge pull request #147 from DiegoMagdaleno/masterFlam3rboy2021-05-2317-173/+671
|\ \
| * | Fix: No more type casting required, rather take the gernicsDiego Magdaleno2021-05-2314-21/+21
| * | Merge branch 'fosscord-master'Diego Magdaleno2021-05-233-3/+43
| |\ \
| | * | Meta: fix merge issuesDiego Magdaleno2021-05-233-3/+43
| |/| | | |/ / |/| |
* | | Merge pull request #146 from luth31/upstreamFlam3rboy2021-05-231-3/+3
|\ \ \
| * | | Undo mistake in DockerfilePaul Munteanu2021-05-231-1/+2
| * | | Add ports used by api in DockerfilePaul Munteanu2021-05-231-0/+1
| * | | Remove redundant Dockerfile commandsPaul Munteanu2021-05-231-3/+1
* | | | Merge pull request #145 from bloomsirenix/masterFlam3rboy2021-05-232-0/+40
|\ \ \ \
| * | | | added basic error statusBloom Sirenix2021-05-231-2/+3
| * | | | Update delete.tsBloom Sirenix2021-05-221-1/+1
| * | | | Added password checkBloom Sirenix2021-05-221-5/+14
| * | | | Made Delete request easier for usersBloom Sirenix2021-05-221-8/+2
| * | | | Merge branch 'master' of https://github.com/bloomsirenix/fosscord-apiBloom Sirenix2021-05-2226-185294/+964
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | :sparkles: Message editFlam3rboy2021-05-224-16/+56
* | | | | :sparkles: reactions bulk removeFlam3rboy2021-05-221-0/+62
* | | | | Merge pull request #144 from afeuerstein/masterFlam3rboy2021-05-224-628/+356
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | remove patchfileafeuerstein2021-05-223-627/+345
| * | | | throw GUILD_ROLE_DELETE eventafeuerstein2021-05-221-1/+11
|/ / / /
* | | | :arrow_up: update dependencyFlam3rboy2021-05-222-8/+8
* | | | :arrow_up: update dependencyFlam3rboy2021-05-222-8/+8
* | | | :sparkles: ReactionsFlam3rboy2021-05-226-184422/+186
* | | | :sparkles: invites TTLFlam3rboy2021-05-221-1/+4
* | | | :sparkles: createChannel()Flam3rboy2021-05-228-87/+78
* | | | :art: Move member routes in separate filesFlam3rboy2021-05-227-143/+225
| * | | Added Delete function and dummy disable functionBloom Sirenix2021-05-222-0/+36
|/ / /
* | | :art: refactor/formatFlam3rboy2021-05-2112-554/+413
* | | :sparkles: Message PinsFlam3rboy2021-05-211-2/+55
* | | :construction: read stateFlam3rboy2021-05-212-24/+54
* | | :sparkles: sendMessage() functionFlam3rboy2021-05-212-45/+58
* | | Merge pull request #143 from DarrenAlex/patch-1Flam3rboy2021-05-211-15/+15
|\ \ \
| * | | Added Indonesian translationsDarrenAlex2021-05-211-15/+15
|/ / /
* | / :sparkles: load gateway url from configFlam3rboy2021-05-181-1/+4
| |/ |/|
| * Docker: Remove the .docker directory and that goes in the main fosscord repoDiego Magdaleno2021-05-231-0/+0
| * Update: Update fosscord-server-util to latest and fix issues with NULL and un...Diego Magdaleno2021-05-233-11/+11
| * Scripts: Generator should use necessary instead of requiredDiego Magdaleno2021-05-221-3/+3
| * Scripts: Be able to generate configDiego Magdaleno2021-05-223-0/+97
| * Config: Final config additons, now everything should work as desiredDiego Magdaleno2021-05-2214-174/+41
| * Fix merge issues, update to reflect config changes and package.jsonDiego Magdaleno2021-05-2236-185898/+1536
| * Config: Refactor config to be be in separate classesDiego Magdaleno2021-05-221-67/+83
| * Config: Dont suffix with nodejsDiego Magdaleno2021-05-211-1/+1
| * Config: Refactor config method, so we have a new get all option, fix issues i...Diego Magdaleno2021-05-2111-24/+26
| * Meta: Clean up the format fileDiego Magdaleno2021-05-191-37/+37
| * Config: First rewrite of config and working implementation of getting valuesDiego Magdaleno2021-05-1914-185/+12870
| * Config: Start working on the config refactorDiego Magdaleno2021-05-171-92/+131
| * Config: Those bracks dont go thereDiego Magdaleno2021-05-151-1/+1
| * Merge branch 'master' of github.com:DiegoMagdaleno/fosscord-apiDiego Magdaleno2021-05-152-23/+23
| |\
| | * Merge branch 'fosscord:master' into masterDiego Magdaleno2021-05-152-23/+23
| | |\ | |_|/ |/| |
* | | Merge pull request #138 from fosscord/l10n_masterFlam3rboy2021-05-122-23/+23
|\ \ \
| * | | New translations common.json (Esperanto)Flam3rboy2021-05-121-14/+14
| * | | New translations auth.json (Esperanto)Flam3rboy2021-05-121-9/+9
| | * | Config: Redo config to be more straight to the pointDiego Magdaleno2021-05-152-9/+2
| | |/
| | * Config: Be able to configure the target_urlDiego Magdaleno2021-05-153-12285/+74
| |/ |/|
* | Merge pull request #137 from 9qz/masterFlam3rboy2021-05-114-16/+24
|\ \ | |/ |/|
| * Merge branch 'fosscord:master' into masterhoneytequila2021-05-111-1/+1
| |\ | |/ |/|
* | :bug: fix DockerfileFlam3rboy2021-05-101-1/+1
* | Merge pull request #136 from notsapinho/masterFlam3rboy2021-05-103-14/+24
|\ \
| | * Some refactor, fix channel_delete event and @everyone role appearing on membe...notsapinho2021-05-114-16/+24
| |/
| * Update Member.tshoneytequila2021-05-101-1/+1
| * 🐛 Fix channels and joined_at not getting populatednotsapinho2021-05-103-14/+24
|/
* :bug: fix channel modify schemaFlam3rboy2021-05-101-1/+1
* :bug: fix addMember guild not populatingFlam3rboy2021-05-101-1/+2
* Merge pull request #135 from fosscord/l10n_masterFlam3rboy2021-05-093-11/+11
|\
| * New translations auth.json (Vietnamese)Flam3rboy2021-05-091-7/+7
| * New translations common.json (Polish)Flam3rboy2021-05-091-1/+1
| * New translations auth.json (Polish)Flam3rboy2021-05-091-3/+3
|/
* Merge pull request #134 from DiegoMagdaleno/masterFlam3rboy2021-05-091-0/+1
|\
| * Docker: Fix the fact that post-install didnt runDiego Magdaleno2021-05-091-0/+1
* | Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-05-091-0/+7
|\ \
| * | Merge pull request #133 from DiegoMagdaleno/masterFlam3rboy2021-05-091-0/+7
| |\|
| | * Setup: Dockerize the APIDiego Magdaleno2021-05-081-0/+7
| |/
* | :bug: fix Guild vanity_urlFlam3rboy2021-05-093-66/+12285
* | add opencollectiveFlam3rboy2021-05-082-0/+4
|/
* Merge pull request #132 from fosscord/l10n_masterFlam3rboy2021-05-082-8/+8
|\
| * New translations common.json (French)Flam3rboy2021-05-081-4/+4
| * New translations auth.json (French)Flam3rboy2021-05-081-4/+4
|/
* Update index.tsIntevel ツ2021-05-081-1/+1
* Update index.tsIntevel ツ2021-05-081-2/+2
* @fosscord/server-util@1.1.5Intevel ツ2021-05-082-4/+4
* [Route] GET /guilds/:id/vanity-urlIntevel ツ2021-05-081-0/+11
* Update welcome_screen.tsIntevel ツ2021-05-081-2/+1
* Update welcome_screen.tsIntevel ツ2021-05-081-2/+10
* Update roles.tsIntevel ツ2021-05-081-1/+1
* Update welcome_screen.tsIntevel ツ2021-05-081-2/+2
* fosscors-server-util@1.1.4Intevel ツ2021-05-082-4/+4
* Update welcome_screen.tsIntevel ツ2021-05-081-0/+24
* Create welcome_screen.tsIntevel ツ2021-05-081-0/+21
* Update index.tsIntevel ツ2021-05-081-1/+5
* fosscord-server-util@1.1.3Intevel ツ2021-05-082-4/+4
* Update Guild.tsIntevel ツ2021-05-081-0/+14
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiIntevel ツ2021-05-082-31/+46
|\
| * :sparkles: add isMember check for get member routesFlam3rboy2021-05-082-31/+46
* | Update members.tsIntevel ツ2021-05-081-0/+5
|/
* Update members.tsIntevel ツ2021-05-081-11/+0
* Update members.tsIntevel ツ2021-05-081-11/+16
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiIntevel ツ2021-05-081-4/+7
|\
| * Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-05-084-12313/+198
| |\
| * | :bug: fix add/remove Member functionFlam3rboy2021-05-081-4/+7
* | | Update Member.tsIntevel ツ2021-05-081-0/+8
| |/ |/|
* | Update members.tsIntevel ツ2021-05-081-3/+0
* | Update members.tsIntevel ツ2021-05-081-1/+1
* | Update members.tsIntevel ツ2021-05-081-0/+14
* | Update Member.tsIntevel ツ2021-05-081-0/+23
* | Update members.tsIntevel ツ2021-05-081-3/+4
* | Update members.tsIntevel ツ2021-05-081-56/+31
* | Update members.tsIntevel ツ2021-05-081-0/+20
* | Update members.tsIntevel ツ2021-05-081-1/+19
* | Update Member.tsIntevel ツ2021-05-081-3/+3
* | Update Member.tsIntevel ツ2021-05-081-8/+2
* | Update Member.tsIntevel ツ2021-05-081-2/+2
* | Update Member.tsIntevel ツ2021-05-081-0/+8
* | Update Member.tsIntevel ツ2021-05-081-0/+29
* | Member FunctionIntevel ツ2021-05-081-8/+34
* | Merge branch 'master' of https://github.com/fosscord/fosscord-apiIntevel ツ2021-05-082-134/+12
|\|
| * Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-05-084-22/+22
| |\
| * | :page_facing_up: GPL V3 licenseFlam3rboy2021-05-082-134/+12
* | | serverutil versionIntevel ツ2021-05-082-12288/+68
| |/ |/|
* | Merge pull request #104 from fosscord/l10n_masterFlam3rboy2021-05-074-22/+22
|\ \ | |/ |/|
| * New translations common.json (Spanish)Flam3rboy2021-05-071-4/+4
| * New translations auth.json (Spanish)Flam3rboy2021-05-071-7/+7
| * New translations common.json (French)Flam3rboy2021-05-071-6/+6
| * New translations auth.json (French)Flam3rboy2021-05-071-5/+5
|/
* :arrow_up: update lambert-server dependenciesFlam3rboy2021-05-072-8/+8
* :art: [Route] templates refactorFlam3rboy2021-05-077-183/+12406
* [Route] PATCH /guilds/:id/rolesIntevel ツ2021-05-062-3/+50
* [Route] DELETE /guilds/:id/rolesIntevel ツ2021-05-061-0/+25
* [Route] POST /guilds/:id/rolesIntevel ツ2021-05-061-1/+0
* Update roles.tsIntevel ツ2021-05-061-0/+5
* Create roles.tsIntevel ツ2021-05-061-0/+49
* Create Roles.tsIntevel ツ2021-05-061-0/+15
* Update templates.tsIntevel ツ2021-05-061-2/+2
* UpdatedIntevel ツ2021-05-062-10/+13
* Update index.tsIntevel ツ2021-05-061-1/+1
* Update package.jsonIntevel ツ2021-05-061-1/+1
* [Route] PATCH /users/:idIntevel ツ2021-05-062-2/+26
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiIntevel ツ2021-05-062-9/+9
|\
| * Merge pull request #101 from fosscord/l10n_masterFlam3rboy2021-05-062-9/+9
| |\
| | * New translations common.json (Italian)Flam3rboy2021-05-061-4/+4
| | * New translations auth.json (Italian)Flam3rboy2021-05-061-5/+5
| |/
* / Update templates.tsIntevel ツ2021-05-061-2/+2
|/
* [Route] PATCH /guilds/:id/templatesIntevel ツ2021-05-062-1/+39
* [Route] POST /guilds/template/:codeIntevel ツ2021-05-061-1/+52
* Update Guild.tsIntevel ツ2021-05-051-0/+11
* Update Template.tsIntevel ツ2021-05-051-1/+1
* Update index.tsIntevel ツ2021-05-051-5/+1
* [Route] GET /guilds/template/:codeIntevel ツ2021-05-052-16/+22
* [Route] GET /guilds/template/:codeIntevel ツ2021-05-051-2/+17
* [Route] PUT /guilds/:id/templatesIntevel ツ2021-05-051-2/+29
* [Route] DELETE /guilds/:id/templatesIntevel ツ2021-05-051-0/+25
* [Route] POST /guilds/:id/templatesIntevel ツ2021-05-051-1/+33
* [Route] GET /guilds/:id/templatesIntevel ツ2021-05-052-0/+32
* Update package.jsonIntevel ツ2021-05-051-1/+1
* Revert "Updated fosscord-server-util"Intevel ツ2021-05-053-82/+1
* Updated fosscord-server-utilIntevel ツ2021-05-053-1/+82
* Merge pull request #100 from fosscord/l10n_masterFlam3rboy2021-05-052-6/+6
|\
| * New translations common.json (Russian)Flam3rboy2021-05-051-3/+3
| * New translations common.json (Belarusian)Flam3rboy2021-05-051-3/+3
* | Updated Fosscord Server utilIntevel ツ2021-05-052-12205/+9
* | Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-05-055-133/+161
|\|
| * [Route] PATCH /guilds/:id/channelsIntevel ツ2021-05-041-2/+22
| * [Route] GET /users/:idIntevel ツ2021-05-041-1/+4
| * Update members.tsIntevel ツ2021-05-041-0/+1
| * [ROUTE] DELETE /guilds/:id/membersIntevel ツ2021-05-041-1/+17
| * [Route] PUT /guilds/:id/membersIntevel ツ2021-05-043-12299/+91
* | :bug: fix test clientFlam3rboy2021-05-054-10/+12
|/
* Merge pull request #99 from fosscord/l10n_masterFlam3rboy2021-05-032-19/+19
|\
| * New translations common.json (Hindi)Flam3rboy2021-05-031-10/+10
| * New translations auth.json (Hindi)Flam3rboy2021-05-031-9/+9
* | Merge pull request #98 from fosscord/l10n_masterFlam3rboy2021-05-022-3/+3
|\|
| * New translations common.json (Portuguese, Brazilian)Flam3rboy2021-05-021-2/+2
| * New translations auth.json (Portuguese, Brazilian)Flam3rboy2021-05-021-1/+1
|/
* Merge pull request #97 from fosscord/l10n_masterFlam3rboy2021-05-026-4/+70
|\
| * New translations common.json (Urdu (India))Flam3rboy2021-05-021-0/+18
| * New translations auth.json (Urdu (India))Flam3rboy2021-05-021-0/+15
| * New translations common.json (Indonesian)Flam3rboy2021-05-021-0/+18
| * New translations auth.json (Indonesian)Flam3rboy2021-05-021-0/+15
| * New translations auth.json (Russian)Flam3rboy2021-05-021-2/+2
| * New translations auth.json (Belarusian)Flam3rboy2021-05-021-2/+2
|/
* Merge pull request #96 from fosscord/l10n_masterFlam3rboy2021-05-024-15/+15
|\
| * New translations common.json (Swedish)Flam3rboy2021-05-021-5/+5
| * New translations auth.json (Swedish)Flam3rboy2021-05-021-2/+2
| * New translations common.json (Russian)Flam3rboy2021-05-021-5/+5
| * New translations common.json (Belarusian)Flam3rboy2021-05-021-3/+3
* | Change default port:Flam3rboy2021-05-023-3/+3
* | Update README.mdFlam3rboy2021-05-021-1/+14
|/
* Merge pull request #95 from fosscord/l10n_masterFlam3rboy2021-05-020-0/+0
|\
| * New translations auth.json (Chinese Traditional)Flam3rboy2021-05-021-8/+8
| * New translations auth.json (Chinese Simplified)Flam3rboy2021-05-021-8/+8
| * New translations common.json (Chinese Traditional)Flam3rboy2021-05-021-14/+14
| * New translations common.json (Chinese Simplified)Flam3rboy2021-05-021-14/+14
|/
* Merge pull request #94 from fosscord/l10n_masterFlam3rboy2021-05-022-17/+17
|\
| * New translations auth.json (Chinese Traditional)Flam3rboy2021-05-021-8/+8
| * New translations auth.json (Chinese Simplified)Flam3rboy2021-05-021-8/+8
| * New translations auth.json (Bulgarian)Flam3rboy2021-05-021-3/+3
| * New translations common.json (Chinese Traditional)Flam3rboy2021-05-021-14/+14
| * New translations common.json (Chinese Simplified)Flam3rboy2021-05-021-14/+14
| * New translations common.json (Bulgarian)Flam3rboy2021-05-021-14/+14
|/
* Merge pull request #93 from fosscord/l10n_masterFlam3rboy2021-05-024-24/+24
|\
| * New translations auth.json (Chinese Traditional)Flam3rboy2021-05-021-8/+8
| * New translations auth.json (Chinese Simplified)Flam3rboy2021-05-021-8/+8
| * New translations auth.json (German)Flam3rboy2021-05-021-3/+3
| * New translations auth.json (Bulgarian)Flam3rboy2021-05-021-3/+3
| * New translations common.json (Chinese Traditional)Flam3rboy2021-05-021-14/+14
| * New translations common.json (Chinese Simplified)Flam3rboy2021-05-021-14/+14
| * New translations common.json (Russian)Flam3rboy2021-05-021-3/+3
| * New translations common.json (Bulgarian)Flam3rboy2021-05-021-15/+15
|/
* Merge pull request #92 from Dekryptor/patch-2Flam3rboy2021-05-011-15/+15
|\
| * Updated common's Bulgarian translationDecryptor2021-05-021-15/+15
* | Merge pull request #91 from Dekryptor/patch-1Flam3rboy2021-05-011-9/+9
|\ \ | |/ |/|
| * Updated auth's Bulgarian translationDecryptor2021-05-021-9/+9
|/
* Merge pull request #90 from fosscord/l10n_masterFlam3rboy2021-05-0142-398/+497
|\
| * New translations auth.json (Russian)Flam3rboy2021-05-011-4/+4
| * New translations auth.json (Chinese Traditional)Flam3rboy2021-05-011-8/+8
| * New translations auth.json (Chinese Simplified)Flam3rboy2021-05-011-8/+8
| * New translations auth.json (German)Flam3rboy2021-05-011-6/+6
| * New translations common.json (Belarusian)Flam3rboy2021-05-011-4/+4
| * New translations common.json (Chinese Traditional)Flam3rboy2021-05-011-14/+14
| * New translations common.json (Chinese Simplified)Flam3rboy2021-05-011-14/+14
| * New translations common.json (German)Flam3rboy2021-05-011-8/+8