かっこかり
3a105024c7
enhance: プロフィール設定「追加情報」の並び替え・削除に対応 ( #10766 )
...
* (enhance) profile fields dnd
* Update CHANGELOG.md
* Fix typo
* fix lint
* fix styles
* fix lint
* (change) style
* (fix) label
* (fix) typo
* (fix) LINT ISSUES
* (change) style
* remove unnecessary style declaration
* (fix) breakpoint
2023-05-06 07:06:12 +09:00
nenohi
2d84e04240
ロールにNSFWを強制的につけるオプションを追加 ( #10731 )
...
* ロールにNSFWを強制的につけるオプションを追加
* すでにあるファイルにNSFWが付与できない
* NSFWを付与しようとするとエラーに
* add test
* Update packages/backend/src/core/RoleService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* spacingで怒られたので
* ロール作成時のプロパティ削除
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-05-05 14:18:06 +09:00
かっこかり
1f9f63df7c
「このファイルからノートを作成」ボタンを追加 ( #10758 )
...
* (add) note this file button
* Update CHANGELOG.md
2023-05-04 19:58:17 +09:00
tamaina
5f4d20ac1d
ThisIsExperimentalFeature → thisIsExperimentalFeature
2023-04-30 12:11:43 +00:00
Namekuji
d28866f71a
enhance: account migration ( #10592 )
...
* copy block and mute then create follow and unfollow jobs
* copy block and mute and update lists when detecting an account has moved
* no need to care promise orders
* refactor updating actor and target
* automatically accept if a locked account had accepted an old account
* fix exception format
* prevent the old account from calling some endpoints
* do not unfollow when moving
* adjust following and follower counts
* check movedToUri when receiving a follow request
* skip if no need to adjust
* Revert "disable account migration"
This reverts commit 2321214c98
.
* fix translation specifier
* fix checking alsoKnownAs and uri
* fix updating account
* fix refollowing locked account
* decrease followersCount if followed by the old account
* adjust following and followers counts when unfollowing
* fix copying mutings
* prohibit moved account from moving again
* fix move service
* allow app creation after moving
* fix lint
* remove unnecessary field
* fix cache update
* add e2e test
* add e2e test of accepting the new account automatically
* force follow if any error happens
* remove unnecessary joins
* use Array.map instead of for const of
* ユーザーリストの移行は追加のみを行う
* nanka iroiro
* fix misskey-js?
* ✌️
* 移行を行ったアカウントからのフォローリクエストの自動許可を調整
* newUriを外に出す
* newUriを外に出す2
* clean up
* fix newUri
* prevent moving if the destination account has already moved
* set alsoKnownAs via /i/update
* fix database initialization
* add return type
* prohibit updating alsoKnownAs after moving
* skip to add to alsoKnownAs if toUrl is known
* skip adding to the list if it already has
* use Acct.parse instead
* rename error code
* 🎨
* 制限を5から10に緩和
* movedTo(Uri), alsoKnownAsはユーザーidを返すように
* test api res
* fix
* 元アカウントはミュートし続ける
* 🎨
* unfollow
* fix
* getUserUriをUserEntityServiceに
* ?
* job!
* 🎨
* instance => server
* accountMovedShort, forbiddenBecauseYouAreMigrated
* accountMovedShort
* fix test
* import, pin禁止
* 実績を凍結する
* clean up
* ✌️
* change message
* ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに
* Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに"
This reverts commit 3bd7be35d8
.
* validateAlsoKnownAs
* 移行後2時間以内はインポート可能なファイルサイズを拡大
* clean up
* どうせactorをupdatePersonで更新するならupdatePersonしか移行処理を発行しないことにする
* handle error?
* リモートからの移行処理の条件を是正
* log, port
* fix
* fix
* enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように
* refactor (use checkHttps)
* MISSKEY_WEBFINGER_USE_HTTP
* Environment Variable readme
* NEVER USE IN PRODUCTION
* fix punyHost
* fix indent
* fix
* experimental
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-30 00:09:29 +09:00
Chocolate Pie
149ddebf16
fix(frontend): ロールのタイトルのバグを解決、Reactivity Transformで型エラーを出さないように ( #10729 )
...
* fix: #10569を解決
* fix: ロールが存在しない場合、タイトルにエラーメッセージを表示させる
* fix: Reactivity Transformで型エラーを出さないように
* feat: i18n対応
* feat: タブでエラー表示
* fix: エラーメッセージを分ける
* fix: 使う変数の間違えを修正
* productionビルドできない問題を修正
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-29 23:36:28 +09:00
syuilo
8fb5457c01
[ci skip] fix typo
2023-04-29 18:28:25 +09:00
syuilo
0ad7869249
feat: preserved usernames
...
Resolve #10704
2023-04-29 17:03:14 +09:00
かっこかり
8fbca63cec
feat(client): Renoteした人の一覧を表示するダイアログを追加 ( #10647 )
...
* (add) renote user dialog
* (change) noteMenu order
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* (change) menu text
* Update CHANGELOG.md
* (change) dialog title text
* (fix) grammar mistakes in CHANGELOG.md
* (change) i18n keys
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-04-29 15:48:06 +09:00
tinaxd
5ddffa728a
fix: ドライブアップロードで413が返ってきたときにエラーメッセージを表示 ( #10680 )
2023-04-22 17:18:57 +09:00
syuilo
1dac961784
enhance(frontend): INVALID_PARAMおよびROLE_PERMISSION_DENIEDエラーを分かりやすく表示するように
2023-04-21 09:17:44 +09:00
nenohi
8dc60cd327
Role timeline setting ( #10677 )
...
* ロールタイムライン設定
* isRoleTimeline to isExplorable
* ポリシーではないので削除
* 型からも
* wip
* 足りてなかった説
* wip
* listはpublicを表示
* 前回の記載修正( #10671 )
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-20 20:02:50 +09:00
syuilo
40debf20d8
add new achievement
2023-04-20 19:40:02 +09:00
syuilo
7cc797062d
tweak MkSignupDialog.rules.vue
2023-04-20 10:11:48 +09:00
syuilo
e1f9ab77f8
feat: Server rules ( #10660 )
...
* enhance(frontend): サーバールールのデザイン調整
* enhance(frontend): i18n
* enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動
* enhance(frontend): サーバールールのデザイン調整
* Update CHANGELOG.md
* 不要な差分を削除
* fix(frontend): lint
* ui tweak
* test: add stories
* tweak
* test: bind args
* test: add interaction tests
* fix bug
* Update packages/frontend/src/pages/admin/server-rules.vue
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
* Update misskey-js.api.md
* chore: windowを明示
* 🎨
* refactor
* 🎨
* 🎨
* fix e2e test
* 🎨
* 🎨
* fix icon
* fix e2e
---------
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-04-19 21:24:31 +09:00
syuilo
614f12386e
feat(frontend): 通知の表示をカスタマイズできるように
2023-04-17 13:12:58 +09:00
tamaina
15761a0fa8
enhance(client): 1枚だけのメディアリストの画像のアスペクト比を画像に応じて縦長にする ( #10452 )
...
* ✌️
* fix
* ✌️
* 422px上限
* 334
* min-height: 130px
* 64px
* fix
* wip
* ✌️
* fix
* max-height: none
* MkImgWithBlurHashでratioを計算する
* wip
* fix
* fix?
* Revert "fix?"
This reverts commit e39d832dd1
.
* Revert "fix"
This reverts commit 15be36ba55
.
* Revert "wip"
This reverts commit af7d86f69d
.
* fix
* Revert "Revert "wip""
This reverts commit bb0036ae22
.
* Revert "Revert "fix""
This reverts commit c1d94a45c5
.
* Revert "Revert "fix?""
This reverts commit 9cb4fbfd96
.
* fix
* use clamp
* readable
* add 1:1, 3:4
* moveComment
* 3:4 → 2:3
* fix
* default
* fallback
* Revert "fallback"
This reverts commit 741717dd49
.
* Fix?(server): Content-Dispositionのパースでエラーが発生した場合にもダウンロードが完了するように
#10626
2023-04-15 21:35:19 +09:00
かっこかり
bcbf06ac8c
feat(client): データセーバーモードの追加 ( #10478 )
...
* change nsfw settings
* Update CHANGELOG.md
* (fix) eliminate warning message when manually hide
* Apply suggestions from code review
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* (change) translation key
* revert nsfw settings (partial)
* (add) data saver setting
* Integrate MkMediaBlurhash and MkImgWithBlurhash
* Update CHANGELOG.md
* 🎨
* リモートのファイルでsizeが0の場合は表示しない, refを作らない
* fix
* かっこ
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-15 15:29:57 +09:00
syuilo
e014c91899
enhance(frontend): ユーザーメニューからユーザーメモを編集できるように
2023-04-13 13:50:17 +09:00
Ebise Lutica
605f149235
feat: 自分用メモ機能 ( #10516 )
...
* 自分用メモを作成する機能
* 不要なCSSを削除
* メモ: デザイン調整
* デザイン崩れを修正
* fix: メモ機能のe2eテストで見つかった不具合を修正
* デザイン調整
* fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
2023-04-13 13:17:32 +09:00
syuilo
8913e561db
New Crowdin updates ( #10585 )
...
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Simplified)
2023-04-13 08:53:29 +09:00
syuilo
5d56799070
feat: role timeline
...
Resolve #10581
2023-04-12 11:40:08 +09:00
syuilo
b192dc0774
New Crowdin updates ( #10566 )
...
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Indonesian)
2023-04-11 14:39:50 +09:00
tamaina
3a90bcc03c
sw: なんかもうめっちゃ変えた ( #10570 )
...
* sw: なんかいろいろ
* remove debug code
* never renotify
* update changelog.md
2023-04-11 14:11:39 +09:00
たーびん
f6dc100748
fix #10554 チャンネルの検索用ページとAPIの追加 ( #10555 )
...
* add channel search
* move channel search to channel list page
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com>
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Co-authored-by: xianon <xianon@hotmail.co.jp>
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com>
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com>
Co-authored-by: Khsmty <me@khsmty.com>
Co-authored-by: Soni L <EnderMoneyMod@gmail.com>
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com>
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
2023-04-11 07:42:27 +09:00
syuilo
29c9a7d71a
enhance(frontend): 常に広告を見られるオプションを追加
2023-04-10 10:22:25 +09:00
syuilo
b9d022f164
New Crowdin updates ( #10522 )
...
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
2023-04-09 09:18:18 +09:00
syuilo
abe73c9904
New Crowdin updates ( #10512 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Danish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Norwegian)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Turkish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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 (Croatian)
* New translations ja-JP.yml (Uyghur)
* New translations ja-JP.yml (Lojban)
* New translations ja-JP.yml (Sinhala)
* New translations ja-JP.yml (Kannada)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (Haitian Creole)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Swedish)
2023-04-08 17:40:31 +09:00
syuilo
7636536973
tweak locale
2023-04-08 16:06:08 +09:00
Namekuji
25ebb73756
feat: account migration ( #10507 )
...
* add Move activity
* add endpoint to move from local to remote
* follow move activity coming to inbox
* fix move endpoint
* add known-as endpoint to create account alias
* add migration page
* add route to migration page
* add move and known-as endpoints
* fix dependnecies error
* fix new endpoints
* fix move activity id
* fix refollow
* add movedToUri and alsoKnownAs to api
* fix moveToUri indicator
* fix missing context
* add chengelog
* rename MkMoved to MkAccountMoved
* add missing semicolon
* fix targetUri
* fix followings query
* remove redundant null check
2023-04-08 14:16:26 +09:00
remi
44a4faebc0
feat: add minimize/Fold button for windows ( #10508 )
...
* add window minimizing!
* Fix window being able to go offscreen
* Revert en-US.yml changes
---------
Co-authored-by: mothmoon <remilia@remilia.se>
2023-04-08 12:55:05 +09:00
syuilo
a2e022631d
New Crowdin updates ( #10430 )
...
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Simplified)
2023-04-06 11:45:07 +09:00
tamaina
6798effbab
enhance(client): 投稿フォームをちょっといい感じに ( #10442 )
...
* .formラッパーを削除
* fix type of MkPostFormAttaches
* 🚀
* 🎨
* 🎨
* 🎨
* 🎨
* specifiedの時は連合なしをdisabledに
* ✌️
* set select default
* gap: 2px (max-width: 500px) / 4px
* wip
* ✌️
* 🎨
* fix maxTextLength
* 今後表示しない
* 🎨
* cache channel
* 🎨
* 連合なしにする
* use i18n.ts.neverShow
* ✌️
* refactor
* fix indent
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-05 14:30:03 +09:00
nexryai
92ddebb3fd
オブジェクトストレージの設定画面を分かりやすくする ( #10456 )
...
* enhance: Improved object storage configuration page
* Update ja-JP.yml
* Update CHANGELOG
2023-04-03 12:47:30 +09:00
syuilo
9bc5d52e41
feat: チャンネルにノートをピン留めできるように
...
Resolve #7740
2023-03-31 15:01:56 +09:00
syuilo
ffbe896f28
enhance(client): ノートのリアクションを大きく表示するオプションを追加
2023-03-30 12:49:23 +09:00
syuilo
a529b0e5a3
New Crowdin updates ( #10407 )
...
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
2023-03-26 17:09:38 +09:00
syuilo
6fe12b52fd
Update ja-JP.yml
2023-03-25 18:47:11 +09:00
syuilo
458b9feb62
New Crowdin updates ( #10405 )
...
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
2023-03-25 08:36:15 +09:00
syuilo
e7fc998459
New Crowdin updates ( #10404 )
...
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
2023-03-24 20:03:44 +09:00
syuilo
31f3f5f0f0
enhance(backend): リモートサーバーのチャート生成を無効にするオプションを追加
2023-03-24 19:08:08 +09:00
syuilo
09a846a45c
enhance(backend): use ❤️ for reaction fallback
2023-03-24 18:55:31 +09:00
syuilo
8a1ccd123d
New Crowdin updates ( #10392 )
...
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Danish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Norwegian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Turkish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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 (Croatian)
* New translations ja-JP.yml (Uyghur)
* New translations ja-JP.yml (Lojban)
* New translations ja-JP.yml (Sinhala)
* New translations ja-JP.yml (Kannada)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (Haitian Creole)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (Japanese, Kansai)
2023-03-24 17:00:42 +09:00
syuilo
5f52b13325
enhance(frontend): クリップボタンをノートアクションに追加できるように
2023-03-24 16:54:37 +09:00
kakkokari-gtyih
972963913b
i18n: Webhook 設定画面に翻訳を追加 ( #10379 )
...
* Webhook 設定画面に翻訳を追加
* fix: typo
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-03-24 15:44:26 +09:00
syuilo
f01e6ef6bf
enhance(backend): リモートユーザーのチャート生成を無効にするオプションを追加
2023-03-24 15:43:36 +09:00
syuilo
41d1b1b8c9
enhance: コンディショナルロールの条件に「投稿数が~以下」「投稿数が~以上」を追加
...
Resolve #10395
2023-03-23 17:18:38 +09:00
syuilo
2474c7f4cb
New Crowdin updates ( #10386 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
2023-03-22 18:26:23 +09:00
syuilo
640ad17854
New Crowdin updates ( #10374 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
2023-03-22 16:26:27 +09:00
CyberRex
7331de0bce
feat: queue force promote ( #10370 )
...
* feat: queue force promote
* Update CHANGELOG.md
* small fix
2023-03-22 08:58:23 +09:00
syuilo
75888a55c3
New Crowdin updates ( #10369 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
2023-03-20 20:49:10 +09:00
CyberRex
1d6f43aa30
feat: drive cleaner ( #10366 )
...
* feat: drive-cleaner
* Update CHANGELOG.md
2023-03-20 12:58:06 +09:00
syuilo
37b8f40151
New Crowdin updates ( #10349 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
2023-03-19 17:08:39 +09:00
syuilo
68906395ba
New translations ja-JP.yml (Italian) ( #10343 )
2023-03-17 21:17:51 +09:00
syuilo
2be93b1fe6
New Crowdin updates ( #10254 )
...
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
2023-03-17 20:08:43 +09:00
syuilo
b644567735
feat: clip favorite
...
Resolve #10337
2023-03-16 17:24:49 +09:00
syuilo
8ae9d2eaa8
enhance: カスタム絵文字にライセンス情報を付与できるように
...
Resolve #10091
2023-03-16 15:08:48 +09:00
syuilo
925cc06aea
enhance(client): tweak search page
2023-03-16 11:56:20 +09:00
syuilo
5d1ccb9bdc
enhance: make configurable to whether notes search available by role
...
Resolve #10318
2023-03-13 17:52:24 +09:00
syuilo
7f16b50e73
feat: sensitive word
2023-03-13 17:37:22 +09:00
syuilo
ba98abc97b
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-03-12 16:45:11 +09:00
atsuchan
4215a11d9a
パスワードリセットがおささってしまわないようにする ( #10304 )
...
Add dialog to Password reset
2023-03-12 16:44:41 +09:00
syuilo
7c2d8d73ce
enhance: ロールの並び順を設定可能に
2023-03-12 16:38:08 +09:00
atsuchan
31488da40c
タイムラインを正常に無効化できるように ( #10299 )
...
* タイムラインを正常に無効化できるように
Timeline can be disabled successfully
* Tune: disabled timeline to update disabled state immediately
カラムの判定の場所をこっちにしないとリアルタイムで更新が反映されないので変更(タイムラインを正常に無効化できるように)
* modify disabled timeline icon to ti-circle-minus
無効化されたタイムラインのアイコンをTabler iconのti-circle-minusに修正
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-03-12 10:20:33 +09:00
syuilo
533fe2d607
Update ja-JP.yml
2023-03-10 18:07:11 +09:00
kabo2468
228c92f2ca
ドライブのファイルを消すときの文章を「ノートは消えない」と修正 ( #10096 )
...
* Update ja-JP.yml
* Update ja-JP.yml
2023-03-10 02:16:00 +09:00
tamaina
c75afad64a
enhance: アカウント削除時のクライアントの挙動をいい感じにするなど ( #10002 )
...
* refreshAccounts
Resolve #9322
* アカウント管理画面でリストを更新するように
* Update packages/frontend/src/account.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* ✌️
* クライアント起動時は現在ログインしているアカウントのみリフレッシュする
* clean up
* なんかめっちゃ変えた
* refactor
* refactor
* fix lint
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-03-09 14:27:16 +09:00
syuilo
dd6569a1bb
feat: Reaction acceptance ( #10256 )
...
* wip
* wip
* デフォルト設定
2023-03-08 08:56:47 +09:00
syuilo
4c2f7c64cc
feat: Per-user renote mute ( #10249 )
...
* feat: per-user renote muting
From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey
* Update ja-JP.yml
* Delete renote-muting.ts
* rename
* fix ids
* lint
* fix
* Update CHANGELOG.md
* リノートをミュートしたユーザー一覧を見れるように
* 🎨
* add test
* fix test
---------
Co-authored-by: Hélène <pleroma-dev@helene.moe>
2023-03-08 08:56:09 +09:00
syuilo
b719f6cd1c
New Crowdin updates ( #10223 )
...
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
2023-03-06 10:32:36 +09:00
syuilo
b4835c7e01
New Crowdin updates ( #10214 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
2023-03-05 19:37:26 +09:00
syuilo
7b8e1e6913
enhance(client): tweak signup form
2023-03-05 14:05:28 +09:00
syuilo
4cf3bc53c2
New Crowdin updates ( #10184 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Traditional)
2023-03-05 11:12:40 +09:00
nexryai
72b315491b
Fix: If mail delivery is disabled on the server, make the settings page indicate this ( #10191 )
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-03-04 19:19:55 +09:00
syuilo
dcd4d80869
enhance(client): improve channel ui
2023-03-04 10:34:54 +09:00
syuilo
1fed0ff564
New Crowdin updates ( #10176 )
...
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
2023-03-03 20:44:43 +09:00
syuilo
436190966c
New Crowdin updates ( #10114 )
...
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
2023-03-03 11:37:32 +09:00
syuilo
b4e96181f5
localization: インスタンス -> サーバー
...
Resolve #7599
2023-03-03 11:36:26 +09:00
syuilo
1c5291f818
feat: 時限ロール ( #10145 )
...
* feat: 時限ロール
* クライアントから期限を確認できるように
* リファクタとか
* fix test
* fix test
* fix test
* clean up
2023-03-01 10:20:03 +09:00
syuilo
7c3a390763
enhance(client): ノートの操作部をホバー時のみ表示するオプション
2023-02-28 20:53:32 +09:00
syuilo
ab7a8a2dae
enhance(client): 招待コードが必要なことが分かりやすいように
2023-02-28 16:05:05 +09:00
syuilo
dc9ef87c44
New translations ja-JP.yml (French) ( #10103 )
2023-02-26 19:02:06 +09:00
syuilo
16ac03322c
New Crowdin updates ( #10059 )
...
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Romanian)
* 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 (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
2023-02-26 11:32:10 +09:00
tamaina
5c989ed18f
fix/refaftor(client): MkTime.vueの変更 ( #10061 )
...
* fix(client): MkTime.timeにstringでもDateでない値が入った場合、?を表示
* fix(client): MkTimeを改良
* numberを許容
* falsyな値もとる
* 不明
* ありません
* fix
2023-02-24 16:21:49 +09:00
atsuchan
e211d4e0cb
Add dialog to remove follower ( #9718 )
2023-02-24 13:08:06 +09:00
syuilo
e516a63272
New Crowdin updates ( #10057 )
...
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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 (Lao)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (Japanese, Kansai)
2023-02-24 10:30:52 +09:00
syuilo
ff8437c378
enhance(client): ローカルのみ -> 連合なし
...
Resolve #10055
2023-02-24 10:24:25 +09:00
tamaina
becc4d2e54
fix: i/notificationsで古い通知タイプを許容するなど、古い通知タイプの清算 ( #10042 )
...
* wip
* fix
* create migration
* oops
* fix front const
* changelog
* fix type
* fix
* wip
* Revert "wip"
This reverts commit 6cdb3600e2
.
* enumのこす
* fix
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-23 20:46:14 +09:00
syuilo
f68e13d905
New Crowdin updates ( #9897 )
...
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Ukrainian)
2023-02-22 17:46:23 +09:00
syuilo
69869307bf
enhance(client): improve entrance page
...
Resolve #9986
2023-02-22 11:00:34 +09:00
tamaina
980bf1306e
🎨 2FA設定のデザイン向上 / セキュリティキーの名前を変更できるように ( #9985 )
...
* wip
* fix
* wip
* wip
* ✌️
* rename key
* 🎨
* update CHANGELOG.md
* パスワードレスログインの判断はサーバーで
* 日本語
* 日本語
* 日本語
* 日本語
* ✌️
* fix
* refactor
* トークン→確認コード
* fix password-less / qr click
* use otpauth
* 日本語
* autocomplete
* パスワードレス設定は外に出す
* 🎨
* 🎨
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-20 16:40:24 +09:00
nenohi
71c42bef9b
広告開始時期の設定 ( #9944 )
...
* 広告開始時期の設定
* 過去のものも表示するように
2023-02-15 14:29:40 +09:00
syuilo
8caf288ac1
drop group ( #9942 )
...
* drop group
* Update operations.ts
2023-02-15 13:37:18 +09:00
syuilo
c75fc266e9
New Crowdin updates ( #9880 )
...
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Japanese, Kansai)
2023-02-12 11:19:39 +09:00
syuilo
2f48d109dd
enhance(client): make possible to in-channel renote/quote
2023-02-12 10:59:22 +09:00
syuilo
f5bfc6f0c1
enhance(client): improve api error handling
2023-02-12 10:21:17 +09:00
syuilo
e1d41063cd
enhance(client): make renote collapsing optional
...
Resolve #9891
2023-02-12 08:18:22 +09:00
syuilo
7d9c273dac
New Crowdin updates ( #9871 )
...
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Turkish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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 (Uyghur)
* New translations ja-JP.yml (Kannada)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Lao)
2023-02-11 14:07:57 +09:00
syuilo
73a1372940
enhance(client): 迷惑になる可能性のある投稿を行う前に警告を表示
...
Resolve #9862
2023-02-11 13:54:27 +09:00
syuilo
b0616b52ea
一部のMFM構文をopt-inに
...
あとMFMチートシートはMisskey Hubに移動
2023-02-11 11:31:18 +09:00
syuilo
ac6b02af40
New Crowdin updates ( #9852 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
2023-02-10 20:13:07 +09:00
syuilo
adad4bcfe3
クロップ時の質問を分かりやすく
2023-02-10 10:45:32 +09:00
syuilo
b3e8671dd9
利用規約同意UIの調整
2023-02-10 10:36:25 +09:00
tamaina
512e451f24
app auth / miauthの文言編集
2023-02-09 17:29:22 +00:00
tamaina
ca0d53ec5d
enhance(client): /authおよびMiAuthのUIをブラッシュアップ
...
Fix #9742
2023-02-09 17:18:27 +00:00
syuilo
3f5b81060f
New Crowdin updates ( #9844 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Lao)
2023-02-09 20:47:33 +09:00
syuilo
6159cfd138
enhance(client): improve api error handling
2023-02-09 18:07:51 +09:00
syuilo
5136b05c9b
New translations ja-JP.yml (Spanish) ( #9839 )
2023-02-09 17:53:21 +09:00
syuilo
a94a0b5b0b
New Crowdin updates ( #9838 )
...
* New translations ja-JP.yml (Romanian)
* 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 (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
2023-02-09 11:52:08 +09:00
syuilo
7afee5977f
feat(client): add channel column to deck
2023-02-09 10:35:28 +09:00
syuilo
2e1fbb5b16
New Crowdin updates ( #9812 )
...
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (Chinese Traditional)
2023-02-08 18:00:45 +09:00
syuilo
b037f6566b
Add Thai to language selection
...
Resolve #9809
2023-02-05 20:53:40 +09:00
syuilo
55a9646f23
New Crowdin updates ( #9798 )
...
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (Lao)
2023-02-05 20:32:19 +09:00
syuilo
d65e5f6794
単なるラッキーの獲得確立を調整
2023-02-05 14:38:21 +09:00
syuilo
6a3039f7b7
feat: ロールにアイコンを設定してユーザー名の横に表示できるように
...
Resolve #9761
2023-02-05 10:37:03 +09:00
syuilo
26630bae81
New translations ja-JP.yml (Chinese Simplified) ( #9792 )
2023-02-04 18:19:49 +09:00
syuilo
f684c07567
New Crowdin updates ( #9789 )
...
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
2023-02-04 09:10:16 +09:00
syuilo
d195406fdc
New Crowdin updates ( #9760 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Spanish)
2023-02-03 15:14:02 +09:00
syuilo
671d21a2c1
New Crowdin updates ( #9737 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
2023-02-01 11:21:58 +09:00
syuilo
663999556f
New Crowdin updates ( #9734 )
...
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
2023-01-27 11:35:27 +09:00
syuilo
ec8074cd49
New Crowdin updates ( #9724 )
...
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
2023-01-26 11:32:43 +09:00
syuilo
6721d4216c
New Crowdin updates ( #9716 )
...
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
2023-01-25 15:15:29 +09:00
syuilo
2c379732d2
New Crowdin updates ( #9696 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Traditional)
2023-01-24 17:28:38 +09:00
syuilo
6c4c071ae9
New Crowdin updates ( #9692 )
...
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Ukrainian)
2023-01-22 21:28:34 +09:00
syuilo
313a489ba0
New Crowdin updates ( #9689 )
...
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Ukrainian)
2023-01-22 20:46:43 +09:00
syuilo
b906ff3fed
add an achievement
2023-01-22 20:30:56 +09:00
syuilo
42f3d9188b
add a secret achievement
2023-01-22 20:22:38 +09:00
syuilo
468ec36830
New Crowdin updates ( #9685 )
...
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Chinese Traditional)
2023-01-22 17:09:26 +09:00
syuilo
26ae2dfc0f
add achievement
2023-01-22 08:00:42 +09:00
syuilo
7d7167df6d
New Crowdin updates ( #9680 )
...
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Russian)
2023-01-22 07:04:30 +09:00
syuilo
d6ff50a30b
New Crowdin updates ( #9676 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Russian)
2023-01-22 04:28:19 +09:00
syuilo
4dc00ee72a
New translations ja-JP.yml (English) ( #9673 )
2023-01-21 18:41:53 +09:00
syuilo
80bfa02831
New Crowdin updates ( #9666 )
...
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Korean)
2023-01-21 17:01:43 +09:00
syuilo
8dc0e0abbb
Update ja-JP.yml
2023-01-21 16:08:42 +09:00
syuilo
2b377a3dc5
add some achievements
2023-01-21 16:06:49 +09:00
syuilo
9d367882fb
add some achievements
2023-01-21 15:30:29 +09:00
syuilo
65cd605b73
Achievements ( #9665 )
...
* wip
* Update ja-JP.yml
* wip
* wip
* Update MkAchievements.vue
* wip
* 🎨
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2023-01-21 13:14:55 +09:00
syuilo
336d8fe785
feat(client): リアクション一覧詳細ダイアログを表示できるように
...
Resolve #9634
2023-01-19 10:29:30 +09:00
syuilo
d05ffc0a7c
New Crowdin updates ( #9616 )
...
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
2023-01-19 09:12:52 +09:00
syuilo
57386f46d2
New Crowdin updates ( #9607 )
...
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Japanese, Kansai)
2023-01-16 14:21:08 +09:00
syuilo
fe0bb21b37
enhance(client): make possible to hide ads
...
Resolve #9590
Resolve #8996
2023-01-16 11:21:04 +09:00
syuilo
d600296360
enhance(client): flash作成時のプリセットを追加
2023-01-16 10:04:10 +09:00
syuilo
a0ae9f7593
New Crowdin updates ( #9589 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Romanian)
* 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 (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Japanese, Kansai)
2023-01-16 06:36:44 +09:00
syuilo
81f11d8f86
refactor: rename role.options -> role.policies
2023-01-15 20:52:53 +09:00
syuilo
518b3e2f73
ロールの各オプションに優先度を設定できるように
2023-01-15 19:10:39 +09:00
syuilo
7fc8d2e6d5
ロールでレートリミットを調整できるように
...
Resolve #9584
2023-01-15 16:52:12 +09:00
syuilo
92136272b0
enhance(client): show readable error when rate limit exceeded
2023-01-15 16:13:57 +09:00
syuilo
1bf2bf1773
New Crowdin updates ( #9562 )
...
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
2023-01-15 08:36:30 +09:00
syuilo
0296f841c3
New Crowdin updates ( #9552 )
...
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
2023-01-14 21:09:00 +09:00
syuilo
e46e7f5252
ノートをピン留めできる数を設定可能に
...
Resolve #9555
2023-01-14 18:04:56 +09:00
syuilo
a08369fe36
enhance(client): 分かりやすいエラーメッセージを表示するように
2023-01-14 17:46:45 +09:00
syuilo
76c049522e
enhance: ユーザーリストおよびユーザーリスト内のユーザーの作成可能数を設定可能に
2023-01-14 17:38:16 +09:00
syuilo
c2009acb2d
enhance: クリップおよびクリップ内のノートの作成可能数を設定可能に
2023-01-14 16:14:24 +09:00
syuilo
2f06f2a6da
New Crowdin updates ( #9544 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
2023-01-14 14:20:09 +09:00
syuilo
bcb5182e86
Webhookの作成可能数を設定可能に
2023-01-14 10:48:11 +09:00
syuilo
4151087d3c
フォロワー数、フォロー数もConditional roleで利用できるように
2023-01-14 08:27:23 +09:00
syuilo
d1807ee5dc
enhance: ハードワードミュートの最大文字数を設定可能に
...
Resolve #7574
2023-01-14 08:04:38 +09:00
tamaina
303519a1bd
enhance: Judge instance block by endsWith ( #9263 )
...
* TypeScriptでendsWith
* fix
* SQL?
* バ〜カアホ
* Update packages/backend/src/core/UtilityService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* add comment
* add description
* Update packages/backend/src/core/UtilityService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update packages/backend/src/core/chart/charts/federation.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* remove comment
* fix
* fix?
* add changelog
* ILIKE, ARRAY
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-01-13 18:21:07 +09:00
syuilo
49ab2a5f93
New Crowdin updates ( #9520 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (French)
* 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 (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
2023-01-13 15:17:04 +09:00
syuilo
b250456814
カスタム絵文字の管理を権限を持つユーザーが行えるように
...
Resolve #9542
2023-01-13 14:58:27 +09:00
syuilo
7b7faf1e84
招待コード発行を権限を持つユーザーが行えるように
...
Resolve #9541
2023-01-13 14:22:53 +09:00
syuilo
a5aaa032ca
🎨
2023-01-13 11:07:51 +09:00
syuilo
c5c40a73b7
feat: conditional role
...
Resolve #9539
2023-01-13 11:03:54 +09:00
syuilo
bedb98185e
🎨
2023-01-13 08:23:52 +09:00
syuilo
da6f955d58
fix typo
...
Fix #9536
2023-01-13 08:22:23 +09:00
syuilo
2470afaa2e
Role ( #9437 )
...
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* Update create.ts
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* Update delete.ts
* Update delete.ts
* wip
* wip
* wip
* Update account-info.vue
* wip
* wip
* Update settings.vue
* Update user-info.vue
* wip
* Update show-file.ts
* Update show-user.ts
* wip
* wip
* Update delete.ts
* wip
* wip
* Update overview.moderators.vue
* Create 1673500412259-Role.js
* wip
* wip
* Update roles.vue
* 色
* Update roles.vue
* integrate silence
* wip
* wip
2023-01-12 21:02:26 +09:00
syuilo
d79905e141
New Crowdin updates ( #9502 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Turkish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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 (Kannada)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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)
* New translations ja-JP.yml (Chinese Simplified)
2023-01-10 16:28:45 +09:00
syuilo
d06f61f23f
feat(client): add instance info widget
2023-01-09 20:35:36 +09:00
syuilo
c179d6f735
feat(client): add profile widget
...
Resolve #7722
2023-01-09 20:23:06 +09:00
syuilo
96ccf550b1
New Crowdin updates ( #9490 )
...
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Traditional)
2023-01-09 17:13:25 +09:00
syuilo
27c2ca5048
feat(client): 🍪 👈
2023-01-08 17:41:09 +09:00
syuilo
a3e282bc75
New Crowdin updates ( #9478 )
...
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Slovak)
2023-01-08 11:16:36 +09:00
syuilo
2e2ed1385f
delete pollVote notification
2023-01-08 10:54:45 +09:00
syuilo
d99be6697e
enhance(client): donation dialog
2023-01-07 11:49:00 +09:00
syuilo
4d2d6154a3
New Crowdin updates ( #9471 )
...
* New translations ja-JP.yml (Romanian)
* 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 (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
2023-01-06 13:47:34 +09:00
syuilo
ebe340d510
MisskeyPlay ( #9467 )
...
* wip
* wip
* wip
* wip
* wip
* Update ui.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* 🎨
* wip
* ✌️
2023-01-05 13:59:48 +09:00
syuilo
e1fe06e597
New Crowdin updates ( #9458 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Spanish)
2023-01-04 21:22:47 +09:00
syuilo
7093573f0c
drop latestRequestSentAt of instance
2023-01-03 08:48:00 +09:00
syuilo
7797e8b8b6
New Crowdin updates ( #9439 )
...
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Traditional)
2023-01-02 13:22:45 +09:00
syuilo
7a95339296
enhance(client): user activity page
2023-01-02 10:18:47 +09:00
syuilo
e414737179
feat: make possible to export favorited notes
...
#9331
2023-01-01 16:53:10 +09:00
syuilo
24bfc77350
New translations ja-JP.yml (Korean) ( #9436 )
2022-12-31 20:41:14 +09:00
syuilo
ced29ceed1
New Crowdin updates ( #9421 )
...
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Slovak)
2022-12-31 09:20:36 +09:00
syuilo
43fafc8d57
enhance(client): tweak url preview
2022-12-30 14:24:00 +09:00
syuilo
4c24bd3933
tweak ui
2022-12-28 13:34:47 +09:00
syuilo
13c22b8fb0
New Crowdin updates ( #9420 )
...
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
2022-12-27 18:55:28 +09:00
syuilo
6c4fa1bc8b
New Crowdin updates ( #9416 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Traditional)
2022-12-27 14:37:18 +09:00
syuilo
88dca1400e
🎨
2022-12-27 14:25:20 +09:00
Sam Smucny
5ebcdb4f31
enhance(client): Add link to copy RSS feed in user profile menu ( #9419 )
...
* add link to RSS feed
* update changelog and locale file
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-12-27 12:14:42 +09:00
syuilo
4479b36862
New Crowdin updates ( #9343 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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 (Kabyle)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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 (Kabyle)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Romanian)
* 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 (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* 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 Simplified)
* 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)
2022-12-26 17:20:06 +09:00
syuilo
d106fb39ab
feat: introduce fluent emoji
2022-12-26 16:04:56 +09:00
syuilo
6acc10b4ba
feat(client): add user list widget
2022-12-26 10:29:47 +09:00
syuilo
b3decf965f
pages関連
2022-12-24 11:57:06 +09:00
syuilo
2efd06f4ad
enhance(client): show warning on screen when logged in as bot
...
Related #9386
2022-12-23 17:13:43 +09:00
syuilo
d970534d92
enhance(client): improve ux of sound settings
2022-12-22 09:01:58 +09:00
syuilo
689411c19a
refactor(client): refacotr MkMediaCaption
2022-12-21 16:00:00 +09:00
syuilo
049cd16257
Update ja-JP.yml
2022-12-20 15:41:06 +09:00
syuilo
9d7812f436
🎨
2022-12-20 15:11:20 +09:00
syuilo
d8852cdc34
New Crowdin updates ( #9298 )
...
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
2022-12-18 19:53:09 +09:00
tamaina
867e31c9ff
enhance: Push notification of Antenna note ( #9338 )
...
* wip
* wip
* wip
* fix
* fix
* 🎨
2022-12-18 19:50:02 +09:00
tamaina
4ecc42744c
enhance: Implement the toggle to (or not to) close push notifications when notifications or messages are read ( #9219 )
...
* create file
* wip
* fix
* wip
* tabun dekita
* ✌️
* implement subscribe push notification button to tutorial
* check-exists→show-registration
* add column sendReadMessage
* fix migration file
* sw api
* change PushNotificationService
* wip
* ✌️
* fix tutorial footer flex
2022-12-18 01:59:59 +09:00
syuilo
187237b35e
Update ja-JP.yml
2022-12-08 17:40:20 +09:00
syuilo
cd50b9db1d
New Crowdin updates ( #9088 )
...
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Slovak)
* 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 (Greek)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* 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 (Slovak)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
2022-12-07 10:25:46 +09:00
CyberRex
1309367884
Add Cloudflare Turnstile CAPTCHA support ( #9111 )
...
* Add Cloudflare Turnstile CAPTCHA support
* Update packages/client/src/components/MkCaptcha.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-10-13 09:19:57 +09:00
syuilo
27b40053c7
🎨
2022-09-20 07:14:47 +09:00
syuilo
d4b146e77a
New Crowdin updates ( #9047 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
2022-09-10 19:25:06 +09:00
syuilo
1c3715a43a
New translations ja-JP.yml (Chinese Traditional) ( #9041 )
2022-08-07 00:35:28 +09:00
syuilo
5ec10f9ff7
New Crowdin updates ( #9022 )
...
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Chinese Simplified)
2022-08-06 18:16:37 +09:00
syuilo
bdaa35d11f
feat(client): improve widget
2022-08-04 22:20:00 +09:00
Johann150
b934c738a6
Collapse long notes ( #8990 )
...
* Revert "Revert option to collapse long notes (#8561 )"
This reverts commit 71150f21cd
and reinstates
the option to collapse long notes again after they were expanded.
* fix(client): wrongly collapsed posts
* fix: don't use ref
* tweak style
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-08-01 17:55:24 +09:00
tamaina
14c2f9e47e
feature: Client Preferences Registry ( #8511 )
...
* Fix settings page
* nanka iroiro
* clean up
* clean up
* feature: Client Preferences Registry on the account
* add changelog
* インデックスに戻ってもタイトルが残ってしまうのを修正
* fix createdAt -> updatedAt
* remove console.log
* 適用→このデバイスに適用
* add wallpaper
* ローカルのjsonファイルを保存・読み込みできるように
* clean up
* use apiWithDialog
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* fix lint
* ✌️
* change router
* nanka iroiro
* tweak
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
2022-07-31 21:55:20 +09:00
syuilo
4761ff7444
Add vi-VN language support
...
Resolve #8975
2022-07-20 23:12:18 +09:00
syuilo
c3c74c098d
New translations ja-JP.yml (Slovak) ( #9014 )
2022-07-19 17:21:30 +09:00
syuilo
5b8d960b9f
fix(client): tweak mfm-cheat-sheet
2022-07-19 17:13:24 +09:00
syuilo
f095863b61
New Crowdin updates ( #9009 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
2022-07-18 05:04:28 +09:00
syuilo
8f3ca867d2
enhance(client): tweak ui
2022-07-17 23:18:05 +09:00
syuilo
0331f3c61b
chore(client): tweak deck ui
2022-07-17 05:33:21 +09:00
syuilo
4352331b70
New Crowdin updates ( #9007 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Chinese Traditional)
2022-07-16 23:53:01 +09:00
syuilo
b6e4ec7056
New Crowdin updates ( #9004 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
2022-07-16 18:19:38 +09:00
syuilo
a3a9b7fbd3
chore(client): tweak deck ui
2022-07-16 15:19:44 +09:00
syuilo
aa5eab746a
New Crowdin updates ( #9001 )
...
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
2022-07-15 22:43:42 +09:00
syuilo
92e8a5dbd6
chore(client): tweak ui
2022-07-15 22:09:05 +09:00
syuilo
6f45208ab6
enhance(client): RSSティッカーで表示順序をシャッフルできるように
2022-07-15 17:12:08 +09:00
syuilo
242538ddce
refactor(client): rename menu(sidebar) -> navbar
2022-07-14 17:42:12 +09:00
syuilo
719c438b41
New Crowdin updates ( #8959 )
...
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
2022-07-13 21:59:08 +09:00
syuilo
75d516011b
enhance: make active email validation configurable
2022-07-09 15:05:55 +09:00
syuilo
e560601815
feat: auto nsfw detection ( #8840 )
...
* feat: auto nsfw detection
* ✌️
* Update ja-JP.yml
* Update ja-JP.yml
* ポルノ判定のしきい値を高めに
* エラーハンドリングちゃんとした
* Update ja-JP.yml
* 感度設定を強化
* refactor
* feat: add video support for auto nsfw detection
* rename: image -> media
* .js
* fix: add missing error handling
* fix: use valid pathname instead of using filename due to invalid usage
* perf(nsfw-detection): decode frames
* disable detection of video for some reasons
* perf(nsfw-detection): streamify detection process for video
* disable disallowUploadWhenPredictedAsPorn option
* fix(nsfw-detection): improve reliability
* fix(nsfw-detection): use Math.ceil instead of Math.round
* perf(nsfw-detection): delete tmp frames after used
* fix(nsfw-detection): FSWatcher does not emit ready event
* perf(nsfw-detection): skip black frames
* refactor: strip exists check
* Update package.json
* めっちゃ変えた
* lint
* Update COPYING
* オプションで動画解析できるように
* Update yarn.lock
* Update CHANGELOG.md
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-07-07 21:06:37 +09:00
syuilo
010db2515c
New Crowdin updates ( #8950 )
...
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
2022-07-07 21:01:45 +09:00
syuilo
a785f1f933
chore(client): tweak ui
2022-07-07 21:00:42 +09:00
syuilo
21279769c9
New Crowdin updates ( #8841 )
...
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (Kannada)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Vietnamese)
2022-07-05 23:08:24 +09:00
Usuyuki
ce9d29828d
fix:typo 「有効する必要…」→「有効にする必要…」 ( #8936 )
2022-07-05 11:17:42 +09:00
CyberRex
cd07eb222e
Add additional drive capacity change support ( #8867 )
...
* Add additional drive capacity change support
* Update packages/backend/src/server/api/endpoints/admin/drive-capacity-override.ts
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* 🎨
* show instance default capacity in placeholder
* fix
* update api/drive
* fix
* remove :
* fix lint
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2022-07-05 00:21:01 +09:00
syuilo
65c12903e4
enhance(client): deckのウイジェットカラムが未設定の時に説明を表示するように
2022-07-04 21:28:59 +09:00
syuilo
1cb847aa80
enhance(client): tweak deck
2022-07-03 23:13:41 +09:00
syuilo
1163c85db6
enhance(client): refine deck
...
Fix #7720
2022-07-03 20:30:58 +09:00
syuilo
57c6db6952
chore(client): rename marquee -> ticker
2022-07-03 16:50:51 +09:00
syuilo
44c85aff86
feat(client): status bar (experimental)
2022-07-03 14:40:02 +09:00
syuilo
dd426735a0
feat: moderation note
2022-07-03 00:15:03 +09:00
syuilo
eccc90c843
feat: Log user ips ( #8872 )
...
* wip
* store ip and headers
* Update admin-file.vue
* require admin for view ip/headers
* IP (recent) 消した
* admin必須
* opt in
* clean ips periodically
* respect logging setting in drive/files/create
2022-07-02 15:12:11 +09:00
syuilo
b773d516d3
chore(client): tweak ui
2022-07-02 12:22:52 +09:00
syuilo
6ba888f476
feat(client): add rss-marquee widget
2022-06-30 23:45:11 +09:00
syuilo
6f2d2a71f9
enhance(client): show confirm dialog when logout
2022-06-30 15:09:10 +09:00
syuilo
bffe6fb9bf
tweak client
2022-06-30 10:53:40 +09:00
syuilo
99dcd7bb27
feat(client): add instance-cloud widget
2022-06-29 23:28:52 +09:00
syuilo
0f1c0a42a2
enhance(client): メニュー整理
...
Resolve #6389
Fix #8035
2022-06-29 11:13:32 +09:00
syuilo
329f055a97
feat: make possible to delete an account by admin
...
Resolve #8830
2022-06-27 23:49:16 +09:00
syuilo
c27d9e11b4
chore(client): tweak client
2022-06-26 14:17:55 +09:00
syuilo
2d181ba5af
enhance(client): show warning in control panel when there is an unresolved abuse report
2022-06-21 19:48:28 +09:00
syuilo
f880d0631c
tweak client
2022-06-21 17:55:38 +09:00
futchitwo
5b7595d9d7
Improve: unclip ( #8823 )
...
* Refactor clip page to use Composition API
* Refactor clip page
* Refactor clip page
* Refactor clip page
* Improve: unclip
* Fix unclip
* Fix unclip
* chore: better type and name
* Fix
* Fix clipPage vue provider
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-06-18 18:27:09 +09:00
syuilo
8df2f19b5b
enhance(client): improve file moderation ui
2022-06-17 15:03:02 +09:00
syuilo
2a2f9b5801
New translations ja-JP.yml (Korean) ( #8812 )
2022-06-12 19:53:33 +09:00
syuilo
884b3e5cd5
New Crowdin updates ( #8809 )
...
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Indonesian)
2022-06-11 19:21:50 +09:00
syuilo
2a4eddc80f
New Crowdin updates ( #8669 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Swedish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Portuguese)
2022-06-11 16:07:33 +09:00
syuilo
ecb3c43520
feat: image cropping ( #8808 )
...
* wip
* wip
* wip
2022-06-11 15:45:44 +09:00
syuilo
71150f21cd
Revert "feat: option to collapse long notes ( #8561 )"
...
This reverts commit e675ffcf38
.
2022-06-04 15:23:53 +09:00
Balazs Nadasdi
e675ffcf38
feat: option to collapse long notes ( #8561 )
...
* feat: option to collapse long notes
Closes #8559
* do not collapse if cw exists
* use '閉じる' to close / show less.
* make it sticky
* Change style of the Show less button
2022-06-04 13:57:09 +09:00
Johann150
804fa33535
refactor: improve code quality ( #8751 )
...
* remove unnecessary if
`Array.prototype.some` already returns a boolean so an if to return
true or false is completely unnecessary in this case.
* perf: use count instead of find
When using `count` instead of `findOneBy`, the data is not
unnecessarily loaded.
* remove duplicate null check
The variable is checked for null in the lines above and the function
returns if so. Therefore, it can not be null at this point.
* simplify `getJsonSchema`
Because the assigned value is `null` and the used keys are only
shallow, use of `nestedProperty.set` seems inappropriate. Because the
value is not read, the initial for loop can be replaced by a `for..in`
loop.
Since all keys will be assigned `null`, the condition of the ternary
expression in the nested function will always be true. Therefore the
recursion case will never happen. With this the nested function can be
eliminated.
* remove duplicate condition
The code above already checks `dragging` and returns if it is truthy.
Checking it again later is therefore unnecessary.
To make this more obvious the `return` is removed in favour of using
an if...else construct.
* remove impossible "unknown" time
The `ago` variable will always be a number and all non-negative numbers
are already covered by other cases, the negative case is handled with
`future` so there is no case when `unkown` could be achieved.
2022-05-29 15:15:52 +09:00
Johann150
161659de5c
enhance: replace signin CAPTCHA with rate limit ( #8740 )
...
* enhance: rate limit works without signed in user
* fix: make limit key required for limiter
As before the fallback limiter key will be set from the endpoint name.
* enhance: use limiter for signin
* Revert "CAPTCHA求めるのは2fa認証が無効になっているときだけにした"
This reverts commit 02a43a310f
.
* Revert "feat: make captcha required when signin to improve security"
This reverts commit b21b058005
.
* fix undefined reference
* fix: better error message
* enhance: only handle prefix of IPv6
2022-05-28 12:06:47 +09:00
Andreas Nedbal
1d9a4f68f4
Refactor pleaseLogin to show a sign-in dialog ( #8630 )
...
* refactor(client): refactor pleaseLogin to show a sign-in dialog
* Apply review suggestions from @Johann150
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-05-19 20:28:08 +09:00
syuilo
98e42ec6ff
enhance: Display TOTP Register URL
...
Close #7261
Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
2022-05-14 15:00:15 +09:00
syuilo
c5699fae53
New Crowdin updates ( #8488 )
...
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Arabic)
* 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 (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (Kannada)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Arabic)
2022-05-13 10:14:52 +09:00
tamaina
766559c6e9
feat: Improve Push Notification ( #7667 )
...
* clean up
* ev => data
* refactor
* clean up
* add type
* antenna
* channel
* fix
* add Packed type
* add PackedRef
* fix lint
* add emoji schema
* add reversiGame
* add reversiMatching
* remove signin schema (use Signin entity)
* add schemas refs, fix Packed type
* wip PackedHoge => Packed<'Hoge'>
* add Packed type
* note-reaction
* user
* user-group
* user-list
* note
* app, messaging-message
* notification
* drive-file
* drive-folder
* following
* muting
* blocking
* hashtag
* page
* app (with modifying schema)
* import user?
* channel
* antenna
* clip
* gallery-post
* emoji
* Packed
* reversi-matching
* update stream.ts
* https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339
* fix lint
* clean up?
* add app
* fix
* nanka iroiro
* wip
* wip
* fix lint
* fix loginId
* fix
* refactor
* refactor
* remove follow action
* clean up
* Revert "remove follow action"
This reverts commit defbb41648
.
* Revert "clean up"
This reverts commit f94919cb9c
.
* remove fetch specification
* renoteの条件追加
* apiFetch => cli
* bypass fetch?
* fix
* refactor: use path alias
* temp: add submodule
* remove submodule
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* null
* await?
* rename
* rename
* Update read.ts
* merge
* get-note-summary
* fix
* swパッケージに
* add missing packages
* fix getNoteSummary
* add webpack-cli
* ✌️
* remove plugins
* sw-inject分離したがテストしてない
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix
* ✌️
* clean up config
* typesを戻した
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* disconnect
* oops
* Failed to load the script unexpectedly回避
sw.jsとlib.tsを分離してみた
* truncate notification
* Update packages/client/src/ui/_common_/common.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* clean up
* clean up
* キャッシュ対策
* Truncate push notification message
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* URLをsw.jsに戻す
* clean up
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-04-30 21:52:07 +09:00
syuilo
0d9f5306cd
remove unused locale
2022-04-16 13:31:12 +09:00
syuilo
6e50579f9f
New Crowdin updates ( #8469 )
...
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
2022-04-11 23:12:27 +09:00
syuilo
4fdfbfd5c4
New Crowdin updates ( #8409 )
...
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
2022-04-02 15:29:24 +09:00
syuilo
863b6c48f8
enhance(client): アカウント情報の取得に失敗したとき強制ログアウトではなく警告を表示するように
2022-03-25 01:53:20 +09:00
syuilo
ff19640171
perf(server): reduce db query
2022-03-21 20:43:43 +09:00
syuilo
cf58a42185
New Crowdin updates ( #8398 )
...
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Turkish)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Kabyle)
* New translations ja-JP.yml (Kannada)
* New translations ja-JP.yml (Uyghur)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Romanian)
2022-03-12 19:34:43 +09:00
syuilo
5490d82e3b
tweal c;iemy
2022-03-11 18:55:47 +09:00
syuilo
a5e5b61fd2
New Crowdin updates ( #8315 )
...
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Sinhala)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Croatian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (Romanian)
2022-03-09 23:00:59 +09:00
syuilo
2442592ef1
feat: アンケート終了通知
...
Resolve #4664
2022-03-06 16:06:27 +09:00
syuilo
e68278f93e
feat: 時限ミュート
...
#7677
2022-03-04 20:23:53 +09:00
syuilo
ba4ef23d6b
feat: instance default theme
2022-03-01 23:58:01 +09:00
tamaina
e314be5b59
Fix avatar/banner proxy ( #8346 )
...
* Fix avatar/banner proxy
Co-authored-by: mei23 <m@m544.net>
* use getAvatarUrl
* fix
* join avatar and banner to improve performance
* join
* Update hybrid-timeline.ts
* fix
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-02-27 13:59:10 +09:00
syuilo
9202ce6d7c
client: 検索構文でGoogle明示 & deprecated
2022-02-25 14:40:11 +09:00
Filip Hanes
65be8daa15
add sk-SK lang to locales/index.js ( #8325 )
2022-02-21 00:16:40 +09:00
syuilo
92f5027c3c
プロフィールの追加情報を最大16まで保存できるように
...
Close #8225
Close #8234
2022-02-20 16:53:06 +09:00
syuilo
a1c7c1fb49
remove max note text length setting
...
Resolve #8323
2022-02-20 16:07:43 +09:00
syuilo
348a5f3d7c
New Crowdin updates ( #8310 )
...
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
2022-02-12 17:35:29 +09:00
syuilo
ed38233044
New Crowdin updates ( #8304 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
2022-02-11 21:38:17 +09:00
syuilo
168682fb7d
New Crowdin updates ( #8282 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
2022-02-11 17:56:06 +09:00
syuilo
cc019a217f
feat(client): make size of reaction picker configuable
2022-02-11 13:38:47 +09:00
Johann150
afb6304979
fix: regular expressions in word mutes ( #8254 )
...
* fix: handle regex exceptions for word mutes
* add i18n strings
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* stricter input validation in backend
* add migration for hard mutes
* fix
* use correct regex library in migration
* use query builder to avoid SQL injection
Co-authored-by: Robin B <robflop98@outlook.com>
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
2022-02-10 19:47:46 +09:00
syuilo
4ae1a65958
feat: インスタンスのテーマカラーを設定できるように
2022-02-09 21:25:48 +09:00
syuilo
a032bde131
New Crowdin updates ( #8242 )
...
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Korean)
2022-02-09 14:47:23 +09:00
syuilo
190b47aad2
feat(client): デバイスの種類を手動指定できるように
2022-02-08 18:46:39 +09:00
nullobsi
3ff89fa7ec
feat: Option to show replies in timeline (rebase #7685 ) ( #8202 )
...
* Add an option for timeline replies. Credit to Emilis (puffaboo)
* update db on request
2022-02-06 16:02:48 +09:00
syuilo
80fa92fb97
improve chart
2022-02-06 00:43:22 +09:00
syuilo
0cd5dab244
New Crowdin updates ( #8196 )
...
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Bengali)
2022-02-01 23:49:02 +09:00
tamaina
55b3ae22ee
enhance: メニュー関連をComposition API化、switchアイテム追加 ( #8215 )
...
* メニューをComposition API化、switchアイテム追加
クライアントサイド画像圧縮の準備
* メニュー型定義を分離 (TypeScriptの型支援が効かないので)
* disabled
* make keepOriginal to follow setting value
* fix
* fix
* Fix
* clean up
2022-01-30 14:11:52 +09:00
syuilo
f6a6766f7d
New Crowdin updates ( #8096 )
...
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Arabic)
2022-01-27 00:05:39 +09:00
syuilo
901453ba7d
chore(client): add tooltip
2022-01-21 20:51:07 +09:00
Johann150
cbb7e95d82
enhance: Forward report ( #8001 )
...
* implement sending AP Flag object
Optionally allow a user to select to forward a report about a remote
user to the other instance. This is added in a backwards-compatible way.
* add locale string
* forward report only for moderators
* add switch to moderator UI to forward report
* fix report note url
* return forwarded status from API
apparently forgot to carry this over from my testing environment
* object in Flag activity has to be an array
For correct interoperability with Pleroma the "object" property of the Flag
activity has to be an array.
This array will in the future also hold the link to respective notes, so it
makes sense to correct this on our side.
* Update get-note-menu.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-01-21 03:06:38 +09:00
syuilo
b267a504ca
bye reversi
2022-01-12 17:34:53 +09:00
syuilo
faef125b74
bye room
2022-01-07 17:06:47 +09:00
syuilo
616b18a9e5
enhance(client): tweak ui
2021-12-30 21:47:48 +09:00
syuilo
fd1cfcff5f
New Crowdin updates ( #8066 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
2021-12-29 04:55:29 +09:00
syuilo
2e80f9dfba
clean up
2021-12-23 17:05:50 +09:00
syuilo
ee144acea9
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2021-12-22 22:38:45 +09:00