summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* :art: added optional captcha to login routeFlam3rboy2021-05-016-9/+36
* :sparkles: Channel get RouteFlam3rboy2021-04-271-29/+28
* :art: refactor to use easier permission apiFlam3rboy2021-04-272-43/+35
* Merge pull request #87 from aryan0078/masterFlam3rboy2021-04-262-4/+65
|\
| * Typing + create pin + get pinYour Name2021-04-272-4/+65
* | :construction: WIPstefan0801062021-04-261-5/+9
* | :lock: Fix parent id checkingstefan0801062021-04-261-1/+2
|/
* Channel Delete + Update RouteYour Name2021-04-264-16/+56
* :sparkles: added dev serverFlam3rboy2021-04-252-2/+2
* :art: formatting filesFlam3rboy2021-04-254-61/+27
* :bug: add event for Message Delete routeFlam3rboy2021-04-251-1/+13
* :sparkles: Message delete routeFlam3rboy2021-04-251-0/+17
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-04-2442-73/+342
|\
| * Update channels.tsIntevel ツ2021-04-241-11/+1
| * POST /users/@me/channelsIntevel ツ2021-04-242-7/+85
| * get /users/@me/channelsIntevel ツ2021-04-241-0/+20
| * lolIntevel ツ2021-04-242-2/+46
| * :construction: add guild channel delete routestefan0801062021-04-242-1/+28
| * Update index.tsIntevel ツ2021-04-241-2/+5
| * Create index.tsIntevel ツ2021-04-241-0/+15
| * :bug: fix directory nameFlam3rboy2021-04-234-1/+1
| * :construction: WebhookFlam3rboy2021-04-2311-2/+44
| * :art: clean up permission checks to use .hasThrow()Flam3rboy2021-04-2310-19/+30
| * :bug: fix wrong permission in delete inviteFlam3rboy2021-04-231-1/+2
| * npm i @fosscord/server-utilFlam3rboy2021-04-2222-23/+23
| * prepare npm publishFlam3rboy2021-04-227-45/+67
| * :zap: :sparkles: prod multi threadingFlam3rboy2021-04-221-7/+23
* | :bug: fix type in Channel MessagesFlam3rboy2021-04-241-1/+1
|/
* :art: change default port to 1000 + CORSFlam3rboy2021-04-193-2/+9
* fixed missing db delete callxnacly2021-04-171-0/+3
* :bug: fix port not picking up env fileFlam3rboy2021-04-161-1/+4
* Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-04-1445-282/+474
|\
| * dummy routes (prevent errors in client)xnacly2021-04-083-0/+30
| * update invite schemaxnacly2021-04-081-0/+6
| * finished /invite route #21xnacly2021-04-081-1/+25
| * exclude path from authenticationxnacly2021-04-081-0/+1
| * :zap: use mongoose autopopulateFlam3rboy2021-04-078-59/+63
| * fix error handlerFlam3rboy2021-04-071-1/+1
| * :bug: fix register route captcha requiredFlam3rboy2021-04-071-3/+3
| * 🖥️ /science routeRafael Oliveira2021-04-071-0/+10
| * :bug: fix message routeFlam3rboy2021-04-071-2/+16
| * :bug: fix lean not working with virtualsFlam3rboy2021-04-077-43/+52
| * :bug: fix messageFlam3rboy2021-04-061-2/+4
| * :bug: revert loginFlam3rboy2021-04-061-10/+1
| * :bug: fix testFlam3rboy2021-04-061-1/+1
| * :bug: fix bigint id in message routeFlam3rboy2021-04-061-1/+5
| * :art: Convert id bigint to stringFlam3rboy2021-04-0618-63/+83
| * :bug: fix body parser empty error objectFlam3rboy2021-04-061-4/+15
| * 🐛 fix structurenotsapinho2021-04-061-1/+1
| * :bug: fix user guildsFlam3rboy2021-04-062-1/+6
| * :bug: fix loginFlam3rboy2021-04-061-1/+1
| * :sparkles: test clientFlam3rboy2021-04-062-3/+1
| * :art: proper error message body parserFlam3rboy2021-04-061-2/+5
| * :bug: fix guild schemaFlam3rboy2021-04-061-4/+13
| * .lean() all mongodb requestsFlam3rboy2021-04-067-8/+12
| * :bug: fix routes user.user_dataFlam3rboy2021-04-061-2/+7
| * :construction: experiments + gateway routeFlam3rboy2021-04-063-1/+26
| * :sparkles: init test clientFlam3rboy2021-04-052-5/+45
| * :bug: fix body parserFlam3rboy2021-04-052-3/+4
| * :bug: rewrite importsFlam3rboy2021-03-3011-36/+36
| * move routes to top level no more /api/v8 -> use reverse proxy insteadFlam3rboy2021-03-3023-48/+0
| * added GET [#12]xnacly2021-03-281-0/+19
| * Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-03-271-1/+3
| |\
| * | :bug: remove relative @pathsFlam3rboy2021-03-274-17/+25
* | | :bug: fix message schemaFlam3rboy2021-04-141-1/+1
| |/ |/|
* | Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-03-235-18/+24
|\|
| * :construction: shorten relative paths with @shortcutFlam3rboy2021-03-225-19/+25
* | :bug: fix message postFlam3rboy2021-03-231-1/+6
|/
* :construction: [Route] /messagesFlam3rboy2021-03-082-6/+49
* rename req.userid -> req.user_idFlam3rboy2021-03-0813-65/+96
* :sparkles: SchemaFlam3rboy2021-03-045-27/+102
* [Users] @me self + guildsFlam3rboy2021-03-042-5/+16
* :art: improve guildsFlam3rboy2021-03-044-13/+28
* :sparkles: [Guild] channelsFlam3rboy2021-03-041-0/+51
* [Channels] get messagesFlam3rboy2021-03-042-48/+85
* :sparkles: [Channels] messages bulk deleteFlam3rboy2021-03-041-0/+35
* :bug: fix login + registerFlam3rboy2021-03-042-5/+11
* :construction: /channels/messagesFlam3rboy2021-03-042-3/+27
* :zap: benchmarkFlam3rboy2021-03-033-31/+41
* Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-03-034-11/+37
|\
| * get specific banFlam3rboy2021-02-232-0/+13
| * :pencil: typoFlam3rboy2021-02-232-11/+24
* | :construction: messages routeFlam3rboy2021-03-0310-5/+28
|/
* :bug: [Member] list fix to also return userFlam3rboy2021-02-233-9/+15
* :bug: fix addMember to respect max guild sizeFlam3rboy2021-02-223-2/+26
* :construction: [Member] listFlam3rboy2021-02-221-3/+17
* :sparkles: [Member] paginationFlam3rboy2021-02-224-17/+43
* :art: restructed guildsFlam3rboy2021-02-223-66/+74
* :bug: add webhooks to whitelist authFlam3rboy2021-02-221-2/+2
* :art: restructure + add/remove Member() functionFlam3rboy2021-02-2210-20/+145
* :art: [Ban] use removeMember() + move ban in seperate fileFlam3rboy2021-02-222-235/+113
* :pencil: #CHANNELID -> #channelidFlam3rboy2021-02-229-23/+23
* :bug: fix Event EmitterFlam3rboy2021-02-223-6/+20
* :bug: fix @everyone Role on guild createFlam3rboy2021-02-221-1/+1
* channel/:id/invites create #79xnacly2021-02-211-1/+45
* invite code genxnacly2021-02-211-0/+12
* Invite schemexnacly2021-02-211-0/+16
* Update index.tsIntevel ツ2021-02-211-0/+11
* Update index.tsIntevel ツ2021-02-211-0/+40
* Update index.tsIntevel ツ2021-02-211-2/+2
* Created Ban RoutesIntevel ツ2021-02-212-6/+109
* Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-02-191-0/+53
|\
| * Update guilds.tsIntevel ツ2021-02-191-0/+1
| * Create guilds.tsIntevel ツ2021-02-191-0/+52
* | :art: [Guild] check if user is allowed to created a guildFlam3rboy2021-02-192-10/+15
|/
* :bug: update user model on guild creationFlam3rboy2021-02-172-2/+8
* fix req.userid -> convert to bigintFlam3rboy2021-02-171-1/+1
* :art: show proper auth errorFlam3rboy2021-02-171-1/+1
* :bug: fix token checkingFlam3rboy2021-02-172-4/+10
* :bug: fix dbFlam3rboy2021-02-161-2/+1
* :bug: fix db connectFlam3rboy2021-02-163-3/+2
* :bug: fix startup errorFlam3rboy2021-02-161-0/+1
* :sparkles: load .env fileFlam3rboy2021-02-161-0/+2
* :fire: disable rate limit for now -> wait till mongoose model existsFlam3rboy2021-02-163-1/+4
* :bug: fix /guilds/ route typeFlam3rboy2021-02-141-21/+22
* added requested changes from #3xnacly2021-02-141-11/+100
* switch to mongooseFlam3rboy2021-02-148-95/+97
* util function to emit eventFlam3rboy2021-02-101-0/+26
* move Schema from util to apiFlam3rboy2021-02-102-83/+149
* Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-02-109-9/+158
|\
| * update imports for fosscord-server-utilFlam3rboy2021-02-107-6/+7
| * :bug: update package import to fosscord-server-utilFlam3rboy2021-02-092-2/+2
| * [guild] finished POSTxnacly2021-02-091-61/+62
| * made requested changesxnacly2021-02-091-2/+2
| * added guild routesxnacly2021-02-091-1/+148
* | :bug: fix error handlerFlam3rboy2021-02-102-17/+25
|/
* :arrow_up: bump lambert-db to version 1.1.6Flam3rboy2021-02-071-1/+1
* :bug: prevent @googlemail.com trickFlam3rboy2021-02-071-1/+2
* :bug: update importsFlam3rboy2021-02-065-20/+16
* moved utils to server-utilFlam3rboy2021-02-066-364/+1
* moved models to server-utilFlam3rboy2021-02-068-238/+0
* use discord-server-utilFlam3rboy2021-02-053-3/+4
* Merge branch 'master' of https://github.com/discord-open-source/discord-api i...xnacly2021-02-055-180/+161
|\
| * :art: use discord-server-utilFlam3rboy2021-02-055-180/+161
* | added Member model & updated Guild modelxnacly2021-02-053-27/+94
|/
* Merge branch 'master' of https://github.com/discord-open-source/discord-serverFlam3rboy2021-02-044-1/+118
|\
| * invite interfacemafineeek.dev2021-02-031-0/+31
| * added blockInsecureCommonPasswords config flagxnacly2021-02-032-13/+27
| * added passwordStrength estimatorxnacly2021-02-033-1/+73
* | :art: typoFlam3rboy2021-02-041-3/+3
|/
* :lock: prevent passwort denial of serverFlam3rboy2021-02-0312-35/+61
* :bug: fix register date of birthFlam3rboy2021-02-021-2/+2
* :art: Body Parser errorFlam3rboy2021-02-0212-93/+72
* :sparkles: [Route] RegisterFlam3rboy2021-02-021-3/+7
* :sparkles: [Router] RegisterFlam3rboy2021-02-021-22/+47
* :sparkles: added defaults to configFlam3rboy2021-02-0111-88/+124316
* :globe_with_meridians: localizationFlam3rboy2021-02-014-0/+66
* :sparkles: modelsFlam3rboy2021-02-015-4/+129
* :sparkles: added Date + Email Body TypeFlam3rboy2021-02-012-21/+79
* :sparkles: [Route] LoginFlam3rboy2021-02-011-4/+80
* :sparkles: [Route] RegisterFlam3rboy2021-02-011-1/+221
* :bug: fix Snowflake return bigint instead of stringFlam3rboy2021-02-011-2/+2
* :zap: Snowflake generate improve performance with BigIntFlam3rboy2021-01-311-34/+10
* :zap: Convert BitField to BigIntFlam3rboy2021-01-306-71/+78
* :sparkles: UtilFlam3rboy2021-01-3035-159/+1250
* :sparkles: DatabaseFlam3rboy2021-01-302-0/+5
* :sparkles: RateLimitFlam3rboy2021-01-302-0/+83
* :sparkles: AuthenticationFlam3rboy2021-01-301-0/+30
* :tada: initFlam3rboy2021-01-043-5/+11
* :sparkles: update to use new lambert-serverFlam3rboy2021-01-049-61/+132
* Merge branch 'master' of https://github.com/Trenite/discord-server-opensourceFlam3rboy2021-01-0312-0/+187
|\
| * routes + util + snowflakexnacly2021-01-0312-0/+187
* | :sparkles: rethinkdbFlam3rboy2021-01-031-0/+10
* | :bug: fixFlam3rboy2021-01-015-13/+55
|/
* :tada: standard client finishedFlam3rboy2020-11-284-0/+153