Samuel
330e9081a7
Merge pull request #454 from hbjydev/status-probes
...
[API] Status Probes
2021-10-15 00:47:19 +02:00
Flam3rboy
0924f73a89
🎨 exclude healthz/readyz from auth
2021-10-15 00:46:09 +02:00
Flam3rboy
288eeab6bb
Merge branch 'master' into pr/hbjydev/454
2021-10-15 00:44:19 +02:00
Samuel
d1c0753bc0
Merge pull request #448 from Mr2u/master
...
Route #10 Prune and prune count
2021-10-15 00:35:32 +02:00
Flam3rboy
0994b47a67
🐛 fix prune
2021-10-15 00:35:18 +02:00
Flam3rboy
f38f79b70c
⚡ speed up message query
2021-10-15 00:35:01 +02:00
Hayden Young
3c7b8da9a8
fix: don't set location by default
2021-10-14 23:15:03 +01:00
Hayden Young
a003b08b88
chore: remove unused import
2021-10-14 23:04:11 +01:00
Hayden Young
e496a15f2d
feat: implement an S3-based storage API
2021-10-14 23:04:03 +01:00
Flam3rboy
88425f87ec
🎨 reformat
2021-10-15 00:03:35 +02:00
Flam3rboy
c1d786b6e1
🐛 fix sticker packs
2021-10-15 00:03:19 +02:00
Flam3rboy
0ccc478c54
🐛 fix message sticker sending
2021-10-15 00:03:05 +02:00
Flam3rboy
d2df6f99be
✨ sticker upload
2021-10-15 00:02:23 +02:00
Flam3rboy
d4b6840fae
🎨 do not automatically create default guild
2021-10-14 21:25:17 +02:00
Flam3rboy
e5ed599b48
🎨 restructure
2021-10-14 19:47:10 +02:00
Hayden Young
4009e9d2dd
feat: implement a database check on the healthz and readyz probes, remove /-/metrics
2021-10-14 18:47:05 +01:00
Flam3rboy
9200fb546c
✨ sticker db entities
2021-10-14 19:47:02 +02:00
Flam3rboy
6cf6204d06
✨ sticker packs
2021-10-14 19:46:53 +02:00
Flam3rboy
36a29054ec
✨ stickers
2021-10-14 19:46:45 +02:00
Hayden Young
a20279c41f
feat: initial addition of a healthz, readyz and metrics route
2021-10-14 18:27:19 +01:00
Flam3rboy
8257e2631a
🐛 fix migration + autojoin
2021-10-14 00:32:15 +02:00
Mr2u
625853a47e
Merge branch 'fosscord:master' into master
2021-10-13 19:33:39 +11:00
Maddy
808bf0a74c
added route /guilds/:id/prune GET count and POST prune.
...
Edited Member entity to include last_message_id to avoid searching for every members last message when pruning
When a message is sent through /channels/:id/messages last_message_id of sending Member is updated.
2021-10-13 19:19:46 +11:00
Flam3rboy
90c5444324
📝 improve logging
2021-10-12 21:54:58 +02:00
Flam3rboy
f2e8e2e031
⚡ improve memory managment
2021-10-12 21:53:57 +02:00
Flam3rboy
7b28973fe5
⚡ benchmark tests
2021-10-12 21:52:35 +02:00
Samuel
3c36237005
Merge pull request #444 from Mr2u/master
2021-10-12 13:07:49 +02:00
Maddy
c4cf1f4ae4
...actually fix windows usernames breaking npm run setup ( I forgot to quote second argument :/ )
2021-10-12 17:05:24 +11:00
Samuel
c6055a9819
Merge pull request #443 from Mr2u/master
2021-10-12 07:27:25 +02:00
Maddy
f749aea51a
npm run build on Windows with usernames containing spaces fails, fixed by escaping tsc.js location in node_modules
2021-10-12 16:14:37 +11:00
Flam3rboy
5dc22333e7
Merge pull request #430 from Thesourtimes/master
...
Implement GIF route
2021-10-11 16:34:45 +02:00
Flam3rboy
7053d9a8b8
🎨 gifs
2021-10-11 16:34:18 +02:00
Flam3rboy
dce8657557
🐛 fix #371
2021-10-11 15:21:11 +02:00
Flam3rboy
833dcb7c3c
Merge branch 'master' into pr/Thesourtimes/430
2021-10-11 15:13:16 +02:00
Flam3rboy
3aa8470eef
Merge pull request #435 from TheArcaneBrony/change-enums-to-number
...
Change enums to numbers
2021-10-11 15:06:00 +02:00
Flam3rboy
7c21716cd8
Merge pull request #437 from erkinalp/patch-4
...
Added more rights, and explained existing ones
2021-10-11 15:04:28 +02:00
Flam3rboy
207d9137c7
Update Rights.ts
2021-10-11 15:04:03 +02:00
Flam3rboy
2bf3ee4290
Merge pull request #438 from Mr2u/dev
...
npm run build fails if Windows username contains space
2021-10-11 15:00:43 +02:00
Maddy
f210316b24
npm run build on Windows with usernames containing space fails, fixed by wrapping tscBin in quotes
2021-10-11 18:24:28 +11:00
Erkin Alp Güney
601c850b66
Added more rights, and explained existing ones
2021-10-10 23:16:24 +03:00
The Arcane Brony
7d36d3d62c
Put local types back
2021-10-10 21:30:46 +02:00
The Arcane Brony
a11d693f43
Change enums to numbers
2021-10-10 20:34:45 +02:00
Flam3rboy
f64990f6e7
Merge pull request #434 from TheArcaneBrony/remove-vanity-url
...
Fix duplicate key - remove vanity url column
2021-10-10 19:02:22 +02:00
Flam3rboy
3c4764fbc8
Merge branch 'master' into pr/TheArcaneBrony/434
2021-10-10 19:02:08 +02:00
Flam3rboy
aa25dac99f
🐛 fix modify role.permissions
2021-10-10 19:00:50 +02:00
Flam3rboy
487e31b98c
Merge branch 'master' into remove-vanity-url
2021-10-10 18:56:46 +02:00
Flam3rboy
0cabe8ed4c
🎨 update migration script
2021-10-10 18:31:04 +02:00
Flam3rboy
781e1bf6d0
Merge branch 'remove-vanity-url' of https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/434
2021-10-10 18:28:52 +02:00
Flam3rboy
fd152e8b6d
added vanity db migration
2021-10-10 18:28:50 +02:00
Flam3rboy
a54711f4ae
🐛 fix vanity url
2021-10-10 18:28:38 +02:00