Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 1 | -10/+10 |
|\ | |||||
| * | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 1 | -10/+10 |
| | | |||||
| * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 1 | -10/+12 |
| | | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88. | ||||
| * | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 2023-03-18 | 1 | -2/+1 |
| | | |||||
| * | feat: better-sqlite3 support | Samuel | 2023-03-17 | 1 | -0/+1 |
| | | |||||
| * | perf: custom i18next middleware that only initializes when needed | Samuel | 2023-03-17 | 1 | -1/+0 |
| | | |||||
| * | build: update dependencies | Samuel | 2023-03-17 | 1 | -10/+9 |
| | | |||||
* | | replace node-fetch with wretch | Puyodead1 | 2023-03-18 | 1 | -0/+1 |
|/ | |||||
* | Bump sqlite3 from 5.1.4 to 5.1.5 | dependabot[bot] | 2023-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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> | ||||
* | add SendGrid transport | Puyodead1 | 2023-02-24 | 1 | -1/+2 |
| | |||||
* | use a fixed mailjet transport | Puyodead1 | 2023-02-24 | 1 | -2/+2 |
| | |||||
* | Add mailjet transport | Puyodead1 | 2023-02-23 | 1 | -1/+2 |
| | |||||
* | Add Mailgun transport | Puyodead1 | 2023-02-23 | 1 | -1/+2 |
| | |||||
* | Start implementing smtp | Puyodead1 | 2023-02-23 | 1 | -0/+2 |
| | |||||
* | Use erlpack instead of @yukikaze-bot/erlpack (#968) | Madeline | 2023-02-01 | 1 | -4/+4 |
| | |||||
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 1 | -0/+1 |
| | | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 1 | -1/+5 |
| | | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint | ||||
* | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 1 | -0/+1 |
| | | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses | ||||
* | add back openapi generation. todo: find way to keep route text descriptions ↵ | Madeline | 2023-01-06 | 1 | -0/+1 |
| | | | | in code, and find way to get usages of right/permission .hasThrow | ||||
* | Prettier precommit hook | Madeline | 2023-01-05 | 1 | -0/+3 |
| | |||||
* | Add migrations (#923) | Madeline | 2023-01-05 | 1 | -1/+2 |
| | | | | * Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script | ||||
* | Patch body-parser to use json-bigint | Madeline | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | Fix `npm ci`!!! | Madeline | 2022-12-27 | 1 | -1/+2 |
| | |||||
* | Move datasource to own file for typeorm cli | Madeline | 2022-12-27 | 1 | -1/+2 |
| | |||||
* | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 1 | -1/+7 |
| | |||||
* | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | Move to migrations. Use `npm run generate:db` for first database generation. | Madeline | 2022-12-18 | 1 | -0/+1 |
| | |||||
* | Remove Discord oauth login support | Madeline | 2022-12-17 | 1 | -3/+3 |
| | |||||
* | Remove fluent-ffmpeg dep. TODO: Merge puyo's PR | Madeline | 2022-12-17 | 1 | -2/+0 |
| | |||||
* | Remove `sharp` dep | Madeline | 2022-12-17 | 1 | -1/+0 |
| | |||||
* | Allow running api, cdn, gateway separately | Madeline | 2022-10-31 | 1 | -0/+3 |
| | |||||
* | Sentry stuff? | Madeline | 2022-10-30 | 1 | -2/+3 |
| | |||||
* | Added scripts for changelogs and removed premium references | Madeline | 2022-10-27 | 1 | -1/+2 |
| | |||||
* | Forgot some schemas + only generate schemas in util/schemas + add setup script | Madeline | 2022-10-24 | 1 | -0/+1 |
| | |||||
* | Video attachment support! | Madeline | 2022-10-04 | 1 | -0/+2 |
| | |||||
* | Better embed handling | Madeline | 2022-10-01 | 1 | -0/+2 |
| | |||||
* | Prettier | Madeline | 2022-09-26 | 1 | -6/+6 |
| | |||||
* | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 1 | -4/+5 |
| | |||||
* | Add generate:client script | Madeline | 2022-09-26 | 1 | -1/+2 |
| | |||||
* | Remove import to class-validator, fix listening on port message in bundle | Madeline | 2022-09-26 | 1 | -1/+3 |
| | |||||
* | Fix and remove some scripts + use ajv/typescript-json-schema required by patches | Madeline | 2022-09-26 | 1 | -4/+7 |
| | |||||
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 1 | -3/+70 |
| | |||||
* | Use SPDX license syntax in 'package.json' files | KaKi87 | 2022-06-02 | 1 | -1/+1 |
| | |||||
* | Hotfix for workspace (#739) | Kuna | 2022-04-27 | 1 | -1/+1 |
| | |||||
* | Do stuff for npm workspace | Thesourtimes | 2022-04-26 | 1 | -0/+17 |
| | |||||
* | :pencil: updated links to fosscord-server | Flam3rboy | 2021-08-13 | 1 | -33/+0 |
| | |||||
* | Fix naming | darkhpp | 2021-08-13 | 1 | -3/+3 |
| | |||||
* | [ProjectManagement] Add root project and dev getting started guides. | darkhpp | 2021-08-13 | 1 | -0/+33 |
| | |||||
* | :sparkles: webrtc | Flam3rboy | 2021-08-12 | 1 | -25/+0 |
| | |||||
* | :construction: init | Flam3rboy | 2021-06-24 | 1 | -0/+25 |