Commit graph

670 commits

Author SHA1 Message Date
syuilo
9c8ca41648 🎨 2021-12-17 16:14:43 +09:00
syuilo
b6cc8eea35 enhance(client): リアクションピッカーの表示方法を選択できるように 2021-12-17 16:14:31 +09:00
syuilo
1fab32e304 enhance(client): make possible to leave a group 2021-12-14 22:27:33 +09:00
syuilo
9b33e523fb 🎨 2021-12-10 16:01:35 +09:00
Robin B
4504813ef4 Fix japanese instanceMuteDescription string (#8047) 2021-12-10 10:05:18 +09:00
syuilo
faacf3ae68 feat: improve follow export 2021-12-10 01:22:35 +09:00
romaboo
27db3b99d2 feat: user-level instance mute (#7712)
* Update ja-JP.yml

* Added settable config for muted instances

* added psql query for removal of muted notes

* Added filtering and trimming for instance mutes

* cleaned up filtering of bad instance mutes and added a refresh at the end for the list on the client

* Added notification & streaming timeline muting

* Updated changelog

* Added missing semicolon

* Apply japanese string suggestions from robflop

Co-authored-by: Robin B. <robflop98@outlook.com>

* Changed Ja-JP instance mute title string to one suggested by sousuke

Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>

* Update ja-JP instanceMuteDescription based on sousuke's suggestion

Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>

* added notification mute

* added notification and note children muting

* Fixed a bug where local notifications were getting filtered on cold start

* Fixed instance mute imports

* Fixed not saving/loading instance mutes

* removed en-US translations for instance mute

* moved instance mute migration to js

* changed settings index back to spaces

* removed destructuring assignment from notification stream in instance mute check call

Co-authored-by: tamaina <tamaina@hotmail.co.jp>

* added .note accessor for checking note data instead of notification data

* changed note to use Packed<'Note'> instead of any and removed usage of snake case

Co-authored-by: tamaina <tamaina@hotmail.co.jp>

* changed notification mute check to check specifically for notification host

* changed to using single quotes

* moved @click to the end for the linter

* revert unnecessary changes

* restored newlines

* whitespace removal

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Robin B. <robflop98@outlook.com>
Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>
Co-authored-by: puffaboo <emilis@jigglypuff.club>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2021-12-09 21:38:56 +09:00
nullobsi
d6f087495e feat: Undo Accept (#7980)
* allow breaking of follow

* send undo

* delete by using reject follow
2021-12-03 11:14:44 +09:00
syuilo
3892a582c7 feat(client): show confirm dialog when vote 2021-11-28 20:23:48 +09:00
syuilo
00ca556d1b Update ja-JP.yml 2021-11-26 13:41:31 +09:00
syuilo
4386c94f28 fix(client): ログインにおいてパスワードが誤っている際のエラーメッセージが正しく表示されない問題を修正 2021-11-21 14:01:53 +09:00
Johann150
956afc9743 limit depth of reply posts (#7979)
* limit depth of reply posts

* some tweaks

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-11-18 22:11:44 +09:00
syuilo
e04500e36e feat(client): アカウント削除に確認ダイアログを出すように 2021-11-14 13:27:46 +09:00
syuilo
4ba1106272 feat: improve email validation 2021-11-07 20:16:01 +09:00
syuilo
ea12a5eb77 feat: make possible to configure following/followers visibility (#7959)
* feat: make possible to configure following/followers visibility

* add test

* ap

* add ap test

* set Cache-Control

* hide following/followers count
2021-11-07 18:04:32 +09:00
syuilo
42151bca5e Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2021-11-05 16:19:01 +09:00
syuilo
a0855e18de ドキュメントをmisskey-hubに移行 2021-11-05 16:18:52 +09:00
Robin B
d9e05c2f4b fix(client): Add missing localization string (#7944)
* 欠けるi18nストリングの追加

* Update ja-JP.yml

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-11-05 12:32:47 +09:00
syuilo
73d9b29a8d feat: thread mute (#7930)
* feat: thread mute

* chore: fix comment

* fix test

* fix

* refactor
2021-10-31 15:30:22 +09:00
syuilo
e258caf89a 🎨 2021-10-24 20:16:55 +09:00
syuilo
9c307be042 refactor client 2021-10-24 14:50:00 +09:00
syuilo
ab5701e5b5 リアクション一覧の公開をオプトインに 2021-10-18 01:16:59 +09:00
syuilo
e077b319a0 refactor(client): ダミーコンポーネントを使ってノートプレビューするように 2021-10-16 01:34:23 +09:00
nullobsi
7f48a241dd feat: ノートプレビューを追加 (#7596)
* add note preview

* use if

* add draftedNote property

* custom emojis work

* Only show CW on preview when enabled

* move button to top

* fix css style
2021-10-16 01:19:49 +09:00
syuilo
7091f04f97 improve ui 2021-10-10 15:19:16 +09:00
syuilo
c4f3a8de7b Update ja-JP.yml 2021-10-09 14:29:49 +09:00
syuilo
aaf144368f feat: 未読の通知のみ表示する機能 2021-10-09 12:44:19 +09:00
syuilo
327f5d335e feat: アカウント作成にメールアドレス必須にするオプション (#7856)
* feat: アカウント作成にメールアドレス必須にするオプション

* ui

* fix bug

* fix bug

* fix bug

* 🎨
2021-10-08 13:37:02 +09:00
tamaina
dd3a8e869c enhance: ページロードエラーページにリロードボタンを追加 (#7835)
* wip

* modify page load error page

* add changelog

* サーバーが死んでるエラーを追加

* add MkLoading
2021-10-02 16:36:25 +09:00
syuilo
9f50312a59 refactor components 2021-09-30 00:50:45 +09:00
syuilo
f41fbbfa36 #7813の修正 2021-09-22 22:12:10 +09:00
syuilo
132e662805 feat: 凍結された場合のダイアログを実装 (#7811)
* feat: 凍結された場合のダイアログを実装

* Update CHANGELOG.md

* Update basic.js

* improve error handling

* cypressなんもわからん

* Update basic.js
2021-09-19 02:23:12 +09:00
tamaina
3637924de2 chore: APIドキュメントの修正 (#7771)
* packedNotificationSchemaを更新

* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加

* fix

* add header, choice, invitation
2021-09-09 20:23:31 +09:00
Johann150
64276c7082 fix missing strings (#7674)
* fix sort menu in federation panel

* add missing strings in report menu

* change i18n key too
2021-09-04 18:21:45 +09:00
syuilo
790c624b75 藍モード (#7687)
* wip

* wip

* シンボリックリンクやめた

* install lib dependency

* bring live2d assets from misskey-dev/assets

* refactor

* nanka iroiro

* コミット忘れ

* random motion

* wip

* run git submodule update --init

* コミット忘れ

* refactor

* fix bug

* Update misskey-assets

* lint

* lint

* lint

* 藍モード修正 (#7702)

* lazy load live2d script

* fix typo

* lazy load also widget

* hot link to cubism core

* https://github.com/misskey-dev/misskey/pull/7702/files#r695623821

* fix lint

* remove live2d stuff

* use iframe

* update

* Update gulpfile.ts

* update

* Update .gitattributes

* update

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2021-09-04 17:54:24 +09:00
Johann150
3acd78420a add setting to keep content warning (#7682) 2021-08-24 20:52:33 +09:00
syuilo
9af6e25ae2 enhance(client): ユーザー名についてのヒントを追加 2021-08-22 13:16:15 +09:00
syuilo
249d7c7a0a enhance: Improve account deletion experience 2021-08-21 12:48:50 +09:00
syuilo
edd213e72f enhance(server): Use job queue for account delete (#7668)
* enhance(server): Use job queue for account delete

Fix #5336

* ジョブをひとつに

* remove done call

* clean up

* add User.isDeleted

* コミット忘れ

* Update 1629512953000-user-is-deleted.ts

* show dialog

* lint

* Update 1629512953000-user-is-deleted.ts
2021-08-21 12:41:56 +09:00
syuilo
b61367e8aa feat: ノートの翻訳機能
Resolve #5213
2021-08-15 20:26:44 +09:00
syuilo
a6f6b61c77 feat(client): Misskey更新時にダイアログを表示するように 2021-08-13 17:59:54 +09:00
syuilo
1d4eeb2fac Improve about-misskey page 2021-08-12 11:48:06 +09:00
syuilo
16dae5d0ab ぼかし効果の切り替え機能 2021-08-11 22:34:45 +09:00
syuilo
7b33d67c1f Improve docs 2021-08-10 19:51:56 +09:00
syuilo
9fafb7c92f Update ja-JP.yml 2021-08-08 17:23:16 +09:00
syuilo
7830a87c01 Improve client 2021-08-07 17:55:16 +09:00
syuilo
f8c39680f4 Add doc for admin 2021-08-07 13:41:14 +09:00
syuilo
dc37c116a1 ハッシュタグ入力エリア
Resolve #7600
2021-08-07 12:47:01 +09:00
syuilo
2cbd929eac インスタンス一覧ページ 2021-08-07 10:24:50 +09:00
syuilo
81b322cfbc カスタム絵文字一覧ページ 2021-08-07 10:23:59 +09:00