Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-15 | :zap: speed up message query | Flam3rboy | 1 | -27/+21 | |
2021-10-14 | :art: do not automatically create default guild | Flam3rboy | 1 | -4/+4 | |
2021-10-14 | :bug: fix migration + autojoin | Flam3rboy | 2 | -3/+6 | |
2021-10-13 | added route /guilds/:id/prune GET count and POST prune. | Maddy | 3 | -1/+87 | |
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-12 | :pencil: improve logging | Flam3rboy | 4 | -5/+1 | |
2021-10-12 | :zap: improve memory managment | Flam3rboy | 4 | -4/+13 | |
2021-10-12 | :zap: benchmark tests | Flam3rboy | 3 | -0/+63 | |
2021-10-12 | ...actually fix windows usernames breaking npm run setup ( I forgot to quote ↵ | Maddy | 1 | -2/+2 | |
second argument :/ ) | |||||
2021-10-12 | npm run build on Windows with usernames containing spaces fails, fixed by ↵ | Maddy | 1 | -2/+2 | |
escaping tsc.js location in node_modules | |||||
2021-10-11 | :art: gifs | Flam3rboy | 5 | -83/+66 | |
2021-10-11 | :bug: fix #371 | Flam3rboy | 1 | -2/+2 | |
2021-10-11 | Update Rights.ts | Flam3rboy | 1 | -1/+1 | |
2021-10-10 | Added more rights, and explained existing ones | Erkin Alp Güney | 1 | -3/+7 | |
2021-10-10 | Put local types back | The Arcane Brony | 8 | -17/+17 | |
2021-10-10 | Change enums to numbers | The Arcane Brony | 8 | -20/+17 | |
2021-10-10 | :bug: fix modify role.permissions | Flam3rboy | 3 | -47/+23 | |
2021-10-10 | :art: update migration script | Flam3rboy | 1 | -8/+10 | |
2021-10-10 | added vanity db migration | Flam3rboy | 3 | -12/+28 | |
2021-10-10 | :bug: fix vanity url | Flam3rboy | 1 | -10/+2 | |
2021-10-10 | forgot to fix primary columns on invites | The Arcane Brony | 1 | -4/+4 | |
2021-10-10 | Fix duplicate key | The Arcane Brony | 6 | -22/+28 | |
2021-10-10 | :bug: fix Identify | Flam3rboy | 1 | -3/+1 | |
2021-10-10 | :bug: fix null user in identify | Flam3rboy | 1 | -1/+1 | |
2021-10-10 | :bug: fix Emoji missing in identify | Flam3rboy | 3 | -2/+2 | |
2021-10-10 | :sparkles: migrate script | Flam3rboy | 1 | -2/+3 | |
2021-10-10 | :bug: fix Identify ready payload missing users | Flam3rboy | 1 | -1/+3 | |
2021-10-10 | :bug: fix emojis route | Flam3rboy | 3 | -173/+431 | |
2021-10-10 | :art: emoji db migration | Flam3rboy | 8 | -9/+234 | |
2021-10-10 | :bug: fix cdn route not working without hash | Flam3rboy | 2 | -3/+26 | |
2021-10-10 | :bug: fix cdn | Flam3rboy | 1 | -18/+3 | |
2021-10-10 | :see_no_evil: remove console.log | Flam3rboy | 1 | -1/+0 | |
2021-10-10 | :bug: fix tsc compiler | Flam3rboy | 6 | -31/+54 | |
2021-10-10 | :bug: fix windows process.getuid | Flam3rboy | 1 | -1/+1 | |
2021-10-10 | :bug: convert bigint literal to object | Flam3rboy | 5 | -7/+12 | |
2021-10-10 | :art: clean up imports + classes | Flam3rboy | 15 | -146/+23 | |
2021-10-10 | :art: clean up dependencies | Flam3rboy | 18 | -16722/+15526 | |
2021-10-10 | :sparkles: changed and fixed compiler | Flam3rboy | 8 | -130/+66 | |
2021-10-09 | :sparkles: random guest username generation added | xnacly | 1 | -1/+42 | |
2021-10-09 | (api): fix some issues | Lobo Metalúrgico | 1 | -3/+2 | |
2021-10-09 | :bug: rewrite locale en to en-US | Flam3rboy | 1 | -0/+6 | |
2021-10-09 | :bug: fix build.js? | Flam3rboy | 1 | -1/+1 | |
2021-10-09 | :sparkles: added read state | Flam3rboy | 4 | -11/+22 | |
2021-10-09 | :sparkles: handleFile() now returns mime_type and size | Flam3rboy | 1 | -4/+19 | |
2021-10-09 | Implement GIFs | uurgothat | 3 | -0/+122 | |
2021-10-09 | (api): implement post on emoji route | Lobo Metalúrgico | 1 | -4/+38 | |
2021-10-09 | (api): add patch to emoji route | Lobo Metalúrgico | 1 | -0/+26 | |
2021-10-09 | :art: cdn now also works without setting a public endpoint | Flam3rboy | 2 | -4/+4 | |
2021-10-09 | :bug: fix array key in config | Flam3rboy | 1 | -2/+5 | |
2021-10-09 | :bug: fix typing | Flam3rboy | 2 | -2/+3 | |
2021-10-09 | :art: do not auto guest register on login/register page | Flam3rboy | 1 | -1/+1 | |
2021-10-09 | :bug: fix claim account | Flam3rboy | 1 | -4/+12 | |
2021-10-09 | :sparkles: added guestsRequireInvite to config | Flam3rboy | 2 | -5/+9 | |
2021-10-09 | :bug: fix password changing | Flam3rboy | 1 | -4/+22 | |
2021-10-09 | :bug: fix cdn | Flam3rboy | 5 | -6/+5 | |
2021-10-08 | (api): fix route name | Lobo Metalúrgico | 1 | -0/+0 | |
2021-10-08 | (api): inital emojis route implementation | Lobo Metalúrgico | 2 | -0/+80 | |
2021-10-09 | :bug: fix import | Flam3rboy | 3 | -3/+6 | |
2021-10-09 | :bug: fix old node version | Flam3rboy | 1 | -2/+2 | |
2021-10-09 | :art: fix imports with new build script | Flam3rboy | 15 | -42/+43 | |
2021-10-09 | :bug: fix build | Flam3rboy | 13 | -126/+252 | |
2021-10-08 | :rocket: 2000 commit - changed ascii art | xnacly | 1 | -6/+6 | |
2021-10-08 | replaced node:16 with alpine in bundle Dockerfile | xnacly | 1 | -1/+2 | |
2021-10-08 | :sparkles: added Dockerfile for bundle | xnacly | 2 | -0/+9 | |
2021-10-08 | :sparkles: bundle build script | Flam3rboy | 14 | -166/+1574 | |
2021-10-07 | :bug: fix swc config | Flam3rboy | 16 | -1317/+105 | |
2021-10-07 | :zap: fast build script | Flam3rboy | 2 | -18/+37 | |
2021-10-07 | :bug: fix types + swcrc configs | Flam3rboy | 11 | -1242/+68 | |
2021-10-07 | :bug: fix swcrc config: rewrite import -> require | Flam3rboy | 9 | -95/+81 | |
2021-10-06 | Compiler test | The Arcane Brony | 29 | -122/+5195 | |
2021-10-06 | :arrow_up: update packages | Flam3rboy | 5 | -23/+23 | |
2021-10-05 | :arrow_up: lambert-server@1.2.11 | Flam3rboy | 8 | -30/+32 | |
2021-10-05 | :art: add build script to bundle setup | Flam3rboy | 1 | -1/+1 | |
2021-10-05 | :bug: fix set user settings | Flam3rboy | 1 | -33/+0 | |
2021-10-05 | :bug: fix user projection | Flam3rboy | 7 | -6/+13 | |
2021-10-05 | :art: reformatted | Flam3rboy | 3 | -9/+19 | |
2021-10-05 | :bug: fix client locale | Flam3rboy | 1 | -1/+2 | |
2021-10-05 | :sparkles: added autoJoin guild to config | Flam3rboy | 5 | -74/+123 | |
2021-10-05 | :art: move field error to util | Flam3rboy | 7 | -8/+6 | |
2021-10-05 | :sparkles: add User.register() method | Flam3rboy | 2 | -136/+153 | |
2021-10-05 | :arrow_up: update mnjsf | Flam3rboy | 10 | -46/+46 | |
2021-10-05 | :bug: fix windows db file path | Flam3rboy | 1 | -1/+1 | |
2021-10-05 | :bug: fix lazy request | Flam3rboy | 1 | -1/+12 | |
2021-10-05 | :art: improve migration script | Flam3rboy | 1 | -21/+103 | |
2021-10-05 | :bug: fix guild create with client template | Flam3rboy | 1 | -21/+17 | |
2021-10-05 | :sparkles: auto register guest account | Flam3rboy | 1 | -0/+10 | |
2021-10-05 | :bug: fix bundle setup | Flam3rboy | 1 | -1/+1 | |
2021-10-04 | :sparkles: db migrate script | Flam3rboy | 3 | -4/+52 | |
2021-10-04 | :sparkles: generalize primary column to work with mongodb object id | Flam3rboy | 16 | -63/+63 | |
2021-10-04 | :arrow_up: update dependencies | Flam3rboy | 4 | -1/+7 | |
2021-10-04 | :construction: different db engines | Flam3rboy | 11 | -40/+415 | |
2021-10-04 | replace chalk with nanocolors | uurgothat | 10 | -11/+59 | |
2021-10-04 | Add warn for git + remove unnecessary import | uurgothat | 2 | -6/+14 | |
2021-10-04 | Rainbow the logs | uurgothat | 9 | -28/+46 | |
2021-10-04 | :sparkles: custom user flags offset | Flam3rboy | 1 | -0/+2 | |
2021-10-03 | :truck: rename id -> sku_id | Flam3rboy | 1 | -22/+6 | |
2021-10-03 | Add subscription plans so the client doesn't crash | The Arcane Brony | 1 | -14/+31 | |
2021-10-03 | :bug: fix message reactions | Flam3rboy | 2 | -6/+4 | |
2021-10-03 | fix request failiure with error code 400 | afeuerstein | 1 | -1/+1 | |
2021-10-03 | :bug: fix registration | Flam3rboy | 1 | -0/+1 | |
2021-10-03 | :sparkles: add ``right`` option to route() | Flam3rboy | 6 | -5/+31 | |
2021-10-03 | :sparkles: User instance rights | Flam3rboy | 4 | -40/+119 | |
2021-10-02 | :art: restructure gateway | Flam3rboy | 9 | -12/+36 | |
2021-10-01 | Add default value to guild discovery" | The Arcane Brony | 1 | -2/+1 | |
2021-10-01 | Add setting to show all guilds in discovery, fix query for guild discovery | The Arcane Brony | 2 | -2/+13 | |
2021-10-01 | :bug: fix schema + user modify not working | Flam3rboy | 2 | -460/+154 | |
2021-10-01 | :bug: fix disable register | Flam3rboy | 1 | -1/+1 | |
2021-10-01 | :sparkles: registration disabled notice | Flam3rboy | 1 | -0/+9 | |
2021-10-01 | :sparkles: new user flags | Flam3rboy | 1 | -0/+2 | |
2021-10-01 | fix #406 | Flam3rboy | 2 | -1/+2 | |
2021-09-30 | hotfix for misc routes | uurgothat | 6 | -7/+10 | |
2021-09-30 | Add misc routes | uurgothat | 14 | -2/+183 | |
2021-09-29 | store improvements | uurgothat | 4 | -24/+156 | |
2021-09-26 | :bug: fix channel permission overwrites | Flam3rboy | 6 | -105/+112 | |
2021-09-25 | :bug: fix role can't set permission | Flam3rboy | 1 | -2/+13 | |
2021-09-25 | :sparkles: add private and public endpoint | Flam3rboy | 6 | -67/+27 | |
2021-09-25 | :bug: message attachment url | Flam3rboy | 1 | -0/+5 | |
2021-09-25 | :lock: XSS content type: html | Flam3rboy | 1 | -2/+15 | |
2021-09-25 | :sparkles: key value config | Flam3rboy | 3 | -19/+70 | |
2021-09-25 | :bug: fix #392 | Flam3rboy | 1 | -2/+2 | |
2021-09-25 | :bug: fix guild template create | Flam3rboy | 1 | -13/+15 | |
2021-09-24 | :sparkles: added User flags | Flam3rboy | 1 | -0/+2 | |
2021-09-23 | :art: sort openapi tags by alphabet | Flam3rboy | 1 | -6597/+5994 | |
2021-09-23 | :art: remove start from setup script | Flam3rboy | 2 | -293/+1230 | |
2021-09-23 | :bug: prepare/postinstall only works for packages not local npm install | Flam3rboy | 1 | -1/+1 | |
2021-09-23 | :bug: fix install script | Flam3rboy | 2 | -3/+2 | |
2021-09-23 | :bug: fix (pre) install scripts | Flam3rboy | 8 | -14/+28 | |
2021-09-23 | Ok, so it DOES build | Chris Chrome | 2 | -3/+5 | |
Still, it builds under linux, so i'm happy with it lol | |||||
2021-09-23 | Use @yukikaze-bot/erlpack | Chris Chrome | 5 | -11/+832 | |
discord/erlpack doesnt seem to like installing under linux, this one however, doesnt even need to build :) | |||||
2021-09-22 | Update README.md | Slappy826 | 1 | -1/+1 | |
fix spelling | |||||
2021-09-21 | :sparkles: example value in documentation | Flam3rboy | 3 | -6/+15 | |
2021-09-21 | :sparkles: unit tests expect event | Flam3rboy | 3 | -5996/+6628 | |
2021-09-21 | :sparkles: generate openapi documentation | Flam3rboy | 19 | -1048/+7415 | |
2021-09-20 | :bug: fix unittests | Flam3rboy | 4 | -21/+82 | |
2021-09-20 | :sparkles: add option to disable all rate limits | Flam3rboy | 6 | -6/+10 | |
2021-09-20 | :bug: fix errror handler | Flam3rboy | 1 | -3/+4 | |
2021-09-20 | :art: rewrite imports | Flam3rboy | 26 | -363/+2601 | |
2021-09-20 | :bug: fix relationships | Flam3rboy | 2 | -254/+14 | |
2021-09-20 | :bug: fix .delete -> add onDelete: "CASCADE" | Flam3rboy | 23 | -97/+153 | |
2021-09-20 | Update index.ts | Flam3rboy | 1 | -5/+1 | |
2021-09-20 | oRdEr Of OpErAtIoNs | Chris Chrome | 1 | -2/+2 | |
2021-09-20 | :sparkles: finish and fix .delete() for one-to-many relations | Flam3rboy | 1 | -8/+9 | |
2021-09-20 | :sparkles: accept invite page | Flam3rboy | 6 | -27/+41 | |
2021-09-20 | Fix one thing, another problem pops up | Chris Chrome | 3 | -2/+6 | |
Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | |||||
2021-09-20 | :arrow_up: update test client | Flam3rboy | 1 | -4/+4 | |
2021-09-20 | :construction: auto delete relations | Flam3rboy | 5 | -69/+112 | |
2021-09-20 | Delete messages before deleting channel | Chris Chrome | 1 | -2/+2 | |
Might need some testing, but seems pretty solid for one line of code lol | |||||
2021-09-19 | Update README.md | Flam3rboy | 1 | -1/+1 | |
2021-09-19 | :truck: move file handle to utility | Flam3rboy | 7 | -4/+422 | |
2021-09-19 | :art: add orphanedRowAction and cascade onDelete to entities | Flam3rboy | 7 | -20/+532 | |
2021-09-19 | :art: remove deleteMessageAttachments and move to entity | Flam3rboy | 4 | -17/+8 | |
2021-09-19 | :bug: fix bundle debug | Flam3rboy | 4 | -9/+270 | |
2021-09-19 | :truck: move handleFile to cdn | Flam3rboy | 4 | -9/+5 | |
2021-09-19 | :art: user is verified by default | Flam3rboy | 1 | -1/+1 | |
2021-09-18 | Fix environment variable name to work on non-Windows platforms | The Arcane Brony | 1 | -9/+9 | |
2021-09-18 | Add response code white/blacklisting | The Arcane Brony | 1 | -1/+20 | |
2021-09-18 | Removed ChannelService, more fixes | AlTech98 | 11 | -139/+131 | |
< |