Hayden Young
46a8d0f883
chore(merge): remote -> local
2021-10-15 11:03:23 +00:00
Flam3rboy
182de09ccc
🐛 fix unittests
2021-10-15 13:00:23 +02:00
Samuel
84024cd5bb
Merge pull request #459 from hbjydev/cdn-s3
...
[CDN] S3 Support
2021-10-15 12:37:58 +02:00
Hayden Young
4d04e6fcc5
Merge branch 'master' into cdn-s3
2021-10-15 10:33:02 +00:00
Hayden Young
c020d2f959
chore: update ts-node during npm run setup
2021-10-15 09:46:28 +00:00
Hayden Young
892459a938
chore: merge master into cdn-s3
2021-10-15 09:42:31 +00:00
Samuel
d9f4af661b
Merge pull request #460 from fosscord/dev
...
merge dev in master
2021-10-15 00:49:33 +02:00
Samuel
8ed111049f
Merge pull request #454 from hbjydev/status-probes
...
[API] Status Probes
2021-10-15 00:47:19 +02:00
Flam3rboy
bbd6b0085e
🎨 exclude healthz/readyz from auth
2021-10-15 00:46:09 +02:00
Flam3rboy
d828a5e03d
Merge branch 'master' into pr/hbjydev/454
2021-10-15 00:44:19 +02:00
Samuel
dd33d080c1
Merge pull request #448 from Mr2u/master
...
Route #10 Prune and prune count
2021-10-15 00:35:32 +02:00
Flam3rboy
b844b6b39c
🐛 fix prune
2021-10-15 00:35:18 +02:00
Flam3rboy
85592a980e
⚡ speed up message query
2021-10-15 00:35:01 +02:00
Hayden Young
0e5172bc5f
fix: don't set location by default
2021-10-14 23:15:03 +01:00
Hayden Young
ef157c9aa7
chore: remove unused import
2021-10-14 23:04:11 +01:00
Hayden Young
08736ed610
feat: implement an S3-based storage API
2021-10-14 23:04:03 +01:00
Flam3rboy
bc85d6ff86
🎨 reformat
2021-10-15 00:03:35 +02:00
Flam3rboy
fb3f957f30
🐛 fix sticker packs
2021-10-15 00:03:19 +02:00
Flam3rboy
d8f77c687e
🐛 fix message sticker sending
2021-10-15 00:03:05 +02:00
Flam3rboy
f38ebe65ed
✨ sticker upload
2021-10-15 00:02:23 +02:00
Flam3rboy
5cc5ea3f04
🎨 do not automatically create default guild
2021-10-14 21:25:17 +02:00
Flam3rboy
9e87caaae6
🎨 restructure
2021-10-14 19:47:10 +02:00
Hayden Young
35ef010ba9
feat: implement a database check on the healthz and readyz probes, remove /-/metrics
2021-10-14 18:47:05 +01:00
Flam3rboy
93b76035b6
✨ sticker db entities
2021-10-14 19:47:02 +02:00
Flam3rboy
88edaba3ab
✨ sticker packs
2021-10-14 19:46:53 +02:00
Flam3rboy
ded81bcd29
✨ stickers
2021-10-14 19:46:45 +02:00
Hayden Young
d5057ab888
feat: initial addition of a healthz, readyz and metrics route
2021-10-14 18:27:19 +01:00
Flam3rboy
4e6ffcbc4f
🐛 fix migration + autojoin
2021-10-14 00:32:15 +02:00
Mr2u
51274df43a
Merge branch 'fosscord:master' into master
2021-10-13 19:33:39 +11:00
Maddy
d3853a3d7a
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
ec0e2a804c
📝 improve logging
2021-10-12 21:54:58 +02:00
Flam3rboy
b0385e0fcb
⚡ improve memory managment
2021-10-12 21:53:57 +02:00
Flam3rboy
270ad5ee38
⚡ benchmark tests
2021-10-12 21:52:35 +02:00
Samuel
5b8a250a8e
Merge pull request #444 from Mr2u/master
2021-10-12 13:07:49 +02:00
Maddy
222767591e
...actually fix windows usernames breaking npm run setup ( I forgot to quote second argument :/ )
2021-10-12 17:05:24 +11:00
Samuel
ae383aee08
Merge pull request #443 from Mr2u/master
2021-10-12 07:27:25 +02:00
Maddy
72a2504299
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
dbd327f89d
Merge pull request #430 from Thesourtimes/master
...
Implement GIF route
2021-10-11 16:34:45 +02:00
Flam3rboy
976f76d524
🎨 gifs
2021-10-11 16:34:18 +02:00
Flam3rboy
2af567b522
🐛 fix #371
2021-10-11 15:21:11 +02:00
Flam3rboy
4a34792be6
Merge branch 'master' into pr/Thesourtimes/430
2021-10-11 15:13:16 +02:00
Flam3rboy
237137bd6e
Merge pull request #435 from TheArcaneBrony/change-enums-to-number
...
Change enums to numbers
2021-10-11 15:06:00 +02:00
Flam3rboy
1566ec5dff
Merge pull request #437 from erkinalp/patch-4
...
Added more rights, and explained existing ones
2021-10-11 15:04:28 +02:00
Flam3rboy
d83a83283a
Update Rights.ts
2021-10-11 15:04:03 +02:00
Flam3rboy
a7c628d7f1
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
5d20c6246f
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
b56ecba128
Added more rights, and explained existing ones
2021-10-10 23:16:24 +03:00
The Arcane Brony
496d7d2780
Put local types back
2021-10-10 21:30:46 +02:00
The Arcane Brony
d7fa45771d
Change enums to numbers
2021-10-10 20:34:45 +02:00
Flam3rboy
d04690ff08
Merge pull request #434 from TheArcaneBrony/remove-vanity-url
...
Fix duplicate key - remove vanity url column
2021-10-10 19:02:22 +02:00