summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* :art:syuilo2023-02-091-0/+3
|
* 多分 #9815syuilo2023-02-091-1/+1
|
* :art:syuilo2023-02-091-1/+1
|
* update depssyuilo2023-02-096-580/+581
|
* 13.5.2syuilo2023-02-082-4/+6
|
* fix(client): ログイントークンの再生成が出来ないsyuilo2023-02-081-1/+1
| | | | Fix #9822
* fix(client): register_note_view_interruptor not workingsyuilo2023-02-082-2/+2
| | | | Fix #9826
* revert: 650187deafsyuilo2023-02-0831-33/+70
|
* fix(client): ↵tamaina2023-02-082-3/+10
| | | | | | 通知のノート表示で_nowrapが効いていない問題を修正 Fix #9834
* 13.5.1syuilo2023-02-081-1/+1
|
* fix broken componentsyuilo2023-02-081-3/+2
|
* 13.5.0syuilo2023-02-082-2/+8
|
* New Crowdin updates (#9812)syuilo2023-02-085-17/+90
| | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (Chinese Traditional)
* package.json内のscriptsでbackendのpackage.json内のscriptsを実行す ↵Masaya Suzuki2023-02-081-3/+3
| | | | (#9833)
* fix docker health check (#9810)파링2023-02-082-6/+3
| | | | | | | | | | | * fix(healthcheck): use default commands instead of yq this removes yq command and uses grep and awk to get port * fix: use correct config file * fix: install curl in runner instead of builder * fix: remove unused packages
* fix(server): validate url from ap to improve securitysyuilo2023-02-081-0/+4
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-0832-71/+42
| | | | #9778
* enhance(client): use VuePlyrsyuilo2023-02-082-16/+19
| | | | | | Close #9797 Co-Authored-By: Rox Squires <rox@roxsquires.gay>
* enhance(client): tweak medialist stylesyuilo2023-02-081-70/+50
|
* fix(mfm): default degree not used in rotate (#9831)itiradi2023-02-081-1/+1
|
* fix(server): DriveFileEntityService.getPublicUrl調整tamaina2023-02-071-8/+10
| | | | | - 外部MediaProxyではビデオのサムネイルを生成できないので外部に投げない - thumbnailUrlが存在しない場合、画像の場合はプロキシで圧縮させる
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-074-5/+5
|\
| * fix: postgre -> postgres (#9814)Masaya Suzuki2023-02-074-5/+5
| |
* | fix(server): validate urls from ap to improve securitysyuilo2023-02-073-6/+28
|/
* update CHANGELOGtamaina2023-02-061-0/+8
|
* MkEmojiPickerでも Fix #9598tamaina2023-02-061-1/+6
|
* disableShowingAnimatedImagesのデフォルト値をprefers-reduced-motion ↵tamaina2023-02-061-1/+1
| | | | | | | する Resolve #9821 Related to #6501
* 13.4.0syuilo2023-02-052-2/+2
|
* Add Thai to language selectionsyuilo2023-02-052-0/+2
| | | | Resolve #9809
* fix(client): tweak notification stylesyuilo2023-02-052-3/+17
| | | | Fix #8633
* chore(client): add type checksyuilo2023-02-051-1/+5
|
* fix: テスト実行時のDB立ち上げコマンド修正 (#9804)Masaya Suzuki2023-02-051-1/+1
|
* New Crowdin updates (#9798)syuilo2023-02-057-0/+20
| | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (Lao)
* Update CHANGELOG.mdsyuilo2023-02-051-0/+1
|
* enhance(client): add webhook delete button (#9806)Caipira2023-02-051-0/+17
|
* Update CHANGELOG.mdsyuilo2023-02-051-1/+8
|
* fix(client): validate input response in aiscriptsyuilo2023-02-056-6/+30
|
* 単なるラッキーの獲得確立を調整syuilo2023-02-052-2/+2
|
* tweak animationsyuilo2023-02-051-21/+13
|
* fix(server): ↵syuilo2023-02-051-2/+2
| | | | 自分のノートをお気に入りに登録しても実績解除される問題を修正
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-052-1/+1
|\
| * fix: aptのキャッシュを削除しないようにする (#9803)Masaya Suzuki2023-02-052-1/+1
| |
* | fix(server): validate filename and emoji name to improve securitysyuilo2023-02-052-1/+9
|/
* DockleのCI追加 (#9568)Masaya Suzuki2023-02-055-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Dockerイメージ検査のCI追加 * Add cp * step分離 * step分離 * rm depends_on * Dockle実行時に必要なイメージタグ付与処理をCI内で行う * 末尾に移動 * Add comment * .git削除処理をビルドステージに移動 * docker-compose.yml作成処理追加 * aptのキャッシュ削除処理追加 * ヘルスチェック用スクリプト追加 * yqインストール処理修正 * Add ca-certificates * yqインストール処理をビルドステージに移動 * インデントを揃える * インデントをタブに変更
* BuildX設定漏れ修正 (#9741)Takuya Yoshida2023-02-051-0/+2
| | | | | | | | | | | * BuildX設定漏れ * Update .github/workflows/docker-develop.yml Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> --------- Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
* feat: timeline page for non-login users (#9795)futchitwo2023-02-055-33/+47
|
* Deny UNIX domain socket (#9802)MeiMei2023-02-051-0/+1
| | | | | * Deny UNIX domain socket * got v12ならこれが使える?
* fix: インラインコードを折り返して表示する (#9801)Masaya Suzuki2023-02-051-1/+1
|
* feat: ↵syuilo2023-02-0512-12/+107
| | | | | | ロールにアイコンを設定してユーザー名の横に表示できるように Resolve #9761
* update CHANGELOG.mdtamaina2023-02-041-0/+6
|