Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-09-02 | VOICE_STATE_UPDATE implementation, fix #210 | AlTech98 | 11 | -24/+142 |
2021-09-02 | :art: update openapi title | Flam3rboy | 1 | -4/+4 |
2021-09-01 | :arrow_up: update dependencies | Flam3rboy | 3 | -49/+661 |
2021-09-01 | :bug: fix entity types and projection | Flam3rboy | 11 | -90/+68 |
2021-09-01 | :sparkles: generate open api schema based on body and db entities | Flam3rboy | 10 | -768/+1853 |
2021-09-01 | added /login unittest | xnacly | 3 | -3/+36 |
2021-09-01 | see parent | xnacly | 1 | -3/+3 |
2021-09-01 | fixed globalSetup for jest | xnacly | 2 | -20/+29 |
2021-09-01 | removed logging of database queries | xnacly | 1 | -1/+1 |
2021-09-01 | Added property maxWebhooks to ConfigValue and defined a default value in Defa... | sudenoh | 1 | -0/+2 |
2021-09-01 | :sparkles: use DiscordApiErrors and check limits | Flam3rboy | 8 | -118/+105 |
2021-09-01 | fix #295 | Flam3rboy | 1 | -26/+27 |
2021-08-31 | :bug: db query fixes | Flam3rboy | 13 | -48/+59 |
2021-08-31 | :sparkles: channel recipients | Flam3rboy | 4 | -24/+39 |
2021-08-31 | Channel utility methods in entity | Flam3rboy | 2 | -54/+1 |
2021-08-31 | fix member roles | Flam3rboy | 3 | -4/+4 |
2021-08-31 | Created list of all possible api errors and made them throwable in routes code | AlTech98 | 3 | -66/+256 |
2021-08-31 | :zap: use insert instead of save | Flam3rboy | 2 | -25/+25 |
2021-08-31 | :bug: fix message sending | Flam3rboy | 2 | -34/+68 |
2021-08-31 | :sparkles: typeorm error handler | Flam3rboy | 1 | -3/+8 |
2021-08-31 | :sparkles: delete _ids from entities | Flam3rboy | 31 | -241/+382 |
2021-08-30 | Implemented voice apis #127 and #78 | AlTech98 | 6 | -5/+76 |
2021-08-30 | added first unittests for api endpoints | xnacly | 4 | -1/+39 |
2021-08-30 | added setup for jest tests | xnacly | 3 | -2/+16 |
2021-08-30 | added jest config, installed supertest | xnacly | 2 | -17/+280 |
2021-08-30 | removed jest config | xnacly | 1 | -192/+0 |
2021-08-30 | added db to gitignore | xnacly | 1 | -1/+4 |
2021-08-30 | fixed wrong statuscode in docs | xnacly | 1 | -1/+1 |
2021-08-30 | fixed translation path to display correct error msg | xnacly | 1 | -1/+1 |
2021-08-30 | :construction: typeorm | Flam3rboy | 10 | -76/+67 |
2021-08-30 | :zap: only local rate limit to prevent to much pressure on the database | Flam3rboy | 2 | -21/+52 |
2021-08-29 | added unittests for filestorage [cdn] | xnacly | 2 | -1/+29 |
2021-08-29 | added /external unit tests [cdn] | xnacly | 1 | -1/+57 |
2021-08-29 | fixed missing imports and programming issues [cdn] | xnacly | 1 | -17/+10 |
2021-08-29 | :bug: convert bigint -> string | Flam3rboy | 9 | -12/+12 |
2021-08-29 | added todo to fileStorage [cdn] | xnacly | 1 | -0/+2 |
2021-08-29 | added /avatars unittests [cdn] | xnacly | 1 | -1/+56 |
2021-08-29 | fixed tests for cdn | xnacly | 1 | -2/+1 |
2021-08-29 | fix cdn | Flam3rboy | 1 | -3/+2 |
2021-08-29 | fix bundle | Flam3rboy | 6 | -70/+43 |
2021-08-29 | fix login register + message | Flam3rboy | 5 | -26/+42 |
2021-08-29 | fix util | Flam3rboy | 10 | -36/+39 |
2021-08-29 | fix rate limit | Flam3rboy | 2 | -48/+52 |
2021-08-29 | fixed wrong type declaration in Gateway readyEvent | xnacly | 1 | -2/+2 |
2021-08-29 | :sparkles: typeorm gateway | Flam3rboy | 6 | -50/+85 |
2021-08-29 | :sparkles: update util | Flam3rboy | 35 | -6517/+855 |
2021-08-29 | :sparkles: typeorm api rewrite done | Flam3rboy | 48 | -993/+467 |
2021-08-27 | TR | EMRE ÇELİK | 1 | -15/+15 |
2021-08-27 | :construction: typeorm | Flam3rboy | 18 | -732/+1465 |
2021-08-27 | :construction: api | Flam3rboy | 17 | -164/+1129 |
2021-08-26 | :sparkles: use RelationId | Flam3rboy | 21 | -82/+444 |
2021-08-26 | :bug: fix unit tests | Flam3rboy | 5 | -589/+257 |
2021-08-26 | :sparkles: unit test | Flam3rboy | 10 | -9180/+1017 |
2021-08-26 | :bug: patch modules | Flam3rboy | 3 | -0/+644 |
2021-08-24 | :sparkles: util | Flam3rboy | 45 | -35800/+7571 |
2021-08-24 | :white_check_mark: util unit tests | Flam3rboy | 2 | -2/+36 |
2021-08-24 | :construction: gateway | Flam3rboy | 3 | -71/+52 |
2021-08-24 | :construction: api | Flam3rboy | 45 | -454/+381 |
2021-08-24 | :sparkles: typeorm entities | Flam3rboy | 23 | -0/+21011 |
2021-08-23 | generate schema | Flam3rboy | 2 | -9/+19509 |
2021-08-23 | test | Flam3rboy | 1 | -15/+19 |
2021-08-22 | even more dutch | Daan Schenkel | 1 | -15/+15 |
2021-08-22 | Add more dutch translations :D | Daan Schenkel | 1 | -2/+2 |
2021-08-22 | :construction: typeorm | Flam3rboy | 18 | -226/+11851 |
2021-08-21 | Fix content security policy policy | Lukas Does Dev | 1 | -1/+1 |
2021-08-21 | :construction: typeorm | Flam3rboy | 48 | -477/+3357 |
2021-08-19 | :art: update bundle build | Flam3rboy | 4 | -4/+5 |
2021-08-19 | :bug: fix vanity url | Flam3rboy | 4 | -33/+51 |
2021-08-18 | added all unittests for attachments | xnacly | 1 | -2/+12 |
2021-08-18 | added unittests for ping and attachments | xnacly | 1 | -22/+22 |
2021-08-18 | remove console.info from jest output | xnacly | 1 | -0/+1 |
2021-08-18 | revert b1c459b | xnacly | 1 | -1/+1 |
2021-08-18 | added unittests for attachments [post] | xnacly | 2 | -5/+74 |
2021-08-18 | moved import | xnacly | 1 | -2/+1 |
2021-08-18 | fixed wrong wording in HTTPError | xnacly | 1 | -1/+1 |
2021-08-18 | added a common error to CONTRIBUTE.md | xnacly | 1 | -0/+4 |
2021-08-18 | fixed timeout request by not throwing an issue | xnacly | 1 | -1/+1 |
2021-08-18 | revert 2cff55f | Flam3rboy | 6 | -6/+6 |
2021-08-18 | added unittest setup + ping route test | xnacly | 7 | -13/+6656 |
2021-08-18 | :bug: update build script | Flam3rboy | 6 | -6/+6 |
2021-08-18 | :bug: fix #267 | Flam3rboy | 1 | -1/+1 |
2021-08-18 | :bug: fix guild channel reorder | Flam3rboy | 1 | -15/+22 |
2021-08-18 | :loud_sound: opcode logger | Flam3rboy | 2 | -5/+8 |
2021-08-18 | :sparkles: add default_auto_archive_duration to channel | Flam3rboy | 2 | -0/+6 |
2021-08-18 | :ambulance: user settings route | Flam3rboy | 2 | -2/+59 |
2021-08-18 | fix #199 | Flam3rboy | 1 | -4/+7 |
2021-08-18 | :bug: fix findOneAndUpdate | Flam3rboy | 17 | -40/+43 |
2021-08-17 | fix #199 | Flam3rboy | 1 | -3/+1 |
2021-08-17 | :art: clean up | Flam3rboy | 8 | -19/+13 |
2021-08-17 | :sparkles: mention regex | Flam3rboy | 2 | -0/+5 |
2021-08-17 | :sparkles: message mention parsing | Flam3rboy | 1 | -15/+59 |
2021-08-17 | :sparkles: use RELEASE_VERSION env | Flam3rboy | 1 | -5/+5 |
2021-08-17 | :loud_sound: verbose error handler | Flam3rboy | 4 | -9/+12 |
2021-08-17 | :bug: fix login route | Flam3rboy | 1 | -1/+4 |
2021-08-17 | :bug: fix import | Flam3rboy | 1 | -1/+1 |
2021-08-17 | :bug: update bundle import | Flam3rboy | 1 | -3/+3 |
2021-08-17 | :bug: fix bundle | Flam3rboy | 1 | -3/+3 |
2021-08-17 | :bug: fix release | Flam3rboy | 1 | -0/+1 |
2021-08-17 | :bug: update release.yml | Flam3rboy | 1 | -1/+5 |
2021-08-17 | :bug: fix release | Flam3rboy | 2 | -6/+18 |
2021-08-17 | :bug: fix bundle import path | Flam3rboy | 2 | -20/+3 |
2021-08-17 | :bug: fix release | Flam3rboy | 1 | -5/+5 |
2021-08-17 | :bug: fix windows | Flam3rboy | 1 | -6/+5 |
2021-08-17 | :bug: fix windows release | Flam3rboy | 1 | -0/+1 |
2021-08-16 | :bug: fix symlink linux | Flam3rboy | 1 | -8/+8 |
2021-08-16 | fix pre release script | Flam3rboy | 1 | -4/+1 |
2021-08-16 | :bug: pre release script | Flam3rboy | 1 | -3/+23 |
2021-08-16 | :bug: fix release | Flam3rboy | 1 | -1/+1 |
2021-08-16 | fix release | Flam3rboy | 1 | -1/+1 |
2021-08-16 | :bug: fix release | Flam3rboy | 1 | -1/+1 |
2021-08-16 | :bug: fix release update path | Flam3rboy | 1 | -29/+3 |
2021-08-16 | :bug: update release | Flam3rboy | 1 | -3/+29 |
2021-08-16 | :bug: fix release | Flam3rboy | 1 | -3/+3 |
2021-08-16 | :bug: fix symlink in bundle | Flam3rboy | 1 | -3/+3 |
2021-08-16 | :sparkles: delete finished todos | Flam3rboy | 3 | -6/+0 |
2021-08-16 | :bug: fix release caxa start command | Flam3rboy | 1 | -3/+3 |
2021-08-16 | update Event | Flam3rboy | 3 | -19/+3 |
2021-08-16 | :sparkles: update auth middleware | Flam3rboy | 1 | -3/+9 |
2021-08-16 | update Rate Limit with new event transmission | Flam3rboy | 2 | -46/+47 |
2021-08-16 | :bug: fix release caxa | Flam3rboy | 1 | -3/+3 |
2021-08-15 | :bug: fix release version | Flam3rboy | 1 | -1/+1 |
2021-08-15 | :bug: fix release | Flam3rboy | 1 | -1/+3 |
2021-08-15 | :bug: fix util install | Flam3rboy | 3 | -8/+1 |
2021-08-15 | :bug: build bundle | Flam3rboy | 5 | -5/+5 |
2021-08-15 | :bug: fix bundle postinstall | Flam3rboy | 8 | -18/+49 |
2021-08-15 | :arrow_up: update mongoose types | Flam3rboy | 9 | -1216/+483 |
2021-08-15 | delete assets | Flam3rboy | 19 | -1142/+2 |
2021-08-15 | :bug: fix server bundle | Flam3rboy | 31 | -664/+17612 |
2021-08-15 | :bug: prevent @everyone role deletion | Flam3rboy | 1 | -7/+4 |
2021-08-15 | :construction: auto update | Flam3rboy | 2 | -0/+82 |
2021-08-15 | :bug: fix types | Flam3rboy | 4 | -2/+6 |
2021-08-15 | update packages | Flam3rboy | 5 | -23/+56 |
2021-08-15 | Update release.yml | Flam3rboy | 1 | -5/+5 |
2021-08-15 | Update release.yml | Flam3rboy | 1 | -95/+94 |
2021-08-15 | Update release.yml | Flam3rboy | 1 | -0/+1 |
2021-08-15 | Update release.yml | Flam3rboy | 1 | -1/+1 |
2021-08-15 | Update release.yml | Flam3rboy | 1 | -93/+94 |
2021-08-15 | :bug: fix version number in release | Flam3rboy | 1 | -0/+2 |
2021-08-15 | update release | Flam3rboy | 2 | -4/+5 |
2021-08-15 | Add ACCOUNT_DISABLED translation for Turkish | reis | 1 | -1/+1 |
2021-08-15 | :bug: fix tsc missing | Flam3rboy | 7 | -277/+101 |
2021-08-15 | :sparkles: start.bat and start.sh script | Flam3rboy | 10 | -16062/+306 |
2021-08-14 | :art: clean up server bundle | Flam3rboy | 8 | -163/+176 |
2021-08-14 | move devDependencies to dependencies | Flam3rboy | 8 | -438/+193 |
2021-08-14 | :art: rename run script to start | Flam3rboy | 1 | -2/+2 |
2021-08-14 | :sparkles: server bundle | Flam3rboy | 7 | -168/+277 |
2021-08-14 | :bug: fix Guild + Channel create | Flam3rboy | 3 | -5/+15 |
2021-08-14 | :bug: fix guild create with channel template | Flam3rboy | 1 | -1/+21 |
2021-08-14 | :arrow_up: update test client | Flam3rboy | 1 | -4/+4 |
2021-08-13 | :construction: fix server bundle | Flam3rboy | 10 | -28/+96 |
2021-08-13 | :pencil: update readme | Flam3rboy | 1 | -15/+35 |
2021-08-13 | :bug: fix bundle listen | Flam3rboy | 2 | -2/+6 |
2021-08-13 | :bug: fix util types | Flam3rboy | 2 | -2/+2 |
2021-08-13 | :bug: fix bundle gateway listen | Flam3rboy | 1 | -1/+7 |
2021-08-13 | :bug: fix api middleware | Flam3rboy | 3 | -36/+41 |
2021-08-13 | :bug: fix dependencies and build for bundle | Flam3rboy | 9 | -76/+29223 |
2021-08-13 | :bug: fix types + packages | Flam3rboy | 10 | -20956/+581 |
2021-08-13 | :pencil: updated links to fosscord-server | Flam3rboy | 8 | -56/+16 |
2021-08-13 | abstract Event emission | Flam3rboy | 10 | -277/+115 |
2021-08-13 | :sparkles: event emit | Flam3rboy | 7 | -93/+139 |
2021-08-13 | cleanup rtc | Flam3rboy | 44 | -5124/+3 |
2021-08-13 | rename @fosscord/server-util to -> @fosscord/util | Flam3rboy | 66 | -165/+254 |
2021-08-13 | :sparkles: server bundle | Flam3rboy | 14 | -219/+2997 |
2021-08-13 | Fix naming | darkhpp | 5 |