Commit Graph

75 Commits

Author SHA1 Message Date
Erkin Alp Güney
4a4c16cf48 backfilling — first steps 2022-04-23 10:56:47 +03:00
Erkin Alp Güney
3061c24780 general rights enforcement stuff 2022-04-18 22:02:32 +03:00
Erkin Alp Güney
0aa100c8e0 Update passwordStrength.ts 2022-04-12 20:10:30 +03:00
Madeline
977861ad4e Fix compile errors in checkPassword's entropy check 2022-04-10 17:39:23 +03:00
Erkin Alp Güney
fd702100ea Update passwordStrength.ts 2022-04-09 21:48:25 +03:00
Erkin Alp Güney
2e65996540 add an elegant entropy check 2022-04-09 21:45:45 +03:00
Erkin Alp Güney
be3f796f34 remove todos that are implemented 2022-04-08 11:05:19 +03:00
Erkin Alp Güney
22952ef928 enforce the rights 2022-04-08 11:02:11 +03:00
Nobody
ba3e87e73c fix(api): working replies in dm channels 2022-03-09 17:09:36 +03:00
Featyre
cc492f07dc Partnet + Discover fix and join 2022-01-24 22:59:14 +08:00
Madeline
853789f0ac Fix typo in commit 277b28c 2022-01-13 10:49:26 +03:00
Erkin Alp Güney
277b28c000 Fix the feature check 2022-01-12 16:04:34 +03:00
Erkin Alp Güney
4082ed2784 Add cross channel replies
Resolves #533
2022-01-12 09:58:22 +03:00
ced777ric
2fbcf4b5bf fix the message endpoint always returning Empty message error
(cherry picked from commit 8b8344e860920f3c3b911dfde1a7a078fef43c9b)
2022-01-11 18:42:25 +01:00
Madeline
a30a0df246 Message fixes | Character limits and embed fixes (#581)
* Adds message character limits (#503)
* Fixed message `embeds` being ignored for `embed`
* Update Message.ts

Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-01-11 17:27:55 +03:00
Thesourtimes
5489cabc9d Fix schemas handler 2022-01-01 20:59:08 +03:00
Thesourtimes
ff93a9178d Organize @fosscord/api utils in directories 2022-01-01 20:04:30 +03:00
Erkin Alp Güney
dabe8f501c Eventually fixed all the errors in the RandomInviteID 2021-11-30 22:04:48 +03:00
Erkin Alp Güney
a4fdaf0352 fix the bigint asintn 2021-11-30 21:53:50 +03:00
Erkin Alp Güney
da53ff6c9e Fix assignment incompatibility 2021-11-30 21:30:01 +03:00
Erkin Alp Güney
9b67dabea8 Fix the type errors
Forgot that you cannot mix and match bigint and float
2021-11-30 20:33:29 +03:00
Erkin Alp Güney
6d2ae89a3b snowflake-based invite generation 2021-11-28 11:25:41 +03:00
RiversideRocks
6593b03685 Change user agent 2021-10-21 12:45:10 -04:00
developomp
2ce3fbc652 prettier formatted /api 2021-10-20 09:13:22 +09:00
Flam3rboy
923d4d2304 message performance 2021-10-18 18:34:48 +02:00
Flam3rboy
841f1d6d2a 🎨 clean up instances on start 2021-10-17 00:41:21 +02:00
Flam3rboy
9e2553c3a1 Merge branch 'master' into sticker 2021-10-15 13:32:26 +02:00
Flam3rboy
0ccc478c54 🐛 fix message sticker sending 2021-10-15 00:03:05 +02:00
Flam3rboy
d4b6840fae 🎨 do not automatically create default guild 2021-10-14 21:25:17 +02:00
Flam3rboy
8257e2631a 🐛 fix migration + autojoin 2021-10-14 00:32:15 +02:00
Flam3rboy
7053d9a8b8 🎨 gifs 2021-10-11 16:34:18 +02:00
Flam3rboy
b9391bfac1 added autoJoin guild to config 2021-10-05 19:37:20 +02:00
Flam3rboy
1492751d58 🎨 move field error to util 2021-10-05 19:34:13 +02:00
Flam3rboy
5a45606411 add `right` option to route() 2021-10-03 01:55:57 +02:00
Flam3rboy
286b4a69fd add private and public endpoint 2021-09-25 23:55:19 +02:00
Flam3rboy
a83c9fe510 🐛 fix #392 2021-09-25 04:20:35 +02:00
Flam3rboy
abdce76df4 generate openapi documentation 2021-09-21 22:52:30 +02:00
Flam3rboy
ecc7683c02 🐛 fix unittests 2021-09-20 23:35:37 +02:00
Flam3rboy
5cec6e43d4 Merge branch 'master' into unittests 2021-09-20 21:49:42 +02:00
Flam3rboy
8af0094d8e Merge pull request #382 from fosscord/auto-delete-relations
Auto delete relations
2021-09-20 21:27:08 +02:00
Chris Chrome
cb83f11ca4 Fix one thing, another problem pops up
Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2021-09-20 11:29:37 -04:00
Flam3rboy
313696d237 🎨 remove deleteMessageAttachments and move to entity 2021-09-19 18:46:22 +02:00
Flam3rboy
aae7e8d777 route middleware test option 2021-09-18 11:56:06 +02:00
Flam3rboy
d61013cebf jest automatic tests 2021-09-18 01:50:29 +02:00
Flam3rboy
24896d0c23 🐛 fix guild create icon 2021-09-18 00:19:53 +02:00
Flam3rboy
c20f4b4ef5 🐛 fix body parse treating null not as undefined (except for icons/avatars) 2021-09-17 23:42:40 +02:00
Flam3rboy
1cd4b81917 Revert "🚧 webhook"
This reverts commit f691aa4c5a.
2021-09-16 20:49:07 +02:00
Flam3rboy
f691aa4c5a 🚧 webhook 2021-09-14 22:15:55 +02:00
Flam3rboy
6c11224f69 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-14 13:18:32 +02:00
Flam3rboy
0ddca07df0 🎨 remove unused imports 2021-09-13 17:51:16 +02:00