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

51 Commits

Author SHA1 Message Date
Madeline
39f2d99e45
Filter out schemas that block generation instead, and also include util in files 2022-07-02 20:41:40 +10:00
Madeline
5c27b52334
Fixed ability for user to edit any property of themselves, including rights, flags. Note to self: schemas.json is a GENERATED file. npm run generate:schema in api/ 2022-04-23 01:07:59 +10:00
Luna Alfien
ebd787f6ac Make comments more accurate to use-case 2022-03-27 15:42:42 +03:00
Luna Alfien
7d5b65bf08 Create fosscord-login.js 2022-03-27 15:42:42 +03:00
SpacingBat3
2bcb05f4bb Fix servers[0].url in openapi.json.
A tiny fix within `openapi.json`, that changes the URL in servers property to the correct ones.
2022-03-20 21:03:11 +03:00
Erkin Alp Güney
45e4522443 close issue #684 2022-03-14 19:45:25 +03:00
Nobody
9f21567d9e fix(api): working invisible status type 2022-03-08 18:08:32 +03:00
Iratu
903ce169a1 changed user.premium_since to also load from the database. 2022-02-18 19:50:11 +03:00
Iratu
a1447b98f5 Forgot the openapi.json change. 2022-02-18 19:50:11 +03:00
Featyre
e3f20f849d category + discovery + custom status fix, new config 2022-01-24 07:21:48 +00:00
Featyre
12edecb723 Branding updates 2022-01-23 02:03:14 +08:00
The Arcane Brony
d0cd5b7040 Repo cleanup, remove fs-extras 2021-12-21 11:56:33 +01:00
Xenorio
9073524d48 Fix plugins folder not being found
This adds a .gitkeep file so
the plugins folder is being delivered when cloning
2021-11-28 07:50:49 +01:00
The Arcane Brony
2c6d37fad0 Add user.css 2021-11-14 16:30:12 +01:00
The Arcane Brony
ae6bfb54a4 Fix autoregister, add inline plugins 2021-11-11 22:25:46 +01:00
The Arcane Brony
ed133380fb Add plugin & css support, add styling to differentiate from discord.com 2021-11-11 22:24:03 +01:00
Thesourtimes
31ed39e064 move checLocale and other js tp checkLocale 2021-11-11 11:49:56 +03:00
Thesourtimes
8d63a61848 Put autoregister scripts on a seperate asset file 2021-11-11 11:29:08 +03:00
developomp
2ce3fbc652 prettier formatted /api 2021-10-20 09:13:22 +09:00
Flam3rboy
d2df6f99be sticker upload 2021-10-15 00:02:23 +02:00
Flam3rboy
aa25dac99f 🐛 fix modify role.permissions 2021-10-10 19:00:50 +02:00
Flam3rboy
29497bd4d3 🐛 fix emojis route 2021-10-10 14:10:27 +02:00
Flam3rboy
34a86b616e 🐛 fix set user settings 2021-10-05 20:18:14 +02:00
Flam3rboy
e563aa25b4 🚧 different db engines 2021-10-04 21:57:24 +02:00
Flam3rboy
8299b874a4 🐛 fix schema + user modify not working 2021-10-01 21:30:36 +02:00
Flam3rboy
d0f5790235 🐛 fix channel permission overwrites 2021-09-26 11:34:06 +02:00
Flam3rboy
50214a8e48 🎨 sort openapi tags by alphabet 2021-09-23 19:36:35 +02:00
Flam3rboy
b3f8df560a unit tests expect event 2021-09-21 23:13:31 +02:00
Flam3rboy
abdce76df4 generate openapi documentation 2021-09-21 22:52:30 +02:00
Flam3rboy
5cec6e43d4 Merge branch 'master' into unittests 2021-09-20 21:49:42 +02:00
Flam3rboy
28abad49cd 🐛 fix relationships 2021-09-20 21:34:33 +02:00
Flam3rboy
269bbdfeae accept invite page 2021-09-20 17:38:16 +02:00
AlTech98
2580f6b891
Merge branch 'fosscord:master' into fix-dm 2021-09-18 08:03:52 +02:00
Flam3rboy
f9a3eedebd generate test responses 2021-09-18 01:49:36 +02:00
Flam3rboy
c20f4b4ef5 🐛 fix body parse treating null not as undefined (except for icons/avatars) 2021-09-17 23:42:40 +02:00
AlTech98
6123f359b0 Fix icon, owner_id change and channel deletion for group DMs 2021-09-17 18:29:02 +02:00
Flam3rboy
1cd4b81917 Revert "🚧 webhook"
This reverts commit f691aa4c5a.
2021-09-16 20:49:07 +02:00
Flam3rboy
f691aa4c5a 🚧 webhook 2021-09-14 22:15:55 +02:00
AlTech98
c32bdf7526 Fix invites creation 2021-09-14 09:38:21 +02:00
AlTech98
5589c26b94 Fix #356 2021-09-13 19:25:44 +02:00
AlTech98
b438a21b9c Delete attachments of deleted messages, fix #273 2021-09-13 17:32:31 +02:00
Flam3rboy
9c3d9df05b 🐛 fix invites: ajv doesn't treat null as undefined 2021-09-13 00:00:11 +02:00
Flam3rboy
0b5534bc41 #307 done 2021-09-12 23:28:56 +02:00
Flam3rboy
bffeb4af0d 🚧 new body parser (bans route) 2021-09-12 21:21:08 +02:00
Cyber
dc2a3d9984 Add token authorization method to swagger openapi 2021-09-04 23:21:14 +02:00
Flam3rboy
57bf4b0a2f ⬆️ update dependencies 2021-09-03 03:38:40 +02:00
Flam3rboy
6685047d20 🎨 update openapi title 2021-09-02 10:27:33 +02:00
Flam3rboy
0fbe9131ad generate open api schema based on body and db entities 2021-09-01 23:33:14 +02:00
Flam3rboy
78c0d0e707 delete assets 2021-08-15 22:01:13 +02:00
Flam3rboy
dbdfbf61f2 🐛 fix server bundle 2021-08-15 21:56:30 +02:00