| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 42 | -106/+480 |
|\ |
|
| * | feat: add DB_LOGGING env dev/samuel | Samuel | 2023-03-18 | 1 | -1/+1 |
| * | fix: local cache | Samuel | 2023-03-18 | 1 | -1/+4 |
| * | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 2023-03-18 | 1 | -1/+1 |
| * | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 2023-03-18 | 1 | -10/+3 |
| * | fix: use entity.save() instead of insert (needed for caching) | Samuel | 2023-03-18 | 1 | -2/+2 |
| * | fix: missing id in select query | Samuel | 2023-03-18 | 1 | -1/+1 |
| * | feat: Database Query Cache | Samuel | 2023-03-18 | 38 | -124/+442 |
| * | wip: cache | Samuel | 2023-03-17 | 2 | -1/+42 |
| * | perf: optimize getPermission() | Samuel | 2023-03-17 | 1 | -15/+18 |
| * | feat: better-sqlite3 support | Samuel | 2023-03-17 | 1 | -2/+17 |
| * | perf: cache jwt secret as key | Samuel | 2023-03-17 | 1 | -1/+2 |
| * | fix: types when using yarn | Samuel | 2023-03-17 | 2 | -2/+2 |
* | | SPACEBAR | Madeline | 2023-03-31 | 212 | -212/+212 |
* | | SPACEBAR | Madeline | 2023-03-31 | 212 | -202/+382 |
* | | Work towards fixing openapi spec | Madeline | 2023-03-24 | 6 | -1/+35 |
|/ |
|
* | Remove test client and client patcher | Madeline | 2023-03-01 | 3 | -27/+0 |
* | Rename password_reset config to passwordReset as it messes with config key ge... | Madeline | 2023-02-25 | 1 | -1/+1 |
* | fix a few issues with emails | Puyodead1 | 2023-02-24 | 1 | -2/+9 |
* | move transporters to their own files | Puyodead1 | 2023-02-24 | 7 | -147/+165 |
* | simplify replacer function | Puyodead1 | 2023-02-24 | 1 | -34/+20 |
* | first batch of requested changes | Puyodead1 | 2023-02-24 | 1 | -5/+6 |
* | implement password reset | Puyodead1 | 2023-02-24 | 9 | -32/+174 |
* | add SendGrid transport | Puyodead1 | 2023-02-24 | 3 | -1/+56 |
* | don't print anything if email send is successful | Puyodead1 | 2023-02-24 | 1 | -19/+15 |
* | error if correspondence email is not set | Puyodead1 | 2023-02-23 | 1 | -0/+5 |
* | fix for when secure is set to false | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
* | add right to resend verification emails | Puyodead1 | 2023-02-23 | 2 | -1/+2 |
* | fix: email verification | Puyodead1 | 2023-02-23 | 1 | -0/+27 |
* | config: require account verification | Puyodead1 | 2023-02-23 | 1 | -0/+1 |
* | fix linting errors | Puyodead1 | 2023-02-23 | 3 | -53/+15 |
* | Add mailjet transport | Puyodead1 | 2023-02-23 | 4 | -55/+133 |
* | Add Mailgun transport | Puyodead1 | 2023-02-23 | 5 | -10/+121 |
* | rename SMTPConfigurations to EmailConfiguration | Puyodead1 | 2023-02-23 | 5 | -7/+8 |
* | Fix template rendering and use verify email template | Puyodead1 | 2023-02-23 | 2 | -11/+112 |
* | Email verification works | Puyodead1 | 2023-02-23 | 4 | -19/+58 |
* | add missing copyright headers | Puyodead1 | 2023-02-23 | 2 | -0/+36 |
* | send email verification | Puyodead1 | 2023-02-23 | 3 | -3/+52 |
* | Start implementing smtp | Puyodead1 | 2023-02-23 | 4 | -1/+42 |
* | Fix gateway encoding Date objects as {} when using erlpack. Fixes NaN/NaN/NaN... | Madeline | 2023-02-21 | 2 | -0/+16 |
* | Don't use relative path for db entities. Closes #937 | Madeline | 2023-02-03 | 1 | -1/+1 |
* | On db sync/first run, add all the current migrations to migrations table to p... | Madeline | 2023-02-03 | 2 | -2/+14 |
* | remove MANAGE_GUILDS, EDIT_FLAGS, SELF_EDIT_FLAGS, MANAGE_GROUPS from default... | Madeline | 2023-02-03 | 1 | -1/+1 |
* | run add:license | Madeline | 2023-02-03 | 4 | -0/+72 |
* | Don't allow message types to be edited | Madeline | 2023-02-03 | 2 | -0/+22 |
* | Merge pull request from GHSA-hqqp-gpqw-9w5c | Madeline | 2023-02-02 | 3 | -16/+13 |
* | Merge pull request from GHSA-r7h4-76f7-6264 | Madeline | 2023-02-02 | 1 | -1/+1 |
* | Use erlpack instead of @yukikaze-bot/erlpack (#968) | Madeline | 2023-02-01 | 2 | -0/+13 |
* | Rename postgresql to postgres -> fix silently failing migrations | TheArcaneBrony | 2023-01-31 | 3 | -2/+4 |
* | Hotfix postgres connection string to not silently fail migrations | TheArcaneBrony | 2023-01-31 | 1 | -1/+1 |
* | Fix missing capitalisation in database connected log | TheArcaneBrony | 2023-01-31 | 1 | -1/+1 |
* | Add a tiny bit of extra logging to database connection | TheArcaneBrony | 2023-01-31 | 1 | -4/+3 |
* | Fix missing props in welcome message creation, which causes every client who ... | Madeline | 2023-02-01 | 1 | -1/+5 |
* | Impl member lazy request (#970) | Madeline | 2023-01-30 | 1 | -2/+2 |
* | read-states/ack-bulk (#969) | Madeline | 2023-01-30 | 2 | -0/+24 |
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 10 | -39/+274 |
* | Use localhost:3001 as fallback when cdn endpoints are null rather than 3003 | Madeline | 2023-01-26 | 1 | -2/+2 |
* | Don't set default cdn endpoints. Null endpoints means to not update them in G... | Madeline | 2023-01-26 | 1 | -2/+2 |
* | Refactor config utils (#963) | Madeline | 2023-01-24 | 1 | -43/+38 |
* | Add ESLint (#941) | Madeline | 2023-01-20 | 43 | -224/+208 |
* | fix: route file regex (#956) | Puyodead1 | 2023-01-20 | 1 | -1/+1 |
* | Apparently its still accepted, just depricated | ChrisChrome | 2023-01-18 | 1 | -0/+1 |
* | It's seconds, not days | ChrisChrome | 2023-01-18 | 1 | -1/+1 |
* | Merge pull request #952 from fosscord/dev/endpoints-in-ping | Chris Chrome | 2023-01-18 | 1 | -0/+1 |
|\ |
|
| * | Add basic info in ping | TheArcaneBrony | 2023-01-14 | 1 | -0/+1 |
* | | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 190 | -1/+3353 |
* | | Fix deleting an application if it has a bot | Madeline | 2023-01-17 | 1 | -2/+2 |
|/ |
|
* | Add /users/:id/delete (#926) | Erkin Alp Güney | 2023-01-14 | 3 | -0/+14 |
* | Fix guild delete failing when template exists | Madeline | 2023-01-13 | 4 | -1/+70 |
* | Fix setting user premium_type/etc (non-nullable) to null in db when null in c... | Madeline | 2023-01-13 | 1 | -3/+3 |
* | Dev/post refactor fixes (#927) | TheArcaneBrony | 2023-01-12 | 2 | -5/+9 |
* | fix rights lol | Madeline | 2023-01-11 | 1 | -1/+2 |
* | If defaults_user_premium is false, don't give a user `premium_since: new Date` | Madeline | 2023-01-11 | 1 | -9/+8 |
* | Add sentry close to sigterm handler | Madeline | 2023-01-10 | 1 | -0/+4 |
* | Move sentry init to util. use sentry in each module, not just bundle | Madeline | 2023-01-10 | 2 | -0/+103 |
* | Prettier | Madeline | 2023-01-05 | 75 | -374/+409 |
* | Add migrations (#923) | Madeline | 2023-01-05 | 5 | -59/+71 |
* | Profile themes and pronouns | Madeline | 2022-12-31 | 5 | -3/+30 |
* | Allow Bearer tokens through, like Bot | Madeline | 2022-12-31 | 1 | -0/+1 |
* | Move datasource to own file for typeorm cli | Madeline | 2022-12-27 | 2 | -32/+46 |
* | OAuth2 authorize bot flow | Madeline | 2022-12-24 | 2 | -1/+9 |
* | Fix creating bot accounts | Madeline | 2022-12-24 | 1 | -4/+12 |
* | Use config for some default guild properties | Madeline | 2022-12-24 | 2 | -30/+27 |
* | Rename limits_rate_disabled -> limits_rate_enabled and remove limits_guilds_h... | Madeline | 2022-12-22 | 2 | -2/+1 |
* | Allow BitField's to be passed as number strings. Pretty sure it fixes #722 | Madeline | 2022-12-22 | 1 | -2/+11 |
* | Fix redirect when test client disabled | Madeline | 2022-12-22 | 1 | -1/+0 |
* | Disable test client by default | Madeline | 2022-12-21 | 1 | -1/+1 |
* | Merge branch 'maddy/refactor' of github.com:fosscord/fosscord-server into mad... | Madeline | 2022-12-21 | 5 | -3/+168 |
|\ |
|
| * | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 5 | -3/+168 |
* | | Set default cdn endpoints so that local testing works | Madeline | 2022-12-21 | 1 | -0/+3 |
|/ |
|
* | Fix guild features being undefined if not using defaultFeatures | Madeline | 2022-12-21 | 1 | -1/+1 |
* | Message rate limiting | TheArcaneBrony | 2022-12-19 | 1 | -1/+1 |
* | Registration tokens | Madeline | 2022-12-19 | 3 | -10/+25 |
* | Add register ratelimit | TheArcaneBrony | 2022-12-19 | 3 | -2/+14 |
* | comments | Madeline | 2022-12-19 | 2 | -0/+2 |
* | flags related rights and stats api | Erkin Alp Güney | 2022-12-19 | 2 | -0/+5 |
* | Fix config loading | Madeline | 2022-12-19 | 1 | -1/+5 |
* | implement guild profiles and fix user profiles | Puyodead1 | 2022-12-19 | 5 | -1/+36 |
* | Configurable MFA backup token length | TheArcaneBrony | 2022-12-19 | 1 | -0/+1 |
* | case insensitive header for rate limits, fix rate limit default settings | TheArcaneBrony | 2022-12-19 | 2 | -30/+30 |
* | Create webhooks | Madeline | 2022-12-19 | 3 | -1/+8 |
* | Don't override existing config values | Madeline | 2022-12-19 | 1 | -1/+3 |
* | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 7 | -138/+174 |
* | Add additional config | Madeline | 2022-12-19 | 13 | -22/+51 |
* | Make ConfigValue a directory, move defaults to those classes instead of a sep... | TheArcaneBrony | 2022-12-19 | 51 | -422/+355 |
* | removed char joiners as they are actually useful, added page break | Erkin Alp Güney | 2022-12-19 | 1 | -3/+4 |
* | make it configurable by guild feature flag | Erkin Alp Güney | 2022-12-19 | 1 | -5/+5 |
* | Make fosscord read config from json if CONFIG_PATH is set | TheArcaneBrony | 2022-12-19 | 1 | -8/+14 |
* | Do the funny thing (make user->invite cascade delet) | TheArcaneBrony | 2022-12-18 | 1 | -1/+3 |
* | Made nitro stuff make some sense | ChrisChrome | 2022-12-18 | 1 | -1/+0 |
* | Make teams nullable | TheArcaneBrony | 2022-12-18 | 1 | -0/+1 |
* | Refactor applications | Madeline | 2022-12-18 | 6 | -1/+28 |
* | Add basic developer panel functionality - doesn't work yet | ChrisChrome | 2022-12-18 | 3 | -38/+82 |
* | Move to migrations. Use `npm run generate:db` for first database generation. | Madeline | 2022-12-18 | 3 | -8/+2 |
* | fix: not being able to enable community | Puyodead1 | 2022-12-18 | 1 | -1/+2 |
* | Remove discord login config | Madeline | 2022-12-17 | 1 | -10/+0 |
* | comments and such | Madeline | 2022-12-17 | 1 | -39/+4 |
* | user validation stuff | Madeline | 2022-12-17 | 2 | -12/+5 |
* | Remove bad banned words implementation | Madeline | 2022-12-17 | 4 | -44/+2 |
* | Remove use of `PRODUCTION` env var | Madeline | 2022-12-17 | 1 | -4/+1 |
* | murder migrations | Madeline | 2022-12-17 | 9 | -317/+0 |
* | Only allow specific server features to be edited | Madeline | 2022-12-05 | 1 | -0/+5 |
* | Await some rabbitmq methods, don't reset some config values on start | Madeline | 2022-11-06 | 1 | -8/+8 |
* | Allow running api, cdn, gateway separately | Madeline | 2022-10-31 | 1 | -11/+10 |
* | Add `private_channels_version` to `client_state` in identity. also set sentry... | Madeline | 2022-10-31 | 1 | -0/+2 |
* | various typos | Madeline | 2022-10-28 | 1 | -1/+1 |
* | Fix user settings not saving properly and guild folders | Madeline | 2022-10-28 | 3 | -5/+6 |
* | Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-ser... | Madeline | 2022-10-28 | 2 | -22/+39 |
* | fix bad user validation | Madeline | 2022-10-27 | 1 | -8/+9 |
* | Fix typo in user validation | Madeline | 2022-10-26 | 1 | -3/+3 |
* | handle a specific case with rtl character | Madeline | 2022-10-25 | 1 | -1/+4 |
* | Remove whitespace characters in banned words detection | Madeline | 2022-10-25 | 1 | -0/+2 |
* | Fix BannedWords breaking because windows line endings | Madeline | 2022-10-25 | 1 | -1/+1 |
* | Move message auto mod to the api route instead of a @beforeinsert/update method | Madeline | 2022-10-25 | 2 | -16/+4 |
* | Forgot some schemas + only generate schemas in util/schemas + add setup script | Madeline | 2022-10-24 | 3 | -1/+13 |
* | Change android and ios client downloads to use /download endpoint, update Rel... | Madeline | 2022-10-24 | 1 | -6/+3 |
* | remove self_edit_guilds, was dumb | Madeline | 2022-10-07 | 2 | -2/+1 |
* | Embed cache | Madeline | 2022-10-03 | 2 | -1/+14 |
* | Twitter embeds | Madeline | 2022-10-03 | 1 | -0/+6 |
* | Make imagor optional | Madeline | 2022-10-02 | 1 | -0/+2 |
* | Make `afk` optional in ActivitySchema | Madeline | 2022-10-01 | 1 | -2/+2 |
* | Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SE... | Madeline | 2022-09-30 | 1 | -1/+2 |
* | Fix client crash on GUILD_CREATE | Madeline | 2022-09-28 | 2 | -0/+2 |
* | Discovery splashes + fix guild icons disappearing on settings change | Madeline | 2022-09-28 | 1 | -0/+1 |
* | Missed some schemas | Madeline | 2022-09-28 | 6 | -0/+45 |
* | Use PrimaryIdColumn instead of PrimaryColumn in Invite and Category | Madeline | 2022-09-28 | 2 | -6/+5 |
* | Generate IDs for entities by default | Madeline | 2022-09-28 | 1 | -1/+2 |
* | Fix user validator preventing update | Madeline | 2022-09-27 | 1 | -40/+51 |
* | Don't fetch all members in guild in Member.addToGuild | Madeline | 2022-09-27 | 2 | -4/+18 |
* | Prettier | Madeline | 2022-09-26 | 102 | -945/+1816 |
* | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 45 | -70/+595 |
* | Remove import to class-validator, fix listening on port message in bundle | Madeline | 2022-09-26 | 1 | -1/+0 |
* | 'Fix' distinct alias typeorm issue | Madeline | 2022-09-26 | 3 | -10/+7 |
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 83 | -0/+7266 |
* | :sparkles: rtc | Flam3rboy | 2021-08-12 | 16 | -1198/+0 |
* | :sparkles: config add rate limit | Flam3rboy | 2021-08-12 | 1 | -13/+47 |
* | fix rabbitmq export | Flam3rboy | 2021-08-12 | 1 | -11/+15 |
* | :bug: fix config: don't use mongodb change streams | Flam3rboy | 2021-08-12 | 1 | -4/+4 |
* | :sparkles: added .overwriteChannel function to permissions | Flam3rboy | 2021-08-12 | 1 | -2/+13 |
* | :sparkles: rabbitmq | Flam3rboy | 2021-08-11 | 3 | -18/+37 |
* | added deleted and disabled check for checkToken | xnacly | 2021-08-10 | 1 | -1/+1 |
* | :bug: fix MessageType | Flam3rboy | 2021-08-09 | 1 | -22/+22 |
* | :recycle: convert bigint literals to objects for backwards compatibility | Flam3rboy | 2021-08-09 | 4 | -66/+66 |
* | :bug: fix bitfield resolve | Flam3rboy | 2021-08-08 | 1 | -1/+1 |
* | [Config] Make brokers null by default | Diego Magdaleno | 2021-07-29 | 1 | -4/+2 |
* | [Config] Handle kafka | Diego Magdaleno | 2021-07-29 | 1 | -2/+15 |
* | Add regions to Config | Paul Munteanu | 2021-07-26 | 1 | -0/+19 |
* | :loud_sound: fix log | Flam3rboy | 2021-07-18 | 1 | -1/+1 |
* | auto throw error if findOne doesn't find any doc | Flam3rboy | 2021-07-10 | 1 | -1/+0 |
* | :see_no_evil: :lock: hide db password in log | Flam3rboy | 2021-07-08 | 1 | -1/+3 |
* | :bug: fix Config | Flam3rboy | 2021-07-07 | 1 | -1/+1 |
* | :sparkles: checkToken return user data | Flam3rboy | 2021-06-30 | 1 | -2/+5 |
* | :sparkles: Rate Limit model | Flam3rboy | 2021-06-28 | 1 | -11/+17 |
* | :bug: fix mongoose cache | Flam3rboy | 2021-06-27 | 2 | -8/+23 |
* | :sparkles: Config: ipdataApiKey + register.blockProxies | Flam3rboy | 2021-06-27 | 1 | -0/+4 |
* | :sparkles: allow bot tokens | Flam3rboy | 2021-06-24 | 1 | -0/+1 |
* | :bug: fix checkToken | Flam3rboy | 2021-06-23 | 2 | -2/+2 |
* | :art: rename recipients -> recipient_ids | Flam3rboy | 2021-05-31 | 1 | -5/+5 |
* | :bug: fix config | Flam3rboy | 2021-05-31 | 1 | -1/+1 |
* | fix message model | Flam3rboy | 2021-05-30 | 1 | -1/+1 |
* | :sparkles: add requestSignature to Config | Flam3rboy | 2021-05-29 | 1 | -1/+3 |
* | :sparkles: add cdn.endpoint to config | Flam3rboy | 2021-05-28 | 1 | -0/+6 |
* | :bug: fix Snowflake workerid | Flam3rboy | 2021-05-25 | 1 | -1/+1 |
* | :bug: fix Snowflake process + worker id | Flam3rboy | 2021-05-25 | 1 | -3/+4 |
* | :bug: fix default endpoint | Flam3rboy | 2021-05-25 | 1 | -2/+2 |
* | :sparkles: new config | Flam3rboy | 2021-05-24 | 1 | -108/+199 |
* | additional token checks: user disabled/deleted or if the token was revoked | Flam3rboy | 2021-05-24 | 1 | -1/+8 |
* | Config: Don't cast to unknow and rather give a gernic type | Diego Magdaleno | 2021-05-23 | 1 | -2/+2 |
* | :bug: fix checktoken | Flam3rboy | 2021-05-23 | 1 | -3/+2 |
* | Config: export getConfigPathForFile | Diego Magdaleno | 2021-05-22 | 1 | -1/+1 |
* | Config: New config and store classes to replace the mongo method | Diego Magdaleno | 2021-05-22 | 1 | -34/+109 |
* | :bug: fix Message Model | Flam3rboy | 2021-05-22 | 1 | -3/+3 |
* | :sparkles: system user permissions | Flam3rboy | 2021-05-22 | 1 | -0/+2 |
* | :bug: fix Channel + Invite Model | Flam3rboy | 2021-05-22 | 1 | -1/+1 |
* | fix channel permission calc | Flam3rboy | 2021-05-21 | 2 | -2/+2 |
* | :bug: convert string to bigint Permissions | Flam3rboy | 2021-05-21 | 2 | -3/+11 |
* | :bug: fix types | Flam3rboy | 2021-05-18 | 2 | -6/+20 |
* | :bug: add MessageType enum | Flam3rboy | 2021-05-14 | 3 | -5/+33 |
|\ |
|
| * | :sparkles: add MessageType enum | Flam3rboy | 2021-05-14 | 3 | -5/+33 |
* | | :bug: fix Database toObject | Flam3rboy | 2021-05-10 | 2 | -3/+3 |
|/ |
|
* | :sparkles: add dm permission | Flam3rboy | 2021-04-26 | 1 | -14/+50 |
* | :bug: fix string | Flam3rboy | 2021-04-24 | 1 | -1/+2 |
* | :art: String trimSpecial pass string OR undefined | Flam3rboy | 2021-04-24 | 1 | -1/+2 |
* | :sparkles: throw missing permission | Flam3rboy | 2021-04-23 | 1 | -4/+11 |
* | Merge branch 'main' of https://github.com/discord-open-source/discord-server-... | Flam3rboy | 2021-04-14 | 7 | -42/+94 |
|\ |
|
| * | added toBigInt and BigInt getters to bitfields | notsapinho | 2021-04-08 | 5 | -3/+18 |
| * | Merge branch 'main' of https://github.com/fosscord/fosscord-server-util | xnacly | 2021-04-08 | 4 | -40/+67 |
| |\ |
|
| | * | getPermission use cache | Flam3rboy | 2021-04-07 | 1 | -5/+5 |
| | * | fix toObject type | Flam3rboy | 2021-04-07 | 1 | -3/+5 |
| | * | :bug: fix lean not working with virtuals | Flam3rboy | 2021-04-07 | 1 | -0/+9 |
| | * | Merge branch 'main' of https://github.com/discord-open-source/discord-server-... | Flam3rboy | 2021-04-06 | 1 | -1/+2 |
| | |\ |
|
| | | * | :arrow_up: update mongodb | Flam3rboy | 2021-04-06 | 1 | -1/+2 |
| | | * | resolve deprecation warnings | afeuerstein | 2021-04-06 | 1 | -1/+1 |
| | * | | :art: remove _id and __v from response | Flam3rboy | 2021-04-06 | 1 | -0/+7 |
| | |/ |
|
| | * | :art: Convert id bigint to string | Flam3rboy | 2021-04-06 | 2 | -5/+5 |
| | * | :bug: fix User Model guilds | Flam3rboy | 2021-04-06 | 1 | -0/+2 |
| | * | :bug: fix Database | Flam3rboy | 2021-04-06 | 2 | -28/+34 |
| * | | added hasThrow | xnacly | 2021-04-08 | 1 | -0/+10 |
| |/ |
|
* / | :zap: export regex | Flam3rboy | 2021-04-14 | 2 | -2/+4 |
|/ |
|
* | :sparkles: AuditLog | Flam3rboy | 2021-03-04 | 3 | -3/+7 |
* | :art: getPermission() default opts | Flam3rboy | 2021-03-04 | 1 | -1/+1 |
* | :art: getPermission cache | Flam3rboy | 2021-03-03 | 1 | -4/+11 |
* | :construction: custom permissions | Flam3rboy | 2021-03-03 | 1 | -1/+6 |
* | :bug: fix populate. finally 😅 | Flam3rboy | 2021-02-23 | 1 | -6/+12 |
* | Custom Permission | Flam3rboy | 2021-02-22 | 1 | -1/+5 |
* | :bug: fix Permission BitField | Flam3rboy | 2021-02-22 | 1 | -10/+15 |
* | :bug: fix Mongodb BigInt | Flam3rboy | 2021-02-16 | 1 | -1/+1 |
* | :bug: fix database | Flam3rboy | 2021-02-16 | 1 | -2/+5 |
* | :bug: fix database | Flam3rboy | 2021-02-16 | 1 | -5/+2 |
* | :bug: fix Config | Flam3rboy | 2021-02-16 | 1 | -1/+1 |
* | :bug: fix permission | Flam3rboy | 2021-02-14 | 1 | -1/+1 |
* | :bug: fix public member type | Flam3rboy | 2021-02-14 | 1 | -1/+1 |
* | :bug: fix PermissionResolvable | Flam3rboy | 2021-02-14 | 1 | -1/+34 |
* | :bug: fix Permissions type declaration | Flam3rboy | 2021-02-14 | 1 | -1/+1 |
* | :sparkles: getPermission util function | Flam3rboy | 2021-02-14 | 1 | -3/+30 |
* | :art: Channel + Member + Message + Role in separate collection | Flam3rboy | 2021-02-13 | 1 | -0/+47 |
* | :sparkles: Config init takes default opts | Flam3rboy | 2021-02-13 | 1 | -2/+2 |
* | :zap: Config and database update | Flam3rboy | 2021-02-13 | 3 | -21/+26 |
* | :sparkles: mongoose Schemas | Flam3rboy | 2021-02-13 | 3 | -7/+164 |
* | :arrow_up: bump lambert-db | Flam3rboy | 2021-02-08 | 2 | -2/+5 |
* | update missing-native-js-functions version | Flam3rboy | 2021-02-06 | 1 | -13/+0 |
* | :sparkles: convertBigIntToString | Flam3rboy | 2021-02-06 | 2 | -1/+14 |
* | :wrench: build | Flam3rboy | 2021-02-05 | 11 | -0/+435 |