Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #186 from BanTheNons/profile-route | Flam3rboy | 2021-08-07 | 3 | -0/+53 |
|\ | | | | | Added the profile routes | ||||
| * | bug fix | BuildTools | 2021-08-06 | 1 | -0/+1 |
| | | |||||
| * | Added accent_color | BuildTools | 2021-08-06 | 2 | -0/+2 |
| | | |||||
| * | Added the bot param | BuildTools | 2021-08-05 | 2 | -0/+2 |
| | | |||||
| * | Added the profile route | BuildTools | 2021-08-05 | 2 | -0/+48 |
| | | |||||
* | | fixed a typo | BuildTools | 2021-08-07 | 1 | -1/+1 |
|/ | |||||
* | :construction: message acknowledge | Flam3rboy | 2021-07-30 | 1 | -19/+25 |
| | |||||
* | Use config default region for new Guilds | Paul Munteanu | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Implement guilds/#guild_id/regions route | Paul Munteanu | 2021-07-26 | 1 | -0/+10 |
| | |||||
* | Update register.ts | Matthew | 2021-07-22 | 1 | -2/+2 |
| | |||||
* | Make password limit 72 to match discord's limit | Matthew | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fosscord:master' into master | Diego Magdaleno | 2021-07-21 | 1 | -10/+8 |
|\ | |||||
| * | :bug: fix login route | Flam3rboy | 2021-07-19 | 1 | -10/+8 |
| | | |||||
| * | :bug: fix gateway route | Flam3rboy | 2021-07-19 | 1 | -1/+1 |
| | | |||||
* | | [Fix] All messages should have edited_timestamp even if null | Diego Magdaleno | 2021-07-21 | 2 | -3/+2 |
| | | |||||
* | | [Gateway Endpoint] Encode response as JSON | Diego Magdaleno | 2021-07-19 | 1 | -1/+2 |
|/ | |||||
* | findOne auto throws error if it doesn't exist' | Flam3rboy | 2021-07-10 | 26 | -157/+116 |
| | |||||
* | :sparkles: route specific rate limits | Flam3rboy | 2021-07-01 | 2 | -0/+4 |
| | |||||
* | :construction: rate limit | Flam3rboy | 2021-07-01 | 1 | -6/+6 |
| | |||||
* | :lock: register proxy ip check | Flam3rboy | 2021-06-27 | 2 | -5/+16 |
| | |||||
* | :bug: fix CORS | Flam3rboy | 2021-06-26 | 2 | -2/+3 |
| | |||||
* | :sparkles: empty messages check + allowed mentions | Flam3rboy | 2021-06-23 | 2 | -4/+8 |
| | |||||
* | :art: move widget templates to assets | Flam3rboy | 2021-06-22 | 2 | -1/+2 |
| | |||||
* | :art: clean up code | Flam3rboy | 2021-06-22 | 3 | -39/+39 |
| | | | | | | | 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 widget endpoints | Umimaso | 2021-06-19 | 3 | -0/+289 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | :sparkles: Guild invites | Flam3rboy | 2021-06-02 | 1 | -0/+17 |
| | |||||
* | :zap: add explicit types to req and res | Flam3rboy | 2021-05-31 | 23 | -53/+53 |
| | |||||
* | :construction: dm channels | Flam3rboy | 2021-05-31 | 2 | -17/+22 |
| | |||||
* | :bug: fix getPublicUser | Flam3rboy | 2021-05-30 | 1 | -0/+2 |
| | |||||
* | :sparkles: Friends Relationships | Flam3rboy | 2021-05-30 | 1 | -0/+156 |
| | |||||
* | :sparkles: Channel permission overwrites | Flam3rboy | 2021-05-30 | 1 | -7/+38 |
| | |||||
* | :sparkles: user avatar | Flam3rboy | 2021-05-30 | 3 | -16/+19 |
| | |||||
* | :sparkles: message attachments | Flam3rboy | 2021-05-30 | 2 | -18/+33 |
| | |||||
* | :art: reformat | Flam3rboy | 2021-05-29 | 2 | -22/+7 |
| | |||||
* | automatically embed links in message | Flam3rboy | 2021-05-28 | 1 | -1/+3 |
| | |||||
* | :construction: permissions | Flam3rboy | 2021-05-28 | 1 | -1/+39 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-05-27 | 10 | -50/+97 |
|\ | |||||
| * | :bug: fix EMAIL_ALREADY_REGISTERED error message | Flam3rboy | 2021-05-26 | 1 | -1/+1 |
| | | |||||
| * | optional GATEWAY .env variable | Flam3rboy | 2021-05-26 | 1 | -1/+1 |
| | | |||||
| * | fix message loading | Flam3rboy | 2021-05-26 | 1 | -1/+3 |
| | | |||||
| * | :sparkles: use new config | Flam3rboy | 2021-05-24 | 7 | -52/+56 |
| | | |||||
| * | Fix: No more type casting required, rather take the gernics | Diego Magdaleno | 2021-05-23 | 7 | -8/+8 |
| | | |||||
| * | Meta: fix merge issues | Diego Magdaleno | 2021-05-23 | 2 | -0/+40 |
| |\ | |||||
| | * | added basic error status | Bloom Sirenix | 2021-05-23 | 1 | -2/+3 |
| | | | | | | | | | | | | 401 unauthorized | ||||
| | * | Update delete.ts | Bloom Sirenix | 2021-05-22 | 1 | -1/+1 |
| | | | |||||
| | * | Added password check | Bloom Sirenix | 2021-05-22 | 1 | -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 users | Bloom Sirenix | 2021-05-22 | 1 | -8/+2 |
| | | | | | | | | | | | | less of an pain | ||||
| | * | Merge branch 'master' of https://github.com/bloomsirenix/fosscord-api | Bloom Sirenix | 2021-05-22 | 13 | -186/+478 |
| | |\ | |||||
| | * | | Added Delete function and dummy disable function | Bloom Sirenix | 2021-05-22 | 2 | -0/+36 |
| | | | | |||||
| * | | | Update: Update fosscord-server-util to latest and fix issues with NULL and ↵ | Diego Magdaleno | 2021-05-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | undefined | ||||
| * | | | Config: Final config additons, now everything should work as desired | Diego Magdaleno | 2021-05-22 | 7 | -8/+8 |
| | | | | |||||
| * | | | Fix merge issues, update to reflect config changes and package.json | Diego Magdaleno | 2021-05-22 | 20 | -295/+694 |
| | | | | |||||
| * | | | Config: Refactor config method, so we have a new get all option, fix issues ↵ | Diego Magdaleno | 2021-05-21 | 7 | -15/+8 |
| | | | | | | | | | | | | | | | | in configurations | ||||
| * | | | Config: First rewrite of config and working implementation of getting values | Diego Magdaleno | 2021-05-19 | 7 | -18/+27 |
| | | | | |||||
| * | | | Config: Those bracks dont go there | Diego Magdaleno | 2021-05-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Config: Redo config to be more straight to the point | Diego Magdaleno | 2021-05-15 | 1 | -3/+2 |
| | | | | |||||
| * | | | Config: Be able to configure the target_url | Diego Magdaleno | 2021-05-15 | 1 | -1/+4 |
| | | | | |||||
* | | | | :bug: fix bans | Flam3rboy | 2021-05-27 | 1 | -12/+12 |
| |_|/ |/| | | |||||
* | | | :sparkles: Message edit | Flam3rboy | 2021-05-22 | 2 | -3/+39 |
| | | | |||||
* | | | :sparkles: reactions bulk remove | Flam3rboy | 2021-05-22 | 1 | -0/+62 |
| | | | |||||
* | | | throw GUILD_ROLE_DELETE event | afeuerstein | 2021-05-22 | 1 | -1/+11 |
| | | | |||||
* | | | :sparkles: Reactions | Flam3rboy | 2021-05-22 | 2 | -3/+152 |
| | | | |||||
* | | | :sparkles: invites TTL | Flam3rboy | 2021-05-22 | 1 | -1/+4 |
| | | | |||||
* | | | :sparkles: createChannel() | Flam3rboy | 2021-05-22 | 3 | -47/+5 |
| | | | |||||
* | | | :art: Move member routes in separate files | Flam3rboy | 2021-05-22 | 6 | -134/+208 |
| |/ |/| | |||||
* | | :art: refactor/format | Flam3rboy | 2021-05-21 | 9 | -69/+133 |
| | | |||||
* | | :sparkles: Message Pins | Flam3rboy | 2021-05-21 | 1 | -2/+55 |
| | | |||||
* | | :construction: read state | Flam3rboy | 2021-05-21 | 1 | -0/+29 |
| | | |||||
* | | :sparkles: sendMessage() function | Flam3rboy | 2021-05-21 | 1 | -45/+6 |
| | | |||||
* | | :sparkles: load gateway url from config | Flam3rboy | 2021-05-18 | 1 | -1/+4 |
|/ | |||||
* | Some refactor, fix channel_delete event and @everyone role appearing on ↵ | notsapinho | 2021-05-11 | 3 | -15/+22 |
| | | | | member roles | ||||
* | 🐛 Fix channels and joined_at not getting populated | notsapinho | 2021-05-10 | 2 | -6/+8 |
| | |||||
* | :bug: fix Guild vanity_url | Flam3rboy | 2021-05-09 | 1 | -1/+1 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-05-08 | 1 | -1/+1 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-05-08 | 1 | -2/+2 |
| | |||||
* | [Route] GET /guilds/:id/vanity-url | Intevel ツ | 2021-05-08 | 1 | -0/+11 |
| | |||||
* | Update welcome_screen.ts | Intevel ツ | 2021-05-08 | 1 | -2/+1 |
| | |||||
* | Update welcome_screen.ts | Intevel ツ | 2021-05-08 | 1 | -2/+10 |
| | |||||
* | Update roles.ts | Intevel ツ | 2021-05-08 | 1 | -1/+1 |
| | |||||
* | Update welcome_screen.ts | Intevel ツ | 2021-05-08 | 1 | -2/+2 |
| | |||||
* | Update welcome_screen.ts | Intevel ツ | 2021-05-08 | 1 | -0/+24 |
| | |||||
* | Create welcome_screen.ts | Intevel ツ | 2021-05-08 | 1 | -0/+21 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-05-08 | 1 | -1/+5 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Intevel ツ | 2021-05-08 | 1 | -7/+15 |
|\ | |||||
| * | :sparkles: add isMember check for get member routes | Flam3rboy | 2021-05-08 | 1 | -7/+15 |
| | | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -0/+5 |
|/ | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -11/+0 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -11/+16 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -3/+0 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -1/+1 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -0/+14 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -3/+4 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -56/+31 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -0/+20 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -1/+19 |
| | |||||
* | :art: [Route] templates refactor | Flam3rboy | 2021-05-07 | 2 | -102/+54 |
| | |||||
* | [Route] PATCH /guilds/:id/roles | Intevel ツ | 2021-05-06 | 1 | -1/+29 |
| | |||||
* | [Route] DELETE /guilds/:id/roles | Intevel ツ | 2021-05-06 | 1 | -0/+25 |
| | |||||
* | [Route] POST /guilds/:id/roles | Intevel ツ | 2021-05-06 | 1 | -1/+0 |
| | |||||
* | Update roles.ts | Intevel ツ | 2021-05-06 | 1 | -0/+5 |
| | |||||
* | Create roles.ts | Intevel ツ | 2021-05-06 | 1 | -0/+49 |
| | |||||
* | Update templates.ts | Intevel ツ | 2021-05-06 | 1 | -2/+2 |
| | |||||
* | Updated | Intevel ツ | 2021-05-06 | 2 | -10/+13 |
| | | | | new ids | ||||
* | Update index.ts | Intevel ツ | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | [Route] PATCH /users/:id | Intevel ツ | 2021-05-06 | 1 | -2/+16 |
| | |||||
* | Update templates.ts | Intevel ツ | 2021-05-06 | 1 | -2/+2 |
| | |||||
* | [Route] PATCH /guilds/:id/templates | Intevel ツ | 2021-05-06 | 1 | -1/+28 |
| | |||||
* | [Route] POST /guilds/template/:code | Intevel ツ | 2021-05-06 | 1 | -1/+52 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-05-05 | 1 | -5/+1 |
| | |||||
* | [Route] GET /guilds/template/:code | Intevel ツ | 2021-05-05 | 2 | -16/+22 |
| | | | | fixed | ||||
* | [Route] GET /guilds/template/:code | Intevel ツ | 2021-05-05 | 1 | -2/+17 |
| | |||||
* | [Route] PUT /guilds/:id/templates | Intevel ツ | 2021-05-05 | 1 | -2/+29 |
| | |||||
* | [Route] DELETE /guilds/:id/templates | Intevel ツ | 2021-05-05 | 1 | -0/+25 |
| | |||||
* | [Route] POST /guilds/:id/templates | Intevel ツ | 2021-05-05 | 1 | -1/+33 |
| | |||||
* | [Route] GET /guilds/:id/templates | Intevel ツ | 2021-05-05 | 1 | -0/+22 |
| | |||||
* | Revert "Updated fosscord-server-util" | Intevel ツ | 2021-05-05 | 1 | -63/+0 |
| | | | | This reverts commit 86aa67a258e892dbb1faf68f850a3aaa3177019e. | ||||
* | Updated fosscord-server-util | Intevel ツ | 2021-05-05 | 1 | -0/+63 |
| | | | | New version of fosscord server util added | ||||
* | [Route] PATCH /guilds/:id/channels | Intevel ツ | 2021-05-04 | 1 | -2/+22 |
| | | | | modify | ||||
* | [Route] GET /users/:id | Intevel ツ | 2021-05-04 | 1 | -1/+4 |
| | | | | get current user | ||||
* | Update members.ts | Intevel ツ | 2021-05-04 | 1 | -0/+1 |
| | |||||
* | [ROUTE] DELETE /guilds/:id/members | Intevel ツ | 2021-05-04 | 1 | -1/+17 |
| | | | | Not tested | ||||
* | [Route] PUT /guilds/:id/members | Intevel ツ | 2021-05-04 | 1 | -3/+15 |
| | | | | Not tested | ||||
* | Change default port: | Flam3rboy | 2021-05-02 | 2 | -2/+2 |
| | | | | | | Client = 3000 API = 3001 Gateway = 3002 | ||||
* | :art: added optional captcha to login route | Flam3rboy | 2021-05-01 | 1 | -1/+16 |
| | |||||
* | :sparkles: Channel get Route | Flam3rboy | 2021-04-27 | 1 | -29/+28 |
| | |||||
* | :art: refactor to use easier permission api | Flam3rboy | 2021-04-27 | 2 | -43/+35 |
| | |||||
* | Merge pull request #87 from aryan0078/master | Flam3rboy | 2021-04-26 | 2 | -4/+65 |
|\ | | | | | Typing + create pin + get pin | ||||
| * | Typing + create pin + get pin | Your Name | 2021-04-27 | 2 | -4/+65 |
| | | |||||
* | | :construction: WIP | stefan080106 | 2021-04-26 | 1 | -5/+9 |
| | | |||||
* | | :lock: Fix parent id checking | stefan080106 | 2021-04-26 | 1 | -1/+2 |
|/ | |||||
* | Channel Delete + Update Route | Your Name | 2021-04-26 | 1 | -14/+41 |
| | |||||
* | :sparkles: added dev server | Flam3rboy | 2021-04-25 | 2 | -2/+2 |
| | |||||
* | :art: formatting files | Flam3rboy | 2021-04-25 | 3 | -48/+22 |
| | |||||
* | :bug: add event for Message Delete route | Flam3rboy | 2021-04-25 | 1 | -1/+13 |
| | |||||
* | :sparkles: Message delete route | Flam3rboy | 2021-04-25 | 1 | -0/+17 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-04-24 | 25 | -35/+201 |
|\ | |||||
| * | Update channels.ts | Intevel ツ | 2021-04-24 | 1 | -11/+1 |
| | | |||||
| * | POST /users/@me/channels | Intevel ツ | 2021-04-24 | 1 | -7/+66 |
| | | |||||
| * | get /users/@me/channels | Intevel ツ | 2021-04-24 | 1 | -0/+20 |
| | | |||||
| * | lol | Intevel ツ | 2021-04-24 | 1 | -2/+3 |
| | | |||||
| * | :construction: add guild channel delete route | stefan080106 | 2021-04-24 | 2 | -1/+28 |
| | | |||||
| * | Update index.ts | Intevel ツ | 2021-04-24 | 1 | -2/+5 |
| | | |||||
| * | Create index.ts | Intevel ツ | 2021-04-24 | 1 | -0/+15 |
| | | |||||
| * | :bug: fix directory name | Flam3rboy | 2021-04-23 | 4 | -1/+1 |
| | | |||||
| * | :construction: Webhook | Flam3rboy | 2021-04-23 | 10 | -2/+41 |
| | | |||||
| * | :art: clean up permission checks to use .hasThrow() | Flam3rboy | 2021-04-23 | 10 | -19/+30 |
| | | |||||
| * | :bug: fix wrong permission in delete invite | Flam3rboy | 2021-04-23 | 1 | -1/+2 |
| | | |||||
| * | npm i @fosscord/server-util | Flam3rboy | 2021-04-22 | 13 | -14/+14 |
| | | |||||
* | | :bug: fix type in Channel Messages | Flam3rboy | 2021-04-24 | 1 | -1/+1 |
|/ | |||||
* | :art: change default port to 1000 + CORS | Flam3rboy | 2021-04-19 | 1 | -1/+1 |
| | |||||
* | fixed missing db delete call | xnacly | 2021-04-17 | 1 | -0/+3 |
| | |||||
* | dummy routes (prevent errors in client) | xnacly | 2021-04-08 | 3 | -0/+30 |
| | |||||
* | finished /invite route #21 | xnacly | 2021-04-08 | 1 | -1/+25 |
| | |||||
* | :zap: use mongoose autopopulate | Flam3rboy | 2021-04-07 | 6 | -59/+61 |
| | |||||
* | :bug: fix register route captcha required | Flam3rboy | 2021-04-07 | 1 | -3/+3 |
| | |||||
* | 🖥️ /science route | Rafael Oliveira | 2021-04-07 | 1 | -0/+10 |
| | |||||
* | :bug: fix message route | Flam3rboy | 2021-04-07 | 1 | -2/+16 |
| | |||||
* | :bug: fix lean not working with virtuals | Flam3rboy | 2021-04-07 | 6 | -38/+49 |
| | |||||
* | :bug: fix message | Flam3rboy | 2021-04-06 | 1 | -2/+4 |
| | |||||
* | :bug: revert login | Flam3rboy | 2021-04-06 | 1 | -10/+1 |
| | |||||
* | :bug: fix bigint id in message route | Flam3rboy | 2021-04-06 | 1 | -1/+5 |
| | |||||
* | :art: Convert id bigint to string | Flam3rboy | 2021-04-06 | 10 | -37/+58 |
| | |||||
* | 🐛 fix structure | notsapinho | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | :bug: fix user guilds | Flam3rboy | 2021-04-06 | 1 | -0/+3 |
| | |||||
* | :bug: fix login | Flam3rboy | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | .lean() all mongodb requests | Flam3rboy | 2021-04-06 | 7 | -8/+12 |
| | |||||
* | :bug: fix routes user.user_data | Flam3rboy | 2021-04-06 | 1 | -2/+7 |
| | |||||
* | :construction: experiments + gateway route | Flam3rboy | 2021-04-06 | 2 | -0/+19 |
| | |||||
* | :bug: rewrite imports | Flam3rboy | 2021-03-30 | 11 | -36/+36 |
| | |||||
* | move routes to top level no more /api/v8 -> use reverse proxy instead | Flam3rboy | 2021-03-30 | 23 | -48/+0 |
| | |||||
* | added GET [#12] | xnacly | 2021-03-28 | 1 | -0/+19 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-03-27 | 1 | -1/+3 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-03-23 | 4 | -17/+17 |
| |\ | |||||
| * | | :bug: fix message post | Flam3rboy | 2021-03-23 | 1 | -1/+6 |
| | | | |||||
* | | | :bug: remove relative @paths | Flam3rboy | 2021-03-27 | 4 | -17/+25 |
| |/ |/| | |||||
* | | :construction: shorten relative paths with @shortcut | Flam3rboy | 2021-03-22 | 4 | -18/+18 |
|/ | |||||
* | :construction: [Route] /messages | Flam3rboy | 2021-03-08 | 2 | -6/+49 |
| | |||||
* | rename req.userid -> req.user_id | Flam3rboy | 2021-03-08 | 7 | -25/+25 |
| | |||||
* | [Users] @me self + guilds | Flam3rboy | 2021-03-04 | 2 | -5/+16 |
| | |||||
* | :art: improve guilds | Flam3rboy | 2021-03-04 | 4 | -13/+28 |
| | |||||
* | :sparkles: [Guild] channels | Flam3rboy | 2021-03-04 | 1 | -0/+51 |
| | |||||
* | [Channels] get messages | Flam3rboy | 2021-03-04 | 2 | -48/+85 |
| | |||||
* | :sparkles: [Channels] messages bulk delete | Flam3rboy | 2021-03-04 | 1 | -0/+35 |
| | |||||
* | :bug: fix login + register | Flam3rboy | 2021-03-04 | 2 | -5/+11 |
| | |||||
* | :construction: /channels/messages | Flam3rboy | 2021-03-04 | 1 | -2/+23 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-03-03 | 3 | -1/+14 |
|\ | |||||
| * | get specific ban | Flam3rboy | 2021-02-23 | 2 | -0/+13 |
| | | |||||
| * | :pencil: typo | Flam3rboy | 2021-02-23 | 1 | -1/+1 |
| | | |||||
* | | :construction: messages route | Flam3rboy | 2021-03-03 | 10 | -5/+28 |
|/ | |||||
* | :bug: [Member] list fix to also return user | Flam3rboy | 2021-02-23 | 1 | -3/+5 |
| | |||||
* | :bug: fix addMember to respect max guild size | Flam3rboy | 2021-02-22 | 1 | -0/+2 |
| | |||||
* | :construction: [Member] list | Flam3rboy | 2021-02-22 | 1 | -3/+17 |
| | |||||
* | :sparkles: [Member] pagination | Flam3rboy | 2021-02-22 | 3 | -16/+40 |
| | |||||
* | :art: restructed guilds | Flam3rboy | 2021-02-22 | 3 | -66/+74 |
| | |||||
* | :art: restructure + add/remove Member() function | Flam3rboy | 2021-02-22 | 3 | -14/+15 |
| | |||||
* | :art: [Ban] use removeMember() + move ban in seperate file | Flam3rboy | 2021-02-22 | 2 | -235/+113 |
| | |||||
* | :pencil: #CHANNELID -> #channelid | Flam3rboy | 2021-02-22 | 5 | -19/+19 |
| | |||||
* | :bug: fix Event Emitter | Flam3rboy | 2021-02-22 | 1 | -0/+14 |
| | |||||
* | :bug: fix @everyone Role on guild create | Flam3rboy | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | channel/:id/invites create #79 | xnacly | 2021-02-21 | 1 | -1/+45 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-02-21 | 1 | -0/+11 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-02-21 | 1 | -0/+40 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-02-21 | 1 | -2/+2 |
| | |||||
* | Created Ban Routes | Intevel ツ | 2021-02-21 | 1 | -6/+100 |
| | | | | Ban members works now | ||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-02-19 | 1 | -0/+53 |
|\ | |||||
| * | Update guilds.ts | Intevel ツ | 2021-02-19 | 1 | -0/+1 |
| | | |||||
| * | Create guilds.ts | Intevel ツ | 2021-02-19 | 1 | -0/+52 |
| | | |||||
* | | :art: [Guild] check if user is allowed to created a guild | Flam3rboy | 2021-02-19 | 1 | -10/+5 |
|/ | |||||
* | :bug: update user model on guild creation | Flam3rboy | 2021-02-17 | 1 | -1/+7 |
| | |||||
* | :bug: fix token checking | Flam3rboy | 2021-02-17 | 1 | -1/+2 |
| | |||||
* | :bug: fix /guilds/ route type | Flam3rboy | 2021-02-14 | 1 | -21/+22 |
| | |||||
* | added requested changes from #3 | xnacly | 2021-02-14 | 1 | -11/+100 |
| | |||||
* | switch to mongoose | Flam3rboy | 2021-02-14 | 3 | -61/+53 |
| | |||||
* | move Schema from util to api | Flam3rboy | 2021-02-10 | 1 | -83/+57 |
| | |||||
* | update imports for fosscord-server-util | Flam3rboy | 2021-02-10 | 1 | -0/+1 |
| | |||||
* | :bug: update package import to fosscord-server-util | Flam3rboy | 2021-02-09 | 2 | -2/+2 |
| | |||||
* | [guild] finished POST | xnacly | 2021-02-09 | 1 | -61/+62 |
| | |||||
* | made requested changes | xnacly | 2021-02-09 | 1 | -2/+2 |
| | |||||
* | added guild routes | xnacly | 2021-02-09 | 1 | -1/+148 |
| | |||||
* | :bug: prevent @googlemail.com trick | Flam3rboy | 2021-02-07 | 1 | -1/+2 |
| | |||||
* | :bug: update imports | Flam3rboy | 2021-02-06 | 2 | -8/+8 |
| | |||||
* | :art: use discord-server-util | Flam3rboy | 2021-02-05 | 2 | -2/+2 |
| | |||||
* | :art: typo | Flam3rboy | 2021-02-04 | 1 | -3/+3 |
| | |||||
* | :lock: prevent passwort denial of server | Flam3rboy | 2021-02-03 | 11 | -12/+14 |
| | |||||
* | :bug: fix register date of birth | Flam3rboy | 2021-02-02 | 1 | -2/+2 |
| | |||||
* | :sparkles: [Route] Register | Flam3rboy | 2021-02-02 | 1 | -3/+7 |
| | |||||
* | :sparkles: [Router] Register | Flam3rboy | 2021-02-02 | 1 | -22/+47 |
| | |||||
* | :sparkles: added defaults to config | Flam3rboy | 2021-02-01 | 1 | -1/+2 |
| | |||||
* | :sparkles: [Route] Login | Flam3rboy | 2021-02-01 | 1 | -4/+80 |
| | |||||
* | :sparkles: [Route] Register | Flam3rboy | 2021-02-01 | 1 | -1/+221 |
| | |||||
* | :sparkles: Util | Flam3rboy | 2021-01-30 | 14 | -3/+60 |
| | |||||
* | :sparkles: update to use new lambert-server | Flam3rboy | 2021-01-04 | 2 | -0/+0 |
| | |||||
* | Merge branch 'master' of https://github.com/Trenite/discord-server-opensource | Flam3rboy | 2021-01-03 | 10 | -0/+4 |
|\ | |||||
| * | routes + util + snowflake | xnacly | 2021-01-03 | 10 | -0/+4 |
| | | |||||
* | | :bug: fix | Flam3rboy | 2021-01-01 | 2 | -0/+0 |
|/ | |||||
* | :tada: standard client finished | Flam3rboy | 2020-11-28 | 1 | -0/+30 |