summary refs log tree commit diff
path: root/api/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* fosscord-server/pulls/858Madeline2022-08-211-2/+3
* if tenor or giphy is sent, embed image rather than thumbnailMadeline2022-07-301-0/+23
* Test embeding image/png etc responsesMadeline2022-07-241-42/+64
* Turns out I reverted the code I needed rather than the one that will delete a...Madeline2022-07-241-1/+9
* Merge branch 'feat/captchaVerify' into slowcordMadeline2022-07-201-2/+2
|\
| * Captcha checkingMadeline2022-07-202-0/+47
* | Merge branch 'feat/captchaVerify' into slowcordMadeline2022-07-201-7/+25
|\ \
| * | Captcha checkingMadeline2022-07-202-0/+47
| |/
| * * Make max website preview download size for embeds configurableMadeline2022-07-091-3/+6
* | Fix content type for captcha checkMadeline2022-07-201-0/+3
* | Hcaptcha backendMadeline2022-07-202-0/+26
* | Message embeds use image width/heightMadeline2022-07-171-1/+5
* | * Make max website preview download size for embeds configurableMadeline2022-07-091-3/+6
|/
* backfilling — first stepsErkin Alp Güney2022-04-231-1/+2
* general rights enforcement stuffErkin Alp Güney2022-04-181-0/+3
* Update passwordStrength.tsErkin Alp Güney2022-04-121-1/+1
* Fix compile errors in checkPassword's entropy checkMadeline2022-04-101-4/+4
* Update passwordStrength.tsErkin Alp Güney2022-04-091-1/+1
* add an elegant entropy checkErkin Alp Güney2022-04-091-5/+16
* remove todos that are implementedErkin Alp Güney2022-04-081-3/+3
* enforce the rightsErkin Alp Güney2022-04-081-3/+5
* fix(api): working replies in dm channelsNobody2022-03-091-4/+6
* Partnet + Discover fix and joinFeatyre2022-01-241-1/+1
* Fix typo in commit 277b28cMadeline2022-01-131-1/+1
* Fix the feature checkErkin Alp Güney2022-01-121-0/+2
* Add cross channel repliesErkin Alp Güney2022-01-121-2/+4
* fix the message endpoint always returning Empty message errorced777ric2022-01-111-1/+1
* Message fixes | Character limits and embed fixes (#581)Madeline2022-01-111-7/+13
* Fix schemas handlerThesourtimes2022-01-011-1/+1
* Organize @fosscord/api utils in directoriesThesourtimes2022-01-0112-10/+12
* Eventually fixed all the errors in the RandomInviteIDErkin Alp Güney2021-11-301-1/+1
* fix the bigint asintnErkin Alp Güney2021-11-301-1/+1
* Fix assignment incompatibilityErkin Alp Güney2021-11-301-1/+1
* Fix the type errorsErkin Alp Güney2021-11-301-5/+6
* snowflake-based invite generationErkin Alp Güney2021-11-281-0/+19
* Change user agentRiversideRocks2021-10-211-1/+1
* prettier formatted /apidevelopomp2021-10-201-6/+3
* :zap: message performanceFlam3rboy2021-10-181-1/+1
* :art: clean up instances on startFlam3rboy2021-10-171-1/+4
* Merge branch 'master' into stickerFlam3rboy2021-10-151-4/+4
|\
| * :art: do not automatically create default guildFlam3rboy2021-10-141-4/+4
* | :bug: fix message sticker sendingFlam3rboy2021-10-151-2/+3
|/
* :bug: fix migration + autojoinFlam3rboy2021-10-141-1/+1
* :art: gifsFlam3rboy2021-10-111-0/+1
* :sparkles: added autoJoin guild to configFlam3rboy2021-10-051-0/+18
* :art: move field error to utilFlam3rboy2021-10-054-28/+2
* :sparkles: add ``right`` option to route()Flam3rboy2021-10-031-1/+20
* :sparkles: add private and public endpointFlam3rboy2021-09-251-53/+0
* :bug: fix #392Flam3rboy2021-09-251-2/+2
* :sparkles: generate openapi documentationFlam3rboy2021-09-211-2/+0
* :bug: fix unittestsFlam3rboy2021-09-201-2/+2
* Merge branch 'master' into unittestsFlam3rboy2021-09-204-15/+3
|\
| * Merge pull request #382 from fosscord/auto-delete-relationsFlam3rboy2021-09-202-13/+0
| |\
| | * :art: remove deleteMessageAttachments and move to entityFlam3rboy2021-09-192-13/+0
| * | Fix one thing, another problem pops upChris Chrome2021-09-201-0/+1
| |/
| * :bug: fix guild create iconFlam3rboy2021-09-181-2/+2
* | :sparkles: route middleware test optionFlam3rboy2021-09-181-3/+3
* | :sparkles: jest automatic testsFlam3rboy2021-09-181-3/+2
|/
* :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-171-9/+36
* Revert ":construction: webhook"Flam3rboy2021-09-161-6/+2
* :construction: webhookFlam3rboy2021-09-141-2/+6
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-142-0/+25
|\
| * Delete attachments of deleted messages, fix #273AlTech982021-09-132-0/+25
* | :art: remove unused importsFlam3rboy2021-09-134-218/+31
|/
* :bug: fix invites: ajv doesn't treat null as undefinedFlam3rboy2021-09-131-1/+0
* :sparkles: #307 doneFlam3rboy2021-09-125-83/+38
* :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-121-0/+66
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-122-1/+12
* Added /guilds/:id/voice-states apisAlTech982021-09-041-0/+54
* moved Constants and Errorhandler from api to utilxnacly2021-09-032-739/+0
* :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-012-95/+57
* Merge branch 'typeorm' into typeormFlam3rboy2021-08-312-83/+64
|\
| * Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-312-0/+49
| |\
| * | Channel utility methods in entityFlam3rboy2021-08-311-52/+0
| * | :bug: fix message sendingFlam3rboy2021-08-311-31/+64
* | | Created list of all possible api errors and made them throwable in routes codeAlTech982021-08-312-66/+250
| |/ |/|
* | Implemented voice apis #127 and #78AlTech982021-08-302-0/+49
|/
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-293-245/+11
* :construction: apiFlam3rboy2021-08-272-17/+1
* :construction: apiFlam3rboy2021-08-244-54/+49
* :bug: fix findOneAndUpdateFlam3rboy2021-08-182-6/+7
* :sparkles: message mention parsingFlam3rboy2021-08-171-15/+59
* move devDependencies to dependenciesFlam3rboy2021-08-141-372/+0
* :bug: fix Guild + Channel createFlam3rboy2021-08-141-3/+10
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-131-0/+1
|\
| * Fixed #257 Can't change nicknameIntevel ツ2021-08-131-0/+1
* | rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-139-47/+22
|/
* :sparkles: apiFlam3rboy2021-08-1216-0/+126010