Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prettier formatted /api | developomp | 2021-10-20 | 1 | -82/+82 |
| | |||||
* | :sparkles: sticker events | Flam3rboy | 2021-10-15 | 1 | -1/+27 |
| | |||||
* | Merge branch 'master' into sticker | Flam3rboy | 2021-10-15 | 1 | -0/+82 |
|\ | |||||
| * | :bug: fix prune | Flam3rboy | 2021-10-15 | 1 | -24/+32 |
| | | |||||
| * | added route /guilds/:id/prune GET count and POST prune. | Maddy | 2021-10-13 | 1 | -0/+74 |
| | | | | | | | | | | Edited Member entity to include last_message_id to avoid searching for every members last message when pruning When a message is sent through /channels/:id/messages last_message_id of sending Member is updated. | ||||
* | | :art: reformat | Flam3rboy | 2021-10-15 | 1 | -4/+1 |
| | | |||||
* | | :bug: fix message sticker sending | Flam3rboy | 2021-10-15 | 1 | -0/+10 |
| | | |||||
* | | :sparkles: sticker upload | Flam3rboy | 2021-10-15 | 1 | -7/+42 |
| | | |||||
* | | :sparkles: stickers | Flam3rboy | 2021-10-14 | 1 | -0/+74 |
|/ | |||||
* | :bug: fix #371 | Flam3rboy | 2021-10-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into pr/TheArcaneBrony/434 | Flam3rboy | 2021-10-10 | 1 | -3/+3 |
|\ | |||||
| * | :bug: fix modify role.permissions | Flam3rboy | 2021-10-10 | 1 | -3/+3 |
| | | |||||
* | | :bug: fix vanity url | Flam3rboy | 2021-10-10 | 1 | -10/+2 |
| | | |||||
* | | Fix duplicate key | The Arcane Brony | 2021-10-10 | 1 | -6/+3 |
|/ | |||||
* | :bug: fix emojis route | Flam3rboy | 2021-10-10 | 2 | -137/+121 |
| | |||||
* | Merge branch 'master' into pr/LoboMetalurgico/424 | Flam3rboy | 2021-10-10 | 1 | -2/+7 |
|\ | |||||
| * | :bug: convert bigint literal to object | Flam3rboy | 2021-10-10 | 1 | -2/+7 |
| | | |||||
* | | (api): fix some issues | Lobo Metalúrgico | 2021-10-09 | 1 | -3/+2 |
| | | |||||
* | | (api): implement post on emoji route | Lobo Metalúrgico | 2021-10-09 | 1 | -4/+38 |
| | | |||||
* | | (api): add patch to emoji route | Lobo Metalúrgico | 2021-10-09 | 1 | -0/+26 |
| | | |||||
* | | (api): fix route name | Lobo Metalúrgico | 2021-10-08 | 1 | -0/+0 |
| | | |||||
* | | (api): inital emojis route implementation | Lobo Metalúrgico | 2021-10-08 | 1 | -0/+78 |
|/ | |||||
* | :sparkles: generate openapi documentation | Flam3rboy | 2021-09-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into unittests | Flam3rboy | 2021-09-20 | 2 | -13/+2 |
|\ | |||||
| * | :bug: fix .delete -> add onDelete: "CASCADE" | Flam3rboy | 2021-09-20 | 1 | -11/+1 |
| | | |||||
| * | :truck: move handleFile to cdn | Flam3rboy | 2021-09-19 | 1 | -2/+1 |
| | | |||||
* | | :pencil: add default route description to all routes | Flam3rboy | 2021-09-18 | 2 | -2/+2 |
|/ | |||||
* | :bug: fix body parse treating null not as undefined (except for icons/avatars) | Flam3rboy | 2021-09-17 | 1 | -3/+3 |
| | |||||
* | :bug: fix vanity url | Flam3rboy | 2021-09-16 | 1 | -3/+4 |
| | |||||
* | Revert "fix #129" | Flam3rboy | 2021-09-16 | 1 | -17/+0 |
| | | | | This reverts commit 8f862f0e5dba3985b4f38406fc19b5c5350324b9. | ||||
* | Revert ":construction: webhook" | Flam3rboy | 2021-09-16 | 1 | -10/+0 |
| | | | | This reverts commit df2b83ac158be1e7233d8edce59033c15c193599. | ||||
* | :construction: webhook | Flam3rboy | 2021-09-14 | 1 | -0/+10 |
| | |||||
* | fix #129 | Flam3rboy | 2021-09-14 | 1 | -0/+17 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-14 | 1 | -5/+5 |
|\ | |||||
| * | Fix #356 | AlTech98 | 2021-09-13 | 1 | -5/+5 |
| | | |||||
* | | :art: remove unused imports | Flam3rboy | 2021-09-13 | 9 | -27/+17 |
|/ | |||||
* | :bug: fix In() query | Flam3rboy | 2021-09-13 | 1 | -1/+1 |
| | |||||
* | :sparkles: #307 done | Flam3rboy | 2021-09-12 | 19 | -203/+227 |
| | |||||
* | :construction: :sparkles: new body parser (bans route) | Flam3rboy | 2021-09-12 | 1 | -15/+10 |
| | |||||
* | :art: remove long relatives paths -> short module paths | Flam3rboy | 2021-09-12 | 14 | -27/+26 |
| | |||||
* | Added /guilds/:id/voice-states apis | AlTech98 | 2021-09-04 | 2 | -0/+30 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-04 | 2 | -2/+3 |
|\ | |||||
| * | replace '@me' with req.user_id in guild join | xnacly | 2021-09-03 | 1 | -1/+2 |
| | | |||||
| * | moved Constants and Errorhandler from api to util | xnacly | 2021-09-03 | 1 | -1/+1 |
| | | |||||
* | | :bug: api member add roles -> make sure that roles exist | Flam3rboy | 2021-09-04 | 1 | -8/+7 |
| | | |||||
* | | :bug: fix invites | Flam3rboy | 2021-09-04 | 1 | -2/+2 |
|/ | |||||
* | :bug: fix #311 | Flam3rboy | 2021-09-03 | 1 | -3/+13 |
| | |||||
* | :bug: fix member roles + list | Flam3rboy | 2021-09-03 | 1 | -6/+2 |
| | |||||
* | :sparkles: guild position update | Flam3rboy | 2021-09-03 | 2 | -8/+37 |
| | |||||
* | :bug: fix member + member list | Flam3rboy | 2021-09-03 | 3 | -5/+4 |
| | |||||
* | :bug: fix entity missing an id (replace .insert with new Entity().save) | Flam3rboy | 2021-09-02 | 2 | -12/+15 |
| | |||||
* | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 3 | -6/+10 |
| | |||||
* | :sparkles: use DiscordApiErrors and check limits | Flam3rboy | 2021-09-01 | 1 | -17/+28 |
| | |||||
* | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm | Flam3rboy | 2021-08-31 | 1 | -2/+7 |
|\ | |||||
| * | Implemented voice apis #127 and #78 | AlTech98 | 2021-08-30 | 1 | -2/+7 |
| | | |||||
* | | Channel utility methods in entity | Flam3rboy | 2021-08-31 | 1 | -2/+1 |
| | | |||||
* | | fix member roles | Flam3rboy | 2021-08-31 | 3 | -4/+4 |
|/ | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-30 | 2 | -2/+2 |
| | |||||
* | :sparkles: typeorm api rewrite done | Flam3rboy | 2021-08-29 | 12 | -260/+160 |
| | |||||
* | :construction: api | Flam3rboy | 2021-08-27 | 2 | -33/+39 |
| | |||||
* | :construction: api | Flam3rboy | 2021-08-24 | 14 | -145/+113 |
| | |||||
* | :bug: fix vanity url | Flam3rboy | 2021-08-19 | 1 | -7/+23 |
| | |||||
* | :bug: fix #267 | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :bug: fix guild channel reorder | Flam3rboy | 2021-08-18 | 1 | -15/+22 |
| | |||||
* | :bug: fix findOneAndUpdate | Flam3rboy | 2021-08-18 | 5 | -18/+12 |
| | |||||
* | :bug: prevent @everyone role deletion | Flam3rboy | 2021-08-15 | 1 | -7/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-13 | 1 | -2/+2 |
|\ | |||||
| * | Fixed #257 Can't change nickname | Intevel ツ | 2021-08-13 | 1 | -2/+2 |
| | | |||||
* | | rename @fosscord/server-util to -> @fosscord/util | Flam3rboy | 2021-08-13 | 17 | -29/+32 |
|/ | |||||
* | :sparkles: api | Flam3rboy | 2021-08-12 | 17 | -0/+1062 |