Commit Graph

2293 Commits

Author SHA1 Message Date
86b0951ba3
hotfix: typo 2024-06-20 01:37:25 +09:00
bfcc8358cd
hotfix: typo 2024-06-20 01:35:17 +09:00
f45b622f91
fix: change some default values 2024-06-20 01:06:26 +09:00
d6bc8c3cfc
feat: translate button on note footer 2024-06-20 01:04:53 +09:00
544f00ecf3
style: upscale image on error page 2024-06-20 00:43:48 +09:00
9facbd4d14
migrate: apply previous repository changes (#9)
* Add code owners

* enhance(MkUserOnlineIndicator): indicator is not visible if 'unknown'

* fix(MkError): remove unnecessary width value
2024-06-18 02:14:32 +09:00
6388215676
feat(ui): unresolved report notification 2024-06-18 02:04:47 +09:00
f2e911803f
style: remove guideline information 2024-06-15 04:20:37 +09:00
d8ea4d478c
style: remove MisskeyHQ assets to avoid copyrights problem 2024-06-14 16:49:00 +09:00
a952fdc42c
fix(MkVisitorDashboard): type problem 2024-06-14 16:27:59 +09:00
e990ebb4e0
style: remove Misskey.io branding 2024-06-14 15:38:28 +09:00
CyberRex
57a785ca2a
fix(frontend/ui/navbar): kawaiiモード時のロゴの表示を修正 (MisskeyIO#644) 2024-05-26 12:35:06 +09:00
まっちゃとーにゅ
dff3853340
enhance(frontend): 通報のカテゴリーの調整・説明文の追加 (MisskeyIO#642) 2024-05-25 03:49:08 +09:00
まっちゃとーにゅ
f6bf7f992a
feat(announcement): 個別のお知らせにリンクで飛べるように (MisskeyIO#639) 2024-05-24 21:40:28 +09:00
まっちゃとーにゅ
0b207e0006
chore(frontend): CSSのwarning解消、i18n (MisskeyIO#640) 2024-05-24 21:39:17 +09:00
まっちゃとーにゅ
0f70bf57f3
Merge remote-tracking branch 'misskey-dev/develop' into io 2024-05-23 03:43:16 +09:00
まっちゃとーにゅ
38c1075591
enhance(frontend): センシティブとして設定されたURLのプレビューサムネイルのblur調整 (MisskeyIO#633) 2024-05-22 21:54:38 +09:00
syuilo
20c0bd9ddb happy-domにメモリリークがありそう 2024-05-21 17:29:02 +09:00
かっこかり
6a637db36b
enhance(frontend): 通常のノートでも、お気に入りに登録したチャンネルにリノートできるように (#13855)
* enhance(frontend): チャンネルにリノートできるように

* Update Changelog
2024-05-21 17:23:20 +09:00
かっこかり
126383dca2
deps: AiScript VSCodeのバージョンを上げる (#13851) 2024-05-21 15:07:37 +09:00
syuilo
3340631d43 Update about-misskey.vue 2024-05-21 13:35:32 +09:00
syuilo
37f2952af9 Update about-misskey.vue 2024-05-21 13:33:43 +09:00
anatawa12
367bf0c8fc
fix: /share with unicode characters in the URL (#13846)
* fix: `/share` with unicode characters in the URL

* docs(changelog): `/share` で日本語等を含むurlがurlエンコードされない問題を修正
2024-05-20 23:21:11 +09:00
anatawa12
5836bd85df
fix: 複数idを指定するusers/showが関係ないユーザを返すことがある問題を修正 (#13765)
* fix: 複数idを指定する`users/show`が関係ないユーザを返すことがある問題を修正

* test: fix misskey js test

* chore: user/showがnullを返さないように

* chore: pass lambda instead of pushVisibleUser
2024-05-20 19:25:50 +09:00
anatawa12
f6df94070b
Exclude channel notes from featured polls (#13838)
* feat(backend): add `channelId` to `MiPoll` as a Denormalized field

* feat(backend): option to exclude polls in channels

* chore: exclude channel notes from featured polls

* docs(changelog): みつけるのアンケート欄にてチャンネルのアンケートが含まれてしまう問題を修正

* fix: missing license header
2024-05-20 18:08:20 +09:00
zyoshoka
ba62b7378b
fix(storybook): fix wrong tabler-icons CSS path (#13828) 2024-05-18 18:52:17 +09:00
zyoshoka
def7b8c55e
fix(frontend): fix Chromatic test fails (#13826)
* fix: attempt to fix Chromatic test fails

* chore: add comment
2024-05-18 12:42:26 +09:00
まっちゃとーにゅ
f4fbc220d5
spec(frontend): kawaii モード (MisskeyIO#632) 2024-05-18 02:59:14 +09:00
まっちゃとーにゅ
f2743a09e2
Merge remote-tracking branch 'misskey-dev/develop' into io 2024-05-09 00:21:37 +09:00
syuilo
fc77ad9355 refactor(frontend): provide linkNavigationBehavior 2024-05-06 20:37:04 +09:00
syuilo
2b21c19362
update deps (#13624)
* update deps

* Update package.json

* update deps

* build: pass --strip-leading-paths to restore 0.2.x behavior (#13684)

* ✌️

* ✌️

* pureimageの代わりに@napi-rs/canvasを使う (#13748)

* pureimageの代わりに@napi-rs/canvasを使う

* remove writestream

* remove createtemp

* wip

* Update ClientServerService.ts

* update pnpm to 9.x

* update deps

* re: update pnpm to 9.x

* update node

* ✌️

---------

Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2024-05-04 20:56:14 +09:00
syuilo
eef7fcdd45 chore(frontend): ui tweak 2024-05-04 19:40:17 +09:00
かっこかり
053e7626e4
enhance(frontend_ais): PostForm系の設定項目を追加 (#13788)
* enhance(frontend_ais): PostForm系の設定項目を追加

* Update Changelog
2024-05-04 13:21:40 +09:00
まっちゃとーにゅ
1a243d8ae8
Merge remote-tracking branch 'misskey-dev/develop' into io 2024-05-04 12:34:38 +09:00
zyoshoka
9c057e6854
fix(frontend): fix Storybook type errors (#13779)
* fix(frontend): fix Storybook type errors

* fix: `hasReduce` doesn't work in args
2024-05-01 16:39:16 +09:00
taiy
9f66f22953
fix(frontend): 連合なしの状態の読み書きができない問題 (#13777)
* fix: 連合なしの状態の読み書きができない問題

* update changelog

* fix types: https://github.com/misskey-dev/misskey/pull/13777#discussion_r1585901601
2024-05-01 15:29:38 +09:00
syuilo
ef630df443 enhance(frontend): add contact page 2024-05-01 14:12:36 +09:00
かっこかり
8c5e564066
fix type error 2024-05-01 13:52:59 +09:00
かっこかり
2017f9114f
refactor(frontend): 非ログイン画面でのmeta取得を減らす (#13776)
* refactor(frontend): 非ログイン画面でのmeta取得を減らす

* fix(frontend): サーバー供給のmetaとクライアントフォールバックで取れるmetaの型が違うのを修正

* force fetch meta at welcome.vue

* refactor
2024-05-01 13:51:00 +09:00
まっちゃとーにゅ
5f8d4cf7b4
enhance(frontend): パスワード変更時にHIBPで流出パスワードをチェックするように (MisskeyIO#625) 2024-04-30 14:32:30 +09:00
zyoshoka
2ff90a80d4
fix(backend): add detailed schema to fetch-rss endpoint (#13764) 2024-04-29 15:36:01 +09:00
まっちゃとーにゅ
96abc31bfc
update deps and fix 2024-04-29 06:28:12 +09:00
まっちゃとーにゅ
fd696a9621
Merge remote-tracking branch 'misskey-dev/develop' into io 2024-04-29 04:41:23 +09:00
syuilo
e2ff5f58b2 lint 2024-04-28 10:54:20 +09:00
水咲(みさき)
59235a0e0e
enhance(frontend): カスタム絵文字管理画面にてファイル更新で勝手に名前が変わらないように (MisskeyIO#620) 2024-04-28 08:20:05 +09:00
まっちゃとーにゅ
5fcec3d5dc
enhance(frontend): アカウント作成時にHIBPで流出パスワードをチェックするように (MisskeyIO#617)
Co-authored-by: MurakamiSan <ark@arkjp.net>
2024-04-28 01:34:22 +09:00
まっちゃとーにゅ
1afb929bf7
update deps (MisskeyIO#618) 2024-04-27 21:52:37 +09:00
anatawa12
8e8ee2ac73
open links in abuse comment in new window (#13381)
* feat: changing MkA behavior from MkMFM

* chore: open links in abuse comment in new window

* docs(changelog): 通報のコメント内のリンクをクリックした際、ウィンドウで開くように

* chore: use inject instead of prop drilling

* Revert "chore: use inject instead of prop drilling"

This reverts commit b4dd14eacf59c8079676aa6ab019fece67496d79.
2024-04-27 21:24:39 +09:00
ikasoba
20eb4bc296
Fix(backend): ActivityPubでのHTMLへのシリアライズを修正 (#13752)
* devモードでもActivityPub系エンドポイントへアクセスできるように

* ActivityPubでのHTMLのシリアライズを修正

* ハードコードしていたurlを`httpUrl`へ修正

* テストの追加
2024-04-27 20:26:55 +09:00
syuilo
8775333158
add special entrance page (MisskeyIO#616) 2024-04-27 20:06:29 +09:00