Commit Graph

2570 Commits

Author SHA1 Message Date
Madeline 34f84fc0ea Merge branch 'master' into maddyrtc 2022-02-17 18:57:04 +11:00
Madeline 407af95d94 Discord.js gateway connection when connecting to voice will close 4002 decode error due to not sending self_video field. temp solution: remove it from server.
this commit will probably be reverted later; I'm just trying to see if a proper ( not self signed ) SSL cert on slowcord.maddy.k.vu will fix this SSL error I'm receiving.
2022-02-17 18:54:16 +11:00
Erkin Alp Güney c9fdfe196d Merge pull request #608 from Featyre/master
Branding updates + Fixed Discovery and custom status + Dev portal
2022-02-16 21:16:20 +03:00
RealMANI 0f77e9c5fc Typo 2022-02-16 10:46:08 +03:00
RealMANI b46fd104aa Mutual Friends
Added mutual friends
2022-02-16 10:46:08 +03:00
RealMANI 76d5d83dc7 Mutual Guilds (#637) 2022-02-16 10:45:54 +03:00
RealMANI e8b24b3684 [Fix] Invisible space username (#639)
You can send only spaces to the server and have a invisible username, this way you can remove the spaces and check and if it wasn't null after you know it's not just spaces
2022-02-16 10:45:37 +03:00
dependabot[bot] f738d7d546 Bump follow-redirects from 1.14.6 to 1.14.8 in /cdn (#635)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:04:23 +03:00
dependabot[bot] daf08cfde1 Bump vm2 from 3.9.5 to 3.9.7 in /bundle (#634)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:02:19 +03:00
dependabot[bot] 39ea06b906 Bump vm2 from 3.9.5 to 3.9.7 in /api (#633)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:02:08 +03:00
dependabot[bot] 055cd12c9a Bump vm2 from 3.9.5 to 3.9.7 in /gateway (#632)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:01:55 +03:00
dependabot[bot] 01f96f2dcd Bump vm2 from 3.9.5 to 3.9.7 in /util (#631)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:01:41 +03:00
Madeline 983fa00e1f Merge branch 'master' into maddyrtc 2022-02-13 22:29:14 +11:00
Erkin Alp Güney 912c8d8bbb Added a few extensions 2022-02-12 19:53:40 +03:00
RealMANI 29c90ea1ff Appropriate DB charset (#629)
causes bugs like turning emojis to "????"
2022-02-11 08:13:46 +03:00
Erkin Alp Güney b3c4b5ded9 Manually lock node to >15 2022-02-10 23:43:49 +03:00
Erkin Alp Güney 8ac6284a0a Add more rights (#541)
Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Added the backfilling-related rights
* Added kick/ban rights
* Added the presence right
* Guild directory
* Interactions rights
2022-02-10 21:14:48 +03:00
ImAaronFR 45d84446bc [Fix] Trying to remove a null element (#625)
Fix for: Uncaught TypeError: document.querySelector(...) is null
2022-02-10 07:56:48 +03:00
ImAaronFR 760cdeda92 [Fix] Client bug (#623)
If you don't delete this property for some reasons after you send a message in a guild, your roles will be removed (client sided) for everyone, this fixes it.
2022-02-09 09:22:27 +03:00
ImAaronFR ba98f020cb [Fix] Column "groups" contains null-values (#622) 2022-02-08 08:14:07 +03:00
dependabot[bot] 10de7abdab Bump simple-get from 3.1.0 to 3.1.1 in /util (#620)
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-04 23:16:46 +03:00
Erkin Alp Güney 7ba6b298bf automated security fixes applied (#619) 2022-02-04 23:14:48 +03:00
Erkin Alp Güney 706a59f44d Merge pull request #616 from MaddyUnderStars/noNullsInMessageFetch
Improve compatibly with some clients ( discord.js )
2022-02-04 12:07:52 +03:00
Madeline 1d86692af0 Remove nulled properties from GET /channels/#id/messages for improved compatibility with some client ( discord.js ) 2022-02-04 19:59:13 +11:00
Madeline 958d570574 ;jondfgsk 2022-02-04 18:46:09 +11:00
Featyre 7b3531cb90 Return none for dev portal + todo for categories 2022-02-02 02:09:57 +08:00
Featyre 299b9b8d57 Fix primarycolum being assigned to nullable = true 2022-02-02 01:06:42 +08:00
Featyre fb5667e18c make everything in categories nullable 2022-02-02 01:02:32 +08:00
Featyre 862c80b343 Merge branch 'fosscord:master' into master 2022-02-01 16:54:50 +00:00
Erkin Alp Güney 71d3e81b53 Merge pull request #612 from ImAaronFR/patch-3
Update index.html
2022-01-31 19:48:02 +03:00
ImAaronFR 2d18444b6e Update index.html
Compatible client version with Role Icons
2022-01-31 03:04:39 +03:30
Erkin Alp Güney a2644052d0 A few minor changes 2022-01-27 16:54:42 +03:00
Featyre b01a26cdce Dev portal + categories load db 2022-01-26 08:58:36 +08:00
Erkin Alp Güney efd6b4bfbe Merge pull request #555 from unknownPerson115/patch-1
Fixed potential guild message SQL constraints
2022-01-24 20:51:16 +03:00
Featyre 5c525c1eef change line 2022-01-25 00:30:16 +08:00
Featyre 1c0cc35101 Merge branch 'fosscord:master' into master 2022-01-24 14:59:34 +00:00
Featyre b81e2e25d6 Merge branch 'master' of https://github.com/Featyre/fosscord-server 2022-01-24 22:59:18 +08:00
Featyre cc492f07dc Partnet + Discover fix and join 2022-01-24 22:59:14 +08:00
TheArcaneBrony cc1d7f9cc0 Add dummy endpoints to prevent client loading some settings panels indefinitely 2022-01-24 16:33:29 +03:00
Featyre a8626d0230 Merge branch 'fosscord:master' into master 2022-01-24 12:26:52 +00:00
TheArcaneBrony 82ad769dff Speed up setup by not installing optional packages (#605)
Only downside is no db engines are included by default, removing compile time for packages like sqlite3.
2022-01-24 15:25:00 +03:00
Featyre 5e868d431b Prep for Category db work 2022-01-24 11:27:12 +00:00
Featyre f3981b586e Merge branch 'fosscord:master' into master 2022-01-24 09:02:52 +00:00
Kuna dd33a34b09 Merge pull request #606 from MaddyUnderStars/hotfix/node-fetch 2022-01-24 12:01:14 +03:00
Featyre e3f20f849d category + discovery + custom status fix, new config 2022-01-24 07:21:48 +00:00
Madeline e567755ab6 revert dependabot PRs that update node-fetch to v3 2022-01-24 17:06:31 +11:00
Featyre ba70cf4b97 Merge branch 'fosscord:master' into master 2022-01-24 05:25:22 +00:00
Madeline 8f87d2ceed * Replaced list of invisible characters with unicode codepoints
* No longer silently edit invalid channel names
* No longer trim channel names in unnamed check
2022-01-23 23:29:14 +03:00
Madeline c3f947a269 channel.owner_id is type string not number 2022-01-23 23:29:14 +03:00
Madeline 14a4321c0f Add unhandled channel types to IsTextChannel method 2022-01-23 23:29:14 +03:00