Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :bug: fix guild channel position update | Flam3rboy | 2021-08-11 | 1 | -9/+32 |
| | |||||
* | :bug: fix bans | Flam3rboy | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | :bug: fix Member not deleted on guild delete | Flam3rboy | 2021-08-10 | 1 | -7/+11 |
| | |||||
* | :bug: fix vanity url | Flam3rboy | 2021-08-07 | 1 | -2/+31 |
| | |||||
* | :bug: fix post/patch channel | Flam3rboy | 2021-08-07 | 1 | -2/+5 |
| | |||||
* | :bug: fix vanity url | Flam3rboy | 2021-08-07 | 1 | -1/+1 |
| | |||||
* | oops | BuildTools | 2021-08-07 | 1 | -1/+1 |
| | |||||
* | Implemented invite splashes | BuildTools | 2021-08-07 | 1 | -1/+2 |
| | |||||
* | added profile banners | BuildTools | 2021-08-07 | 1 | -2/+2 |
| | |||||
* | :bug: fix handleFile() | Flam3rboy | 2021-08-07 | 1 | -2/+2 |
| | |||||
* | :art: add handleFile() | Flam3rboy | 2021-08-07 | 1 | -26/+3 |
| | |||||
* | Implemented guild icons and banners | BuildTools | 2021-08-07 | 1 | -1/+28 |
| | |||||
* | fixed a typo | BuildTools | 2021-08-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | findOne auto throws error if it doesn't exist' | Flam3rboy | 2021-07-10 | 14 | -95/+57 |
| | |||||
* | :construction: rate limit | Flam3rboy | 2021-07-01 | 1 | -6/+6 |
| | |||||
* | :lock: register proxy ip check | Flam3rboy | 2021-06-27 | 1 | -1/+1 |
| | |||||
* | :art: move widget templates to assets | Flam3rboy | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | :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 | 2 | -5/+5 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-05-27 | 2 | -7/+5 |
|\ | |||||
| * | :sparkles: use new config | Flam3rboy | 2021-05-24 | 2 | -9/+7 |
| | | |||||
| * | Fix: No more type casting required, rather take the gernics | Diego Magdaleno | 2021-05-23 | 2 | -2/+2 |
| | | |||||
| * | Config: Final config additons, now everything should work as desired | Diego Magdaleno | 2021-05-22 | 2 | -2/+2 |
| | | |||||
| * | Fix merge issues, update to reflect config changes and package.json | Diego Magdaleno | 2021-05-22 | 11 | -232/+314 |
| | | |||||
| * | Config: Refactor config method, so we have a new get all option, fix issues ↵ | Diego Magdaleno | 2021-05-21 | 2 | -4/+2 |
| | | | | | | | | in configurations | ||||
| * | Config: First rewrite of config and working implementation of getting values | Diego Magdaleno | 2021-05-19 | 2 | -4/+6 |
| | | |||||
* | | :bug: fix bans | Flam3rboy | 2021-05-27 | 1 | -12/+12 |
| | | |||||
* | | throw GUILD_ROLE_DELETE event | afeuerstein | 2021-05-22 | 1 | -1/+11 |
| | | |||||
* | | :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 | 5 | -58/+98 |
|/ | |||||
* | Some refactor, fix channel_delete event and @everyone role appearing on ↵ | notsapinho | 2021-05-11 | 2 | -10/+13 |
| | | | | 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 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | :lock: Fix parent id checking | stefan080106 | 2021-04-26 | 1 | -1/+2 |
| | |||||
* | :construction: add guild channel delete route | stefan080106 | 2021-04-24 | 1 | -0/+2 |
| | |||||
* | :art: clean up permission checks to use .hasThrow() | Flam3rboy | 2021-04-23 | 2 | -5/+3 |
| | |||||
* | npm i @fosscord/server-util | Flam3rboy | 2021-04-22 | 5 | -5/+5 |
| | |||||
* | :zap: use mongoose autopopulate | Flam3rboy | 2021-04-07 | 4 | -25/+36 |
| | |||||
* | :bug: fix lean not working with virtuals | Flam3rboy | 2021-04-07 | 3 | -11/+13 |
| | |||||
* | :art: Convert id bigint to string | Flam3rboy | 2021-04-06 | 4 | -17/+17 |
| | |||||
* | .lean() all mongodb requests | Flam3rboy | 2021-04-06 | 4 | -6/+7 |
| | |||||
* | :bug: rewrite imports | Flam3rboy | 2021-03-30 | 5 | -19/+19 |
| | |||||
* | move routes to top level no more /api/v8 -> use reverse proxy instead | Flam3rboy | 2021-03-30 | 6 | -0/+356 |