summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #188 from BanTheNons/guild-icons-bannersFlam3rboy2021-08-075-23/+31
|\ | | | | Implemented guild icons and banners
| * :bug: fix handleFile()Flam3rboy2021-08-073-5/+6
| |
| * :art: add handleFile()Flam3rboy2021-08-075-48/+28
| |
| * Implemented guild icons and bannersBuildTools2021-08-071-1/+28
|/
* :bug: fix gateway endpointFlam3rboy2021-08-074-300/+408
|
* npm i @fosscord/server-util@1.3.37Flam3rboy2021-08-072-8/+8
|
* Merge pull request #186 from BanTheNons/profile-routeFlam3rboy2021-08-076-13/+156
|\ | | | | Added the profile routes
| * npm i @fosscord/server-util@1.3.36Flam3rboy2021-08-072-12/+100
| |
| * added accent_color to UserModifySchemaBuildTools2021-08-071-1/+3
| |
| * bug fixBuildTools2021-08-061-0/+1
| |
| * Added accent_colorBuildTools2021-08-062-0/+2
| |
| * Added the bot paramBuildTools2021-08-052-0/+2
| |
| * Added the profile routeBuildTools2021-08-052-0/+48
| |
* | Merge pull request #185 from fosscord/l10n_masterFlam3rboy2021-08-072-23/+23
|\ \ | | | | | | New Crowdin updates
| * | New translations common.json (Korean)Flam3rboy2021-08-041-14/+14
| | |
| * | New translations auth.json (Korean)Flam3rboy2021-08-041-9/+9
| | |
* | | Merge pull request #187 from BanTheNons/fix-typoFlam3rboy2021-08-071-1/+1
|\ \ \ | |_|/ |/| | Fixed a typo in vanity_url
| * | fixed a typoBuildTools2021-08-071-1/+1
|/ /
* | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-053-10/+45
|\|
| * Merge pull request #181 from luth31/masterFlam3rboy2021-08-011-10/+12
| |\ | | | | | | [Channel] Implement type 4 channel and clean the code
| | * [Channel] Implement type 4 channel and clean the codePaul Munteanu2021-08-011-10/+12
| |/
| * Merge pull request #180 from fosscord/l10n_masterFlam3rboy2021-08-012-0/+33
| |\
| | * New translations common.json (Croatian)Flam3rboy2021-08-011-0/+18
| | |
| | * New translations auth.json (Croatian)Flam3rboy2021-08-011-0/+15
| |/
* / :arrow_up: update demo test clientFlam3rboy2021-08-052-8/+12
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-07-305-4/+122
|\
| * Merge pull request #179 from fosscord/l10n_masterFlam3rboy2021-07-301-1/+1
| |\
| | * New translations common.json (Hindi)Flam3rboy2021-07-301-1/+1
| | |
| * | Merge pull request #178 from luth31/masterFlam3rboy2021-07-292-1/+2
| |\ \
| | * \ Merge branch 'fosscord:master' into masterPaul Munteanu2021-07-290-0/+0
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #177 from luth31/masterFlam3rboy2021-07-291-0/+1
| |\ \ \
| | | * | Merge canvas-fix into masterPaul Munteanu2021-07-292-1/+2
| | |/| |
| | | * | [Dockerfile] Install canvasPaul Munteanu2021-07-281-1/+1
| | | | |
| | | * | [NPM] Add canvas to package.jsonPaul Munteanu2021-07-281-0/+1
| | | | |
| | * | | [Dockerfile] Copy package-lock.jsonPaul Munteanu2021-07-291-0/+1
| |/ / /
| * | | Merge pull request #176 from luth31/masterFlam3rboy2021-07-294-3/+119
| |\| | | | | | | | | | Fix and migrate docker builds to GitHub Actions
| | * | Make Docker Hub image tags a GH secretPaul Munteanu2021-07-281-1/+1
| | | |
| | * | Merge branch 'master' of github.com:luth30/fosscord-apiPaul Munteanu2021-07-280-0/+0
| | |\ \
| | | * \ Merge branch 'fosscord:master' into masterPaul Munteanu2021-07-280-0/+0
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Docker image layer caching using GHA cachePaul Munteanu2021-07-281-1/+18
| | |/ /
| | * | Fix docker buildsPaul Munteanu2021-07-283-2/+71
| | | |
| | * | Bump server-util version to 1.3.35Paul Munteanu2021-07-281-1/+1
| | | |
| | * | [Actions] Build and publish to Docker HubPaul Munteanu2021-07-271-0/+30
| | | |
* | | | :construction: message acknowledgeFlam3rboy2021-07-304-28/+34
|/ / /
* | | Merge pull request #175 from luth31/masterFlam3rboy2021-07-262-1/+11
|\| |
| * | Use config default region for new GuildsPaul Munteanu2021-07-261-1/+1
| | |
| * | Implement guilds/#guild_id/regions routePaul Munteanu2021-07-261-0/+10
|/ /
* | Merge pull request #174 from DankDumpster/72-charFlam3rboy2021-07-222-3/+3
|\ \ | | | | | | Make password limit 72 to match discord's limit
| * | Update register.tsMatthew2021-07-221-2/+2
| | |
| * | Make password limit 72 to match discord's limitMatthew2021-07-221-1/+1
| | |
* | | :bug: fix 404 error return json instead of clientFlam3rboy2021-07-222-61/+10939
|/ /
* | npm i @fosscord/server-util@1.32Diego Magdaleno2021-07-212-10935/+65
| |
* | [Remove] Remove the console.logDiego Magdaleno2021-07-211-1/+0
| |
* | Merge pull request #173 from DiegoMagdaleno/masterDiego Magdaleno2021-07-212-1/+2
|\ \ | |/ |/| [Fix] Fixes STR instead of JSON response and timestamps
| * Merge branch 'fosscord:master' into masterDiego Magdaleno2021-07-213-744/+11336
| |\ | |/ |/|
* | fix guild createFlam3rboy2021-07-192-734/+11328
| |
* | :bug: fix login routeFlam3rboy2021-07-191-10/+8
| |
* | :bug: fix gateway routeFlam3rboy2021-07-191-1/+1
| |
| * [Fix] All messages should have edited_timestamp even if nullDiego Magdaleno2021-07-213-3/+3
| |
| * [Gateway Endpoint] Encode response as JSONDiego Magdaleno2021-07-191-1/+2
|/
* Merge pull request #172 from fosscord/l10n_masterFlam3rboy2021-07-192-23/+23
|\
| * New translations common.json (Slovak)Flam3rboy2021-07-191-14/+14
| |
| * New translations auth.json (Slovak)Flam3rboy2021-07-191-9/+9
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-07-182-0/+33
|\
| * Merge pull request #170 from fosscord/l10n_masterFlam3rboy2021-07-182-0/+33
| |\ | | | | | | New Crowdin updates
| | * New translations common.json (Slovak)Flam3rboy2021-07-181-0/+18
| | |
| | * New translations auth.json (Slovak)Flam3rboy2021-07-181-0/+15
| | |
* | | :loud_sound: fix logFlam3rboy2021-07-183-10874/+63
|/ /
* | :bug: remove bin from package.jsonFlam3rboy2021-07-161-1/+0
| |
* | :bug: fix github actionFlam3rboy2021-07-161-1/+1
| |
* | :heavy_minus_sign: delete rethinkFlam3rboy2021-07-112-89/+0
| |
* | :art: clean up bundle scriptFlam3rboy2021-07-113-904/+9
| |
* | :pencil: add uncompression message to releasesFlam3rboy2021-07-111-4/+4
| |
* | :bug: rearrange stepsFlam3rboy2021-07-111-4/+4
| |
* | :bug: fix file nameFlam3rboy2021-07-111-1/+1
| |
* | :bug: fix file namesFlam3rboy2021-07-111-11/+14
| |
* | :bug: fix version release nameFlam3rboy2021-07-111-19/+15
| |
* | :bug: fix release nameFlam3rboy2021-07-111-5/+10
| |
* | :bug: fix file name casingFlam3rboy2021-07-111-5/+5
| |
* | :bug: fix caxa build cmdFlam3rboy2021-07-111-5/+5
| |
* | :bug: fix caxa build cmdFlam3rboy2021-07-111-0/+136
| |
* | :arrow_down: downgrade nodejs version in actions runnerFlam3rboy2021-07-111-2/+1
| |
* | fix release actionFlam3rboy2021-07-111-18/+18
| |
* | :bug: fix publish release actionFlam3rboy2021-07-111-3/+11
| |
* | :sparkles: use caxa for bundlingFlam3rboy2021-07-113-52/+593
| |
* | :bug: fix windows pathFlam3rboy2021-07-111-1/+1
| |
* | :bug: fix release actionFlam3rboy2021-07-111-3/+3
| |
* | :sparkles: add win + macos to releaseFlam3rboy2021-07-111-6/+31
| |
* | :bug: fix release nameFlam3rboy2021-07-101-2/+5
| |
* | :sparkles: bundle exectuableFlam3rboy2021-07-105-20/+68
| |
* | :wheelchair: use fs sync for backwards compatibilityFlam3rboy2021-07-101-3/+3
| |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-07-101-1/+1
|\ \
| * \ Merge pull request #168 from jhcpeixoto/masterFlam3rboy2021-07-091-1/+1
| |\ \ | | | | | | | | UPDATE BCRYPT
| | * | UPDATE BCRYPTJoaquim Peixoto2021-07-091-1/+1
| |/ / | | | | | | | | | FROM 3.0.0 to 5.0.0 https://www.npmjs.com/package/@types/bcrypt
* / / findOne auto throws error if it doesn't exist'Flam3rboy2021-07-1028-174/+141
|/ /
* | :construction: pkg binary bundleFlam3rboy2021-07-082-19/+1429
| |
* | :arrow_up: update server-utilFlam3rboy2021-07-072-8/+8
|/
* Merge pull request #166 from robigan/openapi-ymlFlam3rboy2021-07-051-0/+526
|\ | | | | Openapi yml
| * Remove .insomnia folder...robigan2021-07-0526-1122/+0
| |
| * Init of the openapi.yml filerobigan2021-07-051-0/+526
| | | | | | Needs some checking and isn't exactly swagger compliant but should be ok
| * Merge branch 'fosscord:master' into masterrobigan2021-07-051-4/+4
| |\ | |/ |/|
* | Merge pull request #165 from fosscord/l10n_masterFlam3rboy2021-07-051-4/+4
|\ \ | | | | | | New Crowdin updates
| * | New translations common.json (Hindi)Flam3rboy2021-07-051-4/+4
| | |
| | * A bit more data...robigan2021-07-051-1/+68
| | |
| | * New content...robigan2021-07-031-4/+112
| | |
| | * Start of fosscord apirobigan2021-07-0326-0/+947
| |/ |/|
* | :sparkles: route specific rate limitsFlam3rboy2021-07-016-43/+74
| |
* | Merge pull request #162 from fosscord/feat--rate-limitFlam3rboy2021-07-017-328/+177
|\ \ | | | | | | [Feature] Rate Limit
| * | :sparkles: finished Rate LimitFlam3rboy2021-07-014-45/+122
| | |
| * | :construction: rate limitFlam3rboy2021-07-017-326/+98
|/ /
* | :construction: rate limitFlam3rboy2021-06-282-8/+30
| |
* | :bug: fix ip address lookupFlam3rboy2021-06-273-719/+163
| |
* | :sparkles: v9Flam3rboy2021-06-273-166/+736
| |
* | :bug: fix importFlam3rboy2021-06-271-1/+1
| |
* | :arrow_up: update dev client versionFlam3rboy2021-06-272-5/+4
|/
* :lock: register proxy ip checkFlam3rboy2021-06-278-143/+10564
|
* :bug: fix empty message bug for attachmentsFlam3rboy2021-06-261-1/+1
|
* :bug: fix CORSFlam3rboy2021-06-263-3/+5
|
* Merge pull request #161 from fosscord/l10n_masterFlam3rboy2021-06-261-8/+8
|\ | | | | New Crowdin updates
| * New translations common.json (Hungarian)Flam3rboy2021-06-261-8/+8
|/
* Merge pull request #160 from jhcpeixoto/masterFlam3rboy2021-06-253-10649/+46
|\ | | | | CORS FIX
| * CORS FIXJoaquim Peixoto2021-06-253-10649/+46
|/
* Merge pull request #159 from fosscord/l10n_masterFlam3rboy2021-06-242-15/+15
|\ | | | | New Crowdin updates
| * New translations common.json (Hungarian)Flam3rboy2021-06-241-6/+6
| |
| * New translations auth.json (Hungarian)Flam3rboy2021-06-241-9/+9
| |
* | :bug: docker fileFlam3rboy2021-06-242-0/+5
| |
* | :sparkles: empty messages check + allowed mentionsFlam3rboy2021-06-235-10/+32
| |
* | :art: move widget templates to assetsFlam3rboy2021-06-227-1/+2
|/
* Merge pull request #157 from Umimaso/widgetFlam3rboy2021-06-2214-10/+440
|\ | | | | feat: add widget endpoints, routing for unversioned api requests
| * :art: clean up codeFlam3rboy2021-06-225-44/+171
| | | | | | | | | | | | | | widget.json.ts: just return instead of long if statement + add ?. operators for error handling widget.png.ts make path universal widget.ts: remove unnecessary guild db query as getPermission already checks it Widget.ts make parameters required
| * feat: add routing for unversioned api requestsUmimaso2021-06-192-5/+6
| | | | | | | | | | | | Create new route for /api which can handle routing of unversioned requests. Update regex for NO_AUTHORIZATION_ROUTES to support unversioned requests.
| * feat: add widget endpointsUmimaso2021-06-1912-7/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented the four widget related endpoints of the api. Partial user object being returned as part of the widget.json endpoint [1] is an intentional choice related to privacy [2]. The widget.json endpoint will require additional changes upon completion of other work. Member details will need to return extra key/values for connected users to voice channels. An additional avatar_url value will hold an unique avatar url for the user + guild, fetched via a CDN endpoint widget-avatars. New dependencies `canvas` and `image-size`. Canvas is used to create the widget.png endpoint image [3]. Image-size is used to set the canvas' size to match the widget template images. Use regex in determining if a NO_AUTHORIZATION_ROUTES is hit or not. [1] https://discord.com/developers/docs/resources/guild#get-guild-widget [2] https://github.com/discord/discord-api-docs/issues/1287 [3] https://discord.com/developers/docs/resources/guild#get-guild-widget-image Closes: #9, #110
* | Merge pull request #158 from fosscord/l10n_masterFlam3rboy2021-06-202-11/+11
|\ \ | | | | | | New Crowdin updates
| * | New translations common.json (Lithuanian)Flam3rboy2021-06-201-2/+2
| | |
| * | New translations auth.json (Lithuanian)Flam3rboy2021-06-201-9/+9
|/ /
* | Merge pull request #151 from fosscord/l10n_masterFlam3rboy2021-06-1929-83/+116
|\ \ | |/ |/| New Crowdin updates
| * New translations common.json (Lithuanian)Flam3rboy2021-06-191-0/+18
| |
| * New translations auth.json (Lithuanian)Flam3rboy2021-06-191-0/+15
| |
| * New translations auth.json (Portuguese)Flam3rboy2021-06-091-1/+1
| |
| * New translations common.json (Portuguese)Flam3rboy2021-06-081-1/+1
| |
| * New translations common.json (Portuguese)Flam3rboy2021-06-071-2/+2
| |
| * New translations common.json (Arabic)Flam3rboy2021-05-301-2/+2
| |
| * New translations auth.json (Arabic)Flam3rboy2021-05-301-1/+1
| |
| * New translations common.json (Urdu (India))Flam3rboy2021-05-281-3/+3
| |
| * New translations auth.json (Hebrew)Flam3rboy2021-05-281-1/+1
| |
| * New translations common.json (Hebrew)Flam3rboy2021-05-281-3/+3
| |
| * New translations auth.json (Hungarian)Flam3rboy2021-05-281-1/+1
| |
| * New translations common.json (Hungarian)Flam3rboy2021-05-281-3/+3
| |
| * New translations auth.json (Catalan)Flam3rboy2021-05-281-1/+1
| |
| * New translations common.json (Catalan)Flam3rboy2021-05-281-3/+3
| |
| * New translations auth.json (Afrikaans)Flam3rboy2021-05-281-1/+1
| |
| * New translations common.json (Afrikaans)Flam3rboy2021-05-281-3/+3
| |
| * New translations common.json (Korean)Flam3rboy2021-05-281-3/+3
| |
| * New translations auth.json (Chinese Simplified)Flam3rboy2021-05-281-9/+9
| |
| * New translations common.json (Chinese Simplified)Flam3rboy2021-05-281-14/+14
| |
| * New translations auth.json (Chinese Traditional)Flam3rboy2021-05-281-9/+9
| |
| * New translations common.json (Chinese Traditional)Flam3rboy2021-05-281-14/+14
| |
| * New translations auth.json (Vietnamese)Flam3rboy2021-05-281-1/+1
| |
| * New translations common.json (Vietnamese)Flam3rboy2021-05-281-3/+3
| |
| * 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
| |
* | :sparkles: Guild invitesFlam3rboy2021-06-023-5596/+1991
| |
* | :zap: add explicit types to req and resFlam3rboy2021-05-3126-68/+68
| |
* | :construction: dm channelsFlam3rboy2021-05-316-67/+80
| |
* | :bug: fix getPublicUserFlam3rboy2021-05-302-9/+5
| |
* | npm i @fosscord/server-util@1.3.14Flam3rboy2021-05-302-16/+16
| |
* | :bug: fix empty authorFlam3rboy2021-05-302-2/+0
| |
* | :sparkles: Friends RelationshipsFlam3rboy2021-05-301-0/+156
| |
* | :sparkles: Channel permission overwritesFlam3rboy2021-05-301-7/+38
| |
* | :arrow_up: npm i @fosscord/server-util@1.3.13Flam3rboy2021-05-302-8/+8
| |
* | :arrow_up: npm i @fosscord/server-util@1.3.12Flam3rboy2021-05-302-8/+8
| |
* | :zap: increase upload limitFlam3rboy2021-05-301-1/+1
| |
* | :arrow_up: npm i @fosscord/server-util@1.3.11Flam3rboy2021-05-302-8/+8
| |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-05-301-3/+3
|\ \
| * \ Merge pull request #152 from luth31/masterFlam3rboy2021-05-291-3/+3
| |\ \ | | | | | | | | Move TS compilation to docker image build
| | * | Remove obsolete npx patch-package commandPaul Munteanu2021-05-291-1/+0
| | | |
| | * | Dockerfile: run app instead of recompilingPaul Munteanu2021-05-291-1/+1
| | | |
| | * | Merge branch 'master' of github.com:luth31/fosscord-apiPaul Munteanu2021-05-291-8/+25
| | |\ \
| | | * \ Merge branch 'fosscord:master' into masterPaul Munteanu2021-05-291-8/+25
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Build on start for the CONTRIBUTORSPaul Munteanu2021-05-291-1/+1
| | |/ /
| | * | Compile TS during Docker image buildPaul Munteanu2021-05-292-2/+3
| | | |
| | * | Merge branch 'fosscord:master' into masterPaul Munteanu2021-05-293-69/+14
| | |\ \
| | * \ \ Merge branch 'fosscord:master' into masterPaul Munteanu2021-05-296-15/+443
| | |\ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/fosscord/fosscord-apiPaul Munteanu2021-05-2830-275/+877
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'fosscord:master' into masterPaul Munteanu2021-05-238-644/+474
| | |\ \ \ \ \
* | | | | | | | :sparkles: user avatarFlam3rboy2021-05-306-22/+28
| | | | | | | |
* | | | | | | | :sparkles: message attachmentsFlam3rboy2021-05-307-46/+80
|/ / / / / / /
* | | | | / / :zap: improve asset cachingFlam3rboy2021-05-291-8/+25
| |_|_|_|/ / |/| | | | |
* | | | | | :art: reformatFlam3rboy2021-05-293-69/+14
| |_|_|/ / |/| | | |
* | | | | automatically embed links in messageFlam3rboy2021-05-284-15/+372
| | | | |
* | | | | Create codeql-analysis.ymlFlam3rboy2021-05-281-0/+71
| | | | |
* | | | | Delete TESTFlam3rboy2021-05-281-0/+0
| |_|/ / |/| | |
* | | | :construction: permissionsFlam3rboy2021-05-281-1/+39
| | | |
* | | | testFlam3rboy2021-05-281-0/+0
| | | |
* | | | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-05-2727-264/+827
|\ \ \ \ | | |_|/ | |/| |
| * | | :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 Crowdin updates
| | | * | | 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
| |\ \ \ \ | | | | | | | | | | | | New way to do config no more hardcoded localhost
| | * | | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove redundant Dockerfile commands and add missing port command
| | * | | | | 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 Fully Functional Delete User Request and an Dummy Disable User one
| | * | | | added basic error statusBloom Sirenix2021-05-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | 401 unauthorized
| | * | | | Update delete.tsBloom Sirenix2021-05-221-1/+1
| | | | | |
| | * | | | Added password checkBloom Sirenix2021-05-221-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :heavy_check_mark: Only works if user types right password :no_entry_sign: No more kids getting there account deleted by there brother
| | * | | | Made Delete request easier for usersBloom Sirenix2021-05-221-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | less of an pain
| | * | | | Merge branch 'master' of https://github.com/bloomsirenix/fosscord-apiBloom Sirenix2021-05-2226-185294/+964
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Added Delete function and dummy disable functionBloom Sirenix2021-05-222-0/+36
| | | | | |
| | | | * | 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 ↵Diego Magdaleno2021-05-233-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | undefined
| | | | * | 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 ↵Diego Magdaleno2021-05-2111-24/+26
| | | | | | | | | | | | | | | | | | | | | | | | in configurations
| | | | * | 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
| | | | | |