1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00
Commit Graph

81 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
Erkin Alp Güney
7944ae3242 automated security fixes applied (#619) 2022-02-04 23:14:48 +03:00
TheArcaneBrony
db0392d688 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
Madeline
108829140a revert dependabot PRs that update node-fetch to v3 2022-01-24 17:06:31 +11:00
dependabot[bot]
e4d8e29bb6 Bump node-fetch from 2.6.5 to 2.6.7 in /bundle
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23 07:46:26 +03:00
Chris Chrome
aaf5df14e1 Add Role Icons (#574)
* Role Icons

Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> 
*  Cache coherency rules

Co-authored-by: MANIKILLER <manikillrorg@gmail.com>
Co-authored-by: ImAaronFR <96433859+ImAaronFR@users.noreply.github.com>
2022-01-05 13:44:14 +03:00
The Arcane Brony
07768ecb68 Add env name in sentry, set default sentry endpoint 2021-12-26 18:19:31 +01:00
The Arcane Brony
e042db33b6 Replace nanocolors with picocolors 2021-12-25 12:09:48 +01:00
The Arcane Brony
a9a92ff2cb Add Sentry, fix compile errors 2021-12-22 18:43:39 +01:00
The Arcane Brony
02235067f9 Repo cleanup, remove fs-extras 2021-12-21 11:56:33 +01:00
The Arcane Brony
8146eb082e Fix dependencies 2021-11-11 22:32:46 +01:00
KagurazakaNyaa
1e3aba2422 Proxy support for external network access 2021-10-24 02:17:07 +08:00
Flam3rboy
01fb2dbf4d use better-sqlite3 as default db 2021-10-18 22:55:54 +02:00
Flam3rboy
4aeb7b3b4a ⬆️ update sqlite3 2021-10-17 01:39:41 +02:00
Flam3rboy
aec3834fe5 ⬆️ update mnjsf 2021-10-16 21:48:57 +02:00
Flam3rboy
c48eb95af0 🔒 update modules 2021-10-15 23:51:31 +02:00
Flam3rboy
182de09ccc 🐛 fix unittests 2021-10-15 13:00:23 +02:00
Hayden Young
c020d2f959 chore: update ts-node during npm run setup 2021-10-15 09:46:28 +00:00
Flam3rboy
587e0a7120 added vanity db migration 2021-10-10 18:28:50 +02:00
Flam3rboy
58c3974e1b 🐛 fix Emoji missing in identify 2021-10-10 14:31:13 +02:00
Flam3rboy
9e9c3ff57f migrate script 2021-10-10 14:21:24 +02:00
Flam3rboy
a61cbbe40c 🐛 convert bigint literal to object 2021-10-10 11:08:55 +02:00
Flam3rboy
dbe2258d97 🎨 clean up dependencies 2021-10-10 11:03:04 +02:00
Flam3rboy
3b74fa9299 bundle build script 2021-10-08 10:43:43 +02:00
Flam3rboy
8bb38139c2 🐛 fix swc config 2021-10-07 18:21:17 +02:00
The Arcane Brony
7db9086dd0 Compiler test 2021-10-06 18:20:22 +02:00
Flam3rboy
d99e5c565a ⬆️ update packages 2021-10-06 17:39:32 +02:00
Flam3rboy
d2a1c6cb20 🎨 add build script to bundle setup 2021-10-05 20:32:22 +02:00
Flam3rboy
2bd5c06bf1 ⬆️ update mnjsf 2021-10-05 19:32:42 +02:00
Flam3rboy
dade6d30d2 🐛 fix bundle setup 2021-10-05 16:35:38 +02:00
Flam3rboy
7b63016872 generalize primary column to work with mongodb object id 2021-10-04 22:43:51 +02:00
Flam3rboy
b1c1b681b9 Merge branch 'master' of http://github.com/fosscord/fosscord-server 2021-10-04 22:06:17 +02:00
Flam3rboy
7b58dc3a3d ⬆️ update dependencies 2021-10-04 22:01:05 +02:00
Flam3rboy
b584af656d 🚧 different db engines 2021-10-04 21:57:24 +02:00
uurgothat
1882beef0c replace chalk with nanocolors 2021-10-04 22:39:50 +03:00