summary refs log tree commit diff
path: root/bundle/package-lock.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-19640/+0
|
* LazyRequest on mobile + socket not closed fixesMadeline2022-08-221-0/+110
|
* fosscord-server/pulls/858Madeline2022-08-211-9/+28
|
* Merge branch 'fosscord:master' into slowcordMadeline2022-07-241-5/+7
|\
| * Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802)dependabot[bot]2022-07-231-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Really shitty external image resizingMadeline2022-07-241-75/+323
| |
* | Mass invite permMadeline2022-07-031-49/+4
| |
* | Merge branch 'master' into slowcordMadeline2022-05-311-3/+3
|\|
| * needs to be asyncErkin Alp Güney2022-04-281-3/+3
| |
* | Merge branch 'master' into slowcordMadeline2022-04-191-4/+6
|\|
| * Bump minimist from 1.2.5 to 1.2.6 in /bundledependabot[bot]2022-03-301-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge branch 'maddyrtc' into slowcordMadeline2022-03-121-0/+32
|\ \
| * | Merge branch 'master' into maddyrtcMadeline2022-03-061-15/+187
| |\|
| * | Merge branch 'master' into maddyrtcMadeline2022-02-171-16/+55
| |\ \
| * | | Discord.js gateway connection when connecting to voice will close 4002 ↵Madeline2022-02-171-204/+968
| | | | | | | | | | | | | | | | | | | | | | | | decode error due to not sending self_video field. temp solution: remove it from server. this commit will probably be reverted later; I'm just trying to see if a proper ( not self signed ) SSL cert on slowcord.maddy.k.vu will fix this SSL error I'm receiving.
* | | | Merge branch 'master' into slowcordMadeline2022-03-061-27/+71
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵Madeline2022-03-061-6/+17
| | | | | | | | | | | | | | | | Probably was api package.json still included node-fetch 3, but bundle still had v2
| * | | Tsnode support (#580)Madeline2022-03-061-3/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet. * apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was. * Cleaned up tsconfig.json a bit ( moved tsnode config to own file ). Fixed breakpoints for all modules under tsnode * Removed Microsoft Corp advert * Remove one more Microsoft Corp. ad Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Added `tsnode` npm script * Added `typescript-cached-transpile` package to help improve performance Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
| * | | Bump url-parse from 1.5.7 to 1.5.10 in /bundledependabot[bot]2022-02-281-28/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'master' into slowcordMadeline2022-03-061-5/+17
|\| | |
| * | | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-251-1/+11
| |\ \ \ | | | | | | | | | | Allow self-banning
| | * | | Merge branch 'master' into origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-041-768/+32
| | |\| |
| | * | | attempt to fix self-bansErkin Alp Güney2022-02-041-936/+205
| | | | |
| * | | | Bump url-parse from 1.5.3 to 1.5.7 in /bundledependabot[bot]2022-02-191-4/+6
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge branch 'master' into slowcordMadeline2022-02-181-29/+58
|\| | |
| * | | Bump vm2 from 3.9.5 to 3.9.7 in /bundle (#634)dependabot[bot]2022-02-151-220/+991
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | added a absolutely terrible background image and name text to login/register ↵Madeline2022-02-111-203/+978
| | | | | | | | | | | | page
* | | Merge branch 'master' into slowcordMadeline2022-02-111-1756/+236
|\| |
| * | automated security fixes applied (#619)Erkin Alp Güney2022-02-041-1714/+237
| |/
* | Merge branch 'tsnode' into slowcordMadeline2022-02-041-3/+174
|\ \ | |/ |/|
| * Merge branch 'master' into tsnodeMadeline2022-01-241-14/+24
| |\
| * | Added `typescript-cached-transpile` package to help improve performanceMadeline2022-01-081-3/+177
| | |
* | | revert dependabot PRs that update node-fetch to v3Madeline2022-01-241-3/+3
| |/ |/|
* | Bump node-fetch from 2.6.5 to 2.6.7 in /bundledependabot[bot]2022-01-231-14/+27
|/ | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 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.5...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Add env name in sentry, set default sentry endpointThe Arcane Brony2021-12-261-59716/+6579
|
* Restore package locksThe Arcane Brony2021-12-261-0/+72885
|
* Repo cleanup, remove fs-extrasThe Arcane Brony2021-12-211-19194/+0
|
* Fix dependenciesThe Arcane Brony2021-11-111-253/+1351
|
* :arrow_up: update packagesFlam3rboy2021-10-241-3704/+618
|
* Proxy support for external network accessKagurazakaNyaa2021-10-241-248/+710
|
* :zap: use better-sqlite3 as default dbFlam3rboy2021-10-181-77/+720
|
* :arrow_up: update sqlite3Flam3rboy2021-10-171-72/+894
|
* :arrow_up: update mnjsfFlam3rboy2021-10-161-7/+7
|
* :lock: update modulesFlam3rboy2021-10-151-897/+28
|
* :bug: fix unittestsFlam3rboy2021-10-151-141/+11857
|
* chore: update ts-node during npm run setupHayden Young2021-10-151-10696/+953
|
* :art: clean up dependenciesFlam3rboy2021-10-101-1442/+15190
|
* :bug: fix buildFlam3rboy2021-10-091-43/+197
|
* :sparkles: bundle build scriptFlam3rboy2021-10-081-39/+528
|
* :bug: fix swc configFlam3rboy2021-10-071-1216/+32
|
* Compiler testThe Arcane Brony2021-10-061-34/+2004
|
* :arrow_up: update packagesFlam3rboy2021-10-061-16/+16
|
* :arrow_up: update mnjsfFlam3rboy2021-10-051-7/+7
|
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-041-15/+15
|
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-041-7/+22
|\
| * :arrow_up: update dependenciesFlam3rboy2021-10-041-0/+2
| |
| * replace chalk with nanocolorsuurgothat2021-10-041-4/+28
| |
| * Rainbow the logsuurgothat2021-10-041-22/+15
| |
* | :construction: different db enginesFlam3rboy2021-10-041-0/+18
|/
* :bug: fix (pre) install scriptsFlam3rboy2021-09-231-2/+14
|
* :art: rewrite importsFlam3rboy2021-09-201-0/+138
|
* Merge branch 'master' into unittestsFlam3rboy2021-09-201-93/+221
|\
| * :truck: move file handle to utilityFlam3rboy2021-09-191-4/+4
| |
| * :bug: fix bundle debugFlam3rboy2021-09-191-4/+260
| |
* | :art: use typescript plugin that converts to relative pathsFlam3rboy2021-09-181-5/+532
|/
* :arrow_up: fix + update dependenciesFlam3rboy2021-09-161-56/+160
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-1/+82
|
* :arrow_up: update dependenciesFlam3rboy2021-09-031-1365/+24
|
* :bug: db query fixesFlam3rboy2021-08-311-0/+13
|
* fix bundleFlam3rboy2021-08-291-22/+38
|
* :loud_sound: verbose error handlerFlam3rboy2021-08-171-4/+1
|
* :bug: fix bundle postinstallFlam3rboy2021-08-151-8/+40
|
* :bug: fix server bundleFlam3rboy2021-08-151-75/+625
|
* :sparkles: start.bat and start.sh scriptFlam3rboy2021-08-151-23/+0
|
* :art: clean up server bundleFlam3rboy2021-08-141-60/+55
|
* :sparkles: server bundleFlam3rboy2021-08-141-4/+0
|
* :construction: fix server bundleFlam3rboy2021-08-131-13/+9
|
* :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-55/+31
|
* :pencil: updated links to fosscord-serverFlam3rboy2021-08-131-7/+1
|
* :sparkles: server bundleFlam3rboy2021-08-131-0/+2750