214 Commits

Author SHA1 Message Date
Madeline
428e101a86 Merge branch '2fa' into slowcord 2022-07-20 20:31:18 +10:00
Madeline
5cdcc48d1b 2fa 2022-07-20 20:14:30 +10:00
Madeline
c1b096cfd1 Merge branch 'feat/defaultFeatures' into slowcord 2022-07-18 19:49:03 +10:00
Madeline
3cd5bc39e3 Default features config 2022-07-18 19:48:43 +10:00
Madeline
cd129e9352 remove some default rights that I gave like an idiot 2022-07-17 13:21:49 +10:00
Madeline
1d7b9329be Merge branch 'master' into slowcord 2022-07-09 19:07:51 +10:00
Erkin Alp Güney
6699afde77 Relax some of the limits 2022-07-09 09:50:02 +03:00
Madeline
90eabd933b * Make max website preview download size for embeds configurable
* Fix Message.update call throwing 'Cannot query across one-to-many for property attachments'
2022-07-09 09:45:28 +03:00
Madeline
9eb7c5de0f Merge branch 'fix/messageLinkMetas' into slowcord 2022-07-09 16:04:03 +10:00
Madeline
6b5e48167c * Make max website preview download size for embeds configurable
* Fix Message.update call throwing 'Cannot query across one-to-many for property attachments'
2022-07-09 16:01:32 +10:00
Madeline
b85b156b33 Merge branch 'feat/latestWebClient' into slowcord 2022-07-06 23:52:37 +10:00
Madeline
e5dfaf2d54 Fix types for welcome screen 2022-07-06 23:52:25 +10:00
Madeline
13a399cb59 Use 1:1 dms instead of group dms 2022-07-03 15:01:51 +10:00
Madeline
117d431685 Disable compact mode 2022-07-03 14:59:19 +10:00
Madeline
0ee023b2bd Whoops, syntax error 2022-07-03 01:40:01 +10:00
Madeline
79b7b025d4 Mass invite perm 2022-07-03 01:04:12 +10:00
Madeline
b95cfbee19 type longtext does not support length 2022-07-02 22:59:50 +10:00
Madeline
bcf9207089 Attempt to fix messages being deleted 2022-07-02 22:57:24 +10:00
Madeline
c1fab4043a set message max length manually 2022-07-02 22:09:16 +10:00
Madeline
ae6e346cb3 Update default rights 2022-07-02 18:37:20 +10:00
Madeline
d138b2b842 Start of custom login and discord oauth flow 2022-06-26 23:14:10 +10:00
Madeline
eb00351d87 Merge branch 'feat/defaultRights' into slowcord 2022-05-31 20:01:25 +10:00
Madeline
035a8ead46 Merge branch 'master' into slowcord 2022-05-31 20:01:16 +10:00
Madeline
bbcb7b684d Added a configurable default rights value 2022-05-31 17:30:21 +10:00
Madeline
f420cfd36c Respect register_dateOfBirth_required = false 2022-05-30 23:29:35 +10:00
Erkin Alp Güney
1573edb505 Extended settings will not be type checked 2022-05-15 17:53:24 +03:00
Erkin Alp Güney
215df37be5 Extended settings 2022-05-15 17:52:17 +03:00
Erkin Alp Güney
36ebef6eaf Update AuditLog.ts 2022-05-15 16:28:57 +03:00
Erkin Alp Güney
41564c7956 user groups 2022-05-15 09:12:28 +03:00
Erkin Alp Güney
69b5bb96ae more event types 2022-05-10 19:43:28 +03:00
Erkin Alp Güney
cb4325f15d Forum and guild directory types 2022-04-27 21:35:36 +03:00
Madeline
903fee9a16 Categories skip most of the ALLOW_INVALID_CHANNEL_NAMES checks on discord.com ( they also trim whitespace ) 2022-04-24 15:09:45 +10:00
Erkin Alp Güney
e69c8a31a5 Update Message.ts 2022-04-23 16:40:54 +03:00
Erkin Alp Güney
764d2801a6 self commands and /me messages 2022-04-23 16:37:16 +03:00
Erkin Alp Güney
a1274f7129 text+voice code is already there 2022-04-22 23:03:36 +03:00
Madeline
2846e970b4 Can no longer send messages to channel types that do not support it ( categories, voice etc ) 2022-04-23 01:28:03 +10:00
Erkin Alp Güney
266e9c4739 Update UserGroup.ts 2022-04-21 18:51:40 +03:00
Erkin Alp Güney
d3682e4c21 user groups - first steps 2022-04-21 18:50:12 +03:00
Erkin Alp Güney
6b57c358fc Update Guild.ts 2022-04-10 13:54:05 +03:00
1itt1eB0y
f30c3223b3 bug fix
Fix `QueryFailedError: constraint "FK_05535bc695e9f7ee104616459d3" for relation "messages" already exists`
2022-04-09 21:18:33 +03:00
Madeline
9f2e9d5faf Resolves #715 2022-04-09 17:03:31 +03:00
Erkin Alp Güney
34a36f7a85 Update User.ts 2022-04-09 13:46:50 +03:00
Erkin Alp Güney
627e06f783 optional 2022-04-08 10:53:49 +03:00
Erkin Alp Güney
9b2976d6b1 add joined_by to allow for separate treatment of force-joiners 2022-04-08 10:53:05 +03:00
Erkin Alp Güney
7bb42cb1ff with public read receipts explicitly stored, no need to store manual flag of the read mark 2022-04-07 17:49:44 +03:00
Madeline
ecf59d30c5 User Notes (#707)
* Notes implementation.
Bug: Client does not save note locally after uploading to server. Client does save after reloading page. Is this due to the response being sent by PUT?

* I don't know why the client doesn't do optimistic UI updates with this, or any updates at all without reloading the page

* Added USER_NOTE_UPDATE event, thanks @TheRealGeoDash2019 !
2022-04-05 12:58:34 +03:00
Erkin Alp Güney
99a5030530 Revert "Make member.premium_since ISO8601 timestamp" (#710)
This reverts commit f1caebe98dfcdeab3c0237f31d77c54e32a12471.
2022-04-04 18:22:37 +03:00
Erkin Alp Güney
a7481ecaa1 Add our custom channel types 2022-04-03 14:49:16 +03:00
Erkin Alp Güney
6e851f9435 More message types 2022-04-02 12:06:14 +03:00
Erkin Alp Güney
beba1feb82 first steps for E2EE support — channel security settings event 2022-04-02 10:22:54 +03:00