summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Option to show replies in timeline (rebase #7685) (#8202)nullobsi2022-02-0610-6/+34
| | | | | * 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-065-8/+121
|
* 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-0663-1723/+1612
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Update yarn.locksyuilo2022-02-041-85/+15
|
* ESM使えないsyuilo2022-02-041-1/+1
|
* refactor: use date-fnssyuilo2022-02-048-23/+17
|
* ESMは使えないsyuilo2022-02-038-11/+11
|
* refactorsyuilo2022-02-031-1/+1
|
* refactorsyuilo2022-02-031-3/+2
|
* refactorsyuilo2022-02-031-2/+2
|
* refactorsyuilo2022-02-033-21/+38
|
* refactorsyuilo2022-02-0314-5/+12
|
* update depssyuilo2022-02-039-310/+398
|
* refactorsyuilo2022-02-033-141/+7
|
* refactor: use toISOStringsyuilo2022-02-033-3/+3
|
* refactorsyuilo2022-02-033-408/+10
|
* 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
* update misskey-jssyuilo2022-01-302-5/+5
|
* 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
|
* refactor(backend): use insert instead of savesyuilo2022-01-266-10/+10
|
* refactor, enhance: ドライブ引数のオブジェクト化, ↵MeiMei2022-01-2313-47/+82
| | | | | | | | | | | 追加時のcomment指定 (#8180) * refactor: ドライブの引数をオブジェクト化する Resolve #8177 * Resolve #8181 * fix * archivePath
* Unifying Misskey-specific IRIs in JSON-LD `@context` Resolve #8116 (#8178)MeiMei2022-01-231-1/+1
| | | | | * Unifying Misskey-specific IRIs in JSON-LD `@context` Resolve #8116 * CHANGELOG
* NodeInfo にユーザー数と投稿数の情報を追加する (#8126)xianon2022-01-221-16/+16
|
* enhance: convert svg to png of custom emojissyuilo2022-01-2112-59/+49
|
* feat: increase files limit for notesyuilo2022-01-211-3/+3
| | | | #8062
* refactorsyuilo2022-01-212-5/+5
|
* update depssyuilo2022-01-212-1401/+693
|
* enhance: e2eテストをできるだけ改良してみた (#8159)tamaina2022-01-212-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update docker image? * 続 * serial run delete from "${table}" cascade * use cypress official github action * refuse install by cypress action * clean up * use wait? * use more wait? * Revert "use more wait?" This reverts commit 18d0fcae9c7d8f98a4cafb4a846a031ece57350c. * Revert "use wait?" This reverts commit 5aa8feec9cdc3e2f79e566249f0a0eff6c0df6a0. * fix * test * test * log? * 握りつぶしてみる * clean up * env? * clean up? * disable video * add comment * remove test * 成功? * test browser * nodeインストール無効化 * node16.13.0-chrome95-ff94 * node.js復活 * ? * ちょっと戻してみる * chrome? * cross browser test2 * --shm-size=2g * artifact? * misskey.local? * firefoxはあきらめる * not headless? * oops * fix * ?? * test1 * if? * fail-fast: false * headless: false * easy error ignoreing describe * エラーの解消 とちょっとリファクター * add browser name to artifact * Install mplayer for FireFox * no wait? * タイムアウトを甘くしてみる * firefoxをあきらめる(n回目) * remove timeout setting * wait復活 * Update basic.js * Update index.js Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: Forward report (#8001)Johann1502022-01-216-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement sending AP Flag object Optionally allow a user to select to forward a report about a remote user to the other instance. This is added in a backwards-compatible way. * add locale string * forward report only for moderators * add switch to moderator UI to forward report * fix report note url * return forwarded status from API apparently forgot to carry this over from my testing environment * object in Flag activity has to be an array For correct interoperability with Pleroma the "object" property of the Flag activity has to be an array. This array will in the future also hold the link to respective notes, so it makes sense to correct this on our side. * Update get-note-menu.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: code url in documentation (#8117)Johann1502022-01-211-1/+1
| | | It seems this was not changed while refactoring the modules apart.
* feat(server): add more metadata for emoji exportsyuilo2022-01-211-1/+2
|
* send-drive-file svg as png (#8107)tamaina2022-01-201-2/+8
|
* fix: proxyでsvgをpngに変換するように (#8106)tamaina2022-01-201-5/+6
| | | | | | | | | | | | | * wip * revert send-drive-file change * fix * Update packages/backend/src/server/proxy/proxy-media.ts Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
* refactor(server): use named exportsyuilo2022-01-2010-12/+12
|
* feat(server): store mime type of webpublicsyuilo2022-01-203-0/+20
|