1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 18:51:36 +02:00
Commit Graph

875 Commits

Author SHA1 Message Date
Flam3rboy
3370ee50c5
Create codeql-analysis.yml 2021-05-28 18:10:59 +02:00
Flam3rboy
0c8ef1324f
Delete TEST 2021-05-28 18:08:33 +02:00
Paul Munteanu
c6ab039787
Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-05-28 03:39:33 +03:00
Flam3rboy
77528c40dc 🚧 permissions 2021-05-28 02:10:00 +02:00
Flam3rboy
57a17933fb test 2021-05-28 00:27:21 +02:00
Flam3rboy
b00815b025 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-05-27 18:15:33 +02:00
Flam3rboy
d2e2822e89 🐛 fix bans 2021-05-27 18:15:31 +02:00
Flam3rboy
c2eecb9500 ⬆️ npm i @fosscord/server-util@1.3.5 2021-05-26 13:31:06 +02:00
Flam3rboy
26d7ed8368 🐛 fix EMAIL_ALREADY_REGISTERED error message 2021-05-26 13:30:48 +02:00
Flam3rboy
e23c82fff0 optional GATEWAY .env variable 2021-05-26 13:30:29 +02:00
Flam3rboy
3c9e48cbda fix message loading 2021-05-26 13:30:10 +02:00
Flam3rboy
11d65e42be npm i @fosscord/server-util@1.3.3 2021-05-25 01:11:18 +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
bd32d183b6 npm i @fosscord/server-util@1.3.2 2021-05-24 20:48:35 +02:00
Flam3rboy
8f87546aeb use new config 2021-05-24 20:47:06 +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
28424ed950 Fix: No more type casting required, rather take the gernics 2021-05-23 13:43:38 -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
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
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
Bloom Sirenix
8d344a4d00 added basic error status
401 unauthorized
2021-05-23 04:51:02 +02:00
Paul Munteanu
0e224fadf6 Merge branch 'fosscord:master' into master 2021-05-23 04:28:42 +03:00
Paul Munteanu
a0746a12ab
Add ports used by api in Dockerfile 2021-05-23 04:28:19 +03:00
Paul Munteanu
4ad2b47f5c
Remove redundant Dockerfile commands 2021-05-23 04:26:36 +03:00
Diego Magdaleno
dc32c39af3 Scripts: Generator should use necessary instead of required 2021-05-22 20:14:48 -05:00
Diego Magdaleno
9da7ee115e Scripts: Be able to generate config 2021-05-22 19:57:01 -05:00
Diego Magdaleno
ff7985ad7d Config: Final config additons, now everything should work as desired 2021-05-22 18:51:46 -05:00
Bloom Sirenix
2c077dfa04
Update delete.ts 2021-05-22 23:56:04 +02:00
Bloom Sirenix
e874a946af Added password check
✔️ Only works if user types right password
🚫 No more kids getting there account deleted by there brother
2021-05-22 23:30:08 +02:00
Bloom Sirenix
d7d8868282 Made Delete request easier for users
less of an pain
2021-05-22 22:55:52 +02:00
Diego Magdaleno
e4a4759e97 Fix merge issues, update to reflect config changes and package.json 2021-05-22 15:55:45 -05:00
Bloom Sirenix
b45e372b6e Merge branch 'master' of https://github.com/bloomsirenix/fosscord-api 2021-05-22 22:36:59 +02:00
Bloom Sirenix
58b7ebdd5a Added Delete function and dummy disable function 2021-05-22 22:34:34 +02:00
Flam3rboy
71c0050a54 Message edit 2021-05-22 22:06:18 +02:00
Flam3rboy
b5f8a2e4e1 reactions bulk remove 2021-05-22 21:13:14 +02:00
Flam3rboy
1793c99d03
Merge pull request #144 from afeuerstein/master
merge afeuerstein/fosscord-api to fosscord/fosscord-api
2021-05-22 19:41:10 +02:00
afeuerstein
4e7d4af433 remove patchfile 2021-05-22 19:37:08 +02:00
afeuerstein
8375383e5c throw GUILD_ROLE_DELETE event 2021-05-22 19:35:53 +02:00