summary refs log tree commit diff
path: root/bundle/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove webrtc from bundleMadeline2022-09-211-3/+2
|
* Add webrtc to bundleMadeline2022-09-161-0/+1
|
* LazyRequest on mobile + socket not closed fixesMadeline2022-08-221-6/+9
|
* fosscord-server/pulls/858Madeline2022-08-211-2/+3
|
* Merge branch 'fosscord:master' into slowcordMadeline2022-07-241-1/+1
|\
| * Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802)dependabot[bot]2022-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+5
| |
* | Merge branch 'feat/captchaVerify' into slowcordMadeline2022-07-201-2/+2
|\|
| * chore: fix package.json scriptsNobody2022-07-191-2/+2
| | | | | | | | npx should be used to execute local package binaries
* | Merge branch 'master' into slowcordMadeline2022-06-261-1/+1
|\|
| * Use SPDX license syntax in 'package.json' filesKaKi872022-06-021-1/+1
| |
| * Fix typo in table 'client_relase' -> 'client_release' ( and other of the ↵Madeline2022-03-301-1/+1
| | | | | | | | | | | | | | same typo ) (#703) * Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. * Fixed migration ( but dirty lol )
* | aughMadeline2022-03-071-1/+1
| |
* | Merge branch 'master' into maddyrtcMadeline2022-03-061-1/+5
|\|
| * Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵Madeline2022-03-061-2/+2
| | | | | | | | Probably was api package.json still included node-fetch 3, but bundle still had v2
| * Tsnode support (#580)Madeline2022-03-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * Add nan to dependenciesXenorio2022-03-041-1/+2
| | | | | | sqlite requires it, setup not going through without it, and manual install isn't working. does work when adding to dependencies tho.
* | Discord.js gateway connection when connecting to voice will close 4002 ↵Madeline2022-02-171-0/+1
|/ | | | | | 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.
* automated security fixes applied (#619)Erkin Alp Güney2022-02-041-4/+4
|
* Speed up setup by not installing optional packages (#605)TheArcaneBrony2022-01-241-1/+1
| | | Only downside is no db engines are included by default, removing compile time for packages like sqlite3.
* revert dependabot PRs that update node-fetch to v3Madeline2022-01-241-2/+2
|
* Bump node-fetch from 2.6.5 to 2.6.7 in /bundledependabot[bot]2022-01-231-1/+1
| | | | | | | | | | | | | | 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 Role Icons (#574)Chris Chrome2022-01-051-1/+1
| | | | | | | | | * 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>
* Add env name in sentry, set default sentry endpointThe Arcane Brony2021-12-261-3/+3
|
* Replace nanocolors with picocolorsThe Arcane Brony2021-12-251-1/+1
|
* Add Sentry, fix compile errorsThe Arcane Brony2021-12-221-0/+7
|
* Repo cleanup, remove fs-extrasThe Arcane Brony2021-12-211-1/+1
|
* Fix dependenciesThe Arcane Brony2021-11-111-1/+0
|
* Proxy support for external network accessKagurazakaNyaa2021-10-241-1/+3
|
* :zap: use better-sqlite3 as default dbFlam3rboy2021-10-181-3/+3
|
* :arrow_up: update sqlite3Flam3rboy2021-10-171-2/+2
|
* :arrow_up: update mnjsfFlam3rboy2021-10-161-10/+10
|
* :lock: update modulesFlam3rboy2021-10-151-3/+5
|
* :bug: fix unittestsFlam3rboy2021-10-151-1/+1
|
* chore: update ts-node during npm run setupHayden Young2021-10-151-2/+4
|
* added vanity db migrationFlam3rboy2021-10-101-1/+1
|
* :bug: fix Emoji missing in identifyFlam3rboy2021-10-101-1/+1
|
* :sparkles: migrate scriptFlam3rboy2021-10-101-2/+3
|
* :bug: convert bigint literal to objectFlam3rboy2021-10-101-1/+1
|
* :art: clean up dependenciesFlam3rboy2021-10-101-26/+59
|
* :sparkles: bundle build scriptFlam3rboy2021-10-081-6/+8
|
* :bug: fix swc configFlam3rboy2021-10-071-7/+2
|
* Compiler testThe Arcane Brony2021-10-061-1/+4
|
* :arrow_up: update packagesFlam3rboy2021-10-061-1/+1
|
* :art: add build script to bundle setupFlam3rboy2021-10-051-1/+1
|
* :arrow_up: update mnjsfFlam3rboy2021-10-051-1/+1
|
* :bug: fix bundle setupFlam3rboy2021-10-051-1/+1
|
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-041-1/+1
|
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-041-2/+3
|\
| * :arrow_up: update dependenciesFlam3rboy2021-10-041-1/+1
| |
| * replace chalk with nanocolorsuurgothat2021-10-041-1/+1
| |
| * Rainbow the logsuurgothat2021-10-041-1/+2
| |
* | :construction: different db enginesFlam3rboy2021-10-041-0/+1
|/
* :art: remove start from setup scriptFlam3rboy2021-09-231-1/+1
|
* :bug: prepare/postinstall only works for packages not local npm installFlam3rboy2021-09-231-1/+1
|
* :bug: fix install scriptFlam3rboy2021-09-231-2/+2
|
* :bug: fix (pre) install scriptsFlam3rboy2021-09-231-1/+1
|
* :art: rewrite importsFlam3rboy2021-09-201-0/+1
|
* Merge branch 'master' into unittestsFlam3rboy2021-09-201-1/+1
|\
| * :bug: fix bundle debugFlam3rboy2021-09-191-0/+1
| |
* | :art: use typescript plugin that converts to relative pathsFlam3rboy2021-09-181-1/+3
|/
* :bug: fix channel events + message sendFlam3rboy2021-09-131-1/+2
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-2/+3
|
* :arrow_up: update dependenciesFlam3rboy2021-09-031-1/+1
|
* :arrow_up: update dependenciesFlam3rboy2021-09-011-1/+0
|
* :bug: db query fixesFlam3rboy2021-08-311-0/+1
|
* fix bundleFlam3rboy2021-08-291-1/+2
|
* :art: update bundle buildFlam3rboy2021-08-191-1/+1
|
* revert 2cff55fFlam3rboy2021-08-181-1/+1
|
* :bug: update build scriptFlam3rboy2021-08-181-1/+1
|
* :bug: build bundleFlam3rboy2021-08-151-1/+5
|
* :bug: fix bundle postinstallFlam3rboy2021-08-151-7/+4
|
* :arrow_up: update mongoose typesFlam3rboy2021-08-151-0/+1
|
* :bug: fix server bundleFlam3rboy2021-08-151-5/+6
|
* update packagesFlam3rboy2021-08-151-6/+17
|
* :bug: fix tsc missingFlam3rboy2021-08-151-2/+2
|
* :art: clean up server bundleFlam3rboy2021-08-141-4/+2
|
* :art: rename run script to startFlam3rboy2021-08-141-2/+2
|
* :sparkles: server bundleFlam3rboy2021-08-141-6/+7
|
* :construction: fix server bundleFlam3rboy2021-08-131-1/+1
|
* :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-8/+9
|
* :pencil: updated links to fosscord-serverFlam3rboy2021-08-131-3/+3
|
* :sparkles: server bundleFlam3rboy2021-08-131-0/+42