| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 1 | -19640/+0 |
| | | |||||
| * | LazyRequest on mobile + socket not closed fixes | Madeline | 2022-08-22 | 1 | -0/+110 |
| | | |||||
| * | fosscord-server/pulls/858 | Madeline | 2022-08-21 | 1 | -9/+28 |
| | | |||||
| * | Merge branch 'fosscord:master' into slowcord | Madeline | 2022-07-24 | 1 | -5/+7 |
| |\ | |||||
| | * | Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802) | dependabot[bot] | 2022-07-23 | 1 | -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 resizing | Madeline | 2022-07-24 | 1 | -75/+323 |
| | | | |||||
| * | | Mass invite perm | Madeline | 2022-07-03 | 1 | -49/+4 |
| | | | |||||
| * | | Merge branch 'master' into slowcord | Madeline | 2022-05-31 | 1 | -3/+3 |
| |\| | |||||
| | * | needs to be async | Erkin Alp Güney | 2022-04-28 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' into slowcord | Madeline | 2022-04-19 | 1 | -4/+6 |
| |\| | |||||
| | * | Bump minimist from 1.2.5 to 1.2.6 in /bundle | dependabot[bot] | 2022-03-30 | 1 | -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 slowcord | Madeline | 2022-03-12 | 1 | -0/+32 |
| |\ \ | |||||
| | * | | Merge branch 'master' into maddyrtc | Madeline | 2022-03-06 | 1 | -15/+187 |
| | |\| | |||||
| | * | | Merge branch 'master' into maddyrtc | Madeline | 2022-02-17 | 1 | -16/+55 |
| | |\ \ | |||||
| | * | | | Discord.js gateway connection when connecting to voice will close 4002 ↵ | Madeline | 2022-02-17 | 1 | -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 slowcord | Madeline | 2022-03-06 | 1 | -27/+71 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵ | Madeline | 2022-03-06 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | | Probably was api package.json still included node-fetch 3, but bundle still had v2 | ||||
| | * | | | Tsnode support (#580) | Madeline | 2022-03-06 | 1 | -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 /bundle | dependabot[bot] | 2022-02-28 | 1 | -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 slowcord | Madeline | 2022-03-06 | 1 | -5/+17 |
| |\| | | | |||||
| | * | | | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-25 | 1 | -1/+11 |
| | |\ \ \ | | | | | | | | | | | Allow self-banning | ||||
| | | * | | | Merge branch 'master' into origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-04 | 1 | -768/+32 |
| | | |\| | | |||||
| | | * | | | attempt to fix self-bans | Erkin Alp Güney | 2022-02-04 | 1 | -936/+205 |
| | | | | | | |||||
| | * | | | | Bump url-parse from 1.5.3 to 1.5.7 in /bundle | dependabot[bot] | 2022-02-19 | 1 | -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 slowcord | Madeline | 2022-02-18 | 1 | -29/+58 |
| |\| | | | |||||
| | * | | | Bump vm2 from 3.9.5 to 3.9.7 in /bundle (#634) | dependabot[bot] | 2022-02-15 | 1 | -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 ↵ | Madeline | 2022-02-11 | 1 | -203/+978 |
| | | | | | | | | | | | | | page | ||||
| * | | | Merge branch 'master' into slowcord | Madeline | 2022-02-11 | 1 | -1756/+236 |
| |\| | | |||||
| | * | | automated security fixes applied (#619) | Erkin Alp Güney | 2022-02-04 | 1 | -1714/+237 |
| | |/ | |||||
| * | | Merge branch 'tsnode' into slowcord | Madeline | 2022-02-04 | 1 | -3/+174 |
| |\ \ | |/ |/| | |||||
| | * | Merge branch 'master' into tsnode | Madeline | 2022-01-24 | 1 | -14/+24 |
| | |\ | |||||
| | * | | Added `typescript-cached-transpile` package to help improve performance | Madeline | 2022-01-08 | 1 | -3/+177 |
| | | | | |||||
| * | | | revert dependabot PRs that update node-fetch to v3 | Madeline | 2022-01-24 | 1 | -3/+3 |
| | |/ |/| | |||||
| * | | Bump node-fetch from 2.6.5 to 2.6.7 in /bundle | dependabot[bot] | 2022-01-23 | 1 | -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 endpoint | The Arcane Brony | 2021-12-26 | 1 | -59716/+6579 |
| | | |||||
| * | Restore package locks | The Arcane Brony | 2021-12-26 | 1 | -0/+72885 |
| | | |||||
| * | Repo cleanup, remove fs-extras | The Arcane Brony | 2021-12-21 | 1 | -19194/+0 |
| | | |||||
| * | Fix dependencies | The Arcane Brony | 2021-11-11 | 1 | -253/+1351 |
| | | |||||
| * | :arrow_up: update packages | Flam3rboy | 2021-10-24 | 1 | -3704/+618 |
| | | |||||
| * | Proxy support for external network access | KagurazakaNyaa | 2021-10-24 | 1 | -248/+710 |
| | | |||||
| * | :zap: use better-sqlite3 as default db | Flam3rboy | 2021-10-18 | 1 | -77/+720 |
| | | |||||
| * | :arrow_up: update sqlite3 | Flam3rboy | 2021-10-17 | 1 | -72/+894 |
| | | |||||
| * | :arrow_up: update mnjsf | Flam3rboy | 2021-10-16 | 1 | -7/+7 |
| | | |||||
| * | :lock: update modules | Flam3rboy | 2021-10-15 | 1 | -897/+28 |
| | | |||||
| * | :bug: fix unittests | Flam3rboy | 2021-10-15 | 1 | -141/+11857 |
| | | |||||
| * | chore: update ts-node during npm run setup | Hayden Young | 2021-10-15 | 1 | -10696/+953 |
| | | |||||
| * | :art: clean up dependencies | Flam3rboy | 2021-10-10 | 1 | -1442/+15190 |
| | | |||||
| * | :bug: fix build | Flam3rboy | 2021-10-09 | 1 | -43/+197 |
| | | |||||
| * | :sparkles: bundle build script | Flam3rboy | 2021-10-08 | 1 | -39/+528 |
| | | |||||
| * | :bug: fix swc config | Flam3rboy | 2021-10-07 | 1 | -1216/+32 |
| | | |||||
| * | Compiler test | The Arcane Brony | 2021-10-06 | 1 | -34/+2004 |
| | | |||||
| * | :arrow_up: update packages | Flam3rboy | 2021-10-06 | 1 | -16/+16 |
| | | |||||
| * | :arrow_up: update mnjsf | Flam3rboy | 2021-10-05 | 1 | -7/+7 |
| | | |||||
| * | :sparkles: generalize primary column to work with mongodb object id | Flam3rboy | 2021-10-04 | 1 | -15/+15 |
| | | |||||
| * | Merge branch 'master' of http://github.com/fosscord/fosscord-server | Flam3rboy | 2021-10-04 | 1 | -7/+22 |
| |\ | |||||
| | * | :arrow_up: update dependencies | Flam3rboy | 2021-10-04 | 1 | -0/+2 |
| | | | |||||
| | * | replace chalk with nanocolors | uurgothat | 2021-10-04 | 1 | -4/+28 |
| | | | |||||
| | * | Rainbow the logs | uurgothat | 2021-10-04 | 1 | -22/+15 |
| | | | |||||
| * | | :construction: different db engines | Flam3rboy | 2021-10-04 | 1 | -0/+18 |
| |/ | |||||
| * | :bug: fix (pre) install scripts | Flam3rboy | 2021-09-23 | 1 | -2/+14 |
| | | |||||
| * | :art: rewrite imports | Flam3rboy | 2021-09-20 | 1 | -0/+138 |
| | | |||||
| * | Merge branch 'master' into unittests | Flam3rboy | 2021-09-20 | 1 | -93/+221 |
| |\ | |||||
| | * | :truck: move file handle to utility | Flam3rboy | 2021-09-19 | 1 | -4/+4 |
| | | | |||||
| | * | :bug: fix bundle debug | Flam3rboy | 2021-09-19 | 1 | -4/+260 |
| | | | |||||
| * | | :art: use typescript plugin that converts to relative paths | Flam3rboy | 2021-09-18 | 1 | -5/+532 |
| |/ | |||||
| * | :arrow_up: fix + update dependencies | Flam3rboy | 2021-09-16 | 1 | -56/+160 |
| | | |||||
| * | :art: remove long relatives paths -> short module paths | Flam3rboy | 2021-09-12 | 1 | -1/+82 |
| | | |||||
| * | :arrow_up: update dependencies | Flam3rboy | 2021-09-03 | 1 | -1365/+24 |
| | | |||||
| * | :bug: db query fixes | Flam3rboy | 2021-08-31 | 1 | -0/+13 |
| | | |||||
| * | fix bundle | Flam3rboy | 2021-08-29 | 1 | -22/+38 |
| | | |||||
| * | :loud_sound: verbose error handler | Flam3rboy | 2021-08-17 | 1 | -4/+1 |
| | | |||||
| * | :bug: fix bundle postinstall | Flam3rboy | 2021-08-15 | 1 | -8/+40 |
| | | |||||
| * | :bug: fix server bundle | Flam3rboy | 2021-08-15 | 1 | -75/+625 |
| | | |||||
| * | :sparkles: start.bat and start.sh script | Flam3rboy | 2021-08-15 | 1 | -23/+0 |
| | | |||||
| * | :art: clean up server bundle | Flam3rboy | 2021-08-14 | 1 | -60/+55 |
| | | |||||
| * | :sparkles: server bundle | Flam3rboy | 2021-08-14 | 1 | -4/+0 |
| | | |||||
| * | :construction: fix server bundle | Flam3rboy | 2021-08-13 | 1 | -13/+9 |
| | | |||||
| * | :bug: fix dependencies and build for bundle | Flam3rboy | 2021-08-13 | 1 | -55/+31 |
| | | |||||
| * | :pencil: updated links to fosscord-server | Flam3rboy | 2021-08-13 | 1 | -7/+1 |
| | | |||||
| * | :sparkles: server bundle | Flam3rboy | 2021-08-13 | 1 | -0/+2750 |
