summary refs log tree commit diff
path: root/package-lock.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update sentryMadeline2023-09-021-48/+56
|
* update jsonwebtoken and bcryptMadeline2023-08-121-540/+526
|
* npm upgradeMadeline2023-08-071-6733/+381
|
* update proxy-agentMadeline2023-08-071-149/+602
|
* Merge branch 'master' of github.com:spacebarchat/serverMadeline2023-08-071-30/+30
|\
| * Merge pull request #1087 from spacebarchat/dependabot/npm_and_yarn/semver-5.7.2Madeline2023-08-071-18/+18
| |\ | | | | | | Bump semver from 5.7.1 to 5.7.2
| | * Bump semver from 5.7.1 to 5.7.2dependabot[bot]2023-08-071-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
| * | Bump word-wrap from 1.2.3 to 1.2.5dependabot[bot]2023-08-071-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
| * Merge pull request #1061 from spacebarchat/dependabot/npm_and_yarn/vm2-3.9.19Madeline2023-08-071-6/+6
| |\ | | | | | | Bump vm2 from 3.9.13 to 3.9.19
| | * Bump vm2 from 3.9.13 to 3.9.19dependabot[bot]2023-05-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.13 to 3.9.19. - [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.13...3.9.19) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | switch from il8next-node-fs-backend to il8next-fs-backendMadeline2023-08-071-89/+11
|/ /
* | minor version updatesPuyodead12023-08-061-2654/+2717
| |
* | feat: implement member list id generationV3L0C1T13S2023-05-241-0/+24
|/
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-021-2/+2
|\
| * Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
| |
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-3034/+2460
| | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
| * build: remove sqlite3 in favor of better-sqlite3Samuel2023-03-181-28/+117
| |
| * fix: package-lock.jsonSamuel2023-03-171-35/+617
| |
| * build: update dependenciesSamuel2023-03-171-2417/+2320
| |
* | Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-0/+5
| | | | | | | | Use api_endpointPublic instead of cdn_endpointPublic
* | replace node-fetch with wretchPuyodead12023-03-181-0/+9
| |
* | `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline2023-03-181-1/+0
|/
* Bump sqlite3 from 5.1.4 to 5.1.5dependabot[bot]2023-03-131-7/+8
| | | | | | | | | | | | | Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Remove test client and client patcherMadeline2023-03-011-1/+1
|
* Bump http-cache-semantics from 4.1.0 to 4.1.1dependabot[bot]2023-02-241-34/+85
| | | | | | | | | | | | | Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* add SendGrid transportPuyodead12023-02-241-1/+122
|
* use a fixed mailjet transportPuyodead12023-02-241-88/+35
|
* Update package-lock.jsonPuyodead12023-02-231-61/+6085
|
* Add mailjet transportPuyodead12023-02-231-0/+267
|
* Add Mailgun transportPuyodead12023-02-231-0/+84
|
* Update package-lock.jsonPuyodead12023-02-231-0/+19
|
* add support for desktop/webPuyodead12023-02-171-1/+0
|
* Use erlpack instead of @yukikaze-bot/erlpack (#968)Madeline2023-02-011-14/+38
|
* Implement WebAuthn (#967)Puyodead12023-01-301-0/+259
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-201-2/+1168
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Prettier precommit hookMadeline2023-01-051-2/+365
|
* Patch body-parser to use json-bigintMadeline2022-12-301-44/+44
|
* Fix `npm ci`!!!Madeline2022-12-271-9/+110
|
* Update build workflow to use node 18, update lock file to v3Madeline2022-12-271-4479/+1
|
* Add GH workflow for buildMadeline2022-12-271-215/+225
|
* Remove Discord oauth login supportMadeline2022-12-171-9/+9
|
* Remove fluent-ffmpeg dep. TODO: Merge puyo's PRMadeline2022-12-171-2964/+2154
|
* Sentry stuff?Madeline2022-10-301-69/+110
|
* Video attachment support!Madeline2022-10-041-4/+74
|
* Better embed handlingMadeline2022-10-011-0/+140
|
* PrettierMadeline2022-09-261-0/+22
|
* Move schemas to /src/util/schemasMadeline2022-09-261-288/+52
|
* Fix slowcord additional servicesMadeline2022-09-261-1/+0
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-261-0/+37
|
* Fix and remove some scripts + use ajv/typescript-json-schema required by patchesMadeline2022-09-261-33/+477
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-17049/+4189
|
* fosscord-server/pulls/858Madeline2022-08-211-140/+193
|
* Really shitty external image resizingMadeline2022-07-241-84/+789
|
* bot stuff idkMadeline2022-07-091-0/+22681
|
* :sparkles: webrtcFlam3rboy2021-08-121-1790/+0
|
* :construction: initFlam3rboy2021-06-241-0/+1790