1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-13 14:12:41 +01:00
Commit Graph

1747 Commits

Author SHA1 Message Date
Flam3rboy
aa602fcace npm i @fosscord/server-util@1.3.3 2021-05-25 01:11:16 +02:00
Flam3rboy
3fef3de526 1.3.3 2021-05-25 01:10:25 +02:00
Flam3rboy
d24003eda4 🐛 fix default endpoint 2021-05-25 01:10:00 +02:00
Flam3rboy
0a51c58244 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-05-24 20:57:23 +02:00
Flam3rboy
ad7a5f0ee5 🐛 fix route loading 2021-05-24 20:57:22 +02:00
Flam3rboy
8512bed8f1
Merge pull request #149 from fosscord/l10n_master
New Crowdin updates
2021-05-24 20:56:22 +02:00
Flam3rboy
4d8318765e New translations auth.json (Chinese Simplified) 2021-05-24 20:55:09 +02:00
Flam3rboy
15c0a19f9f New translations common.json (Chinese Simplified) 2021-05-24 20:55:08 +02:00
Flam3rboy
a4da9fb5e5 New translations common.json (Portuguese, Brazilian) 2021-05-24 20:55:05 +02:00
Flam3rboy
1c836047a7 New translations auth.json (Portuguese, Brazilian) 2021-05-24 20:55:00 +02:00
Flam3rboy
d92c1cc413 New translations common.json (Portuguese) 2021-05-24 20:54:53 +02:00
Flam3rboy
45e6753975 New translations auth.json (Portuguese) 2021-05-24 20:54:52 +02:00
Flam3rboy
094ec2449e npm i @fosscord/server-util@1.3.2 2021-05-24 20:48:37 +02:00
Flam3rboy
bd32d183b6 npm i @fosscord/server-util@1.3.2 2021-05-24 20:48:35 +02:00
Flam3rboy
26e709921f 1.3.2 2021-05-24 20:47:56 +02:00
Flam3rboy
85a0ccdc66 new config 2021-05-24 20:47:21 +02:00
Flam3rboy
8f87546aeb use new config 2021-05-24 20:47:06 +02:00
Flam3rboy
e287d3e5bd use new config 2021-05-24 20:46:07 +02:00
Flam3rboy
1ba36abdf0 additional token checks: user disabled/deleted or if the token was revoked 2021-05-24 19:32:35 +02:00
Newe
7ddc2aaf39 [edit] Edited README 2021-05-24 17:52:06 +02:00
Flam3rboy
2e1a821601
Merge pull request #20 from ItsNewe/master
[edit] Deprecate gRPC in favor of MongoDB
2021-05-24 17:51:06 +02:00
Newe
a5d98b9dcc [edit] Deprecate gRPC in favor of MongoDB 2021-05-24 17:46:50 +02:00
Flam3rboy
f756b20a2b
Merge pull request #69 from DiegoMagdaleno/master
Config updates and StrictNullChecks
2021-05-23 20:48:51 +02:00
Flam3rboy
e1f0eb3c2a
Merge pull request #147 from DiegoMagdaleno/master
New way to do config no more hardcoded localhost
2021-05-23 20:48:25 +02:00
Diego Magdaleno
a2a22c9afa Fix: No more typecasting required 2021-05-23 13:46:26 -05:00
Diego Magdaleno
28424ed950 Fix: No more type casting required, rather take the gernics 2021-05-23 13:43:38 -05:00
Flam3rboy
6fcb63bf81 1.3.1 2021-05-23 20:38:33 +02:00
Flam3rboy
df2c65e82d
Merge pull request #8 from DiegoMagdaleno/master
Config: Don't cast to unknow and rather give a gernic type
2021-05-23 20:37:07 +02:00
Diego Magdaleno
e4e21b4fbc Config: Don't cast to unknow and rather give a gernic type 2021-05-23 13:35:07 -05:00
Diego Magdaleno
69fce77aef Merge branch 'fosscord-master' 2021-05-23 13:12:00 -05:00
Diego Magdaleno
0b90d567c2 Meta: fix merge issues 2021-05-23 13:11:52 -05:00
Diego Magdaleno
53b1f8db2f Docker: Remove the .docker directory and that goes in the main fosscord repo 2021-05-23 13:05:53 -05:00
Diego Magdaleno
55cf3b4b02 Update: Update fosscord-server-util to latest and fix issues with NULL and undefined 2021-05-23 12:44:02 -05:00
Diego Magdaleno
cae7ed6657 Update: update server-util to latest 2021-05-23 12:32:54 -05:00
Flam3rboy
7709ff997c 1.3.0 2021-05-23 19:31:20 +02:00
Flam3rboy
72e50845ae
Merge pull request #7 from DiegoMagdaleno/master
Models: Update avatar to reflect the new NULL changes
2021-05-23 19:30:32 +02:00
Diego Magdaleno
17773e9dbf Models: Update avatar to reflect the new NULL changes 2021-05-23 12:25:16 -05:00
Flam3rboy
ee7600331c 1.2.9 2021-05-23 18:43:30 +02:00
Flam3rboy
5cf40aa1dc
Merge pull request #6 from DiegoMagdaleno/master
Fix compilation with StrictNullChecks and make the properties have more sense
2021-05-23 18:42:30 +02:00
Diego Magdaleno
a6e68abbdc Models: User can have a NULL email in case it is an unclaimed account 2021-05-23 11:41:36 -05:00
Flam3rboy
873c55e2c6
Merge pull request #146 from luth31/upstream
Remove redundant Dockerfile commands and add missing port command
2021-05-23 15:41:19 +02:00
Paul Munteanu
f1c4e805ed
Undo mistake in Dockerfile 2021-05-23 16:08:04 +03:00
Paul Munteanu
84b6c16c3b
Undo mistake in Dockerfile 2021-05-23 16:06:23 +03:00
Flam3rboy
0b783221f8
Merge pull request #145 from bloomsirenix/master
Added Fully Functional Delete User Request and an Dummy Disable User one
2021-05-23 10:06:08 +02:00
Diego Magdaleno
7d795903ef Config: Implement new configuration options 2021-05-22 22:30:36 -05:00
Diego Magdaleno
217b476cd2 Merge branch 'master' of github.com:DiegoMagdaleno/fosscord-gateway 2021-05-22 22:23:53 -05:00
Diego Magdaleno
c93a47d9a0 Meta: Enable strictNullChecks 2021-05-22 22:23:46 -05:00
Diego Magdaleno
74f02db2d1
Merge pull request #1 from luth31/fix-strictcheck
Fix compilation with strictNullChecks: true
2021-05-22 22:22:14 -05:00
Diego Magdaleno
05b4e4af35 Merge branch 'fosscord:master' into master 2021-05-22 22:21:25 -05:00
Diego Magdaleno
96e5ea655d
Merge pull request #1 from luth31/fix-strictcheck
Fix compilation with strictNullChecks: true
2021-05-22 22:21:17 -05:00