Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 1 | -121/+0 |
| | |||||
* | Remove webrtc from bundle | Madeline | 2022-09-21 | 1 | -3/+2 |
| | |||||
* | Add webrtc to bundle | Madeline | 2022-09-16 | 1 | -0/+1 |
| | |||||
* | LazyRequest on mobile + socket not closed fixes | Madeline | 2022-08-22 | 1 | -6/+9 |
| | |||||
* | fosscord-server/pulls/858 | Madeline | 2022-08-21 | 1 | -2/+3 |
| | |||||
* | Merge branch 'fosscord:master' into slowcord | Madeline | 2022-07-24 | 1 | -1/+1 |
|\ | |||||
| * | Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802) | dependabot[bot] | 2022-07-23 | 1 | -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 resizing | Madeline | 2022-07-24 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'feat/captchaVerify' into slowcord | Madeline | 2022-07-20 | 1 | -2/+2 |
|\| | |||||
| * | chore: fix package.json scripts | Nobody | 2022-07-19 | 1 | -2/+2 |
| | | | | | | | | npx should be used to execute local package binaries | ||||
* | | Merge branch 'master' into slowcord | Madeline | 2022-06-26 | 1 | -1/+1 |
|\| | |||||
| * | Use SPDX license syntax in 'package.json' files | KaKi87 | 2022-06-02 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in table 'client_relase' -> 'client_release' ( and other of the ↵ | Madeline | 2022-03-30 | 1 | -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 ) | ||||
* | | augh | Madeline | 2022-03-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into maddyrtc | Madeline | 2022-03-06 | 1 | -1/+5 |
|\| | |||||
| * | Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵ | Madeline | 2022-03-06 | 1 | -2/+2 |
| | | | | | | | | Probably was api package.json still included node-fetch 3, but bundle still had v2 | ||||
| * | Tsnode support (#580) | Madeline | 2022-03-06 | 1 | -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 dependencies | Xenorio | 2022-03-04 | 1 | -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 ↵ | Madeline | 2022-02-17 | 1 | -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üney | 2022-02-04 | 1 | -4/+4 |
| | |||||
* | Speed up setup by not installing optional packages (#605) | TheArcaneBrony | 2022-01-24 | 1 | -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 v3 | Madeline | 2022-01-24 | 1 | -2/+2 |
| | |||||
* | Bump node-fetch from 2.6.5 to 2.6.7 in /bundle | dependabot[bot] | 2022-01-23 | 1 | -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 Chrome | 2022-01-05 | 1 | -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 endpoint | The Arcane Brony | 2021-12-26 | 1 | -3/+3 |
| | |||||
* | Replace nanocolors with picocolors | The Arcane Brony | 2021-12-25 | 1 | -1/+1 |
| | |||||
* | Add Sentry, fix compile errors | The Arcane Brony | 2021-12-22 | 1 | -0/+7 |
| | |||||
* | Repo cleanup, remove fs-extras | The Arcane Brony | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | Fix dependencies | The Arcane Brony | 2021-11-11 | 1 | -1/+0 |
| | |||||
* | Proxy support for external network access | KagurazakaNyaa | 2021-10-24 | 1 | -1/+3 |
| | |||||
* | :zap: use better-sqlite3 as default db | Flam3rboy | 2021-10-18 | 1 | -3/+3 |
| | |||||
* | :arrow_up: update sqlite3 | Flam3rboy | 2021-10-17 | 1 | -2/+2 |
| | |||||
* | :arrow_up: update mnjsf | Flam3rboy | 2021-10-16 | 1 | -10/+10 |
| | |||||
* | :lock: update modules | Flam3rboy | 2021-10-15 | 1 | -3/+5 |
| | |||||
* | :bug: fix unittests | Flam3rboy | 2021-10-15 | 1 | -1/+1 |
| | |||||
* | chore: update ts-node during npm run setup | Hayden Young | 2021-10-15 | 1 | -2/+4 |
| | |||||
* | added vanity db migration | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | |||||
* | :bug: fix Emoji missing in identify | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | |||||
* | :sparkles: migrate script | Flam3rboy | 2021-10-10 | 1 | -2/+3 |
| | |||||
* | :bug: convert bigint literal to object | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | |||||
* | :art: clean up dependencies | Flam3rboy | 2021-10-10 | 1 | -26/+59 |
| | |||||
* | :sparkles: bundle build script | Flam3rboy | 2021-10-08 | 1 | -6/+8 |
| | |||||
* | :bug: fix swc config | Flam3rboy | 2021-10-07 | 1 | -7/+2 |
| | |||||
* | Compiler test | The Arcane Brony | 2021-10-06 | 1 | -1/+4 |
| | |||||
* | :arrow_up: update packages | Flam3rboy | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | :art: add build script to bundle setup | Flam3rboy | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | :arrow_up: update mnjsf | Flam3rboy | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | :bug: fix bundle setup | Flam3rboy | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | :sparkles: generalize primary column to work with mongodb object id | Flam3rboy | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of http://github.com/fosscord/fosscord-server | Flam3rboy | 2021-10-04 | 1 | -2/+3 |
|\ | |||||
| * | :arrow_up: update dependencies | Flam3rboy | 2021-10-04 | 1 | -1/+1 |
| | | |||||
| * | replace chalk with nanocolors | uurgothat | 2021-10-04 | 1 | -1/+1 |
| | | |||||
| * | Rainbow the logs | uurgothat | 2021-10-04 | 1 | -1/+2 |
| | | |||||
* | | :construction: different db engines | Flam3rboy | 2021-10-04 | 1 | -0/+1 |
|/ | |||||
* | :art: remove start from setup script | Flam3rboy | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | :bug: prepare/postinstall only works for packages not local npm install | Flam3rboy | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | :bug: fix install script | Flam3rboy | 2021-09-23 | 1 | -2/+2 |
| | |||||
* | :bug: fix (pre) install scripts | Flam3rboy | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | :art: rewrite imports | Flam3rboy | 2021-09-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into unittests | Flam3rboy | 2021-09-20 | 1 | -1/+1 |
|\ | |||||
| * | :bug: fix bundle debug | Flam3rboy | 2021-09-19 | 1 | -0/+1 |
| | | |||||
* | | :art: use typescript plugin that converts to relative paths | Flam3rboy | 2021-09-18 | 1 | -1/+3 |
|/ | |||||
* | :bug: fix channel events + message send | Flam3rboy | 2021-09-13 | 1 | -1/+2 |
| | |||||
* | :art: remove long relatives paths -> short module paths | Flam3rboy | 2021-09-12 | 1 | -2/+3 |
| | |||||
* | :arrow_up: update dependencies | Flam3rboy | 2021-09-03 | 1 | -1/+1 |
| | |||||
* | :arrow_up: update dependencies | Flam3rboy | 2021-09-01 | 1 | -1/+0 |
| | |||||
* | :bug: db query fixes | Flam3rboy | 2021-08-31 | 1 | -0/+1 |
| | |||||
* | fix bundle | Flam3rboy | 2021-08-29 | 1 | -1/+2 |
| | |||||
* | :art: update bundle build | Flam3rboy | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | revert 2cff55f | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :bug: update build script | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :bug: build bundle | Flam3rboy | 2021-08-15 | 1 | -1/+5 |
| | |||||
* | :bug: fix bundle postinstall | Flam3rboy | 2021-08-15 | 1 | -7/+4 |
| | |||||
* | :arrow_up: update mongoose types | Flam3rboy | 2021-08-15 | 1 | -0/+1 |
| | |||||
* | :bug: fix server bundle | Flam3rboy | 2021-08-15 | 1 | -5/+6 |
| | |||||
* | update packages | Flam3rboy | 2021-08-15 | 1 | -6/+17 |
| | |||||
* | :bug: fix tsc missing | Flam3rboy | 2021-08-15 | 1 | -2/+2 |
| | |||||
* | :art: clean up server bundle | Flam3rboy | 2021-08-14 | 1 | -4/+2 |
| | |||||
* | :art: rename run script to start | Flam3rboy | 2021-08-14 | 1 | -2/+2 |
| | |||||
* | :sparkles: server bundle | Flam3rboy | 2021-08-14 | 1 | -6/+7 |
| | |||||
* | :construction: fix server bundle | Flam3rboy | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | :bug: fix dependencies and build for bundle | Flam3rboy | 2021-08-13 | 1 | -8/+9 |
| | |||||
* | :pencil: updated links to fosscord-server | Flam3rboy | 2021-08-13 | 1 | -3/+3 |
| | |||||
* | :sparkles: server bundle | Flam3rboy | 2021-08-13 | 1 | -0/+42 |