Commit graph

26821 commits

Author SHA1 Message Date
fly_mc
eca4d8b752 use computed noteSummary 2024-11-16 16:05:58 +08:00
fly_mc
2265f46c55 revert collapse unexpected lang 2024-11-16 16:01:12 +08:00
fly_mc
5a64e7ae5c Merge branch 'develop' into pari 2024-11-16 15:17:20 +08:00
syuilo
2e0f3936a8 Update .gitignore 2024-11-16 15:32:51 +09:00
syuilo
459449864c 🎨 2024-11-16 10:16:11 +09:00
fly_mc
c44f33c7a0 Bump version 2024-11-15 23:12:36 +08:00
fly_mc
64378212dc i10n 2024-11-15 23:09:26 +08:00
fly_mc
32e835883b Merge branch 'develop' into pari 2024-11-15 21:53:41 +08:00
syuilo
eef0c895bc use execa 8.0.1
#14966
2024-11-15 19:48:31 +09:00
syuilo
d9d92bcfbf Revert "use nodemon 3.0.2"
This reverts commit ce1f84e5a3.
2024-11-15 19:40:12 +09:00
syuilo
ce1f84e5a3 use nodemon 3.0.2
#14966
2024-11-15 19:33:50 +09:00
github-actions[bot]
cf7df05023 Bump version to 2024.11.0-alpha.1 2024-11-15 09:06:13 +00:00
syuilo
ee2c017f48 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2024-11-15 18:00:22 +09:00
syuilo
d0cdc0b7a1 chore(frontend): tweak animation style 2024-11-15 18:00:20 +09:00
dependabot[bot]
ac3bf57644
chore(deps): bump codecov/codecov-action from 4 to 5 (#14961)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 17:32:28 +09:00
syuilo
e850462b82
New Crowdin updates (#14859)
* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Vietnamese)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Chinese Traditional)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (German)

* New translations ja-jp.yml (German)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Swedish)

* New translations ja-jp.yml (Swedish)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Chinese Simplified)
2024-11-15 17:31:38 +09:00
かっこかり
c0d1682604
feat: 送信したフォローリクエストを確認できるように (#14856)
* FEAT: Allow users to view pending follow requests they sent

This commit implements the `following/requests/sent` interface firstly
implemented on Firefish, and provides a UI interface to view the pending
follow requests users sent.

* ux: should not show follow requests tab when have no pending sent follow req

* fix default followreq tab

* fix default followreq tab

* restore missing hasPendingReceivedFollowRequest in navbar

* refactor

* use tabler icons

* tweak design

* Revert "ux: should not show follow requests tab when have no pending sent follow req"

This reverts commit e580b92c37f27c2849c6d27e22ca4c47086081bb.

* Update Changelog

* Update Changelog

* change tab titles

---------

Co-authored-by: Lhc_fl <lhcfl@outlook.com>
Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
2024-11-15 17:30:54 +09:00
syuilo
e26e24b610
update deps (#14950)
* update deps

* wip

* Revert "wip"

This reverts commit 393de249fe248ae181221266e0b7828a3ac53152.

* wip

* wip

* wip

* wip
2024-11-15 17:22:00 +09:00
fly_mc
bdc30c5e9b revert stream.ts 2024-11-15 15:44:01 +08:00
fly_mc
2bf72f4fb6 removed hwacc 2024-11-15 14:20:09 +08:00
fly_mc
60479fad31 Bump version 2024-11-15 14:18:58 +08:00
fly_mc
ca332ea2fd tweak autpspacing 2024-11-15 14:14:21 +08:00
fly_mc
6003f7890d Merge branch 'develop' into pari 2024-11-15 14:08:00 +08:00
fly_mc
4695bb425f removed hwacc 2024-11-15 14:07:32 +08:00
fly_mc
3aa0a5ea9b emojiAutoSpacing 2024-11-15 13:29:09 +08:00
fly_mc
fdd190ec75 restore skipRender 2024-11-15 12:58:38 +08:00
fly_mc
9a4cde8322 clickToShowInstanceTickerWindow 2024-11-15 12:56:59 +08:00
fly_mc
423152468d tweak language detection 2024-11-15 12:55:52 +08:00
fly_mc
527883f50d add missing stop propagation 2024-11-15 12:41:21 +08:00
fly_mc
6670d4e181 defaultLike heart as null 2024-11-15 12:39:12 +08:00
かっこかり
7f8c8f62b1
fix(frontend): スマホで表示した時にipv6だとはみ出てしまうのを修正 (#14960)
* fix(frontend): スマホで表示した時にipv6だとはみ出てしまうのを修正 (MisskeyIO#815)

(cherry picked from commit aec01dd4adda8e975da523c5bea329120e689569)

* Update Changelog

---------

Co-authored-by: sleep-moe <yukikum57@gmail.com>
2024-11-15 09:33:09 +09:00
fly_mc
9907c90411 Bump version 2024-11-15 03:03:57 +08:00
fly_mc
93e52d38cb Revert "tweak merge reactions"
This reverts commit 511fb3a94c.
2024-11-15 02:43:58 +08:00
fly_mc
96ff722ef0 defaulLike fallback to heart 2024-11-15 01:41:19 +08:00
fly_mc
477a551be1 i10n 2024-11-15 01:40:06 +08:00
fly_mc
ddd13186d8 set default like 2024-11-15 01:36:26 +08:00
fly_mc
06b3ca962b set default like 2024-11-15 01:24:37 +08:00
fly_mc
68502f61cc frontend: tweak instance ticker 2024-11-14 00:14:17 +08:00
fly_mc
15ed005013 Bump version 2024-11-14 00:03:57 +08:00
fly_mc
785c837a07 frontend: tweak instance ticker 2024-11-13 23:53:03 +08:00
fly_mc
b75133590f Bump version 2024-11-13 19:21:42 +08:00
fly_mc
bb2c6e0326 fix: clear Service Worker caches correctly 2024-11-13 19:21:09 +08:00
fly_mc
c8a769e753 Merge branch 'develop' into pari 2024-11-13 19:14:22 +08:00
syuilo
4d54101510
update node to 22.11.0 (#14869)
* wip

* Update CHANGELOG.md

* Update CHANGELOG.md
2024-11-13 19:43:36 +09:00
shimmar
2305788ed9
Enhance(frontend): ノート詳細画面にロールのバッジを表示 (#14946)
* enhance(frontend): ノートの詳細画面にロールのバッジを表示(#14058)

* Update CHANGELOG.md
2024-11-13 11:19:54 +09:00
fly_mc
46fd6c3139 Bump version 2024-11-12 15:02:36 +08:00
fly_mc
2ed8d247e1 Merge branch 'develop' into pari 2024-11-12 15:02:06 +08:00
饺子w (Yumechi)
a11b77a415
fix(backend): Webhook Test一致性 (#14863)
* fix(backend): Webhook Test一致性

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* UserWebhookPayload<'followed'> 修正

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

---------

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-11-12 09:51:18 +09:00
fly_mc
94a56f505c Bump version 2024-11-12 01:09:17 +08:00
fly_mc
28efba1996 lint 2024-11-12 01:08:58 +08:00