taichanne30
|
0cf8946fc7
|
filterの改善
|
2024-02-21 03:15:08 +09:00 |
|
taichanne30
|
a4ad66bd5b
|
Merge branch 'fix-10650' of https://github.com/kakkokari-gtyih/misskey into notification-hide-muting-user
|
2024-02-21 03:07:42 +09:00 |
|
taichan
|
286c7eb725
|
Merge branch 'develop' into notification-hide-muting-user
|
2024-02-20 15:57:28 +09:00 |
|
taichan
|
659f8d9d20
|
Update CHANGELOG.md
|
2024-02-20 15:56:28 +09:00 |
|
taichan
|
7c9bacbbd8
|
use isNotNull
|
2024-02-20 15:44:13 +09:00 |
|
taichan
|
823b7c3269
|
Fix condition
|
2024-02-20 15:40:36 +09:00 |
|
taichan
|
f5ae6630bd
|
Refactor: 判定部分を共通化
|
2024-02-20 15:36:30 +09:00 |
|
zyoshoka
|
f18a31c628
|
fix(frontend): 画面表示後最初の音声再生が爆音になることがある問題を修正 (#13379)
* fix(frontend): 画面表示後最初の音声再生が爆音になることがある問題を修正
* Update CHANGELOG.md
* Update CHANGELOG.md
|
2024-02-20 15:26:11 +09:00 |
|
taichan
|
ff7f7c8835
|
Fix packGrouped
|
2024-02-20 15:22:59 +09:00 |
|
taichan
|
3693ce9f00
|
Improve performance
|
2024-02-20 15:21:23 +09:00 |
|
taichan
|
ffb853bf2d
|
Revert "Remove duplication of valid notifier check"
This reverts commit 239a6952f7 .
|
2024-02-20 15:18:26 +09:00 |
|
taichan
|
7e1d5f081d
|
Merge branch 'develop' into notification-hide-muting-user
|
2024-02-20 15:15:53 +09:00 |
|
taichan
|
d53b837994
|
add filter notification is not null
|
2024-02-20 15:03:10 +09:00 |
|
taichan
|
239a6952f7
|
Remove duplication of valid notifier check
|
2024-02-20 14:57:20 +09:00 |
|
taichan
|
ef65252148
|
通知作成時にpackしてnullになったらあとの処理をやめる
|
2024-02-20 14:48:49 +09:00 |
|
taichan
|
b09abb8c59
|
enhance: Check if notifierId is valid in NotificationEntityService
|
2024-02-20 14:34:50 +09:00 |
|
taichan
|
45a067788b
|
Remove unused imports
|
2024-02-20 14:32:00 +09:00 |
|
taichan
|
1304a9fbb5
|
Revert API handling
|
2024-02-20 14:28:28 +09:00 |
|
taichan
|
f0c1c08314
|
Revert "enhance: 通知が凍結も考慮するようにする"
This reverts commit b1e57e571d .
|
2024-02-20 14:26:18 +09:00 |
|
zyoshoka
|
39c4e3a4f5
|
fix(frontend): チャートのラベルが消えている問題を修正 (#13416)
* fix(frontend): チャートのラベルが消えている問題を修正
* Update CHANGELOG.md
|
2024-02-20 14:00:57 +09:00 |
|
Sayamame-beans
|
ddd7b26f1c
|
enhance(frontend): ノート作成画面の添付メニューのdividerの位置を"添付取り消し"の上にする (#13409)
* enhance(frontend): change divider position for MkPostFormAttaches
* docs(changelog): update
|
2024-02-20 11:59:49 +09:00 |
|
taichan
|
2096caf91d
|
Merge branch 'develop' into notification-hide-muting-user
|
2024-02-20 09:58:03 +09:00 |
|
taichan
|
19296a0d6b
|
Fix: typo
|
2024-02-20 09:57:21 +09:00 |
|
taichan
|
c70c2e7534
|
Remove unused import
|
2024-02-20 01:35:14 +09:00 |
|
taichan
|
c21b6d95ae
|
fix: notifierIdがない通知が消えてしまう問題 (grouped)
|
2024-02-20 01:30:14 +09:00 |
|
taichan
|
094e10a278
|
Add tests (通知がミュートを考慮しているかどうか)
|
2024-02-20 01:28:34 +09:00 |
|
taichan
|
09a9484e4f
|
fix: notifierIdがない通知が消えてしまう問題
|
2024-02-20 01:22:21 +09:00 |
|
taichan
|
b1e57e571d
|
enhance: 通知が凍結も考慮するようにする
|
2024-02-20 00:52:25 +09:00 |
|
taichan
|
35609b40d3
|
enhance: 通知がミュートを考慮するようにする
|
2024-02-20 00:40:33 +09:00 |
|
かっこかり
|
8d68c5078e
|
Update CHANGELOG.md
|
2024-02-19 17:54:33 +09:00 |
|
かっこかり
|
56bbb52a2e
|
Merge branch 'develop' into fix-10650
|
2024-02-19 17:53:55 +09:00 |
|
かっこかり
|
9be3890827
|
Fix Changelog
|
2024-02-19 17:52:55 +09:00 |
|
1Step621
|
034f47205e
|
Fix(frontend): オートコンプリートが出るべき状況で出ないことがあるのを修正 (#13376)
* オートコンプリートが出るべき状況で出ないことがあるのを修正
* update CHANGELOG.md
|
2024-02-19 08:36:06 +09:00 |
|
anatawa12
|
1b1046bcdb
|
fix: syuilo/misskey時代から使用してるサーバーが改変したバージョンだと誤判定される問題 (DB migrationで修正) (#13389)
|
2024-02-19 08:34:31 +09:00 |
|
anatawa12
|
0b636d1bf9
|
fix: nodeinfoにenableMcaptchaとenableTurnstileが無い (#13387)
|
2024-02-19 08:33:36 +09:00 |
|
Cocoa Hoto
|
b0030d148d
|
fix: allow moderators see role assigned users; fix #13301 (#13315)
|
2024-02-17 14:41:18 +09:00 |
|
anatawa12
|
b3aa793f42
|
chore: 通報ページのユーザをクリックした際にユーザをウィンドウで開くように (#13348)
* chore: 通報ページのユーザをクリックした際にユーザをウィンドウで開くように
* docs(changelog): 通報ページのユーザをクリックした際にユーザをウィンドウで開くように
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-02-17 14:28:34 +09:00 |
|
syuilo
|
d4a5e31c8d
|
New Crowdin updates (#13341)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Arabic)
* New translations ja-jp.yml (Czech)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Polish)
* New translations ja-jp.yml (Russian)
* New translations ja-jp.yml (Slovak)
* New translations ja-jp.yml (Ukrainian)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Vietnamese)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Bengali)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Japanese, Kansai)
|
2024-02-17 14:27:42 +09:00 |
|
syuilo
|
01de1519dd
|
fix of 9a70ce8f5e
Co-Authored-By: RyotaK <49341894+Ry0taK@users.noreply.github.com>
|
2024-02-17 14:26:48 +09:00 |
|
syuilo
|
875069c6b0
|
Update package.json
|
2024-02-17 13:43:04 +09:00 |
|
syuilo
|
0b5d3315bc
|
2024.2.0
|
2024-02-17 13:41:24 +09:00 |
|
syuilo
|
b6ae12b622
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2024-02-17 13:41:08 +09:00 |
|
syuilo
|
d961ed830f
|
Update CHANGELOG.md
|
2024-02-17 13:36:39 +09:00 |
|
Acid Chicken (硫酸鶏)
|
acba96c1d3
|
feat: license violation protection (#13285)
* spec(frontend): aboutページにリポジトリ・フィードバックのURLを表示させる
Cherry-picked from MisskeyIO#441
Cherry-picked from MisskeyIO#438
* feat: license violation protection
* build: fix typo
* build: fix typo
* fix: farewell to the static type land
* fix: key typo
* fix: import typo
* fix: properly interpret `prominently`
* docs: add disclaimer
* docs: update CHANGELOG
* chore: add gap
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-02-17 13:34:50 +09:00 |
|
anatawa12
|
fa243276c5
|
feat: add link to local note in initial comment of abuse note (#13347)
* feat: add link to local note in initial comment of abuse note
* docs(changelog): ノートの通報時にリモートのノートであっても自インスタンスにおけるノートのリンクを含むように
|
2024-02-17 12:43:39 +09:00 |
|
tamaina
|
9a70ce8f5e
|
Merge pull request from GHSA-qqrm-9grj-6v32
* maybe ok
* fix
* test wip
* ✌️
* fix
* if (res.ok)
* validateContentTypeSetAsJsonLD
* 条件を考慮し直す
* その他の+json接尾辞が付いているメディアタイプも受け容れる
* https://github.com/misskey-dev/misskey-ghsa-qqrm-9grj-6v32/pull/1#discussion_r1490999009
* add `; profile="https://www.w3.org/ns/activitystreams"`
* application/ld+json;
|
2024-02-17 12:41:19 +09:00 |
|
tamaina
|
8c1a582348
|
2024.2.0-beta.13
|
2024-02-16 15:04:12 +00:00 |
|
かっこかり
|
7a35f13381
|
Update CHANGELOG.md
|
2024-02-16 22:18:31 +09:00 |
|
zyoshoka
|
37959bab1d
|
refactor(backend): remove/replace deprecated type deps (#13252)
|
2024-02-16 20:09:07 +09:00 |
|
かっこかり
|
5e317eac8c
|
fix misskey-js version
|
2024-02-16 19:17:37 +09:00 |
|