Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fix/claim_accounts | Madeline | 2022-07-13 | 4 | -15/+45 |
|\ | |||||
| * | * Make max website preview download size for embeds configurable | Madeline | 2022-07-09 | 1 | -3/+6 |
| | | | | | | | | * Fix Message.update call throwing 'Cannot query across one-to-many for property attachments' | ||||
| * | Removed unused import | Madeline | 2022-07-09 | 1 | -1/+1 |
| | | | | | | tab autocomplete really loves doing this to me | ||||
| * | Merge branch 'master' into feat/multiUploads | Madeline | 2022-07-09 | 2 | -483/+652 |
| |\ | |||||
| | * | Filter out schemas that block generation instead, and also include util in files | Madeline | 2022-07-07 | 3 | -430/+1936 |
| | | | |||||
| | * | Typescript-json-schema does not crawl extends | Madeline | 2022-07-07 | 1 | -1/+8 |
| | | | |||||
| * | | Allow multiple attachments in messages | Madeline | 2022-07-09 | 2 | -10/+1365 |
| |/ | |||||
* | | Check if email required in PATCH @me | Madeline | 2022-07-08 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into fix/claim_accounts | Madeline | 2022-07-07 | 31 | -8333/+14444 |
|\| | |||||
| * | Format changed files | LachlanCourt | 2022-07-04 | 1 | -13/+6 |
| | | |||||
| * | Ensure query fails if role with specified id does not exist | LachlanCourt | 2022-07-04 | 1 | -1/+1 |
| | | |||||
| * | Add semicolon | LachlanCourt | 2022-07-04 | 1 | -1/+1 |
| | | |||||
| * | Simplify role query as per code review | LachlanCourt | 2022-07-04 | 1 | -2/+1 |
| | | |||||
| * | Move role_id specific api routes to correct file | LachlanCourt | 2022-07-04 | 2 | -137/+53 |
| | | |||||
| * | Fix compile error in get request | LachlanCourt | 2022-07-04 | 1 | -42/+4 |
| | | |||||
| * | Create role subdirectory and add GET api route | LachlanCourt | 2022-07-04 | 2 | -0/+145 |
| | | |||||
| * | Skip check for rate limit bypass if no user id is provided | Madeline | 2022-07-02 | 1 | -5/+7 |
| | | |||||
| * | Merge pull request #737 from fosscord/translation | Conner | 2022-06-26 | 2 | -4/+4 |
| |\ | | | | | | | New Crowdin updates | ||||
| | * | New translations common.json (Polish) | Samuel | 2022-04-25 | 1 | -2/+2 |
| | | | |||||
| | * | New translations auth.json (Polish) | Samuel | 2022-04-25 | 1 | -2/+2 |
| | | | |||||
| * | | Fix compile errors in latest | Madeline | 2022-06-26 | 1 | -10/+14 |
| | | | |||||
| * | | fix the wrong name | Erkin Alp Güney | 2022-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | self-leave logic | Erkin Alp Güney | 2022-06-26 | 1 | -3/+19 |
| | | | |||||
| * | | JOIN_GUILDS is not the right flag there | Erkin Alp Güney | 2022-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #763 from KaKi87/spdx | Erkin Alp Güney | 2022-06-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Use SPDX license syntax in 'package.json' files | ||||
| | * | | Use SPDX license syntax in 'package.json' files | KaKi87 | 2022-06-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Expose general instance information via api /ping route | Madeline | 2022-06-08 | 1 | -1/+17 |
| |/ / | |||||
| * | | Respect register_dateOfBirth_required = false | Madeline | 2022-05-30 | 1 | -1/+1 |
| | | | |||||
| * | | Finished file translation | FlumeZ | 2022-05-26 | 1 | -10/+10 |
| | | | | | | | | | Auth.json :D | ||||
| * | | Fixed Broken Translates and finished the file | FlumeZ | 2022-05-26 | 1 | -11/+11 |
| | | | | | | | | | Enjoy :) | ||||
| * | | Update index.ts | Erkin Alp Güney | 2022-05-15 | 1 | -14/+18 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-05-15 | 3 | -16/+22 |
| |\ \ | |||||
| | * | | Update bulk-delete.ts | Erkin Alp Güney | 2022-05-15 | 1 | -7/+13 |
| | | | | |||||
| | * | | Update purge.ts | Erkin Alp Güney | 2022-05-15 | 1 | -3/+3 |
| | | | | |||||
| | * | | Remove more WAAO references | Erkin Alp Güney | 2022-05-06 | 1 | -6/+6 |
| | | | | |||||
| * | | | messages before/after soundness check | Erkin Alp Güney | 2022-04-30 | 1 | -3/+12 |
| |/ / | |||||
| * | | patch for missing router schema, and also add purge route self-deletion checks | Erkin Alp Güney | 2022-04-30 | 1 | -2/+11 |
| | | | |||||
| * | | introduce the purge endpoint | Erkin Alp Güney | 2022-04-28 | 2 | -1/+78 |
| | | | | | | | | | | | | closes #281 | ||||
| * | | Update prune.ts | Erkin Alp Güney | 2022-04-28 | 1 | -2/+6 |
| | | | |||||
| * | | needs to be async | Erkin Alp Güney | 2022-04-28 | 2 | -2/+3 |
| | | | |||||
| * | | exempt users logic | Erkin Alp Güney | 2022-04-28 | 1 | -2/+6 |
| | | | | | | | | | resolves #396 | ||||
| * | | Merge pull request #736 from MaddyUnderStars/backfilling | Erkin Alp Güney | 2022-04-27 | 1 | -5/+24 |
| |\ \ | | | | | | | | | Backfilling sanitation etc | ||||
| | * | | use return codes to allow for automation | Erkin Alp Güney | 2022-04-24 | 1 | -3/+5 |
| | | | | |||||
| | * | | Backfilling privilege does not imply right to post messages | Erkin Alp Güney | 2022-04-24 | 1 | -2/+5 |
| | | | | |||||
| | * | | While backfilling, message ids must now be valid snowflakes, cannot be in ↵ | Madeline | 2022-04-24 | 1 | -5/+19 |
| | | | | | | | | | | | | | | | | the future, and cannot overwrite existing messages | ||||
| * | | | Do stuff for npm workspace | Thesourtimes | 2022-04-26 | 3 | -18/+1 |
| | | | | |||||
| * | | | eventually fix those errors | Erkin Alp Güney | 2022-04-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update RateLimit.ts | Erkin Alp Güney | 2022-04-24 | 1 | -2/+3 |
| | | | | |||||
| * | | | Update RateLimit.ts | Erkin Alp Güney | 2022-04-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix the seconds rounding logic | Erkin Alp Güney | 2022-04-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | Punitive rate limiting | Erkin Alp Güney | 2022-04-24 | 1 | -4/+8 |
| |/ / | |||||
| * | | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-04-23 | 4 | -8151/+12484 |
| |\ \ | |||||
| | * | | Fix not assigning new changes to input fields in users/@me | Madeline | 2022-04-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Can no longer send messages to channel types that do not support it ( ↵ | Madeline | 2022-04-23 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | categories, voice etc ) | ||||
| | * | | Fixed ability for user to edit any property of themselves, including ↵ | Madeline | 2022-04-23 | 3 | -8151/+12479 |
| | | | | | | | | | | | | | | | | `rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/ | ||||
| * | | | backfilling — first steps | Erkin Alp Güney | 2022-04-23 | 2 | -2/+87 |
| |/ / | |||||
| * | | Use 1 thread on platform where fetching thread/core count fails | TheArcaneBrony | 2022-04-19 | 1 | -1/+6 |
| | | | |||||
| * | | general rights enforcement stuff | Erkin Alp Güney | 2022-04-18 | 1 | -0/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-04-18 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Unified ghost instead of separate ghosts | Erkin Alp Güney | 2022-04-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | get single message && message rights enforcement | Erkin Alp Güney | 2022-04-18 | 2 | -2/+15 |
| |/ / | |||||
| * | | reactions rights enforcement | Erkin Alp Güney | 2022-04-17 | 2 | -2/+3 |
| | | | |||||
| * | | remove misleading todo note | Erkin Alp Güney | 2022-04-16 | 1 | -1/+0 |
| |/ | |||||
| * | New translations common.json (Swedish) | Samuel | 2022-04-12 | 1 | -14/+14 |
| | | |||||
| * | New translations auth.json (Swedish) | Samuel | 2022-04-12 | 1 | -10/+10 |
| | | |||||
| * | Update passwordStrength.ts | Erkin Alp Güney | 2022-04-12 | 1 | -1/+1 |
| | | |||||
| * | Fix compile errors in checkPassword's entropy check | Madeline | 2022-04-10 | 1 | -4/+4 |
| | | |||||
* | | Ensure password was given if email is given in PATCH @me | Madeline | 2022-07-07 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into fix/claim_accounts | Madeline | 2022-04-11 | 25 | -3903/+2799 |
|\| | |||||
| * | Update passwordStrength.ts | Erkin Alp Güney | 2022-04-09 | 1 | -1/+1 |
| | | |||||
| * | add an elegant entropy check | Erkin Alp Güney | 2022-04-09 | 1 | -5/+16 |
| | | |||||
| * | fix MANAGE_GUILDS; rename getRight to getRights | binsky | 2022-04-09 | 1 | -2/+2 |
| | | |||||
| * | fix invite right enforcement | binsky | 2022-04-09 | 1 | -1/+1 |
| | | |||||
| * | correct right name | Erkin Alp Güney | 2022-04-08 | 1 | -1/+1 |
| | | |||||
| * | invite right enforced | Erkin Alp Güney | 2022-04-08 | 1 | -1/+2 |
| | | |||||
| * | JOIN_GUILDS | Erkin Alp Güney | 2022-04-08 | 1 | -1/+1 |
| | | |||||
| * | rights enforcement in guild create | Erkin Alp Güney | 2022-04-08 | 1 | -3/+4 |
| | | |||||
| * | MANAGE_GUILDS | Erkin Alp Güney | 2022-04-08 | 1 | -2/+10 |
| | | |||||
| * | remove todos that are implemented | Erkin Alp Güney | 2022-04-08 | 1 | -3/+3 |
| | | |||||
| * | enforce the rights | Erkin Alp Güney | 2022-04-08 | 1 | -3/+5 |
| | | |||||
| * | fix the build mistakes from yesternight | Erkin Alp Güney | 2022-04-08 | 1 | -7/+12 |
| | | |||||
| * | Update index.ts | Erkin Alp Güney | 2022-04-08 | 1 | -7/+10 |
| | | |||||
| * | added the maintenance listing endpoint | Erkin Alp Güney | 2022-04-07 | 1 | -0/+1 |
| | | |||||
| * | scheduled maintenances | Erkin Alp Güney | 2022-04-07 | 1 | -0/+12 |
| | | |||||
| * | New translations common.json (Hebrew) | Samuel | 2022-04-05 | 1 | -7/+7 |
| | | |||||
| * | User Notes (#707) | Madeline | 2022-04-05 | 1 | -5/+30 |
| | | | | | | | | | | | | | | | | * Notes implementation. Bug: Client does not save note locally after uploading to server. Client does save after reloading page. Is this due to the response being sent by PUT? * I don't know why the client doesn't do optimistic UI updates with this, or any updates at all without reloading the page * Added USER_NOTE_UPDATE event, thanks @TheRealGeoDash2019 ! | ||||
| * | Fix typo in table 'client_relase' -> 'client_release' ( and other of the ↵ | Madeline | 2022-03-30 | 5 | -12/+12 |
| | | | | | | | | | | | | | | same typo ) (#703) * Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. * Fixed migration ( but dirty lol ) | ||||
| * | Bump minimist from 1.2.5 to 1.2.6 in /api | dependabot[bot] | 2022-03-30 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Make comments more accurate to use-case | Luna Alfien | 2022-03-27 | 1 | -0/+4 |
| | | |||||
| * | Create fosscord-login.js | Luna Alfien | 2022-03-27 | 1 | -0/+8 |
| | | |||||
| * | Fix `servers[0].url` in `openapi.json`. | SpacingBat3 | 2022-03-20 | 1 | -1/+1 |
| | | | | | | A tiny fix within `openapi.json`, that changes the URL in servers property to the correct ones. | ||||
| * | close issue #684 | Erkin Alp Güney | 2022-03-14 | 2 | -4/+4 |
| | | |||||
| * | fix(api): add vanity urls creation/update (#665) | Nobody | 2022-03-09 | 1 | -5/+28 |
| | | | | | | | | | | | | | | | | | | * fix(api): add vanity urls creation/update * refactor(api): multiple vanity urls Old vanty urls will not be updated, instead a new one will be created. * feat(api): add ALIASABLE_NAMES feature Reference: https://github.com/fosscord/fosscord-server/issues/407 | ||||
| * | fix(api): working replies in dm channels | Nobody | 2022-03-09 | 1 | -4/+6 |
| | | |||||
| * | Merge branch 'master' into fix/ban-list | Nobody | 2022-03-08 | 4 | -6/+12 |
| |\ | |||||
| | * | Temporary notes fix | RealMANI | 2022-03-08 | 1 | -3/+3 |
| | | | | | | | | | | | | Temporary fix for getting stuck on loading user note. //TODO | ||||
| | * | fix(api): working invisible status type | Nobody | 2022-03-08 | 2 | -3/+3 |
| | | | |||||
| | * | fix(api): don't send @everyone in route response | Nobody | 2022-03-08 | 1 | -1/+4 |
| | | | | | | | | | | | | The response of `PATCH /guilds/{guild.id}/members/{user.id}` should not include "@everyone" role | ||||
| | * | fix(api): prevent @everyone role duplication | Nobody | 2022-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | If user already has @everyone role, then don't push it to the array | ||||
| | * | fix(api): always add @everyone in user's roles | Nobody | 2022-03-08 | 1 | -0/+3 |
| | | | | | | | | | | | | When you add or delete an user's role, you MUST always add "@everyone" role to the roles map | ||||
| | * | Fix bans list (#674) | RealMANI | 2022-03-08 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix bans list - Bans list should load properly now * Updated Removed await Removed unnecessary foreach * Update ban.ts await | ||||
| * | | fix(api): working ban list | Nobody | 2022-03-08 | 1 | -8/+23 |
| |/ | | | | | | | We should never use await inside loops | ||||
| * | Check username | RealMANI | 2022-03-06 | 1 | -6/+8 |
| | | |||||
| * | [Fix] Changing bio and accent color | RealMANI | 2022-03-06 | 1 | -1/+1 |
| | | |||||
| * | Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵ | Madeline | 2022-03-06 | 2 | -3814/+2577 |
| | | | | | | | | Probably was api package.json still included node-fetch 3, but bundle still had v2 | ||||
* | | Merge branch 'master' into fix/claim_accounts | Erkin Alp Güney | 2022-03-05 | 5 | -21/+93 |
|\| | |||||
| * | Bump url-parse from 1.5.7 to 1.5.10 in /api | dependabot[bot] | 2022-02-28 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-25 | 1 | -6/+61 |
| |\ | | | | | | | Allow self-banning | ||||
| | * | Merge branch 'master' into origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-04 | 1 | -0/+7 |
| | |\ | |||||
| | * | | pretend self-bans don't exist in the views too | Erkin Alp Güney | 2022-02-04 | 1 | -1/+4 |
| | | | | |||||
| | * | | ban moderator schema actually change | Erkin Alp Güney | 2022-02-04 | 1 | -2/+12 |
| | | | | |||||
| | * | | ban moderator schema change | Erkin Alp Güney | 2022-02-04 | 1 | -0/+1 |
| | | | | |||||
| | * | | some important changes | Erkin Alp Güney | 2022-02-04 | 1 | -4/+4 |
| | | | | |||||
| | * | | Try to commit this one again, this time over the web | Erkin Alp Güney | 2022-02-04 | 1 | -4/+8 |
| | | | | |||||
| | * | | remove pretense of nonexistence from main view route for now to make it ↵ | Erkin Alp Güney | 2022-02-04 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | compile while thinking of a fix | ||||
| | * | | Extend the pretense of non-existence of self-bans to API view route too | Erkin Alp Güney | 2022-02-02 | 1 | -0/+2 |
| | | | | |||||
| | * | | Better protection against self-bans | Erkin Alp Güney | 2022-02-02 | 1 | -2/+3 |
| | | | | |||||
| | * | | Make self-bans irreversible | Erkin Alp Güney | 2022-02-02 | 1 | -1/+4 |
| | | | | |||||
| | * | | Allow self-ban of non-owners | Erkin Alp Güney | 2022-02-02 | 1 | -1/+34 |
| | | | | |||||
| * | | | [Fix] Profile & banner uploading | RealMANI | 2022-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Related to this issue https://github.com/fosscord/fosscord-server/pull/639#issuecomment-1046140968 | ||||
| * | | | Bump url-parse from 1.5.3 to 1.5.7 in /api | dependabot[bot] | 2022-02-19 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | | | changed user.premium_since to also load from the database. | Iratu | 2022-02-18 | 2 | -1/+5 |
| | | | | |||||
| * | | | Forgot the openapi.json change. | Iratu | 2022-02-18 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix for Premium Since to show the 'Guild Boost' and store it correctly in ↵ | Iratu | 2022-02-18 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | the database | ||||
* | | | | Added email sanitisation to /users/@me PATCH. Could previously have email as ↵ | Madeline | 2022-02-17 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | any string | ||||
* | | | | Fixed bug in /users/@me PATCH where username must be present in every ↵ | Madeline | 2022-02-17 | 1 | -1/+2 |
|/ / / | | | | | | | | | | request, breaking account claiming | ||||
* | | | Merge pull request #608 from Featyre/master | Erkin Alp Güney | 2022-02-16 | 16 | -24/+217 |
|\ \ \ | | | | | | | | | Branding updates + Fixed Discovery and custom status + Dev portal | ||||
| * | | | Return none for dev portal + todo for categories | Featyre | 2022-02-02 | 1 | -1/+7 |
| | | | | |||||
| * | | | Merge branch 'fosscord:master' into master | Featyre | 2022-02-01 | 1 | -5/+5 |
| |\| | | |||||
| * | | | Dev portal + categories load db | Featyre | 2022-01-26 | 9 | -23/+86 |
| | | | | |||||
| * | | | change line | Featyre | 2022-01-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 4 | -0/+48 |
| |\ \ \ | |||||
| * | | | | Partnet + Discover fix and join | Featyre | 2022-01-24 | 8 | -9/+105 |
| | | | | | |||||
| * | | | | Prep for Category db work | Featyre | 2022-01-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * | | | | | category + discovery + custom status fix, new config | Featyre | 2022-01-24 | 4 | -17/+19 |
| | | | | | | |||||
| * | | | | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 1 | -2/+6 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'fosscord:master' into master | Featyre | 2022-01-23 | 4 | -88/+763 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Partial integration of categories and discovery | Featyre | 2022-01-23 | 4 | -20/+46 |
| | | | | | | | | |||||
| * | | | | | | | Branding updates | Featyre | 2022-01-23 | 2 | -4/+8 |
| | | | | | | | | |||||
* | | | | | | | | Typo | RealMANI | 2022-02-16 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Mutual Friends | RealMANI | 2022-02-16 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added mutual friends | ||||
* | | | | | | | | Mutual Guilds (#637) | RealMANI | 2022-02-16 | 1 | -2/+15 |
| | | | | | | | | |||||
* | | | | | | | | [Fix] Invisible space username (#639) | RealMANI | 2022-02-16 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | You can send only spaces to the server and have a invisible username, this way you can remove the spaces and check and if it wasn't null after you know it's not just spaces | ||||
* | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /api (#633) | dependabot[bot] | 2022-02-15 | 1 | -13/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | | | | | | | | Manually lock node to >15 | Erkin Alp Güney | 2022-02-10 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | [Fix] Trying to remove a null element (#625) | ImAaronFR | 2022-02-10 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix for: Uncaught TypeError: document.querySelector(...) is null | ||||
* | | | | | | | | [Fix] Client bug (#623) | ImAaronFR | 2022-02-09 | 1 | -1/+4 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | If you don't delete this property for some reasons after you send a message in a guild, your roles will be removed (client sided) for everyone, this fixes it. | ||||
* | | | | | | | Remove nulled properties from GET `/channels/#id/messages` for improved ↵ | Madeline | 2022-02-04 | 1 | -0/+7 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | compatibility with some client ( discord.js ) | ||||
* | | | | | | Update index.html | ImAaronFR | 2022-01-31 | 1 | -5/+5 |
| |_|_|_|/ |/| | | | | | | | | | Compatible client version with Role Icons | ||||
* | | | | | Add dummy endpoints to prevent client loading some settings panels indefinitely | TheArcaneBrony | 2022-01-24 | 4 | -0/+48 |
| |_|_|/ |/| | | | |||||
* | | | | revert dependabot PRs that update node-fetch to v3 | Madeline | 2022-01-24 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Add unhandled channel types to IsTextChannel method | Madeline | 2022-01-23 | 1 | -2/+6 |
| |/ |/| | |||||
* | | Closed-join guilds | Erkin Alp Güney | 2022-01-23 | 1 | -1/+2 |
| | | | | | | | | Resolves #537 Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | | Bump node-fetch from 2.6.6 to 2.6.7 in /api/scripts/stresstest | dependabot[bot] | 2022-01-23 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Bump node-fetch from 2.6.2 to 3.1.1 in /api | dependabot[bot] | 2022-01-23 | 2 | -81/+747 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 3.1.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v3.1.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Branding updates | Featyre | 2022-01-22 | 2 | -4/+8 |
|/ | |||||
* | Revert previous commit | Chris Chrome | 2022-01-16 | 1 | -16/+16 |
| | |||||
* | Further debranding of premium tiers | Erkin Alp Güney | 2022-01-14 | 1 | -16/+16 |
| | |||||
* | Fix typo in commit 277b28c | Madeline | 2022-01-13 | 1 | -1/+1 |
| | |||||
* | Fix the feature check | Erkin Alp Güney | 2022-01-12 | 1 | -0/+2 |
| | |||||
* | Add cross channel replies | Erkin Alp Güney | 2022-01-12 | 1 | -2/+4 |
| | | | Resolves #533 | ||||
* | fix the message endpoint always returning Empty message error | ced777ric | 2022-01-11 | 1 | -1/+1 |
| | | | | (cherry picked from commit 8b8344e860920f3c3b911dfde1a7a078fef43c9b) | ||||
* | Message fixes | Character limits and embed fixes (#581) | Madeline | 2022-01-11 | 2 | -8/+14 |
| | | | | | | | * Adds message character limits (#503) * Fixed message `embeds` being ignored for `embed` * Update Message.ts Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | Correct the invite response | Thesourtimes | 2022-01-06 | 1 | -1/+1 |
| | |||||
* | Add Role Icons (#574) | Chris Chrome | 2022-01-05 | 1 | -2/+9 |
| | | | | | | | | | * Role Icons Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Cache coherency rules Co-authored-by: MANIKILLER <manikillrorg@gmail.com> Co-authored-by: ImAaronFR <96433859+ImAaronFR@users.noreply.github.com> | ||||
* | Update documents | Thesourtimes | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | Fix schemas handler | Thesourtimes | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Organize @fosscord/api utils in directories | Thesourtimes | 2022-01-01 | 13 | -11/+13 |
| | |||||
* | Updated stop.ts | unknownPerson115 | 2021-12-29 | 1 | -1/+1 |
| | | | | | | | now using bitwise operators and dividing the `rights` value so you can have other rights whilst having the `OPERATOR` right for example: `3` is `1` and `2` combined NOTE: a potential issue has been uncovered while testing; if you have more than 1 thread the server will only stop 1 thread and the rest of the server will continue to run | ||||
* | Updated stop.ts | unknownPerson115 | 2021-12-29 | 1 | -6/+7 |
| | | | | | | updated stop.ts so it checks for user rights instead of the SYSTEM flag which can possibly cause some unnecessary complications when it comes to instance management *also has been tested with multiple tokens to be sure that this does NOT permit normal users to POST to the /stop API route **NOTE**: instance owners will have to re-run `npm run setup` for these changes to take effect | ||||
* | Merge pull request #553 from TheArcaneBrony/master | Chris Chrome | 2021-12-26 | 5 | -6/+119 |
|\ | | | | | Remove fs-extras, add Sentry support, fix compile errors, fix some typos | ||||
| * | Add env name in sentry, set default sentry endpoint | The Arcane Brony | 2021-12-26 | 1 | -7000/+15200 |
| | | |||||
| * | Restore package locks | The Arcane Brony | 2021-12-26 | 2 | -0/+19133 |
| | | |||||
| * | Replace nanocolors with picocolors | The Arcane Brony | 2021-12-25 | 2 | -2/+2 |
| | | |||||
| * | Add Sentry, fix compile errors | The Arcane Brony | 2021-12-22 | 2 | -4/+6 |
| | | |||||
| * | Repo cleanup, remove fs-extras | The Arcane Brony | 2021-12-21 | 4 | -27333/+111 |
| | | |||||
* | | Update api/src/routes/stop.ts | unknownPerson115 | 2021-12-25 | 1 | -7/+2 |
| | | | | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | | Create stop.ts (for /stop API route) | unknownPerson115 | 2021-12-25 | 1 | -0/+30 |
| | | | | | | | | | | patched up the route and polished it note: THIS API IS ONLY FOR DEVELOPMENT PURPOSES | ||||
* | | Comment about the hotfix | Kuna | 2021-12-24 | 1 | -0/+2 |
| | | |||||
* | | (Finally) make a temporary fix for IP leak | Thesourtimes | 2021-12-24 | 1 | -3/+13 |
| | | |||||
* | | Fix typo | Kuna | 2021-12-24 | 1 | -1/+1 |
| | | |||||
* | | Fix IP leaks from bans route | Thesourtimes | 2021-12-24 | 1 | -2/+14 |
|/ | |||||
* | Update downloads.ts | Kuna | 2021-12-18 | 1 | -0/+1 |
| | |||||
* | General work on API | Thesourtimes | 2021-12-18 | 9 | -391/+1882 |
| | |||||
* | Add the new discovery route | Thesourtimes | 2021-12-15 | 1 | -0/+20 |
| | |||||
* | Make the test client togglable | Thesourtimes | 2021-12-15 | 1 | -2/+4 |
| | |||||
* | Stresstest Script | TimSchweiz | 2021-12-09 | 9 | -0/+989 |
| | |||||
* | Update index.ts | Kuna | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Update index.ts | Kuna | 2021-12-07 | 1 | -1/+2 |
| | |||||
* | Fix previous commit | Thesourtimes | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Minor API work | Thesourtimes | 2021-12-05 | 2 | -1/+10 |
| | |||||
* | Make INTERNAL_EMPLOYEE_ONLY functional | Thesourtimes | 2021-12-05 | 1 | -1/+6 |
| | |||||
* | Merge pull request #530 from erkinalp/patch-3 | Samuel | 2021-11-30 | 1 | -1/+1 |
|\ | |||||
| * | Eventually fixed all the errors in the RandomInviteID | Erkin Alp Güney | 2021-11-30 | 1 | -1/+1 |
| | | |||||
| * | fix the bigint asintn | Erkin Alp Güney | 2021-11-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #527 from erkinalp/patch-3 | Samuel | 2021-11-30 | 1 | -1/+1 |
|\| | |||||
| * | Fix assignment incompatibility | Erkin Alp Güney | 2021-11-30 | 1 | -1/+1 |
| | | |||||
* | | Add a new test-client related endpoint | Thesourtimes | 2021-11-30 | 1 | -0/+13 |
|/ | |||||
* | Fix the type errors | Erkin Alp Güney | 2021-11-30 | 1 | -5/+6 |
| | | | Forgot that you cannot mix and match bigint and float | ||||
* | Merge pull request #519 from erkinalp/master | Samuel | 2021-11-29 | 1 | -0/+19 |
|\ | | | | | Snowflake-based invite generation | ||||
| * | snowflake-based invite generation | Erkin Alp Güney | 2021-11-28 | 1 | -0/+19 |
| | | |||||
* | | Merge pull request #518 from Xenorio/master | Samuel | 2021-11-29 | 1 | -0/+0 |
|\ \ | | | | | | | Fix plugins folder not being found | ||||
| * | | Fix plugins folder not being found | Xenorio | 2021-11-28 | 1 | -0/+0 |
| |/ | | | | | | | | | This adds a .gitkeep file so the plugins folder is being delivered when cloning | ||||
* | | Merge pull request #523 from fosscord/translation | Samuel | 2021-11-29 | 2 | -16/+16 |
|\ \ | |/ |/| | |||||
| * | New translations common.json (Russian) | Samuel | 2021-11-29 | 1 | -6/+6 |
| | | |||||
| * | New translations auth.json (Russian) | Samuel | 2021-11-29 | 1 | -10/+10 |
| | | |||||
* | | Merge pull request #491 from TheArcaneBrony/master | Samuel | 2021-11-21 | 7 | -59/+110 |
|\ \ | | | | | | | Add plugin & css support, add styling to differentiate from discord.com | ||||
| * | | Add user.css | The Arcane Brony | 2021-11-14 | 1 | -0/+1 |
| | | | |||||
| * | | Inline plugin support | The Arcane Brony | 2021-11-11 | 3 | -6/+13 |
| | | | |||||
| * | | Fix autoregister, add inline plugins | The Arcane Brony | 2021-11-11 | 1 | -0/+0 |
| | | | |||||
| * | | Attempt to fix auto register | The Arcane Brony | 2021-11-11 | 1 | -5/+6 |
| | | | |||||
| * | | Add plugin & css support, add styling to differentiate from discord.com | The Arcane Brony | 2021-11-11 | 4 | -59/+101 |
| |/ | |||||
* | | Update index.ts | Samuel | 2021-11-21 | 1 | -2/+3 |
| | | |||||
* | | Fix the minor issues on route | Thesourtimes | 2021-11-18 | 4 | -12/+16 |
| | | |||||
* | | Minor API stuff | uurgothat | 2021-11-17 | 2 | -3/+13 |
| | | |||||
* | | Add instance route | uurgothat | 2021-11-17 | 4 | -0/+40 |
|/ | |||||
* | Merge pull request #496 from fosscord/translation | Samuel | 2021-11-11 | 57 | -616/+650 |
|\ | | | | | New Crowdin updates | ||||
| * | New translations auth.json (Serbo-Croatian) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations common.json (Serbo-Croatian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Vietnamese) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Ukrainian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Turkish) | Samuel | 2021-10-24 | 1 | -5/+5 |
| | | |||||
| * | New translations common.json (Swedish) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Croatian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Slovak) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Norwegian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Dutch) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Lithuanian) | Samuel | 2021-10-24 | 1 | -2/+2 |
| | | |||||
| * | New translations common.json (Korean) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Japanese) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Italian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Hungarian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Russian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Finnish) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Hindi) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Esperanto) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Greek) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (German) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations auth.json (Russian) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Norwegian) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (Dutch) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Lithuanian) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Korean) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Japanese) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (Italian) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Hungarian) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Slovak) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Greek) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (Danish) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | |