1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-23 02:42:28 +01:00
Commit Graph

2937 Commits

Author SHA1 Message Date
TheArcaneBrony
fcef1f4d27
Fix missing stuff 2022-08-15 06:22:22 +02:00
TheArcaneBrony
79d97a9252
Update db migration script 2022-08-15 06:14:02 +02:00
TheArcaneBrony
6d3706c2c8
Fix rebase conflicts 2022-08-15 06:13:50 +02:00
TheArcaneBrony
5e629decfc
Do the funny thing (make user->invite cascade delet) 2022-08-15 06:13:39 +02:00
TheArcaneBrony
bed14559f8
downgrade ajv so patches apply 2022-08-15 06:10:17 +02:00
Erkin Alp Güney
9e00f759d7
Update .vscode/launch.json 2022-08-15 06:10:00 +02:00
TheArcaneBrony
08d5aca132
Update scripts, update workspace, add launch.json 2022-08-15 06:09:11 +02:00
Flam3rboy
5e86d7ab9c
restructure to single project 2022-08-13 22:00:55 +02:00
TheArcaneBrony
5abd6bb7e0
try to update build script 2022-08-13 21:57:51 +02:00
TheArcaneBrony
b1b9cf7333
Add test plugin 2022-08-13 21:57:51 +02:00
TheArcaneBrony
0b401956f5
Add template plugin base 2022-08-13 21:57:51 +02:00
TheArcaneBrony
a10891a5a7
Replace deprecated property 2022-08-13 21:57:51 +02:00
TheArcaneBrony
1f4ba6395b
Forgot some schemas, removed no longer used paths from generate schema script 2022-08-13 21:57:51 +02:00
TheArcaneBrony
10bd812747
Split schemas into files in util 2022-08-13 21:57:51 +02:00
TheArcaneBrony
dd0a6e9709
Move some invite defaults into class 2022-08-13 21:57:51 +02:00
TheArcaneBrony
1d52b0d072
Fix updated client stuff... 2022-08-13 21:57:51 +02:00
TheArcaneBrony
44859db499
Push local state... 2022-08-13 21:57:51 +02:00
TheArcaneBrony
34ca1a8a6c
Make ConfigValue a directory, move defaults to those classes instead of a separate object 2022-08-13 21:57:51 +02:00
TheArcaneBrony
99c40c2082
Make fosscord read config from json if CONFIG_PATH is set 2022-08-13 21:57:51 +02:00
TheArcaneBrony
de9a6f28e5
Do the funny thing (make user->invite cascade delet) 2022-08-13 20:45:51 +02:00
Chris Chrome
3d38a9dc9c
Merge pull request #839 from fosscord/dev/dms
Fix DMs
2022-08-13 01:05:11 -06:00
ChrisChrome
78247f0dfc
Thats it, thats the fix, thanks erkinalp 2022-08-13 01:02:24 -06:00
ChrisChrome
c1034569d6
That... Was a bad idea 2022-08-13 00:36:25 -06:00
ChrisChrome
c2265af725
Hmmmmmm 2022-08-13 00:31:32 -06:00
ChrisChrome
8fb219e2cd
That don't work 2022-08-13 00:27:24 -06:00
Chris Chrome
a7565ea37d
Merge pull request #830 from fosscord/dev/applications
Bot control panel
2022-08-13 00:24:39 -06:00
ChrisChrome
d9760fe914
Handle avatar uploads 2022-08-12 23:44:50 -06:00
ChrisChrome
443c7d8a1e
Made nitro stuff make some sense 2022-08-12 23:28:12 -06:00
RealMANI
c2295a0498 Update index.ts
Adding member field to message gateway
2022-08-12 16:52:17 +03:00
ChrisChrome
0b3903b098
Invalidate tokens on password change 2022-08-10 19:11:04 -06:00
TheArcaneBrony
d20a42af18
Make teams nullable 2022-08-10 16:07:01 +02:00
TheArcaneBrony
83f7ee2e61
Add migrations 2022-08-10 13:24:24 +02:00
ChrisChrome
5974acc91e
Whoops 2022-08-10 04:50:29 -06:00
ChrisChrome
f79baa7b2c
Whoops, missed one 2022-08-10 04:35:10 -06:00
ChrisChrome
e041945ecc
I'm probably forgetting a lot of things, but hey, it works 2022-08-10 04:29:14 -06:00
ChrisChrome
4fe40c2a20
It works now... I guess
Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2022-08-10 03:52:03 -06:00
ChrisChrome
4f6e59e936 Add basic developer panel functionality - doesn't work yet
>
>
> Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2022-08-10 02:53:29 -06:00
TheArcaneBrony
eb07664e93
Make sigterm exit after 3 seconds to resolve hang under systemd 2022-08-10 04:59:32 +02:00
TheArcaneBrony
92b4c5ca35
Fix heartbeat not accepting d == null 2022-08-10 04:36:41 +02:00
TheArcaneBrony
56322bc263
Don't use default config as config. 2022-08-10 02:35:42 +02:00
Flam3rboy
9a5ccd6a9d fix(util): OrmUtils 2022-08-10 00:31:01 +02:00
Flam3rboy
9f8aa22b33
wip(util): benchmark 2022-08-09 23:52:23 +02:00
Flam3rboy
6765bfafa7
fix(util): util imports 2022-08-09 23:52:09 +02:00
TheArcaneBrony
3a5ca274da
Add index in member query, fixes missing column in query 2022-08-09 23:42:12 +02:00
TheArcaneBrony
7a210b6368
Remove debug log from rights util script 2022-08-09 23:32:43 +02:00
TheArcaneBrony
438ed3e4c4
Add rights calculator util script 2022-08-09 23:29:22 +02:00
TheArcaneBrony
2dc1046b3e
Remove some old test logs that expose info to console 2022-08-09 23:28:27 +02:00
TheArcaneBrony
5bddb3a758
Fix missing import in refactor 2022-08-09 23:28:27 +02:00
TheArcaneBrony
aeaa995461
Remove accidental debug logging 2022-08-09 23:28:27 +02:00
TheArcaneBrony
ee01a689e2
rename initDatabase to clarify function 2022-08-09 23:28:27 +02:00