summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: fix typessyuilo2022-02-131-4/+4
|
* refactor: fix typessyuilo2022-02-131-63/+72
|
* fix(server): stats APIで内部エラーが発生する問題を修正syuilo2022-02-121-3/+3
| | | | Fix #8308
* enhance(server): add indexes for following hostsyuilo2022-02-111-0/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-102-14/+38
|\
| * fix: regular expressions in word mutes (#8254)Johann1502022-02-102-14/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: handle regex exceptions for word mutes * add i18n strings Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * stricter input validation in backend * add migration for hard mutes * fix * use correct regex library in migration * use query builder to avoid SQL injection Co-authored-by: Robin B <robflop98@outlook.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* | enhance: improve federation chartsyuilo2022-02-1023-59/+163
|/
* feat: インスタンスのテーマカラーを設定できるようにsyuilo2022-02-096-2/+25
|
* fix: add instance favicon where it's missing (#8270)Sol Fisher Romanoff2022-02-091-0/+3
|
* feat(client): update fontawesome v6 and self-hostingsyuilo2022-02-091-2/+2
| | | | Resolve #7475
* fix(server): ↵syuilo2022-02-091-0/+4
| | | | チャートのcleanでエラーが出る可能性がある問題を修正
* fix(server): チャートのresyncでエラーが出る問題を修正syuilo2022-02-091-0/+4
| | | | Fix #8274
* fix typosyuilo2022-02-091-1/+1
|
* feat: introduce intersection calculation of chartssyuilo2022-02-0912-13/+86
|
* feat: improve federation chartsyuilo2022-02-083-3/+7
|
* feat: ↵syuilo2022-02-086-0/+7
| | | | notes/instance/perUserNotesチャートに添付ファイル付きノートの数を追加
* chore: remove unused codesyuilo2022-02-081-10/+0
|
* fix typosyuilo2022-02-081-2/+2
|
* fix(server): system queueが動いていないのを修正syuilo2022-02-081-0/+3
| | | | Fix #8272
* feat: Option to show replies in timeline (rebase #7685) (#8202)nullobsi2022-02-069-6/+19
| | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
* Fix cast (#8257)MeiMei2022-02-061-3/+13
|
* fixsyuilo2022-02-061-11/+11
|
* imprpve active users chartsyuilo2022-02-064-8/+30
|
* fix: NodeInfo のユーザー数と投稿数の内容を見直す (#8255)xianon2022-02-061-7/+5
| | | | | * NodeInfoのアクティブユーザーの取得方法を変更する * NodeInfoの投稿数の出力内容を見直す
* fix chart cleansyuilo2022-02-061-2/+2
|
* improve chartsyuilo2022-02-061-6/+2
|
* Improve chart engine (#8253)syuilo2022-02-0654-1694/+583
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak
* refactorsyuilo2022-02-047-20/+29
|
* use date-fnssyuilo2022-02-041-3/+3
|
* refactorsyuilo2022-02-043-4/+12
|
* refactor: use date-fnssyuilo2022-02-046-12/+12
|
* ESMは使えないsyuilo2022-02-036-6/+6
|
* refactorsyuilo2022-02-031-1/+1
|
* refactorsyuilo2022-02-031-3/+2
|
* refactorsyuilo2022-02-031-2/+2
|
* refactorsyuilo2022-02-033-21/+38
|
* refactorsyuilo2022-02-0313-4/+1005
|
* update depssyuilo2022-02-037-8/+10
|
* refactorsyuilo2022-02-033-141/+7
|
* refactor: use toISOStringsyuilo2022-02-033-3/+3
|
* refactorsyuilo2022-02-031-0/+2
|
* refactorsyuilo2022-02-033-13/+13
|
* refactorsyuilo2022-02-037-16/+19
|
* Twitterの埋め込みを修正しました [Fix Twitter embed] (#8193)Kainoa Kanter2022-02-037-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix Twitter embed * Update packages/backend/src/server/web/views/gallery-post.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/channel.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/base.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/base.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/clip.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/channel.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/note.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/gallery-post.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/page.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/user.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/page.pug Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * Yay! * Update packages/backend/src/server/web/views/base.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/base.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update packages/backend/src/server/web/views/base.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * Update page.pug * Update channel.pug * Update gallery-post.pug * Update note.pug * Update page.pug * Update user.pug Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* fix: ↵MeiMei2022-02-021-1/+1
| | | | | | | ストリーミングからのAPIリクエストが出来ないのを修正 (#8244) * Update call.ts * あれ
* refactor: ↵MeiMei2022-01-313-7/+17
| | | | | | | APIで非JSON入力の型変換はendpointに渡す前に行うように (#8229) * Resolve #8228 * fix
* Add `img-src` and `media-src` to `Content-Security-Policy` header for files ↵shibao2022-01-292-2/+2
| | | | | | | | | and media proxy (#8188) * add img-src and media-src to csp in file and media proxy * add csp changes to changelog * sort and remove trailing semicolon
* refactor(backend): fix typesyuilo2022-01-261-2/+2
|
* refactor(backend): fix typesyuilo2022-01-261-1/+1
|
* refactor: fix typesyuilo2022-01-261-1/+1
|