186 Commits

Author SHA1 Message Date
Madeline
d113f447fd Fix default rights sucking, fix patch /guilds/:id/members/:id not checking perm for nick 2022-09-24 23:53:30 +10:00
Madeline
b1933bb1ce Add mysql sentry integration 2022-09-23 12:10:36 +10:00
Madeline
e97d170788 Flter close messages in sentry 2022-09-22 15:20:45 +10:00
Madeline
51026db95d Fixed? sentry stuff 2022-09-22 02:31:56 +10:00
Madeline
e88f72c4f0 More sentry shit 2022-09-21 15:01:59 +10:00
Madeline
f334cd6f0f Remove webrtc from bundle 2022-09-21 14:41:21 +10:00
Madeline
8bfdc58277 Sentry route filtering 2022-09-21 14:28:53 +10:00
Madeline
17922d1d1b Add webrtc to bundle 2022-09-16 13:38:06 +10:00
Madeline
b504edae92 Primitive banned words blocking 2022-09-12 00:12:45 +10:00
Madeline
ee98101e4c LazyRequest on mobile + socket not closed fixes 2022-08-22 15:33:06 +10:00
Madeline
7ce8543510 fosscord-server/pulls/858 2022-08-21 17:35:04 +10:00
Madeline
a5d259d7d2 Merge branch 'fosscord:master' into slowcord 2022-07-24 22:17:56 +10:00
Madeline
2ef970a2f0 Test embeding image/png etc responses 2022-07-24 22:13:06 +10:00
Madeline
e304ee3203 Really shitty external image resizing 2022-07-24 13:45:46 +10:00
dependabot[bot]
d0d512947f Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802)
Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4)

---
updated-dependencies:
- dependency-name: file-type
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-23 09:47:14 +03:00
Madeline
a62223b1ac Don't reset voice regions on server start 2022-07-22 20:31:49 +10:00
Madeline
8a569d884a Merge branch 'feat/captchaVerify' into slowcord 2022-07-20 15:33:27 +10:00
Nobody
469e55fffa chore: fix package.json scripts
npx should be used to execute local package binaries
2022-07-19 10:20:36 +03:00
Madeline
3e47da130c Change bundle start to only start listening once DB and config have been loaded 2022-07-10 22:14:18 +10:00
Madeline
79b7b025d4 Mass invite perm 2022-07-03 01:04:12 +10:00
Madeline
ee7431f0fa Merge branch 'master' into slowcord 2022-06-26 20:51:39 +10:00
KaKi87
5adcd70a51 Use SPDX license syntax in 'package.json' files 2022-06-02 17:33:50 +02:00
Madeline
035a8ead46 Merge branch 'master' into slowcord 2022-05-31 20:01:16 +10:00
Erkin Alp Güney
f09daaa3de needs to be async 2022-04-28 21:38:39 +03:00
Madeline
b941560d48 Merge branch 'master' into slowcord 2022-04-19 20:09:22 +10:00
TheArcaneBrony
63d9baa186 Try catch cpu log 2022-04-19 01:43:46 +02:00
TheArcaneBrony
1cc159348a Use 1 thread on platform where fetching thread/core count fails 2022-04-19 00:57:58 +02:00
Madeline
54ffd87e8e Fix typo in table 'client_relase' -> 'client_release' ( and other of the same typo ) (#703)
* Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo.

* Fixed migration ( but dirty lol )
2022-03-30 17:21:40 +03:00
dependabot[bot]
0458d62344 Bump minimist from 1.2.5 to 1.2.6 in /bundle
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 14:20:32 +00:00
Madeline
b455f4a181 Merge branch 'maddyrtc' into slowcord 2022-03-12 13:10:05 +11:00
Madeline
b529a37264 augh 2022-03-07 19:15:33 +11:00
Madeline
ce9d7339d3 Merge branch 'master' into maddyrtc 2022-03-06 22:09:36 +11:00
Madeline
24ecf9133f Merge branch 'master' into slowcord 2022-03-06 18:59:14 +11:00
Madeline
4ede702657 Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably was api package.json still included node-fetch 3, but bundle still had v2 2022-03-06 10:52:19 +03:00
Madeline
68f6fe58d5 Tsnode support (#580)
* ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet.

* apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was.

* Cleaned up tsconfig.json a bit ( moved tsnode config to own file ).
Fixed breakpoints for all modules under tsnode

* Removed Microsoft Corp advert
* Remove one more Microsoft Corp. ad

Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com>

* Added `tsnode` npm script

* Added `typescript-cached-transpile` package to help improve performance

Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-03-06 09:18:35 +03:00
Madeline
44aa39515b Merge branch 'master' into slowcord 2022-03-06 15:34:42 +11:00
Xenorio
70e0bd2003 Add nan to dependencies
sqlite requires it, setup not going through without it, and manual install isn't working. does work when adding to dependencies tho.
2022-03-04 09:15:07 +03:00
dependabot[bot]
2c8bdf26e4 Bump url-parse from 1.5.7 to 1.5.10 in /bundle
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:55:22 +00:00
Erkin Alp Güney
d5a37aadce Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans
Allow self-banning
2022-02-25 18:13:59 +03:00
dependabot[bot]
a5af14eddb Bump url-parse from 1.5.3 to 1.5.7 in /bundle
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 10:56:51 +03:00
Madeline
face67392f Merge branch 'master' into slowcord 2022-02-18 10:47:18 +11:00
Madeline
d3f9fb63f3 Merge branch 'master' into maddyrtc 2022-02-17 18:57:04 +11:00
Madeline
d491bcd8be 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
dependabot[bot]
ff30109f9b 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
Madeline
204fe2aed1 Merge branch 'master' into maddyrtc 2022-02-13 22:29:14 +11:00
Madeline
7ccdccdcb3 added a absolutely terrible background image and name text to login/register page 2022-02-11 22:45:19 +11:00
Madeline
84b8173f80 Merge branch 'master' into slowcord 2022-02-11 22:03:21 +11:00
Erkin Alp Güney
340c0d7899 Merge branch 'master' into origin/dev/erkinalp/self-bans 2022-02-04 23:43:31 +03:00
Erkin Alp Güney
7944ae3242 automated security fixes applied (#619) 2022-02-04 23:14:48 +03:00
Madeline
204f39daaa Merge branch 'tsnode' into slowcord 2022-02-04 20:08:13 +11:00