1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 02:01:33 +02:00
Commit Graph

62 Commits

Author SHA1 Message Date
KaKi87
5adcd70a51 Use SPDX license syntax in 'package.json' files 2022-06-02 17:33:50 +02:00
Thesourtimes
265f603b0a Do stuff for npm workspace 2022-04-26 22:47:35 +03: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
dependabot[bot]
46860979be Bump node-fetch from 2.6.2 to 3.1.1 in /api
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 3.1.1.
- [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.2...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23 07:41:40 +03:00
Thesourtimes
0292633721 Update documents 2022-01-04 20:51:04 +03: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
Thesourtimes
442879e80a General work on API 2021-12-18 19:17:04 +03:00
KagurazakaNyaa
1e3aba2422 Proxy support for external network access 2021-10-24 02:17:07 +08:00
Flam3rboy
f4ce00800d 🐛 fix docker image 2021-10-17 02:12:10 +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
Hayden Young
46a8d0f883 chore(merge): remote -> local 2021-10-15 11:03:23 +00:00
Flam3rboy
182de09ccc 🐛 fix unittests 2021-10-15 13:00:23 +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
1296600de9 ⬆️ lambert-server@1.2.11 2021-10-05 20:47:12 +02:00
Flam3rboy
2bd5c06bf1 ⬆️ update mnjsf 2021-10-05 19:32:42 +02:00
Flam3rboy
7b63016872 generalize primary column to work with mongodb object id 2021-10-04 22:43:51 +02:00
Flam3rboy
b584af656d 🚧 different db engines 2021-10-04 21:57:24 +02:00
Flam3rboy
81923a0729 🐛 fix channel permission overwrites 2021-09-26 11:34:06 +02:00
Flam3rboy
390493b8d4 🐛 fix install script 2021-09-23 16:30:28 +02:00
Flam3rboy
c398c1512e 🐛 fix (pre) install scripts 2021-09-23 16:03:50 +02:00
Flam3rboy
e9c3f7ee1c example value in documentation 2021-09-21 23:29:17 +02:00
Flam3rboy
912d1c31d8 🎨 rewrite imports 2021-09-20 23:34:54 +02:00
Flam3rboy
16a3d1b334 Merge branch 'master' into unittests 2021-09-20 21:49:42 +02:00
The Arcane Brony
0d3562de76 Add request logging (with env var: log-requests)
Request logging is enabled when the log-request environment variable is set.
2021-09-18 18:13:15 +02:00
Flam3rboy
1e331b7c9d 🎨 use typescript plugin that converts to relative paths 2021-09-18 01:50:20 +02:00
Flam3rboy
859fdd679b 🐛 fix body parse treating null not as undefined (except for icons/avatars) 2021-09-17 23:42:40 +02:00
Flam3rboy
b446a3110b ⬆️ update package 2021-09-16 20:55:50 +02:00
Flam3rboy
6ba9c834bd #307 done 2021-09-12 23:28:56 +02:00
Flam3rboy
60535f5159 🎨 remove long relatives paths -> short module paths 2021-09-12 21:09:29 +02:00
Flam3rboy
56d9fa3334 🐛 fix release 2021-09-04 17:39:03 +02:00
Flam3rboy
bb76b07f6d 🐛 fix patch-package 2021-09-04 11:32:11 +02:00
Flam3rboy
c7ed245433 ⬆️ update dependencies 2021-09-03 03:38:40 +02:00
Flam3rboy
f056885fb0 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-02 00:14:34 +02:00
Flam3rboy
854239e0e1 ⬆️ update dependencies 2021-09-01 23:35:20 +02:00
xnacly
5618e748b4 see parent 2021-09-01 22:13:27 +02:00
Flam3rboy
cc8c5359ce 🐛 db query fixes 2021-08-31 17:58:47 +02:00
xnacly
9e4c7d119b added setup for jest tests 2021-08-30 16:21:54 +02:00
xnacly
5e2dd88908 added jest config, installed supertest 2021-08-30 16:12:05 +02:00
Flam3rboy
be238a89b9 fix login register + message 2021-08-29 16:58:46 +02:00
Flam3rboy
0ecc5d8c0e 🚧 api 2021-08-27 11:10:42 +02:00
Flam3rboy
c4896b7f55 revert 2cff55f 2021-08-18 16:10:11 +02:00
Flam3rboy
35702adf50 🐛 update build script 2021-08-18 13:47:31 +02:00
Flam3rboy
04072b60e8 🐛 build bundle 2021-08-15 22:36:35 +02:00
Flam3rboy
04355a6661 🐛 fix bundle postinstall 2021-08-15 22:32:57 +02:00
Flam3rboy
94a5d56412 ⬆️ update mongoose types 2021-08-15 22:18:53 +02:00