summary refs log tree commit diff
path: root/api/src/routes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :art: remove deleteMessageAttachments and move to entityFlam3rboy2021-09-191-3/+0
|
* :truck: move handleFile to cdnFlam3rboy2021-09-194-9/+5
|
* :art: user is verified by defaultFlam3rboy2021-09-191-1/+1
|
* :bug: fix guild create iconFlam3rboy2021-09-181-1/+2
|
* :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-176-24/+26
|
* :bug: fix vanity urlFlam3rboy2021-09-161-3/+4
|
* Revert "fix #128"Flam3rboy2021-09-161-52/+9
| | | | This reverts commit a359375b77aef4c0792680149382be18661b8bac.
* Revert "fix #129"Flam3rboy2021-09-161-17/+0
| | | | This reverts commit ae140801c51bec5eac98c2e19d325276d6bec890.
* Revert ":construction: webhook"Flam3rboy2021-09-164-101/+2
| | | | This reverts commit f691aa4c5aa47c8a8085c7b01912a1c403ce8732.
* :construction: webhookFlam3rboy2021-09-144-2/+101
|
* fix #129Flam3rboy2021-09-141-0/+17
|
* fix #128Flam3rboy2021-09-141-9/+52
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-149-15/+60
|\
| * Merge pull request #360 from AlTech98/inviteFlam3rboy2021-09-142-3/+16
| |\ | | | | | | Invite fixes
| | * Emit INVITE_DELETEAlTech982021-09-141-2/+15
| | |
| | * Fix invites creationAlTech982021-09-141-1/+1
| | |
| * | add store endpointsuurgothat2021-09-132-0/+22
| |/
| * Fix #356AlTech982021-09-132-6/+6
| |
| * Update index.tsFlam3rboy2021-09-131-1/+1
| |
| * Emit USER_UPDATE, fix #214AlTech982021-09-131-4/+12
| |
| * Delete attachments of deleted messages, fix #273AlTech982021-09-132-3/+5
| |
* | :bug: fix fosscord.jsFlam3rboy2021-09-131-0/+14
| |
* | :art: remove unused importsFlam3rboy2021-09-1317-48/+30
|/
* :bug: fix In() queryFlam3rboy2021-09-132-2/+2
|
* :bug: fix relationshipFlam3rboy2021-09-131-53/+55
|
* :bug: fix dm #321Flam3rboy2021-09-132-10/+10
|
* :bug: fix invites: ajv doesn't treat null as undefinedFlam3rboy2021-09-131-2/+2
|
* Merge branch ↵Flam3rboy2021-09-1254-764/+884
|\ | | | | | | 'typescript-interface-body-parser+autogenerate-unit-tests+documentation'
| * :sparkles: #307 doneFlam3rboy2021-09-1254-730/+858
| |
| * :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-121-15/+10
| |
| * :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-1233-57/+54
| |
* | Add dummy missing routesAlTech982021-09-126-1/+51
|/
* Fix relationships get queryAlTech982021-09-091-1/+1
|
* :arrow_up: update test clientFlam3rboy2021-09-041-1/+1
|
* Added /guilds/:id/voice-states apisAlTech982021-09-042-0/+30
|
* Added missing permissions and channel typesAlTech982021-09-041-0/+4
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-049-7/+35
|\
| * fixed /discoverable-guildsxnacly2021-09-031-1/+4
| |
| * added first draft of /discoverable-guildsxnacly2021-09-031-0/+14
| |
| * Revert "added big todo list to Guild.ts (big chungus)"xnacly2021-09-031-14/+0
| | | | | | | | This reverts commit 4a63e1560c07c938ec74f14e5076ec4e69de7ce6.
| * added big todo list to Guild.ts (big chungus)xnacly2021-09-031-0/+14
| |
| * replace '@me' with req.user_id in guild joinxnacly2021-09-031-1/+2
| |
| * moved Constants and Errorhandler from api to utilxnacly2021-09-036-6/+6
| |
| * added template for future routesxnacly2021-09-031-0/+10
| |
* | :bug: api member add roles -> make sure that roles existFlam3rboy2021-09-041-8/+7
| |
* | :bug: fix invitesFlam3rboy2021-09-043-9/+6
| |
* | :bug: fix permissions if user is only member of guildFlam3rboy2021-09-041-3/+2
|/
* :zap: improve invite generationFlam3rboy2021-09-031-10/+28
|
* :bug: fix #311Flam3rboy2021-09-032-3/+15
|
* :bug: fix member roles + listFlam3rboy2021-09-032-10/+6
|
* :sparkles: guild position updateFlam3rboy2021-09-032-8/+37
|
* :bug: fix message sendingFlam3rboy2021-09-031-2/+3
|
* :bug: fix member + member listFlam3rboy2021-09-0311-55/+54
|
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-024-19/+21
|
* :sparkles: add user_id field to MemberFlam3rboy2021-09-0212-46/+32
|
* :bug: fix entity types and projectionFlam3rboy2021-09-012-25/+3
|
* :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-016-23/+48
|
* Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-312-2/+18
|\
| * Implemented voice apis #127 and #78AlTech982021-08-302-2/+18
| |
* | :bug: db query fixesFlam3rboy2021-08-316-26/+30
| |
* | :sparkles: channel recipientsFlam3rboy2021-08-311-3/+4
| |
* | Channel utility methods in entityFlam3rboy2021-08-311-2/+1
| |
* | fix member rolesFlam3rboy2021-08-313-4/+4
| |
* | :zap: use insert instead of saveFlam3rboy2021-08-312-25/+25
| |
* | :bug: fix message sendingFlam3rboy2021-08-311-3/+4
|/
* fixed wrong statuscode in docsxnacly2021-08-301-1/+1
|
* :construction: typeormFlam3rboy2021-08-303-50/+42
|
* :bug: convert bigint -> stringFlam3rboy2021-08-292-2/+2
|
* fix login register + messageFlam3rboy2021-08-292-4/+16
|
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-2936-582/+423
|
* :construction: apiFlam3rboy2021-08-278-105/+87
|
* :construction: apiFlam3rboy2021-08-2439-392/+324
|
* :construction: typeormFlam3rboy2021-08-211-1/+2
|
* :bug: fix vanity urlFlam3rboy2021-08-193-14/+34
|
* :bug: fix #267Flam3rboy2021-08-181-1/+1
|
* :bug: fix guild channel reorderFlam3rboy2021-08-181-15/+22
|
* :ambulance: user settings routeFlam3rboy2021-08-181-2/+8
|
* fix #199Flam3rboy2021-08-181-4/+7
|
* :bug: fix findOneAndUpdateFlam3rboy2021-08-1811-28/+27
|
* fix #199Flam3rboy2021-08-171-3/+1
|
* :art: clean upFlam3rboy2021-08-171-1/+0
|
* :bug: fix login routeFlam3rboy2021-08-171-1/+4
|
* :sparkles: delete finished todosFlam3rboy2021-08-161-4/+0
|
* :bug: prevent @everyone role deletionFlam3rboy2021-08-151-7/+4
|
* :bug: fix guild create with channel templateFlam3rboy2021-08-141-1/+21
|
* :construction: fix server bundleFlam3rboy2021-08-131-0/+10
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-131-2/+2
|\
| * Fixed #257 Can't change nicknameIntevel ツ2021-08-131-2/+2
| |
* | rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-1340-71/+81
|/
* :sparkles: apiFlam3rboy2021-08-1253-0/+3054