Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :see_no_evil: add database.db to .gitignore | Flam3rboy | 2021-09-03 | 1 | -1/+2 |
* | :pencil: drop tables script | Flam3rboy | 2021-09-03 | 1 | -0/+30 |
* | :bug: fix message sending | Flam3rboy | 2021-09-03 | 4 | -8/+9 |
* | :bug: fix #289 | Flam3rboy | 2021-09-03 | 2 | -16/+14 |
* | :arrow_up: update dependencies | Flam3rboy | 2021-09-03 | 12 | -2028/+449 |
* | :art: update entities | Flam3rboy | 2021-09-03 | 5 | -28/+43 |
* | :bug: fix member + member list | Flam3rboy | 2021-09-03 | 16 | -156/+183 |
* | fix #309 | Flam3rboy | 2021-09-03 | 1 | -0/+2 |
* | :bug: fix entity missing an id (replace .insert with new Entity().save) | Flam3rboy | 2021-09-02 | 6 | -23/+25 |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-02 | 12 | -23/+166 |
|\ | |||||
| * | Merge pull request #306 from AlTech98/master | Flam3rboy | 2021-09-02 | 12 | -23/+166 |
| |\ | |||||
| | * | :sparkles: add editor config | Flam3rboy | 2021-09-02 | 1 | -0/+5 |
| | * | :art: reformat files | Flam3rboy | 2021-09-02 | 8 | -51/+71 |
| | * | VOICE_STATE_UPDATE implementation, fix #210 | AlTech98 | 2021-09-02 | 11 | -24/+142 |
| |/ | |||||
* / | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 17 | -80/+68 |
|/ | |||||
* | :art: update openapi title | Flam3rboy | 2021-09-02 | 1 | -4/+4 |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-02 | 7 | -27/+69 |
|\ | |||||
| * | added /login unittest | xnacly | 2021-09-01 | 3 | -3/+36 |
| * | see parent | xnacly | 2021-09-01 | 1 | -3/+3 |
| * | fixed globalSetup for jest | xnacly | 2021-09-01 | 2 | -20/+29 |
| * | removed logging of database queries | xnacly | 2021-09-01 | 1 | -1/+1 |
* | | :arrow_up: update dependencies | Flam3rboy | 2021-09-01 | 3 | -49/+661 |
* | | :bug: fix entity types and projection | Flam3rboy | 2021-09-01 | 11 | -90/+68 |
* | | :sparkles: generate open api schema based on body and db entities | Flam3rboy | 2021-09-01 | 10 | -768/+1853 |
|/ | |||||
* | Merge pull request #302 from sudenoh/master | Flam3rboy | 2021-09-01 | 1 | -0/+2 |
|\ | |||||
| * | Added property maxWebhooks to ConfigValue and defined a default value in Defa... | sudenoh | 2021-09-01 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #301 from fosscord/feat--DiscordApiErrors | Flam3rboy | 2021-09-01 | 9 | -144/+132 |
|\ | |||||
| * | :sparkles: use DiscordApiErrors and check limits | Flam3rboy | 2021-09-01 | 8 | -118/+105 |
| * | fix #295 | Flam3rboy | 2021-09-01 | 1 | -26/+27 |
* | | Merge pull request #300 from fosscord/typeorm | Flam3rboy | 2021-09-01 | 167 | -4956/+20435 |
|\| | |||||
| * | Merge pull request #299 from AlTech98/typeorm | Flam3rboy | 2021-08-31 | 3 | -66/+256 |
| |\ | |||||
| | * | Merge branch 'typeorm' into typeorm | Flam3rboy | 2021-08-31 | 58 | -433/+586 |
| | |\ | | |/ | |/| | |||||
| * | | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm | Flam3rboy | 2021-08-31 | 6 | -5/+76 |
| |\ \ | |||||
| * | | | :bug: db query fixes | Flam3rboy | 2021-08-31 | 13 | -48/+59 |
| * | | | :sparkles: channel recipients | Flam3rboy | 2021-08-31 | 4 | -24/+39 |
| * | | | Channel utility methods in entity | Flam3rboy | 2021-08-31 | 2 | -54/+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 | 2 | -34/+68 |
| * | | | :sparkles: typeorm error handler | Flam3rboy | 2021-08-31 | 1 | -3/+8 |
| * | | | :sparkles: delete _ids from entities | Flam3rboy | 2021-08-31 | 31 | -241/+382 |
| | | * | Created list of all possible api errors and made them throwable in routes code | AlTech98 | 2021-08-31 | 3 | -66/+256 |
| | |/ | |||||
| | * | Merge pull request #297 from AlTech98/typeorm | Flam3rboy | 2021-08-31 | 6 | -5/+76 |
| |/| | |||||
| | * | Implemented voice apis #127 and #78 | AlTech98 | 2021-08-30 | 6 | -5/+76 |
| |/ | |||||
| * | added first unittests for api endpoints | xnacly | 2021-08-30 | 4 | -1/+39 |
| * | added setup for jest tests | xnacly | 2021-08-30 | 3 | -2/+16 |
| * | added jest config, installed supertest | xnacly | 2021-08-30 | 2 | -17/+280 |
| * | removed jest config | xnacly | 2021-08-30 | 1 | -192/+0 |
| * | added db to gitignore | xnacly | 2021-08-30 | 1 | -1/+4 |
| * | fixed wrong statuscode in docs | xnacly | 2021-08-30 | 1 | -1/+1 |
| * | fixed translation path to display correct error msg | xnacly | 2021-08-30 | 1 | -1/+1 |
| * | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm | Flam3rboy | 2021-08-30 | 6 | -118/+252 |
| |\ | |||||
| | * | added unittests for filestorage [cdn] | xnacly | 2021-08-29 | 2 | -1/+29 |
| | * | added /external unit tests [cdn] | xnacly | 2021-08-29 | 1 | -1/+57 |
| | * | fixed missing imports and programming issues [cdn] | xnacly | 2021-08-29 | 1 | -17/+10 |
| | * | added todo to fileStorage [cdn] | xnacly | 2021-08-29 | 1 | -0/+2 |
| | * | added /avatars unittests [cdn] | xnacly | 2021-08-29 | 1 | -1/+56 |
| * | | :construction: typeorm | Flam3rboy | 2021-08-30 | 10 | -76/+67 |
| * | | :zap: only local rate limit to prevent to much pressure on the database | Flam3rboy | 2021-08-30 | 2 | -21/+52 |
| * | | :bug: convert bigint -> string | Flam3rboy | 2021-08-29 | 9 | -12/+12 |
| |/ | |||||
| * | fixed tests for cdn | xnacly | 2021-08-29 | 1 | -2/+1 |
| * | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm | Flam3rboy | 2021-08-29 | 1 | -2/+2 |
| |\ | |||||
| | * | fixed wrong type declaration in Gateway readyEvent | xnacly | 2021-08-29 | 1 | -2/+2 |
| * | | fix cdn | Flam3rboy | 2021-08-29 | 1 | -3/+2 |
| * | | fix bundle | Flam3rboy | 2021-08-29 | 6 | -70/+43 |
| * | | fix login register + message | Flam3rboy | 2021-08-29 | 5 | -26/+42 |
| * | | fix util | Flam3rboy | 2021-08-29 | 10 | -36/+39 |
| * | | fix rate limit | Flam3rboy | 2021-08-29 | 2 | -48/+52 |
| |/ | |||||
| * | :sparkles: typeorm gateway | Flam3rboy | 2021-08-29 | 6 | -50/+85 |
| * | :sparkles: update util | Flam3rboy | 2021-08-29 | 35 | -6517/+855 |
| * | :sparkles: typeorm api rewrite done | Flam3rboy | 2021-08-29 | 48 | -993/+467 |
| * | :construction: typeorm | Flam3rboy | 2021-08-27 | 18 | -732/+1465 |
| * | :construction: api | Flam3rboy | 2021-08-27 | 17 | -164/+1129 |
| * | :sparkles: use RelationId | Flam3rboy | 2021-08-26 | 21 | -82/+444 |
| * | :bug: fix unit tests | Flam3rboy | 2021-08-26 | 5 | -589/+257 |
| * | :sparkles: unit test | Flam3rboy | 2021-08-26 | 10 | -9180/+1017 |
| * | :bug: patch modules | Flam3rboy | 2021-08-26 | 3 | -0/+644 |
| * | Merge branch 'master' into typeorm | Flam3rboy | 2021-08-24 | 3 | -18/+18 |
| |\ | |||||
| * | | :sparkles: util | Flam3rboy | 2021-08-24 | 45 | -35800/+7571 |
| * | | :white_check_mark: util unit tests | Flam3rboy | 2021-08-24 | 2 | -2/+36 |
| * | | :construction: gateway | Flam3rboy | 2021-08-24 | 3 | -71/+52 |
| * | | :construction: api | Flam3rboy | 2021-08-24 | 45 | -454/+381 |
| * | | :sparkles: typeorm entities | Flam3rboy | 2021-08-24 | 23 | -0/+21011 |
| * | | generate schema | Flam3rboy | 2021-08-23 | 2 | -9/+19509 |
| * | | test | Flam3rboy | 2021-08-23 | 1 | -15/+19 |
| * | | :construction: typeorm | Flam3rboy | 2021-08-22 | 18 | -226/+11851 |
| * | | :construction: typeorm | Flam3rboy | 2021-08-21 | 48 | -477/+3357 |
* | | | Merge pull request #287 from EMREOYUN/patch-1 | Flam3rboy | 2021-08-27 | 1 | -15/+15 |
|\ \ \ | |_|/ |/| | | |||||
| * | | TR | EMRE ÇELİK | 2021-08-27 | 1 | -15/+15 |
|/ / | |||||
* | | Merge pull request #278 from daantje1/patch-2 | Flam3rboy | 2021-08-22 | 1 | -15/+15 |
|\ \ | |||||
| * | | even more dutch | Daan Schenkel | 2021-08-22 | 1 | -15/+15 |
* | | | Merge pull request #277 from daantje1/patch-1 | Flam3rboy | 2021-08-22 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add more dutch translations :D | Daan Schenkel | 2021-08-22 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #275 from LukasDoesDev/patch-1 | Flam3rboy | 2021-08-21 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix content security policy policy | Lukas Does Dev | 2021-08-21 | 1 | -1/+1 |
|/ | |||||
* | :art: update bundle build | Flam3rboy | 2021-08-19 | 4 | -4/+5 |
* | :bug: fix vanity url | Flam3rboy | 2021-08-19 | 4 | -33/+51 |
* | added all unittests for attachments | xnacly | 2021-08-18 | 1 | -2/+12 |
* | added unittests for ping and attachments | xnacly | 2021-08-18 | 1 | -22/+22 |
* | remove console.info from jest output | xnacly | 2021-08-18 | 1 | -0/+1 |
* | revert b1c459b | xnacly | 2021-08-18 | 1 | -1/+1 |
* | added unittests for attachments [post] | xnacly | 2021-08-18 | 2 | -5/+74 |
* | moved import | xnacly | 2021-08-18 | 1 | -2/+1 |
* | fixed wrong wording in HTTPError | xnacly | 2021-08-18 | 1 | -1/+1 |
* | added a common error to CONTRIBUTE.md | xnacly | 2021-08-18 | 1 | -0/+4 |
* | fixed timeout request by not throwing an issue | xnacly | 2021-08-18 | 1 | -1/+1 |
* | Merge branches 'master' and 'master' of https://github.com/fosscord/fosscord-... | Flam3rboy | 2021-08-18 | 7 | -13/+6656 |
|\ | |||||
| * | Merge branch 'master' of git://github.com/fosscord/fosscord-server | xnacly | 2021-08-18 | 6 | -6/+6 |
| |\ | |||||
| * | | added unittest setup + ping route test | xnacly | 2021-08-18 | 7 | -13/+6656 |
* | | | revert 2cff55f | Flam3rboy | 2021-08-18 | 6 | -6/+6 |
| |/ |/| | |||||
* | | :bug: update build script | Flam3rboy | 2021-08-18 | 6 | -6/+6 |
|/ | |||||
* | :bug: fix #267 | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
* | :bug: fix guild channel reorder | Flam3rboy | 2021-08-18 | 1 | -15/+22 |
* | :loud_sound: opcode logger | Flam3rboy | 2021-08-18 | 2 | -5/+8 |
* | :sparkles: add default_auto_archive_duration to channel | Flam3rboy | 2021-08-18 | 2 | -0/+6 |
* | :ambulance: user settings route | Flam3rboy | 2021-08-18 | 2 | -2/+59 |
* | fix #199 | Flam3rboy | 2021-08-18 | 1 | -4/+7 |
* | :bug: fix findOneAndUpdate | Flam3rboy | 2021-08-18 | 17 | -40/+43 |
* | fix #199 | Flam3rboy | 2021-08-17 | 1 | -3/+1 |
* | :art: clean up | Flam3rboy | 2021-08-17 | 8 | -19/+13 |
* | :sparkles: mention regex | Flam3rboy | 2021-08-17 | 2 | -0/+5 |
* | :sparkles: message mention parsing | Flam3rboy | 2021-08-17 | 1 | -15/+59 |
* | :sparkles: use RELEASE_VERSION env | Flam3rboy | 2021-08-17 | 1 | -5/+5 |
* | :loud_sound: verbose error handler | Flam3rboy | 2021-08-17 | 4 | -9/+12 |
* | :bug: fix login route | Flam3rboy | 2021-08-17 | 1 | -1/+4 |
* | :bug: fix import | Flam3rboy | 2021-08-17 | 1 | -1/+1 |
* | :bug: update bundle import | Flam3rboy | 2021-08-17 | 1 | -3/+3 |
* | :bug: fix bundle | Flam3rboy | 2021-08-17 | 1 | -3/+3 |
* | :bug: fix release | Flam3rboy | 2021-08-17 | 1 | -0/+1 |
* | :bug: update release.yml | Flam3rboy | 2021-08-17 | 1 | -1/+5 |
* | :bug: fix release | Flam3rboy | 2021-08-17 | 2 | -6/+18 |
* | :bug: fix bundle import path | Flam3rboy | 2021-08-17 | 2 | -20/+3 |
* | :bug: fix release | Flam3rboy | 2021-08-17 | 1 | -5/+5 |
* | :bug: fix windows | Flam3rboy | 2021-08-17 | 1 | -6/+5 |
* | :bug: fix windows release | Flam3rboy | 2021-08-17 | 1 | -0/+1 |
* | :bug: fix symlink linux | Flam3rboy | 2021-08-16 | 1 | -8/+8 |
* | fix pre release script | Flam3rboy | 2021-08-16 | 1 | -4/+1 |
* | :bug: pre release script | Flam3rboy | 2021-08-16 | 1 | -3/+23 |
* | :bug: fix release | Flam3rboy | 2021-08-16 | 1 | -1/+1 |
* | fix release | Flam3rboy | 2021-08-16 | 1 | -1/+1 |
* | :bug: fix release | Flam3rboy | 2021-08-16 | 1 | -1/+1 |
* | :bug: fix release update path | Flam3rboy | 2021-08-16 | 1 | -29/+3 |
* | :bug: update release | Flam3rboy | 2021-08-16 | 1 | -3/+29 |
* | :bug: fix release | Flam3rboy | 2021-08-16 | 1 | -3/+3 |
* | :bug: fix symlink in bundle | Flam3rboy | 2021-08-16 | 1 | -3/+3 |
* | :sparkles: delete finished todos | Flam3rboy | 2021-08-16 | 3 | -6/+0 |
* | :bug: fix release caxa start command | Flam3rboy | 2021-08-16 | 1 | -3/+3 |
* | update Event | Flam3rboy | 2021-08-16 | 3 | -19/+3 |
* | :sparkles: update auth middleware | Flam3rboy | 2021-08-16 | 1 | -3/+9 |
* | update Rate Limit with new event transmission | Flam3rboy | 2021-08-16 | 2 | -46/+47 |
* | :bug: fix release caxa | Flam3rboy | 2021-08-16 | 1 | -3/+3 |
* | :bug: fix release version | Flam3rboy | 2021-08-15 | 1 | -1/+1 |
* | :bug: fix release | Flam3rboy | 2021-08-15 | 1 | -1/+3 |
* | :bug: fix util install | Flam3rboy | 2021-08-15 | 3 | -8/+1 |
* | :bug: build bundle | Flam3rboy | 2021-08-15 | 5 | -5/+5 |
* | :bug: fix bundle postinstall | Flam3rboy | 2021-08-15 | 8 | -18/+49 |
* | :arrow_up: update mongoose types | Flam3rboy | 2021-08-15 | 9 | -1216/+483 |
* | delete assets | Flam3rboy | 2021-08-15 | 19 | -1142/+2 |
* | :bug: fix server bundle | Flam3rboy | 2021-08-15 | 31 | -664/+17612 |
* | :bug: prevent @everyone role deletion | Flam3rboy | 2021-08-15 | 1 | -7/+4 |
* | :construction: auto update | Flam3rboy | 2021-08-15 | 2 | -0/+82 |
* | :bug: fix types | Flam3rboy | 2021-08-15 | 4 | -2/+6 |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Flam3rboy | 2021-08-15 | 1 | -5/+5 |
|\ | |||||
| * | Update release.yml | Flam3rboy | 2021-08-15 | 1 | -5/+5 |
* | | update packages | Flam3rboy | 2021-08-15 | 5 | -23/+56 |
|/ | |||||
* | Update release.yml | Flam3rboy | 2021-08-15 | 1 | -95/+94 |
* | Update release.yml | Flam3rboy | 2021-08-15 | 1 | -0/+1 |
* | Update release.yml | Flam3rboy | 2021-08-15 | 1 | -1/+1 |
* | Update release.yml | Flam3rboy | 2021-08-15 | 1 | -93/+94 |
* | :bug: fix version number in release | Flam3rboy | 2021-08-15 | 1 | -0/+2 |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Flam3rboy | 2021-08-15 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #270 from reisxd/patch-1 | Flam3rboy | 2021-08-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Add ACCOUNT_DISABLED translation for Turkish | reis | 2021-08-15 | 1 | -1/+1 |
| |/ | |||||
* | | update release | Flam3rboy | 2021-08-15 | 2 | -4/+5 |
* | | :bug: fix tsc missing | Flam3rboy | 2021-08-15 | 7 | -277/+101 |
|/ | |||||
* | :sparkles: start.bat and start.sh script | Flam3rboy | 2021-08-15 | 10 | -16062/+306 |
* | :art: clean up server bundle | Flam3rboy | 2021-08-14 | 8 | -163/+176 |
* | move devDependencies to dependencies | Flam3rboy | 2021-08-14 | 8 | -438/+193 |
* | :art: rename run script to start | Flam3rboy | 2021-08-14 | 1 | -2/+2 |
* | :sparkles: server bundle | Flam3rboy | 2021-08-14 | 7 | -168/+277 |
* | :bug: fix Guild + Channel create | Flam3rboy | 2021-08-14 | 3 | -5/+15 |
* | :bug: fix guild create with channel template | Flam3rboy | 2021-08-14 | 1 | -1/+21 |
* | :arrow_up: update test client | Flam3rboy | 2021-08-14 | 1 | -4/+4 |
* | :construction: fix server bundle | Flam3rboy | 2021-08-13 | 10 | -28/+96 |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-13 | 15 | -221/+8993 |
|\ | |||||
| * | :bug: fix dependencies and build for bundle | Flam3rboy | 2021-08-13 | 9 | -76/+29223 |
| * | :bug: fix types + packages | Flam3rboy | 2021-08-13 | 10 | -20956/+581 |
* | | :pencil: update readme | Flam3rboy | 2021-08-13 | 1 | -15/+35 |
* | | :bug: fix bundle listen | Flam3rboy | 2021-08-13 | 2 | -2/+6 |
* | | :bug: fix util types | Flam3rboy | 2021-08-13 | 2 | -2/+2 |
* | | :bug: fix bundle gateway listen | Flam3rboy | 2021-08-13 | 1 | -1/+7 |
* | | :bug: fix api middleware | Flam3rboy | 2021-08-13 | 3 | -36/+41 |
|/ | |||||
* | :pencil: updated links to fosscord-server | Flam3rboy | 2021-08-13 | 8 | -56/+16 |
* | Merge branch 'pr/darkhpp/261-2' | Flam3rboy | 2021-08-13 | 11 | -9456/+1446 |
|\ | |||||
| * | Merge branch 'master' into pr/darkhpp/261-2 | Flam3rboy | 2021-08-13 | 138 | -5727/+3310 |
| |\ | |||||
| * | | Fix naming | darkhpp | 2021-08-13 | 5 | -20896/+6 |
| * | | [ProjectManagement] Add root project and dev getting started guides. | darkhpp | 2021-08-13 | 13 | -9428/+22369 |
* | | | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-13 | 8 | -165/+119 |
|\ \ \ | |_|/ |/| | | |||||
| * | | server-util 1.3.55 | Intevel ツ | 2021-08-13 | 2 | -4/+4 |
| * | | server-util 1.3.54 | Intevel ツ | 2021-08-13 | 2 | -7/+7 |
| * | | 1.3.55 | Intevel ツ | 2021-08-13 | 2 | -2/+2 |
| * | | 1.3.54 | Intevel ツ | 2021-08-13 | 2 | -2/+2 |
| * | | v.1.3.53 | Intevel ツ | 2021-08-13 | 2 | -2/+2 |
| * | | Update package-lock.json | Intevel ツ | 2021-08-13 | 1 | -690/+6 |
| * | | Update Permissions.ts | Intevel ツ | 2021-08-13 | 1 | -2/+2 |
| * | | Create Emoji.ts | Intevel ツ | 2021-08-13 | 1 | -0/+14 |
| * | | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Intevel ツ | 2021-08-13 | 1 | -0/+2 |
| |\ \ | |||||
| | * \ | Merge pull request #260 from mugman174/master | Flam3rboy | 2021-08-13 | 1 | -0/+2 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Add gateway support for Discord desktop clients | mugman | 2021-08-12 | 1 | -0/+2 |
| | |/ | |||||
| * / | Fixed #257 Can't change nickname | Intevel ツ | 2021-08-13 | 3 | -11169/+64 |
| |/ | |||||
* | | abstract Event emission | Flam3rboy | 2021-08-13 | 10 | -277/+115 |
* | | :sparkles: event emit | Flam3rboy | 2021-08-13 | 7 | -93/+139 |
* | | cleanup rtc | Flam3rboy | 2021-08-13 | 44 | -5124/+3 |
* | | rename @fosscord/server-util to -> @fosscord/util | Flam3rboy | 2021-08-13 | 66 | -165/+254 |
* | | :sparkles: server bundle | Flam3rboy | 2021-08-13 | 14 | -219/+2997 |
* | | :sparkles: docker compose | Flam3rboy | 2021-08-13 | 2 | -0/+25 |
|/ | |||||
* | Merge pull request #256 from luth31/master | Flam3rboy | 2021-08-13 | 3 | -0/+141 |
|\ | |||||
| * | Merge branch 'fosscord:master' into master | Paul Munteanu | 2021-08-13 | 1 | -0/+8 |
| |\ | |/ |/| | |||||
* | | Create README.md | Flam3rboy | 2021-08-12 | 1 | -0/+8 |
| * | [Gateway/Docker] Remove test file | Paul Munteanu | 2021-08-13 | 1 | -1/+0 |
| * | [CDN/Docker] Remove test file | Paul Munteanu | 2021-08-13 | 1 | -1/+0 |
| * | [Gateway/Docker] Add test file | Paul Munteanu | 2021-08-13 | 1 | -0/+1 |
| * | [CDN/Docker] Add test file | Paul Munteanu | 2021-08-13 | 1 | -0/+1 |
| * | [Docker] Fix docker publish for cdn and gateway | Paul Munteanu | 2021-08-13 | 2 | -4/+4 |
| * | [API/Docker] Remove test file | Paul Munteanu | 2021-08-13 | 1 | -1/+0 |
| * | [API/Docker] Add test file | Paul Munteanu | 2021-08-13 | 1 | -0/+1 |
| * | [API/Docker] Remove test change | Paul Munteanu | 2021-08-13 | 1 | -1/+0 |
| * | [API/Docker] Fix cache keys | Paul Munteanu | 2021-08-13 | 1 | -2/+2 |
| * | [API/Docker] Yet another test | Paul Munteanu | 2021-08-13 | 1 | -0/+1 |
| * | [API/Docker] Remove test file | Paul Munteanu | 2021-08-13 | 1 | -1/+0 |
| * | [API/Docker] Test | Paul Munteanu | 2021-08-13 | 1 | -0/+1 |
| * | Add tags for each image | Paul Munteanu | 2021-08-13 | 3 | -3/+3 |
| * | Implement docker publishing for each project | Paul Munteanu | 2021-08-13 | 3 | -0/+141 |
|/ | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-12 | 1 | -0/+0 |
|\ | |||||
| * | Delete .DS_Store | Flam3rboy | 2021-08-12 | 1 | -0/+0 |
* | | :sparkles: webrtc | Flam3rboy | 2021-08-12 | 12 | -0/+0 |
|/ | |||||
* | Merge branch 'webrtc' | Flam3rboy | 2021-08-12 | 10 | -0/+2064 |
|\ | |||||
| * | :construction: init | Flam3rboy | 2021-06-24 | 7 | -0/+1937 |
| * | Initial commit | Flam3rboy | 2021-05-31 | 3 | -0/+127 |
* | :sparkles: rtc | Flam3rboy | 2021-08-12 | 56 | -0/+17 |
* | :sparkles: util | Flam3rboy | 2021-08-12 | 47 | -0/+5263 |
* | Merge branch 'rtc' | Flam3rboy | 2021-08-12 | 10 | -22/+353 |
|\ | |||||
| * | Merge pull request #21 from ItsNewe/master | Flam3rboy | 2021-05-25 | 5 | -37/+85 |
| |\ | |||||
| | * | [del] Deleted .proto | Newe | 2021-05-25 | 1 | -24/+0 |
| | * | [add] Udp request handler mockup | Newe | 2021-05-25 | 2 | -38/+25 |
| | * | [edit] Ignore event if emited by a vServer | Newe | 2021-05-25 | 1 | -1/+26 |
| | * | [add] Mongo collection insert :) | Newe | 2021-05-25 | 2 | -19/+50 |
| | * | [edit] Retrieve the event name from mongoDB event payload | Newe | 2021-05-25 | 3 | -11/+40 |
| | * | [edit] Edited README | Newe | 2021-05-24 | 1 | -1/+1 |
| * | | Merge pull request #20 from ItsNewe/master | Flam3rboy | 2021-05-24 | 7 | -73/+74 |
| |\| |