summary refs log tree commit diff
path: root/util/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* :bug: fix invitesFlam3rboy2021-09-041-0/+2
* :bug: fix permissions if user is only member of guildFlam3rboy2021-09-041-2/+5
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-031-2/+3
|\
| * Merge pull request #314 from AlTech98/masterFlam3rboy2021-09-031-2/+3
| |\
| | * Temp fix for Guild.voice_states not workingAlTech982021-09-031-2/+3
| | * Merge remote-tracking branch 'origin/master'AlTech982021-09-032-8/+34
| | |\
| | * | VoiceState fix for db updateAlTech982021-09-031-1/+1
* | | | :zap: improve invite generationFlam3rboy2021-09-031-7/+41
|/ / /
* | / :bug: fix #311Flam3rboy2021-09-034-18/+17
| |/ |/|
* | :bug: fix member has no roles in guild createFlam3rboy2021-09-031-4/+6
* | :bug: fix client connection crash on guild createFlam3rboy2021-09-032-4/+28
|/
* fix #310Flam3rboy2021-09-031-5/+5
* :zap: simplify permissions queryFlam3rboy2021-09-031-3/+11
* :bug: fix#310Flam3rboy2021-09-031-5/+21
* :bug: fix message sendingFlam3rboy2021-09-031-1/+1
* :art: update entitiesFlam3rboy2021-09-035-28/+43
* fix #309Flam3rboy2021-09-031-0/+2
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-022-4/+4
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-024-1/+55
|\
| * :art: reformat filesFlam3rboy2021-09-023-23/+31
| * VOICE_STATE_UPDATE implementation, fix #210AlTech982021-09-024-1/+47
* | :sparkles: add user_id field to MemberFlam3rboy2021-09-022-32/+33
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-021-1/+1
|\
| * removed logging of database queriesxnacly2021-09-011-1/+1
* | :bug: fix entity types and projectionFlam3rboy2021-09-016-57/+57
|/
* Added property maxWebhooks to ConfigValue and defined a default value in Defa...sudenoh2021-09-011-0/+2
* Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-312-3/+9
|\
| * Implemented voice apis #127 and #78AlTech982021-08-302-3/+9
* | :sparkles: delete _ids from entitiesFlam3rboy2021-08-3129-233/+374
|/
* :construction: typeormFlam3rboy2021-08-307-26/+25
* :zap: only local rate limit to prevent to much pressure on the databaseFlam3rboy2021-08-301-2/+1
* :bug: convert bigint -> stringFlam3rboy2021-08-292-4/+4
* Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-291-2/+2
|\
| * fixed wrong type declaration in Gateway readyEventxnacly2021-08-291-2/+2
* | fix utilFlam3rboy2021-08-2910-36/+39
|/
* :sparkles: typeorm gatewayFlam3rboy2021-08-291-0/+1
* :sparkles: update utilFlam3rboy2021-08-2928-6461/+534
* :construction: typeormFlam3rboy2021-08-2711-48/+583
* :sparkles: use RelationIdFlam3rboy2021-08-2621-82/+444
* :bug: fix unit testsFlam3rboy2021-08-261-2/+4
* :sparkles: unit testFlam3rboy2021-08-266-13/+16
* :sparkles: utilFlam3rboy2021-08-2421-14126/+886
* :sparkles: typeorm entitiesFlam3rboy2021-08-2423-0/+21011
* :construction: typeormFlam3rboy2021-08-2214-92/+839
* :construction: typeormFlam3rboy2021-08-2142-3727/+108
* :art: update bundle buildFlam3rboy2021-08-191-0/+1
* :bug: fix vanity urlFlam3rboy2021-08-191-19/+17
* :sparkles: add default_auto_archive_duration to channelFlam3rboy2021-08-181-0/+2
* :bug: fix findOneAndUpdateFlam3rboy2021-08-181-1/+5
* :art: clean upFlam3rboy2021-08-172-6/+3
* :sparkles: mention regexFlam3rboy2021-08-172-0/+5
* update EventFlam3rboy2021-08-162-18/+2
* :bug: fix bundle postinstallFlam3rboy2021-08-152-0/+2
* :construction: auto updateFlam3rboy2021-08-152-0/+82
* :construction: fix server bundleFlam3rboy2021-08-132-5/+10
* :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-0/+4
* :bug: fix types + packagesFlam3rboy2021-08-132-2/+3
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-131-2/+2
|\
| * Update Permissions.tsIntevel ツ2021-08-131-2/+2
* | :sparkles: event emitFlam3rboy2021-08-135-1/+103
|/
* :sparkles: utilFlam3rboy2021-08-1239-0/+3735