Commit Graph

3032 Commits

Author SHA1 Message Date
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
The Arcane Brony d5fcad3738 forgot to fix primary columns on invites 2021-10-10 18:12:51 +02:00
The Arcane Brony 79aee5145b Fix duplicate key 2021-10-10 17:55:48 +02:00
Flam3rboy 25aa1eeb37 🐛 fix Identify 2021-10-10 16:11:40 +02:00
Flam3rboy d430e74296 🐛 fix null user in identify 2021-10-10 14:52:16 +02:00
Flam3rboy 82205520ed 🐛 fix Emoji missing in identify 2021-10-10 14:31:13 +02:00
Flam3rboy 347943ffd4 migrate script 2021-10-10 14:21:24 +02:00
Flam3rboy 382fc9a194 Merge branch 'master' of http://github.com/fosscord/fosscord-server 2021-10-10 14:18:56 +02:00
Flam3rboy 404d9e40d1 🐛 fix Identify ready payload missing users 2021-10-10 14:18:53 +02:00
Flam3rboy edc79d7851 Merge pull request #424 from LoboMetalurgico/milestoneV1/routes/implement/emojis
[ROUTE]: Implement Emoji Route
2021-10-10 14:11:01 +02:00
Flam3rboy 29497bd4d3 🐛 fix emojis route 2021-10-10 14:10:27 +02:00
Flam3rboy 2f623b2a22 🎨 emoji db migration 2021-10-10 14:09:54 +02:00
Flam3rboy 5985917715 🐛 fix cdn route not working without hash 2021-10-10 14:09:18 +02:00
Flam3rboy 33103cc452 🐛 fix cdn 2021-10-10 14:08:52 +02:00
Flam3rboy 92de98c487 Merge branch 'master' into pr/LoboMetalurgico/424 2021-10-10 12:50:45 +02:00
Flam3rboy 7147f150d9 🙈 remove console.log 2021-10-10 12:42:12 +02:00
Flam3rboy 3b4e026ead 🐛 fix tsc compiler 2021-10-10 12:35:46 +02:00
Flam3rboy 7cbaebdd2b 🐛 fix windows process.getuid 2021-10-10 11:13:51 +02:00
Flam3rboy 57c9813f2f 🐛 convert bigint literal to object 2021-10-10 11:08:55 +02:00
Flam3rboy 74bd98737a 🎨 clean up imports + classes 2021-10-10 11:03:32 +02:00
Flam3rboy ce4e751292 🎨 clean up dependencies 2021-10-10 11:03:04 +02:00