Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix invites creation | AlTech98 | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | Fix #356 | AlTech98 | 2021-09-13 | 2 | -6/+6 |
| | |||||
* | Update index.ts | Flam3rboy | 2021-09-13 | 1 | -1/+1 |
| | |||||
* | Emit USER_UPDATE, fix #214 | AlTech98 | 2021-09-13 | 1 | -4/+12 |
| | |||||
* | Delete attachments of deleted messages, fix #273 | AlTech98 | 2021-09-13 | 2 | -3/+5 |
| | |||||
* | :bug: fix In() query | Flam3rboy | 2021-09-13 | 2 | -2/+2 |
| | |||||
* | :bug: fix relationship | Flam3rboy | 2021-09-13 | 1 | -53/+55 |
| | |||||
* | :bug: fix dm #321 | Flam3rboy | 2021-09-13 | 2 | -10/+10 |
| | |||||
* | :bug: fix invites: ajv doesn't treat null as undefined | Flam3rboy | 2021-09-13 | 1 | -2/+2 |
| | |||||
* | Merge branch ↵ | Flam3rboy | 2021-09-12 | 54 | -764/+884 |
|\ | | | | | | | 'typescript-interface-body-parser+autogenerate-unit-tests+documentation' | ||||
| * | :sparkles: #307 done | Flam3rboy | 2021-09-12 | 54 | -730/+858 |
| | | |||||
| * | :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 | 33 | -57/+54 |
| | | |||||
* | | Add dummy missing routes | AlTech98 | 2021-09-12 | 6 | -1/+51 |
|/ | |||||
* | Fix relationships get query | AlTech98 | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | :arrow_up: update test client | Flam3rboy | 2021-09-04 | 1 | -1/+1 |
| | |||||
* | Added /guilds/:id/voice-states apis | AlTech98 | 2021-09-04 | 2 | -0/+30 |
| | |||||
* | Added missing permissions and channel types | AlTech98 | 2021-09-04 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-04 | 9 | -7/+35 |
|\ | |||||
| * | fixed /discoverable-guilds | xnacly | 2021-09-03 | 1 | -1/+4 |
| | | |||||
| * | added first draft of /discoverable-guilds | xnacly | 2021-09-03 | 1 | -0/+14 |
| | | |||||
| * | Revert "added big todo list to Guild.ts (big chungus)" | xnacly | 2021-09-03 | 1 | -14/+0 |
| | | | | | | | | This reverts commit 0f58995182e438e0655071c3f1b7ea66e31cb779. | ||||
| * | added big todo list to Guild.ts (big chungus) | xnacly | 2021-09-03 | 1 | -0/+14 |
| | | |||||
| * | 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 | 6 | -6/+6 |
| | | |||||
| * | added template for future routes | xnacly | 2021-09-03 | 1 | -0/+10 |
| | | |||||
* | | :bug: api member add roles -> make sure that roles exist | Flam3rboy | 2021-09-04 | 1 | -8/+7 |
| | | |||||
* | | :bug: fix invites | Flam3rboy | 2021-09-04 | 3 | -9/+6 |
| | | |||||
* | | :bug: fix permissions if user is only member of guild | Flam3rboy | 2021-09-04 | 1 | -3/+2 |
|/ | |||||
* | :zap: improve invite generation | Flam3rboy | 2021-09-03 | 1 | -10/+28 |
| | |||||
* | :bug: fix #311 | Flam3rboy | 2021-09-03 | 2 | -3/+15 |
| | |||||
* | :bug: fix member roles + list | Flam3rboy | 2021-09-03 | 2 | -10/+6 |
| | |||||
* | :sparkles: guild position update | Flam3rboy | 2021-09-03 | 2 | -8/+37 |
| | |||||
* | :bug: fix message sending | Flam3rboy | 2021-09-03 | 1 | -2/+3 |
| | |||||
* | :bug: fix member + member list | Flam3rboy | 2021-09-03 | 11 | -55/+54 |
| | |||||
* | :bug: fix entity missing an id (replace .insert with new Entity().save) | Flam3rboy | 2021-09-02 | 4 | -19/+21 |
| | |||||
* | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 12 | -46/+32 |
| | |||||
* | :bug: fix entity types and projection | Flam3rboy | 2021-09-01 | 2 | -25/+3 |
| | |||||
* | :sparkles: use DiscordApiErrors and check limits | Flam3rboy | 2021-09-01 | 6 | -23/+48 |
| | |||||
* | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm | Flam3rboy | 2021-08-31 | 2 | -2/+18 |
|\ | |||||
| * | Implemented voice apis #127 and #78 | AlTech98 | 2021-08-30 | 2 | -2/+18 |
| | | |||||
* | | :bug: db query fixes | Flam3rboy | 2021-08-31 | 6 | -26/+30 |
| | | |||||
* | | :sparkles: channel recipients | Flam3rboy | 2021-08-31 | 1 | -3/+4 |
| | | |||||
* | | Channel utility methods in entity | Flam3rboy | 2021-08-31 | 1 | -2/+1 |
| | | |||||
* | | fix member roles | Flam3rboy | 2021-08-31 | 3 | -4/+4 |
| | | |||||
* | | :zap: use insert instead of save | Flam3rboy | 2021-08-31 | 2 | -25/+25 |
| | | |||||
* | | :bug: fix message sending | Flam3rboy | 2021-08-31 | 1 | -3/+4 |
|/ | |||||
* | fixed wrong statuscode in docs | xnacly | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-30 | 3 | -50/+42 |
| | |||||
* | :bug: convert bigint -> string | Flam3rboy | 2021-08-29 | 2 | -2/+2 |
| | |||||
* | fix login register + message | Flam3rboy | 2021-08-29 | 2 | -4/+16 |
| | |||||
* | :sparkles: typeorm api rewrite done | Flam3rboy | 2021-08-29 | 36 | -582/+423 |
| | |||||
* | :construction: api | Flam3rboy | 2021-08-27 | 8 | -105/+87 |
| | |||||
* | :construction: api | Flam3rboy | 2021-08-24 | 39 | -392/+324 |
| | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-21 | 1 | -1/+2 |
| | |||||
* | :bug: fix vanity url | Flam3rboy | 2021-08-19 | 3 | -14/+34 |
| | |||||
* | :bug: fix #267 | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :bug: fix guild channel reorder | Flam3rboy | 2021-08-18 | 1 | -15/+22 |
| | |||||
* | :ambulance: user settings route | Flam3rboy | 2021-08-18 | 1 | -2/+8 |
| | |||||
* | fix #199 | Flam3rboy | 2021-08-18 | 1 | -4/+7 |
| | |||||
* | :bug: fix findOneAndUpdate | Flam3rboy | 2021-08-18 | 11 | -28/+27 |
| | |||||
* | fix #199 | Flam3rboy | 2021-08-17 | 1 | -3/+1 |
| | |||||
* | :art: clean up | Flam3rboy | 2021-08-17 | 1 | -1/+0 |
| | |||||
* | :bug: fix login route | Flam3rboy | 2021-08-17 | 1 | -1/+4 |
| | |||||
* | :sparkles: delete finished todos | Flam3rboy | 2021-08-16 | 1 | -4/+0 |
| | |||||
* | :bug: prevent @everyone role deletion | Flam3rboy | 2021-08-15 | 1 | -7/+4 |
| | |||||
* | :bug: fix guild create with channel template | Flam3rboy | 2021-08-14 | 1 | -1/+21 |
| | |||||
* | :construction: fix server bundle | Flam3rboy | 2021-08-13 | 1 | -0/+10 |
| | |||||
* | 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 | 40 | -71/+81 |
|/ | |||||
* | :sparkles: api | Flam3rboy | 2021-08-12 | 53 | -0/+3054 |