Commit graph

26688 commits

Author SHA1 Message Date
fly_mc
460bc4692a inUnexpectedLang 2024-11-17 21:21:05 +08:00
fly_mc
560a8b74b9 Revert "revert collapse unexpected lang"
This reverts commit 2265f46c55.
2024-11-17 21:06:32 +08:00
fly_mc
1ecc57f3ae Revert "tweak MkNote"
This reverts commit 5c09719351.
2024-11-17 21:06:21 +08:00
fly_mc
9efa5dce22 skipRender 2024-11-17 19:21:43 +08:00
fly_mc
1011e9f3bd Bump version 2024-11-17 19:13:24 +08:00
fly_mc
a9acf532c1 update SearchService 2024-11-17 19:10:22 +08:00
fly_mc
6c9dd99083 Revert "update SearchService"
This reverts commit e692e7ac6f.
2024-11-17 19:04:47 +08:00
fly_mc
1482acd354 Revert "tweak"
This reverts commit b1798a7011.
2024-11-17 19:03:29 +08:00
fly_mc
23d3e2f7ed Revert "tweak MkNote"
This reverts commit 46cf366388.
2024-11-17 19:03:10 +08:00
CDN
b0d04713e0 fix(backend): fallback sharedInbox to null in ApPersonService (#14970) 2024-11-16 22:23:49 +08:00
fly_mc
d30db97b59 increase character limits 2024-11-16 18:27:27 +08:00
fly_mc
e692e7ac6f update SearchService 2024-11-16 18:18:06 +08:00
fly_mc
3b1b440064 Revert "use computed noteSummary"
This reverts commit eca4d8b752.
2024-11-16 17:44:41 +08:00
fly_mc
1eb46c7edd Bump version 2024-11-16 16:48:15 +08:00
fly_mc
b1798a7011 tweak 2024-11-16 16:40:34 +08:00
fly_mc
46cf366388 tweak MkNote 2024-11-16 16:21:14 +08:00
fly_mc
5c09719351 tweak MkNote 2024-11-16 16:11:59 +08:00
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