barkey/packages/backend
dakkar 01a5300be8 handle more complex ruby from/to html - fixes #605
this is not exactly great, but it should be "good enough"

note that the new `group` function should not escape in the wild, as
we don't document it and only use it internally

I tried using `$[scale foo bar]` instead of `$[group foo bar]`, but
that would be rendered as `<i>foo bar</i>` when sent over the network
to non-misskey instances, and we don't want that
2025-01-18 12:51:38 +00:00
..
.vscode Update settings.json 2022-04-15 21:33:00 +09:00
assets Merge tag '2024.10.1' into feature/2024.10 2024-11-08 15:52:37 +00:00
migration Merge branch 'develop' into feature/2024.10 2024-12-12 17:38:29 +00:00
scripts check harder for connectibility 2024-11-05 14:21:58 +00:00
src handle more complex ruby from/to html - fixes #605 2025-01-18 12:51:38 +00:00
test handle more complex ruby from/to html - fixes #605 2025-01-18 12:51:38 +00:00
test-federation Merge tag '2024.11.0' into feature/2024.10 2024-11-22 12:29:04 +00:00
test-server refactor/perf(backend): provide metadata statically (#14601) 2024-09-22 12:53:13 +09:00
.madgerc Create .madgerc 2022-09-20 01:04:08 +09:00
.swcrc fix: misskey-js、bubble-game、reversiのビルドをesbuildに統合する (#13600) 2024-03-30 15:28:19 +09:00
eslint.config.js Merge branch 'develop' into feature/2024.10 2024-12-09 09:43:55 +00:00
jest.config.cjs enhance(backend): テストの高速化 (#12939) 2024-01-08 17:43:52 +09:00
jest.config.e2e.cjs enhance(backend): テストの高速化 (#12939) 2024-01-08 17:43:52 +09:00
jest.config.fed.cjs test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
jest.config.unit.cjs enhance(backend): テストの高速化 (#12939) 2024-01-08 17:43:52 +09:00
jsconfig.json
ormconfig.js longer statement_timeout for migrations - fixes 450 2024-03-09 15:38:36 +00:00
package.json upd: make schedule time work cross timezones 2024-12-15 22:41:16 +01:00
README.md chore: ✌️ 2022-12-24 14:39:17 +09:00
tsconfig.json fix linting and type checks in all packages 2024-10-15 21:41:36 -04:00

Misskey Backend