파링
dee662705e
fix docker health check ( #9810 )
...
* 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
2023-02-08 17:59:10 +09:00
syuilo
0da0cc80b9
fix(server): validate url from ap to improve security
2023-02-08 17:50:23 +09:00
syuilo
650187deaf
perf(client): do not render custom emojis in user names
...
#9778
2023-02-08 17:48:02 +09:00
syuilo
2e565cac2c
enhance(client): use VuePlyr
...
Close #9797
Co-Authored-By: Rox Squires <rox@roxsquires.gay>
2023-02-08 17:05:36 +09:00
syuilo
ac7537278c
enhance(client): tweak medialist style
2023-02-08 16:54:51 +09:00
itiradi
f9a2e98831
fix(mfm): default degree not used in rotate ( #9831 )
2023-02-08 08:20:27 +09:00
tamaina
54f789bd55
fix(server): DriveFileEntityService.getPublicUrl調整
...
- 外部MediaProxyではビデオのサムネイルを生成できないので外部に投げない
- thumbnailUrlが存在しない場合、画像の場合はプロキシで圧縮させる
2023-02-07 14:24:15 +00:00
syuilo
5ac9d13516
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-02-07 19:59:00 +09:00
syuilo
2be1a39d13
fix(server): validate urls from ap to improve security
2023-02-07 19:58:58 +09:00
Masaya Suzuki
f3c5edc852
fix: postgre -> postgres ( #9814 )
2023-02-07 19:50:38 +09:00
tamaina
30704e6de8
update CHANGELOG
2023-02-06 12:13:43 +00:00
tamaina
41932ac409
MkEmojiPickerでも Fix #9598
2023-02-06 12:05:33 +00:00
tamaina
9843c596d8
disableShowingAnimatedImagesのデフォルト値をprefers-reduced-motionにする
...
Resolve #9821
Related to #6501
2023-02-06 11:29:48 +00:00
syuilo
baf65bfa69
Merge branch 'develop'
2023-02-05 20:55:51 +09:00
syuilo
6501f80fc7
13.4.0
2023-02-05 20:55:42 +09:00
syuilo
b037f6566b
Add Thai to language selection
...
Resolve #9809
2023-02-05 20:53:40 +09:00
syuilo
0ec8ebeba3
fix(client): tweak notification style
...
Fix #8633
2023-02-05 20:47:27 +09:00
syuilo
af1c9251fc
chore(client): add type check
2023-02-05 20:38:33 +09:00
Masaya Suzuki
4ad399c593
fix: テスト実行時のDB立ち上げコマンド修正 ( #9804 )
2023-02-05 20:34:22 +09:00
syuilo
55a9646f23
New Crowdin updates ( #9798 )
...
* 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)
2023-02-05 20:32:19 +09:00
syuilo
46017f5725
Update CHANGELOG.md
2023-02-05 20:32:12 +09:00
Caipira
c20ce12f86
enhance(client): add webhook delete button ( #9806 )
2023-02-05 20:31:38 +09:00
syuilo
1e28db2396
Update CHANGELOG.md
2023-02-05 20:30:46 +09:00
syuilo
5f3640c7fd
fix(client): validate input response in aiscript
2023-02-05 20:29:10 +09:00
syuilo
d65e5f6794
単なるラッキーの獲得確立を調整
2023-02-05 14:38:21 +09:00
syuilo
e67d7bc0ea
tweak animation
2023-02-05 14:35:00 +09:00
syuilo
1139632f95
fix(server): 自分のノートをお気に入りに登録しても実績解除される問題を修正
2023-02-05 14:30:07 +09:00
syuilo
b51a8c3f82
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-02-05 14:25:39 +09:00
syuilo
0d7256678e
fix(server): validate filename and emoji name to improve security
2023-02-05 14:25:37 +09:00
Masaya Suzuki
eea33d07fd
fix: aptのキャッシュを削除しないようにする ( #9803 )
2023-02-05 14:15:59 +09:00
Masaya Suzuki
f599337320
DockleのCI追加 ( #9568 )
...
* Dockerイメージ検査のCI追加
* Add cp
* step分離
* step分離
* rm depends_on
* Dockle実行時に必要なイメージタグ付与処理をCI内で行う
* 末尾に移動
* Add comment
* .git削除処理をビルドステージに移動
* docker-compose.yml作成処理追加
* aptのキャッシュ削除処理追加
* ヘルスチェック用スクリプト追加
* yqインストール処理修正
* Add ca-certificates
* yqインストール処理をビルドステージに移動
* インデントを揃える
* インデントをタブに変更
2023-02-05 14:04:02 +09:00
Takuya Yoshida
7df019db0e
BuildX設定漏れ修正 ( #9741 )
...
* 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>
2023-02-05 14:03:26 +09:00
futchitwo
04f92bd688
feat: timeline page for non-login users ( #9795 )
2023-02-05 14:02:54 +09:00
MeiMei
505ecf6c1f
Deny UNIX domain socket ( #9802 )
...
* Deny UNIX domain socket
* got v12ならこれが使える?
2023-02-05 13:51:59 +09:00
Masaya Suzuki
c9ec08704e
fix: インラインコードを折り返して表示する ( #9801 )
2023-02-05 13:33:21 +09:00
syuilo
6a3039f7b7
feat: ロールにアイコンを設定してユーザー名の横に表示できるように
...
Resolve #9761
2023-02-05 10:37:03 +09:00
tamaina
868c8fffb3
update CHANGELOG.md
2023-02-04 15:05:13 +00:00
tamaina
faed3b438e
fix(server): clean up file in FileServer
2023-02-04 13:46:19 +00:00
syuilo
6c982629ea
Merge branch 'develop'
2023-02-04 19:19:57 +09:00
syuilo
110bbbc7dc
13.3.4
2023-02-04 19:19:48 +09:00
syuilo
4ad0345f20
fix(server): cannot follow user
2023-02-04 19:19:30 +09:00
syuilo
9d84214462
Merge branch 'develop'
2023-02-04 18:22:08 +09:00
syuilo
3f199c7113
13.3.3
2023-02-04 18:22:00 +09:00
syuilo
e9417fb741
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-02-04 18:21:23 +09:00
syuilo
ee74df6823
fix(server): improve security
2023-02-04 18:21:07 +09:00
syuilo
26630bae81
New translations ja-JP.yml (Chinese Simplified) ( #9792 )
2023-02-04 18:19:49 +09:00
syuilo
9bde9edcf6
Merge branch 'develop'
2023-02-04 14:23:38 +09:00
syuilo
a12f07c42b
13.3.2
2023-02-04 14:23:29 +09:00
syuilo
e7334c4fb0
Update CHANGELOG.md
2023-02-04 14:21:08 +09:00
syuilo
38f9d1e764
fix(client): validate urls to improve security
2023-02-04 14:20:07 +09:00