0f1c0a42a2 
								
							 
						 
						
							
							
								
								enhance(client): メニュー整理  
							
							... 
							
							
							
							Resolve  #6389 
Fix  #8035  
						
							2022-06-29 11:13:32 +09:00  
				
					
						
							
							
								 
						
							
								329f055a97 
								
							 
						 
						
							
							
								
								feat: make possible to delete an account by admin  
							
							... 
							
							
							
							Resolve  #8830  
						
							2022-06-27 23:49:16 +09:00  
				
					
						
							
							
								 
						
							
								c27d9e11b4 
								
							 
						 
						
							
							
								
								chore(client): tweak client  
							
							
							
						 
						
							2022-06-26 14:17:55 +09:00  
				
					
						
							
							
								 
						
							
								2d181ba5af 
								
							 
						 
						
							
							
								
								enhance(client): show warning in control panel when there is an unresolved abuse report  
							
							
							
						 
						
							2022-06-21 19:48:28 +09:00  
				
					
						
							
							
								 
						
							
								f880d0631c 
								
							 
						 
						
							
							
								
								tweak client  
							
							
							
						 
						
							2022-06-21 17:55:38 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								8df2f19b5b 
								
							 
						 
						
							
							
								
								enhance(client): improve file moderation ui  
							
							
							
						 
						
							2022-06-17 15:03:02 +09:00  
				
					
						
							
							
								 
						
							
								ecb3c43520 
								
							 
						 
						
							
							
								
								feat: image cropping ( #8808 )  
							
							... 
							
							
							
							* wip
* wip
* wip 
							
						 
						
							2022-06-11 15:45:44 +09:00  
				
					
						
							
							
								 
						
							
								71150f21cd 
								
							 
						 
						
							
							
								
								Revert "feat: option to collapse long notes ( #8561 )"  
							
							... 
							
							
							
							This reverts commit e675ffcf38 
							
						 
						
							2022-06-04 15:23:53 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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 02a43a310fb21b058005 
							
						 
						
							2022-05-28 12:06:47 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								98e42ec6ff 
								
							 
						 
						
							
							
								
								enhance: Display TOTP Register URL  
							
							... 
							
							
							
							Close  #7261 
Co-Authored-By: tamaina <tamaina@hotmail.co.jp> 
						
							2022-05-14 15:00:15 +09:00  
				
					
						
							
							
								 
						
							
								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 defbb41648f94919cb9c✌️ 
* 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  
				
					
						
							
							
								 
						
							
								863b6c48f8 
								
							 
						 
						
							
							
								
								enhance(client): アカウント情報の取得に失敗したとき強制ログアウトではなく警告を表示するように  
							
							
							
						 
						
							2022-03-25 01:53:20 +09:00  
				
					
						
							
							
								 
						
							
								ff19640171 
								
							 
						 
						
							
							
								
								perf(server): reduce db query  
							
							
							
						 
						
							2022-03-21 20:43:43 +09:00  
				
					
						
							
							
								 
						
							
								5490d82e3b 
								
							 
						 
						
							
							
								
								tweal c;iemy  
							
							
							
						 
						
							2022-03-11 18:55:47 +09:00  
				
					
						
							
							
								 
						
							
								2442592ef1 
								
							 
						 
						
							
							
								
								feat: アンケート終了通知  
							
							... 
							
							
							
							Resolve  #4664  
						
							2022-03-06 16:06:27 +09:00  
				
					
						
							
							
								 
						
							
								e68278f93e 
								
							 
						 
						
							
							
								
								feat: 時限ミュート  
							
							... 
							
							
							
							#7677  
						
							2022-03-04 20:23:53 +09:00  
				
					
						
							
							
								 
						
							
								ba4ef23d6b 
								
							 
						 
						
							
							
								
								feat: instance default theme  
							
							
							
						 
						
							2022-03-01 23:58:01 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								9202ce6d7c 
								
							 
						 
						
							
							
								
								client: 検索構文でGoogle明示 & deprecated  
							
							
							
						 
						
							2022-02-25 14:40:11 +09:00  
				
					
						
							
							
								 
						
							
								92f5027c3c 
								
							 
						 
						
							
							
								
								プロフィールの追加情報を最大16まで保存できるように  
							
							... 
							
							
							
							Close  #8225 
Close  #8234  
						
							2022-02-20 16:53:06 +09:00  
				
					
						
							
							
								 
						
							
								a1c7c1fb49 
								
							 
						 
						
							
							
								
								remove max note text length setting  
							
							... 
							
							
							
							Resolve  #8323  
						
							2022-02-20 16:07:43 +09:00  
				
					
						
							
							
								 
						
							
								cc019a217f 
								
							 
						 
						
							
							
								
								feat(client): make size of reaction picker configuable  
							
							
							
						 
						
							2022-02-11 13:38:47 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								4ae1a65958 
								
							 
						 
						
							
							
								
								feat: インスタンスのテーマカラーを設定できるように  
							
							
							
						 
						
							2022-02-09 21:25:48 +09:00  
				
					
						
							
							
								 
						
							
								190b47aad2 
								
							 
						 
						
							
							
								
								feat(client): デバイスの種類を手動指定できるように  
							
							
							
						 
						
							2022-02-08 18:46:39 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								80fa92fb97 
								
							 
						 
						
							
							
								
								improve chart  
							
							
							
						 
						
							2022-02-06 00:43:22 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								901453ba7d 
								
							 
						 
						
							
							
								
								chore(client): add tooltip  
							
							
							
						 
						
							2022-01-21 20:51:07 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								b267a504ca 
								
							 
						 
						
							
							
								
								bye reversi  
							
							
							
						 
						
							2022-01-12 17:34:53 +09:00  
				
					
						
							
							
								 
						
							
								faef125b74 
								
							 
						 
						
							
							
								
								bye room  
							
							
							
						 
						
							2022-01-07 17:06:47 +09:00  
				
					
						
							
							
								 
						
							
								616b18a9e5 
								
							 
						 
						
							
							
								
								enhance(client): tweak ui  
							
							
							
						 
						
							2021-12-30 21:47:48 +09:00  
				
					
						
							
							
								 
						
							
								2e80f9dfba 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2021-12-23 17:05:50 +09:00  
				
					
						
							
							
								 
						
							
								ee144acea9 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2021-12-22 22:38:45 +09:00  
				
					
						
							
							
								 
						
							
								35b7ce1a96 
								
							 
						 
						
							
							
								
								enhance(client): メールアドレスの認証にクリック必須に  
							
							
							
						 
						
							2021-12-22 22:38:42 +09:00  
				
					
						
							
							
								 
						
							
								dc0e55bf16 
								
							 
						 
						
							
							
								
								wip ( #8077 )  
							
							
							
						 
						
							2021-12-21 00:20:30 +09:00  
				
					
						
							
							
								 
						
							
								cb16ff866c 
								
							 
						 
						
							
							
								
								improve(client): show reload tip  
							
							
							
						 
						
							2021-12-18 14:56:15 +09:00  
				
					
						
							
							
								 
						
							
								d6e85ffb59 
								
							 
						 
						
							
							
								
								feat(client): improve toast component and show welcome message  
							
							
							
						 
						
							2021-12-18 14:55:53 +09:00  
				
					
						
							
							
								 
						
							
								d9257a5c0e 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2021-12-17 16:14:43 +09:00  
				
					
						
							
							
								 
						
							
								f7c90b58d6 
								
							 
						 
						
							
							
								
								enhance(client): リアクションピッカーの表示方法を選択できるように  
							
							
							
						 
						
							2021-12-17 16:14:31 +09:00  
				
					
						
							
							
								 
						
							
								9cd2b767a9 
								
							 
						 
						
							
							
								
								enhance(client): make possible to leave a group  
							
							
							
						 
						
							2021-12-14 22:27:33 +09:00  
				
					
						
							
							
								 
						
							
								225d7701a4 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2021-12-10 16:01:35 +09:00  
				
					
						
							
							
								 
						
							
								d15c8afcdf 
								
							 
						 
						
							
							
								
								Fix japanese instanceMuteDescription string ( #8047 )  
							
							
							
						 
						
							2021-12-10 10:05:18 +09:00  
				
					
						
							
							
								 
						
							
								20134a5367 
								
							 
						 
						
							
							
								
								feat: improve follow export  
							
							
							
						 
						
							2021-12-10 01:22:35 +09:00  
				
					
						
							
							
								 
						
							
								054417354c 
								
							 
						 
						
							
							
								
								feat: user-level instance mute ( #7712 )  
							
							... 
							
							
							
							* Update ja-JP.yml
* Added settable config for muted instances
* added psql query for removal of muted notes
* Added filtering and trimming for instance mutes
* cleaned up filtering of bad instance mutes and added a refresh at the end for the list on the client
* Added notification & streaming timeline muting
* Updated changelog
* Added missing semicolon
* Apply japanese string suggestions from robflop
Co-authored-by: Robin B. <robflop98@outlook.com>
* Changed Ja-JP instance mute title string to one suggested by sousuke
Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>
* Update ja-JP instanceMuteDescription based on sousuke's suggestion
Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>
* added notification mute
* added notification and note children muting
* Fixed a bug where local notifications were getting filtered on cold start
* Fixed instance mute imports
* Fixed not saving/loading instance mutes
* removed en-US translations for instance mute
* moved instance mute migration to js
* changed settings index back to spaces
* removed destructuring assignment from notification stream in instance mute check call
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* added .note accessor for checking note data instead of notification data
* changed note to use Packed<'Note'> instead of any and removed usage of snake case
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* changed notification mute check to check specifically for notification host
* changed to using single quotes
* moved @click to the end for the linter
* revert unnecessary changes
* restored newlines
* whitespace removal
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Robin B. <robflop98@outlook.com>
Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>
Co-authored-by: puffaboo <emilis@jigglypuff.club>
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2021-12-09 21:38:56 +09:00  
				
					
						
							
							
								 
						
							
								f33ded3107 
								
							 
						 
						
							
							
								
								feat: Undo Accept ( #7980 )  
							
							... 
							
							
							
							* allow breaking of follow
* send undo
* delete by using reject follow 
							
						 
						
							2021-12-03 11:14:44 +09:00  
				
					
						
							
							
								 
						
							
								561b0fc10e 
								
							 
						 
						
							
							
								
								feat(client): show confirm dialog when vote  
							
							
							
						 
						
							2021-11-28 20:23:48 +09:00  
				
					
						
							
							
								 
						
							
								b4ebf254c8 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2021-11-26 13:41:31 +09:00  
				
					
						
							
							
								 
						
							
								8e04bd12cf 
								
							 
						 
						
							
							
								
								fix(client): ログインにおいてパスワードが誤っている際のエラーメッセージが正しく表示されない問題を修正  
							
							
							
						 
						
							2021-11-21 14:01:53 +09:00  
				
					
						
							
							
								 
						
							
								12fad68f58 
								
							 
						 
						
							
							
								
								limit depth of reply posts ( #7979 )  
							
							... 
							
							
							
							* limit depth of reply posts
* some tweaks
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2021-11-18 22:11:44 +09:00  
				
					
						
							
							
								 
						
							
								c864d700d2 
								
							 
						 
						
							
							
								
								feat(client): アカウント削除に確認ダイアログを出すように  
							
							
							
						 
						
							2021-11-14 13:27:46 +09:00  
				
					
						
							
							
								 
						
							
								68192126e6 
								
							 
						 
						
							
							
								
								feat: improve email validation  
							
							
							
						 
						
							2021-11-07 20:16:01 +09:00  
				
					
						
							
							
								 
						
							
								a28c515ef6 
								
							 
						 
						
							
							
								
								feat: make possible to configure following/followers visibility ( #7959 )  
							
							... 
							
							
							
							* feat: make possible to configure following/followers visibility
* add test
* ap
* add ap test
* set Cache-Control
* hide following/followers count 
							
						 
						
							2021-11-07 18:04:32 +09:00  
				
					
						
							
							
								 
						
							
								c0144db75c 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2021-11-05 16:19:01 +09:00  
				
					
						
							
							
								 
						
							
								8630542146 
								
							 
						 
						
							
							
								
								ドキュメントをmisskey-hubに移行  
							
							
							
						 
						
							2021-11-05 16:18:52 +09:00  
				
					
						
							
							
								 
						
							
								a674657bcb 
								
							 
						 
						
							
							
								
								fix(client): Add missing localization string ( #7944 )  
							
							... 
							
							
							
							* 欠けるi18nストリングの追加
* Update ja-JP.yml
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2021-11-05 12:32:47 +09:00  
				
					
						
							
							
								 
						
							
								fc65190ef7 
								
							 
						 
						
							
							
								
								feat: thread mute ( #7930 )  
							
							... 
							
							
							
							* feat: thread mute
* chore: fix comment
* fix test
* fix
* refactor 
							
						 
						
							2021-10-31 15:30:22 +09:00  
				
					
						
							
							
								 
						
							
								dfd92efa89 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2021-10-24 20:16:55 +09:00  
				
					
						
							
							
								 
						
							
								652588abed 
								
							 
						 
						
							
							
								
								refactor client  
							
							
							
						 
						
							2021-10-24 14:50:00 +09:00  
				
					
						
							
							
								 
						
							
								7413634734 
								
							 
						 
						
							
							
								
								リアクション一覧の公開をオプトインに  
							
							
							
						 
						
							2021-10-18 01:16:59 +09:00  
				
					
						
							
							
								 
						
							
								bd8052fedb 
								
							 
						 
						
							
							
								
								refactor(client): ダミーコンポーネントを使ってノートプレビューするように  
							
							
							
						 
						
							2021-10-16 01:34:23 +09:00  
				
					
						
							
							
								 
						
							
								e78f16bcc4 
								
							 
						 
						
							
							
								
								feat: ノートプレビューを追加 ( #7596 )  
							
							... 
							
							
							
							* add note preview
* use if
* add draftedNote property
* custom emojis work
* Only show CW on preview when enabled
* move button to top
* fix css style 
							
						 
						
							2021-10-16 01:19:49 +09:00  
				
					
						
							
							
								 
						
							
								c33e93c662 
								
							 
						 
						
							
							
								
								improve ui  
							
							
							
						 
						
							2021-10-10 15:19:16 +09:00  
				
					
						
							
							
								 
						
							
								79a591d72d 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2021-10-09 14:29:49 +09:00  
				
					
						
							
							
								 
						
							
								ec05c07321 
								
							 
						 
						
							
							
								
								feat: 未読の通知のみ表示する機能  
							
							
							
						 
						
							2021-10-09 12:44:19 +09:00  
				
					
						
							
							
								 
						
							
								b875cc9949 
								
							 
						 
						
							
							
								
								feat: アカウント作成にメールアドレス必須にするオプション ( #7856 )  
							
							... 
							
							
							
							* feat: アカウント作成にメールアドレス必須にするオプション
* ui
* fix bug
* fix bug
* fix bug
* 🎨  
							
						 
						
							2021-10-08 13:37:02 +09:00  
				
					
						
							
							
								 
						
							
								19d531922d 
								
							 
						 
						
							
							
								
								enhance: ページロードエラーページにリロードボタンを追加 ( #7835 )  
							
							... 
							
							
							
							* wip
* modify page load error page
* add changelog
* サーバーが死んでるエラーを追加
* add MkLoading 
							
						 
						
							2021-10-02 16:36:25 +09:00  
				
					
						
							
							
								 
						
							
								1ac1a968b9 
								
							 
						 
						
							
							
								
								refactor components  
							
							
							
						 
						
							2021-09-30 00:50:45 +09:00  
				
					
						
							
							
								 
						
							
								4b9c605477 
								
							 
						 
						
							
							
								
								#7813の修正  
							
							
							
						 
						
							2021-09-22 22:12:10 +09:00  
				
					
						
							
							
								 
						
							
								54e0a7f8a8 
								
							 
						 
						
							
							
								
								feat: 凍結された場合のダイアログを実装 ( #7811 )  
							
							... 
							
							
							
							* feat: 凍結された場合のダイアログを実装
* Update CHANGELOG.md
* Update basic.js
* improve error handling
* cypressなんもわからん
* Update basic.js 
							
						 
						
							2021-09-19 02:23:12 +09:00  
				
					
						
							
							
								 
						
							
								935d6473ed 
								
							 
						 
						
							
							
								
								chore: APIドキュメントの修正 ( #7771 )  
							
							... 
							
							
							
							* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation 
							
						 
						
							2021-09-09 20:23:31 +09:00  
				
					
						
							
							
								 
						
							
								7364fb84ef 
								
							 
						 
						
							
							
								
								fix missing strings ( #7674 )  
							
							... 
							
							
							
							* fix sort menu in federation panel
* add missing strings in report menu
* change i18n key too 
							
						 
						
							2021-09-04 18:21:45 +09:00  
				
					
						
							
							
								 
						
							
								8407702b38 
								
							 
						 
						
							
							
								
								藍モード ( #7687 )  
							
							... 
							
							
							
							* wip
* wip
* シンボリックリンクやめた
* install lib dependency
* bring live2d assets from misskey-dev/assets
* refactor
* nanka iroiro
* コミット忘れ
* random motion
* wip
* run git submodule update --init
* コミット忘れ
* refactor
* fix bug
* Update misskey-assets
* lint
* lint
* lint
* 藍モード修正 (#7702 )
* lazy load live2d script
* fix typo
* lazy load also widget
* hot link to cubism core
* https://github.com/misskey-dev/misskey/pull/7702/files#r695623821 
* fix lint
* remove live2d stuff
* use iframe
* update
* Update gulpfile.ts
* update
* Update .gitattributes
* update
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2021-09-04 17:54:24 +09:00  
				
					
						
							
							
								 
						
							
								2af158be26 
								
							 
						 
						
							
							
								
								add setting to keep content warning ( #7682 )  
							
							
							
						 
						
							2021-08-24 20:52:33 +09:00  
				
					
						
							
							
								 
						
							
								8785e1c3a4 
								
							 
						 
						
							
							
								
								enhance(client): ユーザー名についてのヒントを追加  
							
							
							
						 
						
							2021-08-22 13:16:15 +09:00  
				
					
						
							
							
								 
						
							
								a53e1e4ec3 
								
							 
						 
						
							
							
								
								enhance: Improve account deletion experience  
							
							
							
						 
						
							2021-08-21 12:48:50 +09:00  
				
					
						
							
							
								 
						
							
								fd1ef4a62d 
								
							 
						 
						
							
							
								
								enhance(server): Use job queue for account delete ( #7668 )  
							
							... 
							
							
							
							* enhance(server): Use job queue for account delete
Fix  #5336 
* ジョブをひとつに
* remove done call
* clean up
* add User.isDeleted
* コミット忘れ
* Update 1629512953000-user-is-deleted.ts
* show dialog
* lint
* Update 1629512953000-user-is-deleted.ts 
							
						 
						
							2021-08-21 12:41:56 +09:00  
				
					
						
							
							
								 
						
							
								cced83024b 
								
							 
						 
						
							
							
								
								feat: ノートの翻訳機能  
							
							... 
							
							
							
							Resolve  #5213  
						
							2021-08-15 20:26:44 +09:00  
				
					
						
							
							
								 
						
							
								1561391293 
								
							 
						 
						
							
							
								
								feat(client): Misskey更新時にダイアログを表示するように  
							
							
							
						 
						
							2021-08-13 17:59:54 +09:00  
				
					
						
							
							
								 
						
							
								555954c71e 
								
							 
						 
						
							
							
								
								Improve about-misskey page  
							
							
							
						 
						
							2021-08-12 11:48:06 +09:00  
				
					
						
							
							
								 
						
							
								0f55e65701 
								
							 
						 
						
							
							
								
								ぼかし効果の切り替え機能  
							
							
							
						 
						
							2021-08-11 22:34:45 +09:00  
				
					
						
							
							
								 
						
							
								227f52d758 
								
							 
						 
						
							
							
								
								Improve docs  
							
							
							
						 
						
							2021-08-10 19:51:56 +09:00  
				
					
						
							
							
								 
						
							
								c95619b2bf 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2021-08-08 17:23:16 +09:00  
				
					
						
							
							
								 
						
							
								5f869e5d87 
								
							 
						 
						
							
							
								
								Improve client  
							
							
							
						 
						
							2021-08-07 17:55:16 +09:00  
				
					
						
							
							
								 
						
							
								2ceeb17056 
								
							 
						 
						
							
							
								
								Add doc for admin  
							
							
							
						 
						
							2021-08-07 13:41:14 +09:00  
				
					
						
							
							
								 
						
							
								ebb53e87f3 
								
							 
						 
						
							
							
								
								ハッシュタグ入力エリア  
							
							... 
							
							
							
							Resolve  #7600  
						
							2021-08-07 12:47:01 +09:00  
				
					
						
							
							
								 
						
							
								9f9d7325fd 
								
							 
						 
						
							
							
								
								インスタンス一覧ページ  
							
							
							
						 
						
							2021-08-07 10:24:50 +09:00  
				
					
						
							
							
								 
						
							
								742a005523 
								
							 
						 
						
							
							
								
								カスタム絵文字一覧ページ  
							
							
							
						 
						
							2021-08-07 10:23:59 +09:00  
				
					
						
							
							
								 
						
							
								62ccb53c24 
								
							 
						 
						
							
							
								
								Add rainbow function for MFM  
							
							
							
						 
						
							2021-08-05 21:55:41 +09:00  
				
					
						
							
							
								 
						
							
								e044d11782 
								
							 
						 
						
							
							
								
								Improve docs  
							
							
							
						 
						
							2021-08-05 00:15:51 +09:00  
				
					
						
							
							
								 
						
							
								f1c9e596e8 
								
							 
						 
						
							
							
								
								アイコンを四角で表示するオプション  
							
							
							
						 
						
							2021-07-19 15:11:28 +09:00  
				
					
						
							
							
								 
						
							
								42d293ee60 
								
							 
						 
						
							
							
								
								Classic UI  
							
							
							
						 
						
							2021-07-19 11:36:35 +09:00  
				
					
						
							
							
								 
						
							
								c7a2c368d4 
								
							 
						 
						
							
							
								
								Custom CSS  
							
							
							
						 
						
							2021-07-14 00:11:05 +09:00  
				
					
						
							
							
								 
						
							
								a2b8097b4b 
								
							 
						 
						
							
							
								
								歓迎ページでバナー画像が表示されない問題を修正 ( #7559 )  
							
							... 
							
							
							
							* 歓迎ページでバナー画像が表示されない問題
* revert
* 背景画像設定オプションを追加 
							
						 
						
							2021-06-08 12:17:17 +09:00  
				
					
						
							
							
								 
						
							
								948b70cb0f 
								
							 
						 
						
							
							
								
								fix typo  
							
							... 
							
							
							
							Resolve  #7540  
						
							2021-05-30 16:26:52 +09:00  
				
					
						
							
							
								 
						
							
								ffb9646ce9 
								
							 
						 
						
							
							
								
								Add image description support ( #7518 )  
							
							... 
							
							
							
							* recieve image descriptions under the name property
* fix other components
* use comment for alt and title
* allow editing of file comment
* allow editing of file comment in note dialog
* federate note comments
* use file instead of this
* backend should accept comment on update
* update now actually accepts comment
* allow multiline descriptions
* image should also have description attached
* Update locales/ja-JP.yml
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* Use custom component with side-by-side image
* improve usability on mobile devices
* revert changes
* Update post-form-attaches.vue
* Update drive.file.vue
* Update media-caption.vue
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2021-05-28 09:38:09 +09:00  
				
					
						
							
							
								 
						
							
								47fa7bb22a 
								
							 
						 
						
							
							
								
								Improve ad  
							
							
							
						 
						
							2021-05-08 12:50:11 +09:00  
				
					
						
							
							
								 
						
							
								b60f9fbc00 
								
							 
						 
						
							
							
								
								Improve ad  
							
							
							
						 
						
							2021-05-07 14:22:13 +09:00  
				
					
						
							
							
								 
						
							
								18e1efc7ec 
								
							 
						 
						
							
							
								
								Ad ( #7495 )  
							
							... 
							
							
							
							* wip
* Update ad.vue
* Update default.widgets.vue
* wip
* Create 1620019354680-ad.ts
* wip
* Update ads.vue
* wip
* Update ad.vue 
							
						 
						
							2021-05-04 21:15:57 +09:00  
				
					
						
							
							
								 
						
							
								71ebb068f7 
								
							 
						 
						
							
							
								
								メールアドレスの設定を促すように  
							
							
							
						 
						
							2021-05-04 17:09:57 +09:00  
				
					
						
							
							
								 
						
							
								6ae642245e 
								
							 
						 
						
							
							
								
								Password reset ( #7494 )  
							
							... 
							
							
							
							* wip
* wip
* Update well-known.ts
* wip
* clean up
* Update request-reset-password.ts
* Update forgot-password.vue
* Update reset-password.ts
* Update request-reset-password.ts 
							
						 
						
							2021-05-04 15:05:34 +09:00  
				
					
						
							
							
								 
						
							
								fec3c70886 
								
							 
						 
						
							
							
								
								Gallery ( #7194 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip 
							
						 
						
							2021-04-24 22:38:24 +09:00  
				
					
						
							
							
								 
						
							
								e1e5283963 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2021-04-23 14:43:40 +09:00  
				
					
						
							
							
								 
						
							
								bc074abeba 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2021-04-23 13:04:04 +09:00  
				
					
						
							
							
								 
						
							
								70a8dd30e0 
								
							 
						 
						
							
							
								
								Improve client  
							
							
							
						 
						
							2021-04-23 13:01:52 +09:00  
				
					
						
							
							
								 
						
							
								246693b848 
								
							 
						 
						
							
							
								
								インスタンス管理画面作り直し ( #7473 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip 
							
						 
						
							2021-04-22 22:29:33 +09:00  
				
					
						
							
							
								 
						
							
								68571d8f57 
								
							 
						 
						
							
							
								
								Implement user online status  
							
							... 
							
							
							
							Resolve  #7422 
Fix  #7424  
						
							2021-04-17 15:30:26 +09:00  
				
					
						
							
							
								 
						
							
								e5fbc68e0e 
								
							 
						 
						
							
							
								
								詳細ユーザー情報ページなど  
							
							
							
						 
						
							2021-04-16 17:34:06 +09:00  
				
					
						
							
							
								 
						
							
								ef6b370d0e 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2021-04-16 00:13:20 +09:00  
				
					
						
							
							
								 
						
							
								7221684337 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2021-04-15 23:38:34 +09:00  
				
					
						
							
							
								 
						
							
								a3687dd653 
								
							 
						 
						
							
							
								
								theme description  
							
							
							
						 
						
							2021-04-14 16:24:07 +09:00  
				
					
						
							
							
								 
						
							
								0265c85ba3 
								
							 
						 
						
							
							
								
								full view  
							
							
							
						 
						
							2021-04-12 00:05:13 +09:00  
				
					
						
							
							
								 
						
							
								f44517f4af 
								
							 
						 
						
							
							
								
								Tweak UI  
							
							
							
						 
						
							2021-04-10 23:52:45 +09:00  
				
					
						
							
							
								 
						
							
								56a28923ca 
								
							 
						 
						
							
							
								
								Tweak UI  
							
							
							
						 
						
							2021-04-10 14:37:29 +09:00  
				
					
						
							
							
								 
						
							
								d3fe02fb3e 
								
							 
						 
						
							
							
								
								Default UI redesign ( #7429 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* Update default.sidebar.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update sticky-sidebar.ts
* wip
* wip
* Update messaging-room.form.vue
* Update timeline.vue 
							
						 
						
							2021-04-10 12:40:50 +09:00  
				
					
						
							
							
								 
						
							
								7d02b36092 
								
							 
						 
						
							
							
								
								Fix assets test and favicon type ( #7344 )  
							
							... 
							
							
							
							* fix
* koa-faviconはimage/x-iconがデフォルトらしい
* シンプルに
* faviconなど 
							
						 
						
							2021-03-13 23:22:54 +09:00  
				
					
						
							
							
								 
						
							
								f3aef8df75 
								
							 
						 
						
							
							
								
								タイムラインを特定の日付にジャンプする機能  
							
							
							
						 
						
							2021-02-20 22:28:53 +09:00  
				
					
						
							
							
								 
						
							
								25d37302a8 
								
							 
						 
						
							
							
								
								チャンネルで入力中ユーザーを表示するように、Chat UIでタイムラインでは投稿フォームを上に表示するように  
							
							
							
						 
						
							2021-02-20 20:20:05 +09:00  
				
					
						
							
							
								 
						
							
								8668bc2609 
								
							 
						 
						
							
							
								
								右クリックでリアクションピッカーを開くオプション  
							
							
							
						 
						
							2021-02-20 16:16:19 +09:00  
				
					
						
							
							
								 
						
							
								eefbe097c0 
								
							 
						 
						
							
							
								
								Resolve   #7222  
							
							
							
						 
						
							2021-02-19 21:40:09 +09:00  
				
					
						
							
							
								 
						
							
								911dedf3d7 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2021-02-16 22:17:13 +09:00  
				
					
						
							
							
								 
						
							
								ebadd7fd3f 
								
							 
						 
						
							
							
								
								wip: email notification  
							
							
							
						 
						
							2021-02-13 12:28:26 +09:00  
				
					
						
							
							
								 
						
							
								547da89c7d 
								
							 
						 
						
							
							
								
								お知らせメールを受け取るかどうかの設定を追加  
							
							
							
						 
						
							2021-02-06 22:47:15 +09:00  
				
					
						
							
							
								 
						
							
								b2fb92cf0f 
								
							 
						 
						
							
							
								
								Add AiScript console widget  
							
							
							
						 
						
							2021-02-06 21:36:47 +09:00  
				
					
						
							
							
								 
						
							
								3d73ce63ca 
								
							 
						 
						
							
							
								
								Improve plugin setting  
							
							
							
						 
						
							2021-02-06 21:05:00 +09:00  
				
					
						
							
							
								 
						
							
								86eb487a38 
								
							 
						 
						
							
							
								
								Improve theme editor  
							
							
							
						 
						
							2021-02-06 18:06:54 +09:00  
				
					
						
							
							
								 
						
							
								c3b797b414 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2021-01-23 19:59:05 +09:00  
				
					
						
							
							
								 
						
							
								6311474fa7 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2021-01-23 18:57:34 +09:00  
				
					
						
							
							
								 
						
							
								82207598f0 
								
							 
						 
						
							
							
								
								Add misskey update page  
							
							
							
						 
						
							2021-01-23 16:52:45 +09:00  
				
					
						
							
							
								 
						
							
								889b52e813 
								
							 
						 
						
							
							
								
								アカウントの閉鎖をクライアントから行えるように  
							
							
							
						 
						
							2021-01-11 20:57:48 +09:00  
				
					
						
							
							
								 
						
							
								6c975275f8 
								
							 
						 
						
							
							
								
								Registry ( #7073 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* Update registry.value.vue
* wip
* wip
* wip
* wip
* typo 
							
						 
						
							2021-01-11 20:38:34 +09:00  
				
					
						
							
							
								 
						
							
								edbaa07867 
								
							 
						 
						
							
							
								
								簡易テーマエディタ実装  
							
							
							
						 
						
							2021-01-09 17:18:45 +09:00  
				
					
						
							
							
								 
						
							
								b3a198cae6 
								
							 
						 
						
							
							
								
								Sentry integration  
							
							
							
						 
						
							2021-01-08 21:43:56 +09:00  
				
					
						
							
							
								 
						
							
								8f2cf066b6 
								
							 
						 
						
							
							
								
								ジョブキューウィジェット追加  
							
							
							
						 
						
							2021-01-04 17:36:50 +09:00  
				
					
						
							
							
								 
						
							
								c6fe798092 
								
							 
						 
						
							
							
								
								サーバー情報ウィジェット  
							
							
							
						 
						
							2021-01-03 22:38:32 +09:00  
				
					
						
							
							
								 
						
							
								078b043cae 
								
							 
						 
						
							
							
								
								Add font MFM syntax  
							
							
							
						 
						
							2020-12-31 19:42:23 +09:00  
				
					
						
							
							
								 
						
							
								4ae172be57 
								
							 
						 
						
							
							
								
								Add blur MFM syntax  
							
							
							
						 
						
							2020-12-31 03:02:09 +09:00  
				
					
						
							
							
								 
						
							
								e6705b1a65 
								
							 
						 
						
							
							
								
								Add MFM syntax  
							
							
							
						 
						
							2020-12-31 02:51:51 +09:00  
				
					
						
							
							
								 
						
							
								8c0490fef1 
								
							 
						 
						
							
							
								
								インスタンス情報に統計追加したり  
							
							
							
						 
						
							2020-12-31 00:11:06 +09:00  
				
					
						
							
							
								 
						
							
								10cb15b000 
								
							 
						 
						
							
							
								
								nanka iroiro  
							
							
							
						 
						
							2020-12-30 13:07:16 +09:00  
				
					
						
							
							
								 
						
							
								3055e6d8c7 
								
							 
						 
						
							
							
								
								localeとthemeのキャッシュクリア実装  
							
							
							
						 
						
							2020-12-30 10:15:16 +09:00  
				
					
						
							
							
								 
						
							
								360c820b9d 
								
							 
						 
						
							
							
								
								Resolve   #3620  
							
							
							
						 
						
							2020-12-30 09:58:57 +09:00  
				
					
						
							
							
								 
						
							
								6b6483c9fc 
								
							 
						 
						
							
							
								
								タイトルバー非表示オプション  
							
							
							
						 
						
							2020-12-29 11:47:36 +09:00  
				
					
						
							
							
								 
						
							
								ea6aa40b09 
								
							 
						 
						
							
							
								
								Add button widget  
							
							
							
						 
						
							2020-12-27 23:13:01 +09:00  
				
					
						
							
							
								 
						
							
								7b738deabf 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2020-12-27 21:16:51 +09:00  
				
					
						
							
							
								 
						
							
								743eca4a95 
								
							 
						 
						
							
							
								
								Improve deck  
							
							
							
						 
						
							2020-12-26 22:41:00 +09:00  
				
					
						
							
							
								 
						
							
								78598a92f9 
								
							 
						 
						
							
							
								
								Improve deck  
							
							
							
						 
						
							2020-12-26 18:33:54 +09:00  
				
					
						
							
							
								 
						
							
								cdc07945af 
								
							 
						 
						
							
							
								
								Pageの複製を実装  
							
							
							
						 
						
							2020-12-19 21:41:00 +09:00  
				
					
						
							
							
								 
						
							
								1ade89be35 
								
							 
						 
						
							
							
								
								タイムラインのノートを話して表示するオプション  
							
							
							
						 
						
							2020-12-11 22:36:57 +09:00  
				
					
						
							
							
								 
						
							
								6848f05ea5 
								
							 
						 
						
							
							
								
								ショートカットからお気に入りとRenote時にダイアログを表示 ( #6921 )  
							
							... 
							
							
							
							* お気に入りとRenote時にダイアログを表示
* Fix error handling
* Fix error handling on renote 
							
						 
						
							2020-12-11 21:22:41 +09:00  
				
					
						
							
							
								 
						
							
								69c3c4e3dc 
								
							 
						 
						
							
							
								
								Resolve   #6806  ( #6935 )  
							
							... 
							
							
							
							* ✌️ 
* ✌️ 
* Update privacy.vue 
							
						 
						
							2020-12-11 21:16:20 +09:00  
				
					
						
							
							
								 
						
							
								2112fb3896 
								
							 
						 
						
							
							
								
								Add slideshow widget  
							
							
							
						 
						
							2020-12-05 22:29:55 +09:00  
				
					
						
							
							
								 
						
							
								feca9940bc 
								
							 
						 
						
							
							
								
								トップページデザインを改修  
							
							
							
						 
						
							2020-12-05 16:05:40 +09:00  
				
					
						
							
							
								 
						
							
								af5b4749b0 
								
							 
						 
						
							
							
								
								Use vuedraggable instead of vue-draggable-next  
							
							... 
							
							
							
							Fix  #6852  
						
							2020-12-05 12:50:09 +09:00  
				
					
						
							
							
								 
						
							
								f62c6a05a9 
								
							 
						 
						
							
							
								
								Improve setting page  
							
							
							
						 
						
							2020-11-29 18:06:35 +09:00  
				
					
						
							
							
								 
						
							
								9bf5dc67f5 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2020-11-29 11:25:43 +09:00  
				
					
						
							
							
								 
						
							
								d39c153c57 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2020-11-29 00:18:54 +09:00  
				
					
						
							
							
								 
						
							
								10fb029609 
								
							 
						 
						
							
							
								
								Resolve   #6858  
							
							
							
						 
						
							2020-11-28 13:05:57 +09:00  
				
					
						
							
							
								 
						
							
								0281961f15 
								
							 
						 
						
							
							
								
								Update about page  
							
							
							
						 
						
							2020-11-28 12:44:39 +09:00  
				
					
						
							
							
								 
						
							
								fe01437aa4 
								
							 
						 
						
							
							
								
								Update about-misskey page  
							
							
							
						 
						
							2020-11-28 11:52:57 +09:00  
				
					
						
							
							
								 
						
							
								0144408500 
								
							 
						 
						
							
							
								
								nanka iroiro ( #6853 )  
							
							... 
							
							
							
							* wip
* Update maps.ts
* wip
* wip
* wip
* wip
* Update base.vue
* wip
* wip
* wip
* wip
* Update link.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update privacy.vue
* wip
* wip
* wip
* wip
* Update range.vue
* wip
* wip
* wip
* wip
* Update profile.vue
* wip
* Update a.vue
* Update index.vue
* wip
* Update sidebar.vue
* wip
* wip
* Update account-info.vue
* Update a.vue
* wip
* wip
* Update sounds.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update account-info.vue
* Update account-info.vue
* wip
* wip
* wip
* Update d-persimmon.json5
* wip 
							
						 
						
							2020-11-25 21:31:34 +09:00  
				
					
						
							
							
								 
						
							
								c2690fff47 
								
							 
						 
						
							
							
								
								✌️  
							
							
							
						 
						
							2020-11-19 14:11:29 +09:00  
				
					
						
							
							
								 
						
							
								c4f7e6659f 
								
							 
						 
						
							
							
								
								Improve reaction picker  
							
							
							
						 
						
							2020-11-18 12:09:14 +09:00  
				
					
						
							
							
								 
						
							
								0044d83801 
								
							 
						 
						
							
							
								
								nanka iroiro ( #6847 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* Update ja-JP.yml
* wip
* wip
* wip 
							
						 
						
							2020-11-17 14:59:15 +09:00  
				
					
						
							
							
								 
						
							
								1359615c82 
								
							 
						 
						
							
							
								
								Add missing translations  
							
							
							
						 
						
							2020-11-15 14:18:35 +09:00  
				
					
						
							
							
								 
						
							
								77de3f2b9d 
								
							 
						 
						
							
							
								
								Pages埋め込みノートで詳細表示にするかどうか選べるように  
							
							
							
						 
						
							2020-11-15 13:47:15 +09:00  
				
					
						
							
							
								 
						
							
								f655b54937 
								
							 
						 
						
							
							
								
								Improve Pages  
							
							... 
							
							
							
							Resolve  #6654  
						
							2020-11-15 13:42:04 +09:00  
				
					
						
							
							
								 
						
							
								8e8459fa55 
								
							 
						 
						
							
							
								
								wip: clip  
							
							
							
						 
						
							2020-11-15 12:34:47 +09:00  
				
					
						
							
							
								 
						
							
								d53c55ecb5 
								
							 
						 
						
							
							
								
								wip: clip  
							
							
							
						 
						
							2020-11-15 12:04:54 +09:00  
				
					
						
							
							
								 
						
							
								ea33d61a90 
								
							 
						 
						
							
							
								
								Add description  
							
							
							
						 
						
							2020-11-15 10:35:36 +09:00  
				
					
						
							
							
								 
						
							
								03b072b894 
								
							 
						 
						
							
							
								
								Resolve   #6704  
							
							
							
						 
						
							2020-11-14 14:32:01 +09:00  
				
					
						
							
							
								 
						
							
								66c4e8064b 
								
							 
						 
						
							
							
								
								Add bounce MFM animation  
							
							
							
						 
						
							2020-11-08 17:08:51 +09:00  
				
					
						
							
							
								 
						
							
								9d1fa3f202 
								
							 
						 
						
							
							
								
								autoWatch機能を削除  
							
							
							
						 
						
							2020-11-08 16:49:23 +09:00  
				
					
						
							
							
								 
						
							
								604205ec09 
								
							 
						 
						
							
							
								
								MFMチートシートに数式追加  
							
							
							
						 
						
							2020-11-08 16:14:49 +09:00  
				
					
						
							
							
								 
						
							
								77db016866 
								
							 
						 
						
							
							
								
								MFMチートシート  
							
							
							
						 
						
							2020-11-08 15:24:46 +09:00  
				
					
						
							
							
								 
						
							
								bef2534fa8 
								
							 
						 
						
							
							
								
								絵文字ピッカーを強化 + 絵文字ピッカーをリアクションピッカーとして使えるように  
							
							... 
							
							
							
							Resolve  #5079 
Resolve  #3219  
						
							2020-11-07 10:43:27 +09:00  
				
					
						
							
							
								 
						
							
								055e9f21b7 
								
							 
						 
						
							
							
								
								wip: Desktop UI  
							
							
							
						 
						
							2020-11-03 17:04:37 +09:00  
				
					
						
							
							
								 
						
							
								4e968216ad 
								
							 
						 
						
							
							
								
								ドライブファイル参照がシステムユーザーで落ちるのを修正 ( #6774 )  
							
							
							
						 
						
							2020-10-28 22:24:16 +09:00  
				
					
						
							
							
								 
						
							
								6258ce75b7 
								
							 
						 
						
							
							
								
								Reversi ( #6765 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* Update game.setting.vue
* wip
* wip
* Update game.setting.vue
* wip
* Update game.board.vue
* wip
* Update sidebar.ts 
							
						 
						
							2020-10-27 18:11:41 +09:00  
				
					
						
							
							
								 
						
							
								615fedd64d 
								
							 
						 
						
							
							
								
								Instance Ticker  
							
							
							
						 
						
							2020-10-27 16:16:59 +09:00  
				
					
						
							
							
								 
						
							
								745f4d2439 
								
							 
						 
						
							
							
								
								regedit  
							
							
							
						 
						
							2020-10-25 01:23:23 +09:00  
				
					
						
							
							
								 
						
							
								87f61e714a 
								
							 
						 
						
							
							
								
								Resolve   #6087  
							
							
							
						 
						
							2020-10-19 19:29:04 +09:00  
				
					
						
							
							
								 
						
							
								2d80cd0e7b 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2020-10-18 00:54:29 +09:00  
				
					
						
							
							
								 
						
							
								7199e6f4e0 
								
							 
						 
						
							
							
								
								Migrate to Vue3 ( #6587 )  
							
							... 
							
							
							
							* Update reaction.vue
* fix  bug
* wip
* wip
* wjio
* wip
* Revert "wip"
This reverts commit e427f2160a#6714 )
* wip
* wip
* wip
* wip
* wip
* Update drive.vue
* Update word-mute.vue
* wip
* wip
* wip
* clean up
* wip
* Update default.vue
* wip
* Update notes.vue
* Update mfm.ts
* Update index.home.vue
* Update post-form.vue
* Update post-form-attaches.vue
* wip
* Update post-form.vue
* Update sidebar.vue
* wip
* wip
* Update index.vue
* wip
* Update default.vue
* Update index.vue
* Update index.vue
* wip
* Update post-form-attaches.vue
* Update note.vue
* wip
* clean up
* Update notes.vue
* wip
* wip
* Update ja-JP.yml
* wip
* wip
* Update index.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update default.vue
* wip
* Update _dark.json5
* wip
* wip
* wip
* clean up
* wip
* wip
* Update index.vue
* Update test.vue
* wip
* wip
* fix
* wip
* wip
* wip
* wip
* clena yop
* wip
* wip
* Update store.ts
* Update messaging-room.vue
* Update default.widgets.vue
* fix
* wip
* wip
* Update modal.vue
* wip
* Update os.ts
* Update os.ts
* Update deck.vue
* Update init.ts
* wip
* Update ja-JP.yml
* v-sizeは単にwindowのresizeを監視するだけで良いかもしれない
* Update modal.vue
* wip
* Update tooltip.ts
* wip
* wip
* wip
* wip
* wip
* Update image-viewer.vue
* wip
* wip
* Update style.scss
* Update style.scss
* Update visitor.vue
* wip
* Update init.ts
* Update init.ts
* wip
* wip
* Update visitor.vue
* Update visitor.vue
* Update visitor.vue
* Update visitor.vue
* wip
* wip
* Update modal.vue
* Update header.vue
* Update menu.vue
* Update about.vue
* Update about-misskey.vue
* wip
* wip
* Update visitor.vue
* Update tooltip.ts
* wip
* Update drive.vue
* wip
* Update style.scss
* Update header.vue
* wip
* wip
* Update users.user.vue
* Update announcements.vue
* wip
* wip
* wip
* Update emojis.vue
* wip
* Update emojis.vue
* Update style.scss
* Update users.vue
* wip
* Update style.scss
* wip
* Update welcome.entrance.vue
* Update radio.vue
* Update size.ts
* Update emoji-edit-dialog.vue
* wip
* Update emojis.vue
* wip
* Update emojis.vue
* Update emojis.vue
* Update emojis.vue
* wip
* wip
* wip
* wip
* Update file-dialog.vue
* wip
* wip
* Update token-generate-window.vue
* Update notification-setting-window.vue
* wip
* wip
* Update _error_.vue
* Update ja-JP.yml
* wip
* wip
* Update store.ts
* Update emojis.vue
* Update emojis.vue
* Update emojis.vue
* Update announcements.vue
* Update store.ts
* wip
* Update page-editor.vue
* wip
* wip
* Update modal.vue
* wip
* Update select-file.ts
* Update timeline.vue
* Update emojis.vue
* Update os.ts
* wip
* Update user-select.vue
* Update mfm.ts
* Update get-file-info.ts
* Update drive.vue
* Update init.ts
* Update mfm.ts
* wip
* wip
* Update window.vue
* Update note.vue
* wip
* wip
* Update user-info.vue
* wip
* wip
* wip
* wip
* wip
* Update header.vue
* Update header.vue
* wip
* Update explore.vue
* wip
* wip
* wip
* Update webpack.config.ts
* wip
* wip
* wip
* wip
* wip
* wip
* Update autocomplete.ts
* wip
* wip
* wip
* Update toast.vue
* wip
* Update post-form-dialog.vue
* wip
* wip
* wip
* wip
* wip
* Update users.vue
* wip
* Update explore.vue
* wip
* wip
* wip
* Update package.json
* wip
* Update icon-dialog.vue
* wip
* wip
* Update user-preview.ts
* wip
* wip
* wip
* wip
* wip
* Update instance.vue
* Update user-name.vue
* Update federation.vue
* Update instance.vue
* wip
* wip
* Update tag.vue
* wip
* wip
* wip
* wip
* wip
* Update instance.vue
* wip
* Update os.ts
* Update os.ts
* wip
* wip
* wip
* Update router.ts
* wip
* Update init.ts
* Update note.vue
* Update messages.vue
* wip
* wip
* wip
* wip
* wip
* google
* wip
* wip
* wip
* wip
* Update theme-editor.vue
* wip
* wip
* Update room.vue
* Update channel-editor.vue
* wip
* Update window.vue
* Update window.vue
* wip
* Update window.vue
* Update window.vue
* wip
* Update menu.vue
* wip
* wip
* wip
* wip
* Update messaging-room.vue
* wip
* Update post-form.vue
* Update default.widgets.vue
* Update window.vue
* wip 
							
						 
						
							2020-10-17 20:12:00 +09:00  
				
					
						
							
							
								 
						
							
								cd0f8a4ef9 
								
							 
						 
						
							
							
								
								表示する通知を種別ごとに設定できるように ( #6647 )  
							
							... 
							
							
							
							* ストリーミング以外は一通り実装
* ストリーミング分も適用
* 通知のグローバル設定をサーバーサイドに保存
* グローバル通知を使うようにしたら更新されなくなるのを修正
* サーバーサイド処理
* i/notifications のパラメーター includeTypes に空配列を渡すと全部の通知が来る問題を修正
* 全て有効/無効ボタンを実装
* Squashed commit of the following:
commit c3c111529e2dbab66cfe#6617 )
    * New translations ja-JP.yml (French)
    * New translations ja-JP.yml (Arabic)
    * New translations ja-JP.yml (French)
    * New translations ja-JP.yml (Spanish)
    * New translations ja-JP.yml (German)
    * New translations ja-JP.yml (Chinese Simplified)
    * New translations ja-JP.yml (German)
    * New translations ja-JP.yml (English)
    * 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 Simplified)
    * 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 (Spanish)
    * 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 (Chinese Simplified)
    * New translations ja-JP.yml (Chinese Simplified)
    * New translations ja-JP.yml (Korean)
    * New translations ja-JP.yml (Korean)
    * New translations ja-JP.yml (Korean)
    * New translations ja-JP.yml (Spanish)
    * 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 (English)
    * New translations ja-JP.yml (Korean)
    * New translations ja-JP.yml (Chinese Simplified)
    * New translations ja-JP.yml (German)
    * New translations ja-JP.yml (Spanish)
    * New translations ja-JP.yml (Arabic)
    * New translations ja-JP.yml (French)
    * 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 (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 (English)
    * New translations ja-JP.yml (Chinese Traditional)
    * New translations ja-JP.yml (Japanese, Kansai)
    * New translations ja-JP.yml (English)
    * New translations ja-JP.yml (Korean)
    * New translations ja-JP.yml (Chinese Simplified)
    * New translations ja-JP.yml (German)
    * New translations ja-JP.yml (Spanish)
    * New translations ja-JP.yml (Arabic)
    * New translations ja-JP.yml (French)
    * 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)
commit 01238d6b1a#6593 )
commit c34f302b1c6870262f8dc54d5e70400ace009a54Fix  #6658 
commit 48e8ee440bFix  #6625  (#6649 )
commit 9855405b89#6621 )
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wop
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * add notes
    * wip
    * wip
    * wip
    * wip
    * sound
    * wip
    * add kick_gaba2
    * wip
commit 122076e8eaFix  #6652  (#6656 )
commit 7c5ac2cbb4ccda2181c1Fix  #6254  (#6648 )
commit b5fe4ba9befd9c7d525a080574e13ee0a44559https://github.com/syuilo/misskey  into develop
commit 080574e13dee0a445590#6645 )
commit bb342c7601ed17636fb9c59d7d941aClose  #6644 
commit 377377595ad63aef9963e9b28fa3c0be255dc58318eb7c6087cf29e69813132da7e3c026df23bb6476389ad6197cde8cfbf24eb2ddac4edc51eef27cbff8a23cb9c5efb9dahttps://github.com/syuilo/misskey  into develop
commit bff8a23cbc9c5efb9da0#6639 )
    917d3d0bd348b8320e5eFix  #6637  (#6638 )
    * Fix  #6637 
    * fix lint
commit 9b2ed96c1c69d9aa71f2#6636 )
    * wuip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * wip
    * Update folder.vue
    * wip
    * Update size.ts
    * wip
    * wip
    * Update index.vue
    * wip
commit 13683780cd✌️ 
commit d780e5b251917d3d0bd3🚀 
commit 4b19c536972d40a15d2b2bdcd22ad4f73a4e1304#6620 )
commit b265cdbd84a04d8b95c20e9a8c0cd45ae8a3c7e8🎨 
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-08-22 10:06:17 +09:00  
				
					
						
							
							
								 
						
							
								c34f302b1c 
								
							 
						 
						
							
							
								
								enhance(client): サーバーから切断されたときにダイアログで警告を表示できるように  
							
							
							
						 
						
							2020-08-19 21:47:18 +09:00  
				
					
						
							
							
								 
						
							
								9855405b89 
								
							 
						 
						
							
							
								
								Channel ( #6621 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* add notes
* wip
* wip
* wip
* wip
* sound
* wip
* add kick_gaba2
* wip 
							
						 
						
							2020-08-18 22:44:21 +09:00  
				
					
						
							
							
								 
						
							
								ee0a445590 
								
							 
						 
						
							
							
								
								Option objectStorageSetPublicRead ( #6645 )  
							
							
							
						 
						
							2020-08-13 20:05:01 +09:00  
				
					
						
							
							
								 
						
							
								ed17636fb9 
								
							 
						 
						
							
							
								
								WIP: Improve admin dashboard  
							
							
							
						 
						
							2020-08-13 17:58:16 +09:00  
				
					
						
							
							
								 
						
							
								132da7e3c0 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2020-08-10 12:20:58 +09:00  
				
					
						
							
							
								 
						
							
								69d9aa71f2 
								
							 
						 
						
							
							
								
								Full view mode ( #6636 )  
							
							... 
							
							
							
							* wuip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update folder.vue
* wip
* Update size.ts
* wip
* wip
* Update index.vue
* wip 
							
						 
						
							2020-08-09 15:51:02 +09:00  
				
					
						
							
							
								 
						
							
								13683780cd 
								
							 
						 
						
							
							
								
								✌️  
							
							
							
						 
						
							2020-08-09 13:49:44 +09:00  
				
					
						
							
							
								 
						
							
								d780e5b251 
								
							 
						 
						
							
							
								
								enhance(client): ミュートされたノート数を表示するようにしたり  
							
							
							
						 
						
							2020-08-09 13:46:19 +09:00  
				
					
						
							
							
								 
						
							
								4b19c53697 
								
							 
						 
						
							
							
								
								client: テーマコードをコピーできるようにしたり  
							
							
							
						 
						
							2020-08-08 10:27:37 +09:00  
				
					
						
							
							
								 
						
							
								66b07578c5 
								
							 
						 
						
							
							
								
								Fold sidebar ( #6610 )  
							
							... 
							
							
							
							* wip
* wip 
							
						 
						
							2020-08-01 10:53:23 +09:00  
				
					
						
							
							
								 
						
							
								595ad04ddb 
								
							 
						 
						
							
							
								
								feat(client): プラグインを無効にできるように  
							
							
							
						 
						
							2020-07-28 19:02:28 +09:00  
				
					
						
							
							
								 
						
							
								cf43dd6ec5 
								
							 
						 
						
							
							
								
								ワードミュート ( #6594 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip 
							
						 
						
							2020-07-27 13:34:20 +09:00  
				
					
						
							
							
								 
						
							
								056fef70da 
								
							 
						 
						
							
							
								
								✌️  ( #6567 )  
							
							... 
							
							
							
							Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-07-26 13:30:36 +09:00  
				
					
						
							
							
								 
						
							
								4feccdfd92 
								
							 
						 
						
							
							
								
								インスタンス設定の不足分を追加 ( #6576 )  
							
							... 
							
							
							
							* インスタンス設定の不足分を追加
* fix bug
* Update ja-JP.yml
* Update settings.vue
* Update settings.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-07-26 11:05:26 +09:00  
				
					
						
							
							
								 
						
							
								186b26e103 
								
							 
						 
						
							
							
								
								feat(client): Federation widget  
							
							... 
							
							
							
							Resolve  #6544  
						
							2020-07-25 11:56:56 +09:00  
				
					
						
							
							
								 
						
							
								b39850de01 
								
							 
						 
						
							
							
								
								feat(client): AiScriptプラグインからAPIアクセスできるように  
							
							
							
						 
						
							2020-07-18 14:28:32 +09:00  
				
					
						
							
							
								 
						
							
								0c1de7b1b6 
								
							 
						 
						
							
							
								
								feat: トークン手動発行機能  
							
							
							
						 
						
							2020-07-18 12:12:10 +09:00  
				
					
						
							
							
								 
						
							
								b663a47331 
								
							 
						 
						
							
							
								
								feat(client): 設定画面を整理  
							
							
							
						 
						
							2020-07-17 22:30:41 +09:00  
				
					
						
							
							
								 
						
							
								aae9bc4cf4 
								
							 
						 
						
							
							
								
								feat(client): blur effect for modal  
							
							
							
						 
						
							2020-07-12 18:14:59 +09:00  
				
					
						
							
							
								 
						
							
								426c2fa5d1 
								
							 
						 
						
							
							
								
								fix(locale): Add missing key  
							
							
							
						 
						
							2020-07-12 17:44:27 +09:00  
				
					
						
							
							
								 
						
							
								9b73e897df 
								
							 
						 
						
							
							
								
								Plugin system ( #6479 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* Update store.ts 
							
						 
						
							2020-07-12 00:38:55 +09:00  
				
					
						
							
							
								 
						
							
								80bebea9e6 
								
							 
						 
						
							
							
								
								テーマエディターの実装 ( #6482 )  
							
							... 
							
							
							
							* テーマ機能の実装
* resolve  #6478 
* 定数を削除できるように
* 変更を破棄するか確認ダイアログを表示するように
* fix code
* Update theme.ts
* ✌️ 
* fix path
* wip
* wip
* wip
Co-authored-by: syuilo <syuilotan@yahoo.co.jp> 
							
						 
						
							2020-07-11 12:12:35 +09:00  
				
					
						
							
							
								 
						
							
								cf3fc97202 
								
							 
						 
						
							
							
								
								Deck ( #6504 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip 
							
						 
						
							2020-07-11 10:13:11 +09:00  
				
					
						
							
							
								 
						
							
								5b28d7bf90 
								
							 
						 
						
							
							
								
								タイムライン上でTwitterウィジットを展開できるようになど ( #6496 )  
							
							... 
							
							
							
							* TL上でTwitterウィジットを展開できるようになど
* use iframe
* Twitterウィジットがはみ出すのを修正 
							
						 
						
							2020-07-11 06:25:20 +09:00  
				
					
						
							
							
								 
						
							
								3799708daf 
								
							 
						 
						
							
							
								
								feat(client): ウィジェットを画面スクロールに連動させるオプション  
							
							
							
						 
						
							2020-07-06 00:03:08 +09:00  
				
					
						
							
							
								 
						
							
								265d6bda15 
								
							 
						 
						
							
							
								
								ローカルのみボタンを公開範囲ピッカーに統合 ( #6428 )  
							
							... 
							
							
							
							* ローカルのみを公開範囲ピッカーに統合
* デザイン調整
* 🎨 
Co-authored-by: syuilo <syuilotan@yahoo.co.jp> 
							
						 
						
							2020-06-04 22:06:38 +09:00  
				
					
						
							
							
								 
						
							
								111eb43fd9 
								
							 
						 
						
							
							
								
								feat(client): 投稿フォームのボタンの説明を表示するように ( #6408 )  
							
							... 
							
							
							
							* Add title attr with buttons on the post form
* fix
* tooltip
* missing ;
* remove title attr
* fix bug
* Update reactions-viewer.details.vue
* help wip
* ok!
* i18n
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-06-03 13:30:17 +09:00  
				
					
						
							
							
								 
						
							
								a1e0c866aa 
								
							 
						 
						
							
							
								
								feat(client): 自動でもっと見るオプション ( #6403 )  
							
							... 
							
							
							
							* wip
* ugokanai
* wip
* implement setting subscribing
* fix lint
* ✌️ 
* Update notifications.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-05-31 12:53:06 +09:00  
				
					
						
							
							
								 
						
							
								3963ed8ff7 
								
							 
						 
						
							
							
								
								feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 ( #6396 )  
							
							... 
							
							
							
							* wip
* tabun ok
* better msg
* oops
* fix lint
* Update gulpfile.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update src/client/scripts/set-i18n-contexts.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* refactor
Co-authored-by: acid-chicken <root@acid-chicken.com>
* ✨ 
* wip
* fix lint
* たぶんおk
* fix flush
* Translate Notification
* remove console.log
* fix
* add notifications
* remove san
* wip
* ok
* ✌️ 
* Update src/prelude/array.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* wip
* i18n refactor
* Update init.ts
* ✌️ 
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp> 
							
						 
						
							2020-05-23 13:19:31 +09:00  
				
					
						
							
							
								 
						
							
								11141c878c 
								
							 
						 
						
							
							
								
								fix(i18n): Fix missing translation  
							
							
							
						 
						
							2020-05-20 11:16:10 +09:00  
				
					
						
							
							
								 
						
							
								7dd8dbeb5b 
								
							 
						 
						
							
							
								
								feat(client):  💴  
							
							
							
						 
						
							2020-05-17 14:43:25 +09:00  
				
					
						
							
							
								 
						
							
								6cee608c91 
								
							 
						 
						
							
							
								
								chore(locale): Add doll-ai translation  
							
							
							
						 
						
							2020-05-16 23:51:28 +09:00  
				
					
						
							
							
								 
						
							
								145389768d 
								
							 
						 
						
							
							
								
								pub-relay ( #6341 )  
							
							... 
							
							
							
							* pub-relay
* relay actorをApplicationにする
* Disable koa-compress
* Homeはリレーに送らない
* Disable debug
* UI
* cleanupなど 
							
						 
						
							2020-05-10 18:42:31 +09:00  
				
					
						
							
							
								 
						
							
								0294061c00 
								
							 
						 
						
							
							
								
								feat(client): Reimplement Misskey Rooms  
							
							
							
						 
						
							2020-05-09 15:47:20 +09:00  
				
					
						
							
							
								 
						
							
								234294d564 
								
							 
						 
						
							
							
								
								WebAuthnでログインできないのを修正 ( #6327 )  
							
							... 
							
							
							
							Resolve  #6319  
						
							2020-05-09 08:20:22 +09:00  
				
					
						
							
							
								 
						
							
								4a08d5295e 
								
							 
						 
						
							
							
								
								feat(client): Make possible to customize sidebar  
							
							... 
							
							
							
							Resolve  #6285  
						
							2020-05-06 11:41:44 +09:00  
				
					
						
							
							
								 
						
							
								9a611b24f3 
								
							 
						 
						
							
							
								
								Fix bug  
							
							
							
						 
						
							2020-04-29 09:35:37 +09:00  
				
					
						
							
							
								 
						
							
								01411327b8 
								
							 
						 
						
							
							
								
								Add *captcha settings guide  
							
							
							
						 
						
							2020-04-29 06:04:05 +09:00  
				
					
						
							
							
								 
						
							
								7860839220 
								
							 
						 
						
							
							
								
								Add support for hCaptcha  
							
							
							
						 
						
							2020-04-28 14:29:33 +09:00  
				
					
						
							
							
								 
						
							
								1f998168e2 
								
							 
						 
						
							
							
								
								feat(client): Implement default upload folder setting  
							
							... 
							
							
							
							Resolve  #5985  
						
							2020-04-22 00:34:56 +09:00  
				
					
						
							
							
								 
						
							
								164c6505f2 
								
							 
						 
						
							
							
								
								enhance(client): Use icon instead of text  
							
							
							
						 
						
							2020-04-19 17:39:54 +09:00  
				
					
						
							
							
								 
						
							
								8d39283d46 
								
							 
						 
						
							
							
								
								Resolve   #6276  
							
							
							
						 
						
							2020-04-19 09:05:20 +09:00  
				
					
						
							
							
								 
						
							
								90e8527556 
								
							 
						 
						
							
							
								
								Resolve   #6256  
							
							
							
						 
						
							2020-04-16 00:39:21 +09:00  
				
					
						
							
							
								 
						
							
								63225ed0fd 
								
							 
						 
						
							
							
								
								モデレーション周りのv11の機能復元 ( #6249 )  
							
							... 
							
							
							
							* モデレーション周りのv11の機能復元
* i18n
* wip
* wip
Co-authored-by: syuilo <syuilotan@yahoo.co.jp> 
							
						 
						
							2020-04-13 23:27:12 +09:00  
				
					
						
							
							
								 
						
							
								11cc9cbc7c 
								
							 
						 
						
							
							
								
								Resolve   #5755  
							
							
							
						 
						
							2020-04-13 03:23:23 +09:00  
				
					
						
							
							
								 
						
							
								36b9a0d42f 
								
							 
						 
						
							
							
								
								プロキシの除外ホスト ( #6244 )  
							
							... 
							
							
							
							* プロキシの除外ホスト
* オブジェクトストレージとの通信にProxyを使うかを選択できるように
* fix lint
* コメント
Co-authored-by: rinsuki <428rinsuki+git@gmail.com> 
							
						 
						
							2020-04-12 20:32:34 +09:00  
				
					
						
							
							
								 
						
							
								b5981ab544 
								
							 
						 
						
							
							
								
								feat(client): Implement AiScript scratchpad  
							
							
							
						 
						
							2020-04-11 22:44:32 +09:00  
				
					
						
							
							
								 
						
							
								a950b6193a 
								
							 
						 
						
							
							
								
								インスタンス一覧でソートできるように  
							
							
							
						 
						
							2020-03-29 10:14:33 +09:00  
				
					
						
							
							
								 
						
							
								dcd43a17ba 
								
							 
						 
						
							
							
								
								インストールしたアプリ見れるようにしたり削除できるようにしたり  
							
							
							
						 
						
							2020-03-28 19:33:11 +09:00  
				
					
						
							
							
								 
						
							
								6be127e18b 
								
							 
						 
						
							
							
								
								Implement MiAuth  
							
							
							
						 
						
							2020-03-28 11:24:37 +09:00  
				
					
						
							
							
								 
						
							
								dac962580b 
								
							 
						 
						
							
							
								
								テーマインポート機能を実装するなど  
							
							
							
						 
						
							2020-03-23 19:06:46 +09:00  
				
					
						
							
							
								 
						
							
								903e93ae01 
								
							 
						 
						
							
							
								
								i18n ( #6171 )  
							
							... 
							
							
							
							* i18n
Resolve  #6155 
* i18n for drive
* ✌️ 
* Extract doc
Co-authored-by: syuilo <syuilotan@yahoo.co.jp> 
							
						 
						
							2020-03-22 10:51:40 +09:00  
				
					
						
							
							
								 
						
							
								06c7fe669c 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2020-03-22 10:41:25 +09:00  
				
					
						
							
							
								 
						
							
								e2c0ee66e4 
								
							 
						 
						
							
							
								
								Resolve   #6170  
							
							
							
						 
						
							2020-03-22 10:39:12 +09:00  
				
					
						
							
							
								 
						
							
								a5e1ce0e0b 
								
							 
						 
						
							
							
								
								Add 削除して編集 ( #6147 )  
							
							... 
							
							
							
							* Add 削除して編集
* 言語ファイルを更新
* リプライとリノートも復元する
* Revert "リプライとリノートも復元する"
This reverts commit f23f7f8d78 
							
						 
						
							2020-03-21 18:58:05 +09:00  
				
					
						
							
							
								 
						
							
								c88e737a84 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2020-03-20 22:37:44 +09:00  
				
					
						
							
							
								 
						
							
								a2d3d22b6e 
								
							 
						 
						
							
							
								
								オブジェクトストレージでS3のvirtual-host形式のサポートなど ( #6148 )  
							
							... 
							
							
							
							* オブジェクトストレージでS3のvirtual-host形式のサポートなど
* 表記揺れ
* more simply
* S3ならばs3ForcePathStyleしない 
							
						 
						
							2020-03-14 11:33:19 +09:00  
				
					
						
							
							
								 
						
							
								969cd16638 
								
							 
						 
						
							
							
								
								Resolve   #6091  
							
							
							
						 
						
							2020-02-27 07:04:28 +09:00  
				
					
						
							
							
								 
						
							
								03f54c5b02 
								
							 
						 
						
							
							
								
								リアクション絵文字設定をいい感じに ( #6074 )  
							
							... 
							
							
							
							* リアクション絵文字設定をいい感じに
* みじかく 
							
						 
						
							2020-02-26 16:48:23 +09:00  
				
					
						
							
							
								 
						
							
								50359dbaf4 
								
							 
						 
						
							
							
								
								Resolve   #6053  
							
							
							
						 
						
							2020-02-22 06:57:54 +09:00  
				
					
						
							
							
								 
						
							
								c7c08b7511 
								
							 
						 
						
							
							
								
								Resolve   #6043  
							
							
							
						 
						
							2020-02-21 00:28:45 +09:00  
				
					
						
							
							
								 
						
							
								b8e7df198d 
								
							 
						 
						
							
							
								
								Improve sound  
							
							
							
						 
						
							2020-02-20 06:08:49 +09:00  
				
					
						
							
							
								 
						
							
								c1d25d2394 
								
							 
						 
						
							
							
								
								切断時ダイアログのタイミングの変更など ( #6014 )  
							
							... 
							
							
							
							* 再接続時インジケーター
* Update ja-JP.yml
* Update stream-indicator.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-02-20 03:42:35 +09:00  
				
					
						
							
							
								 
						
							
								880cea5a56 
								
							 
						 
						
							
							
								
								Better sfx  
							
							
							
						 
						
							2020-02-20 03:14:17 +09:00  
				
					
						
							
							
								 
						
							
								e7205d9cc2 
								
							 
						 
						
							
							
								
								サウンド設定など  
							
							
							
						 
						
							2020-02-20 02:40:53 +09:00  
				
					
						
							
							
								 
						
							
								d1e9e74cb8 
								
							 
						 
						
							
							
								
								Resolve   #5978  
							
							
							
						 
						
							2020-02-19 06:16:49 +09:00  
				
					
						
							
							
								 
						
							
								804c932f60 
								
							 
						 
						
							
							
								
								Resolve   #5995  
							
							
							
						 
						
							2020-02-19 04:08:35 +09:00  
				
					
						
							
							
								 
						
							
								6ca30df8c4 
								
							 
						 
						
							
							
								
								Some tweaks  
							
							
							
						 
						
							2020-02-19 03:16:10 +09:00  
				
					
						
							
							
								 
						
							
								a340d4ed8e 
								
							 
						 
						
							
							
								
								固定投稿フォームを実装 ( #5994 )  
							
							... 
							
							
							
							* 固定投稿フォームを実装
* fix 
							
						 
						
							2020-02-19 03:11:09 +09:00  
				
					
						
							
							
								 
						
							
								da4af041af 
								
							 
						 
						
							
							
								
								ログビューア実装  
							
							
							
						 
						
							2020-02-18 21:27:43 +09:00  
				
					
						
							
							
								 
						
							
								e2ff408f2f 
								
							 
						 
						
							
							
								
								Implement object storage settings  
							
							
							
						 
						
							2020-02-18 21:12:05 +09:00  
				
					
						
							
							
								 
						
							
								5f712fbf3c 
								
							 
						 
						
							
							
								
								Implement photo widget  
							
							
							
						 
						
							2020-02-18 19:47:30 +09:00  
				
					
						
							
							
								 
						
							
								0508d5f643 
								
							 
						 
						
							
							
								
								Add activity widget  
							
							
							
						 
						
							2020-02-18 19:31:11 +09:00  
				
					
						
							
							
								 
						
							
								d9986b7a2f 
								
							 
						 
						
							
							
								
								Implement featured note injection  
							
							
							
						 
						
							2020-02-18 19:05:11 +09:00  
				
					
						
							
							
								 
						
							
								52fb1237ec 
								
							 
						 
						
							
							
								
								Imprement promo read  
							
							
							
						 
						
							2020-02-18 18:14:38 +09:00  
				
					
						
							
							
								 
						
							
								a54de07260 
								
							 
						 
						
							
							
								
								Resolve   #5963  
							
							
							
						 
						
							2020-02-18 08:41:32 +09:00  
				
					
						
							
							
								 
						
							
								6c99c32100 
								
							 
						 
						
							
							
								
								i18n  
							
							
							
						 
						
							2020-02-17 03:19:27 +09:00  
				
					
						
							
							
								 
						
							
								93d25a2a34 
								
							 
						 
						
							
							
								
								ユーザー設定とクライアント設定を分離  
							
							
							
						 
						
							2020-02-17 03:10:51 +09:00  
				
					
						
							
							
								 
						
							
								f45fb56e15 
								
							 
						 
						
							
							
								
								Improve instance info page  
							
							
							
						 
						
							2020-02-17 02:21:27 +09:00  
				
					
						
							
							
								 
						
							
								091923764d 
								
							 
						 
						
							
							
								
								Implement image dialog  
							
							
							
						 
						
							2020-02-16 22:46:18 +09:00  
				
					
						
							
							
								 
						
							
								2a04f2ca4d 
								
							 
						 
						
							
							
								
								Improve follow-requests page  
							
							
							
						 
						
							2020-02-15 08:42:21 +09:00  
				
					
						
							
							
								 
						
							
								d21d38509c 
								
							 
						 
						
							
							
								
								Font size setting  
							
							
							
						 
						
							2020-02-15 03:44:40 +09:00  
				
					
						
							
							
								 
						
							
								c00ab0fbe2 
								
							 
						 
						
							
							
								
								Api key setting  
							
							
							
						 
						
							2020-02-15 03:18:33 +09:00  
				
					
						
							
							
								 
						
							
								44f7c13ad4 
								
							 
						 
						
							
							
								
								✌️  
							
							
							
						 
						
							2020-02-15 01:39:14 +09:00  
				
					
						
							
							
								 
						
							
								4f1981df03 
								
							 
						 
						
							
							
								
								サイドバーメニューからアカウントを作成できるように ( #5910 )  
							
							... 
							
							
							
							* メニューからアカウントを作成できるようにした
* i18n
* Update signup.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-02-15 01:33:08 +09:00  
				
					
						
							
							
								 
						
							
								65c0b6c7da 
								
							 
						 
						
							
							
								
								Resolve   #5939  
							
							
							
						 
						
							2020-02-15 01:03:59 +09:00  
				
					
						
							
							
								 
						
							
								84958af4ce 
								
							 
						 
						
							
							
								
								Improve doc page  
							
							
							
						 
						
							2020-02-15 00:27:53 +09:00  
				
					
						
							
							
								 
						
							
								f5f7654f4b 
								
							 
						 
						
							
							
								
								Improve custom emoji managemant  
							
							
							
						 
						
							2020-02-14 01:09:39 +09:00  
				
					
						
							
							
								 
						
							
								5ac4c48ad1 
								
							 
						 
						
							
							
								
								動きのあるMFMを無効にするオプション  
							
							
							
						 
						
							2020-02-13 23:20:12 +09:00  
				
					
						
							
							
								 
						
							
								f7fe13a177 
								
							 
						 
						
							
							
								
								i18n  
							
							
							
						 
						
							2020-02-13 11:46:02 +09:00  
				
					
						
							
							
								 
						
							
								c228155514 
								
							 
						 
						
							
							
								
								Fix   #5930  
							
							
							
						 
						
							2020-02-13 11:44:58 +09:00  
				
					
						
							
							
								 
						
							
								83ad9f369f 
								
							 
						 
						
							
							
								
								OSネイティブの絵文字を使用オプション  
							
							
							
						 
						
							2020-02-13 03:11:37 +09:00  
				
					
						
							
							
								 
						
							
								2479f75d8a 
								
							 
						 
						
							
							
								
								インスタンス情報ページとMisskey情報ページを分離するなど  
							
							
							
						 
						
							2020-02-13 02:48:52 +09:00  
				
					
						
							
							
								 
						
							
								f0d187f71e 
								
							 
						 
						
							
							
								
								Add crowdin link  
							
							
							
						 
						
							2020-02-13 02:35:50 +09:00  
				
					
						
							
							
								 
						
							
								2feef81516 
								
							 
						 
						
							
							
								
								グループ招待の通知とか  
							
							... 
							
							
							
							Resolve  #5880 
Resolve  #5927  
						
							2020-02-13 02:17:54 +09:00  
				
					
						
							
							
								 
						
							
								fbc801d1da 
								
							 
						 
						
							
							
								
								言語切り替え  
							
							
							
						 
						
							2020-02-12 07:12:58 +09:00  
				
					
						
							
							
								 
						
							
								c2d5a96bb6 
								
							 
						 
						
							
							
								
								翻訳の抜けを修正その2 ( #5893 )  
							
							... 
							
							
							
							* Missing translation
* use npx
* ✌️ 
* Update ja-JP.yml
* Update signup.vue
* Update ja-JP.yml
* Update messaging-room.vue
* Update ja-JP.yml
* Update signup.vue
* Update ja-JP.yml
* Update signin.vue
* Update ja-JP.yml
* Update index.vue
* Update ja-JP.yml
* Update signup.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-02-12 06:27:11 +09:00  
				
					
						
							
							
								 
						
							
								2511114c28 
								
							 
						 
						
							
							
								
								なんかもうめっちゃ変えた  
							
							... 
							
							
							
							Resolve  #5846  
						
							2020-02-10 23:17:42 +09:00  
				
					
						
							
							
								 
						
							
								5268bade66 
								
							 
						 
						
							
							
								
								Better widgets  
							
							
							
						 
						
							2020-02-10 05:42:03 +09:00  
				
					
						
							
							
								 
						
							
								514eb39a14 
								
							 
						 
						
							
							
								
								ユーザーページからグループに招待できるように  
							
							
							
						 
						
							2020-02-10 05:03:01 +09:00  
				
					
						
							
							
								 
						
							
								344fbe6bcd 
								
							 
						 
						
							
							
								
								Note page title  
							
							
							
						 
						
							2020-02-10 03:55:33 +09:00  
				
					
						
							
							
								 
						
							
								0add490097 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2020-02-09 22:05:56 +09:00  
				
					
						
							
							
								 
						
							
								ac5453232f 
								
							 
						 
						
							
							
								
								お知らせの固定表示 ( #5887 )  
							
							... 
							
							
							
							* お知らせの固定
* ✌️ 
* Update index.home.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2020-02-09 21:31:17 +09:00  
				
					
						
							
							
								 
						
							
								b63fc71865 
								
							 
						 
						
							
							
								
								i18n  
							
							
							
						 
						
							2020-02-09 19:18:06 +09:00  
				
					
						
							
							
								 
						
							
								527a639242 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2020-02-09 03:33:17 +09:00  
				
					
						
							
							
								 
						
							
								78c2535c3c 
								
							 
						 
						
							
							
								
								✌️  
							
							
							
						 
						
							2020-02-08 22:42:35 +09:00  
				
					
						
							
							
								 
						
							
								b2859bcd2a 
								
							 
						 
						
							
							
								
								Fix defalut note visibility setting ( #5881 )  
							
							... 
							
							
							
							* Fix default note visibility setting
* refactor
* missing translation
* fix 
							
						 
						
							2020-02-08 20:02:15 +09:00  
				
					
						
							
							
								 
						
							
								1fb66254a4 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2020-02-08 17:49:54 +09:00  
				
					
						
							
							
								 
						
							
								016144b960 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2020-02-08 15:47:16 +09:00  
				
					
						
							
							
								 
						
							
								4d6c8efe44 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2020-02-08 15:17:35 +09:00  
				
					
						
							
							
								 
						
							
								860a7d1eeb 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2020-02-08 15:11:12 +09:00  
				
					
						
							
							
								 
						
							
								e812d054bc 
								
							 
						 
						
							
							
								
								Clean up  
							
							
							
						 
						
							2020-02-08 13:06:42 +09:00  
				
					
						
							
							
								 
						
							
								44d2c0195a 
								
							 
						 
						
							
							
								
								翻訳の抜けを修正 ( #5875 )  
							
							... 
							
							
							
							* missing translation
* fix
* fix
* ✌️  
							
						 
						
							2020-02-08 13:06:09 +09:00  
				
					
						
							
							
								 
						
							
								77a778acf1 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/syuilo/misskey  into develop  
							
							
							
						 
						
							2020-02-07 19:15:12 +09:00  
				
					
						
							
							
								 
						
							
								ff059d1268 
								
							 
						 
						
							
							
								
								wip docs  
							
							
							
						 
						
							2020-02-07 19:15:08 +09:00  
				
					
						
							
							
								 
						
							
								09a3a977d7 
								
							 
						 
						
							
							
								
								👀  ( #5869 )  
							
							
							
						 
						
							2020-02-07 09:43:26 +09:00  
				
					
						
							
							
								 
						
							
								c2a8e29ef9 
								
							 
						 
						
							
							
								
								Not found page  
							
							
							
						 
						
							2020-02-06 23:20:59 +09:00  
				
					
						
							
							
								 
						
							
								15a41e31b0 
								
							 
						 
						
							
							
								
								Fix   #5856  
							
							
							
						 
						
							2020-02-06 23:12:27 +09:00  
				
					
						
							
							
								 
						
							
								c7da2a4b5f 
								
							 
						 
						
							
							
								
								Resolve   #5857  
							
							
							
						 
						
							2020-02-06 19:11:14 +09:00  
				
					
						
							
							
								 
						
							
								d580622d1b 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2020-02-06 17:44:41 +09:00  
				
					
						
							
							
								 
						
							
								3b0d0df068 
								
							 
						 
						
							
							
								
								i18n  
							
							
							
						 
						
							2020-02-06 17:25:04 +09:00  
				
					
						
							
							
								 
						
							
								69802a9f00 
								
							 
						 
						
							
							
								
								Resolve   #5850  
							
							
							
						 
						
							2020-02-06 17:21:28 +09:00  
				
					
						
							
							
								 
						
							
								416accbe78 
								
							 
						 
						
							
							
								
								Renoteを解除できるように  
							
							... 
							
							
							
							Resolve  #2231  
						
							2020-02-06 09:09:24 +09:00  
				
					
						
							
							
								 
						
							
								46b0c5f354 
								
							 
						 
						
							
							
								
								✌️  
							
							
							
						 
						
							2020-02-01 07:20:17 +09:00  
				
					
						
							
							
								 
						
							
								2cca14a625 
								
							 
						 
						
							
							
								
								Show patrons  
							
							
							
						 
						
							2020-01-31 16:33:36 +09:00  
				
					
						
							
							
								 
						
							
								a5cf189caa 
								
							 
						 
						
							
							
								
								Improve follow button  
							
							
							
						 
						
							2020-01-31 11:58:59 +09:00  
				
					
						
							
							
								 
						
							
								259254aca8 
								
							 
						 
						
							
							
								
								Add patreon link  
							
							
							
						 
						
							2020-01-31 07:05:03 +09:00  
				
					
						
							
							
								 
						
							
								783fa161a1 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2020-01-31 07:01:56 +09:00  
				
					
						
							
							
								 
						
							
								963c7761f2 
								
							 
						 
						
							
							
								
								Pages  
							
							
							
						 
						
							2020-01-31 07:01:45 +09:00  
				
					
						
							
							
								 
						
							
								635afdf53f 
								
							 
						 
						
							
							
								
								Fix password reset  
							
							
							
						 
						
							2020-01-31 05:15:59 +09:00  
				
					
						
							
							
								 
						
							
								48e9898db1 
								
							 
						 
						
							
							
								
								2fa setting  
							
							
							
						 
						
							2020-01-30 13:05:14 +09:00  
				
					
						
							
							
								 
						
							
								9f4da44b59 
								
							 
						 
						
							
							
								
								Fix  
							
							
							
						 
						
							2020-01-30 06:11:35 +09:00  
				
					
						
							
							
								 
						
							
								c44e8e6bf1 
								
							 
						 
						
							
							
								
								Emoji copy  
							
							
							
						 
						
							2020-01-30 06:06:50 +09:00  
				
					
						
							
							
								 
						
							
								f6154dc0af 
								
							 
						 
						
							
							
								
								v12 ( #5712 )  
							
							... 
							
							
							
							Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> 
							
						 
						
							2020-01-30 04:37:25 +09:00  
				
					
						
							
							
								 
						
							
								e6b93c1dbb 
								
							 
						 
						
							
							
								
								Fix   #5687  ( #5701 )  
							
							
							
						 
						
							2020-01-10 11:16:08 +09:00  
				
					
						
							
							
								 
						
							
								b0bb5d8dfc 
								
							 
						 
						
							
							
								
								期限切れ/未保存リモートファイルのローカルプロキシ ( #5655 )  
							
							... 
							
							
							
							* Media Proxy を実装
* サンプルを追加
* https://github.com/syuilo/misskey/pull/5649#discussion_r359967471  の修正
* https://github.com/syuilo/misskey/pull/5649#discussion_r359967966  の修正
* https://github.com/syuilo/misskey/pull/5649#discussion_r359968219  の修正
* 期限切れ/未保存リモートファイルのローカルプロキシ
* 設定
* 説明
* comment out
* fix
Co-authored-by: 和風ドレッシング <37681609+CookieRamen@users.noreply.github.com> 
							
						 
						
							2019-12-31 17:23:47 +09:00  
				
					
						
							
							
								 
						
							
								c5c074f201 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							... 
							
							
							
							誤字修正 少数→小数  
数→数値のほうがよさそうなので変更 
							
						 
						
							2019-12-24 19:54:53 +09:00  
				
					
						
							
							
								 
						
							
								1eb5578063 
								
							 
						 
						
							
							
								
								Add round function  
							
							
							
						 
						
							2019-12-20 02:09:51 +09:00  
				
					
						
							
							
								 
						
							
								d95242cab0 
								
							 
						 
						
							
							
								
								ミュート/ブロックでページングと解除ができるように ( #5610 )  
							
							
							
						 
						
							2019-12-15 03:42:33 +09:00  
				
					
						
							
							
								 
						
							
								cc7fec4b9f 
								
							 
						 
						
							
							
								
								Improve reaction setting  
							
							... 
							
							
							
							Fix  #5577  
						
							2019-11-04 20:44:01 +09:00  
				
					
						
							
							
								 
						
							
								4c6c06c80a 
								
							 
						 
						
							
							
								
								Improve emoji-picker ( #5515 )  
							
							... 
							
							
							
							* Improve emoji-picker
* remove unimplanted translation
* カテゴリのサジェスト
* use unique 
							
						 
						
							2019-10-21 00:43:39 +09:00  
				
					
						
							
							
								 
						
							
								488fe2e7bd 
								
							 
						 
						
							
							
								
								みつけるに連合分を表示するように ( #5490 )  
							
							... 
							
							
							
							* みつける Fediverse
* discovered 
							
						 
						
							2019-10-14 02:00:29 +09:00  
				
					
						
							
							
								 
						
							
								da69650505 
								
							 
						 
						
							
							
								
								Resolve   #5500  
							
							
							
						 
						
							2019-10-14 01:41:25 +09:00  
				
					
						
							
							
								 
						
							
								1832b2e53c 
								
							 
						 
						
							
							
								
								Update ja-JP.yml ( #5393 )  
							
							
							
						 
						
							2019-09-27 05:14:10 +09:00  
				
					
						
							
							
								 
						
							
								ef17838c64 
								
							 
						 
						
							
							
								
								Better broadcast widget mk2 ( #5455 )  
							
							... 
							
							
							
							* better broadcast widget
* 🎨 
* 🎨 
* 🎨 
* mk2 (left nav with chevron icons)
* fix
* button title 
							
						 
						
							2019-09-26 04:23:48 +09:00  
				
					
						
							
							
								 
						
							
								61642539b1 
								
							 
						 
						
							
							
								
								Adminページのユーザー一覧フィルターに利用可能アカウントを追加 ( #5430 )  
							
							... 
							
							
							
							* Adminページのユーザー一覧フィルターにアクティブアカウントを追加
* validator update
* availableに 
							
						 
						
							2019-09-21 21:35:22 +09:00  
				
					
						
							
							
								 
						
							
								a7b710a2f8 
								
							 
						 
						
							
							
								
								広告ブロッカーの警告を削除 ( #5408 )  
							
							... 
							
							
							
							* remove f*ckadbloack
* follow-buttonが消されないように
* revert version
* remove locales 
							
						 
						
							2019-09-08 21:19:28 +09:00  
				
					
						
							
							
								 
						
							
								cefd2a4c54 
								
							 
						 
						
							
							
								
								ページURLが空の時currentNameを使うように ( #5368 )  
							
							... 
							
							
							
							* ページURLが空の時currentNameを使う
* 空の時はページURLにcurrentNameを代入するように
* Update src/client/app/common/views/pages/page-editor/page-editor.vue
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update validator
* Update src/client/app/common/views/pages/page-editor/page-editor.vue
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* やっぱりuuidは統一
* エラー処理を追加
* some fix
* ちょっとだけ翻訳の追加と改善
* リファクタリング
* Revert "やっぱりuuidは統一"
This reverts commit 965a860504 
							
						 
						
							2019-09-02 06:02:35 +09:00  
				
					
						
							
							
								 
						
							
								749200d22b 
								
							 
						 
						
							
							
								
								Show users who sent reaction on hover ( #5362 )  
							
							... 
							
							
							
							* Show users who sent reaction on hover
* Support i18n
* detail -> details
* Extract methods
* Update on change 
							
						 
						
							2019-08-31 03:04:36 +09:00  
				
					
						
							
							
								 
						
							
								2d6d9f30e1 
								
							 
						 
						
							
							
								
								ページURLが他と重複してたらエラーを投げるように ( #5354 )  
							
							... 
							
							
							
							* [Page]nameが重複したときの処理を追加
* page-editor側のerr.idにuuidを適用
* refactor
* uuidをわけた 
							
						 
						
							2019-08-28 08:00:05 +09:00  
				
					
						
							
							
								 
						
							
								1c4e1af7c3 
								
							 
						 
						
							
							
								
								Improve post form ( #5326 )  
							
							... 
							
							
							
							* Improve post form
* Remove local icon from button 
							
						 
						
							2019-08-25 16:12:01 +09:00  
				
					
						
							
							
								 
						
							
								a85f4c4fc4 
								
							 
						 
						
							
							
								
								Resolve   #2716  ( #5340 )  
							
							... 
							
							
							
							* Resolve  #2716 
* Update ja-JP.yml 
							
						 
						
							2019-08-25 16:11:20 +09:00  
				
					
						
							
							
								 
						
							
								ad70b50fee 
								
							 
						 
						
							
							
								
								[Room] Add energy drink  
							
							
							
						 
						
							2019-08-23 06:52:42 +09:00  
				
					
						
							
							
								 
						
							
								0638b6cb69 
								
							 
						 
						
							
							
								
								Roomで未保存警告ダイアログなどを追加 ( #5332 )  
							
							... 
							
							
							
							* Room保存時にダイアログを表示するように
* Roomから移動するときに未保存ならば警告するように 
							
						 
						
							2019-08-22 18:33:50 +09:00  
				
					
						
							
							
								 
						
							
								c741e27057 
								
							 
						 
						
							
							
								
								[Room] Add holo-display  
							
							
							
						 
						
							2019-08-22 02:40:01 +09:00  
				
					
						
							
							
								 
						
							
								630d873ec0 
								
							 
						 
						
							
							
								
								[room]Add cup noodle ( #5323 )  
							
							... 
							
							
							
							* [Room] Add cup noodles
* remove ,
* Fix Cup-Noodle Texture 
							
						 
						
							2019-08-20 15:57:42 +09:00  
				
					
						
							
							
								 
						
							
								311a4f28b0 
								
							 
						 
						
							
							
								
								Resolve   #5298  
							
							
							
						 
						
							2019-08-19 16:05:57 +09:00  
				
					
						
							
							
								 
						
							
								9153434906 
								
							 
						 
						
							
							
								
								[Room] Add bin  
							
							
							
						 
						
							2019-08-19 01:54:06 +09:00  
				
					
						
							
							
								 
						
							
								3a08364c24 
								
							 
						 
						
							
							
								
								[Room] Add some furnitures  
							
							
							
						 
						
							2019-08-19 01:45:20 +09:00  
				
					
						
							
							
								 
						
							
								45b972c059 
								
							 
						 
						
							
							
								
								MisskeyRoom ( #5267 )  
							
							... 
							
							
							
							* wip
* Add pemcil
* Fix bug
* Update .gitattributes
* Add 🍮 
* Better 🍮 
* Add color boxes
* Add pc
* Add keyboard
* Add 📦 
* Add more 📦 
* ✌️ 
* carpet
* Add plant
* ✌️ 
* ✌️ 
* Update room.vue
* Add plant
* ✌️ 
* ✌️ 
* ✌️ 
* ✌️ 
* ✌️ 
* 段ボール箱がてかりすぎているのを修正
* Update room.ts
* Render username
* ✌️ 
* Add new 📦 
* Update room.ts
* Remove blender backup files
* Refactor
* Improve performance
* Update room.ts
* Update .gitattributes
* Update room.ts
* Better fan
* Better tissue rendering
* Add 🐧 
* Create photoframe2.glb
* chairs
* Add 📖 
* fix: HiDPi環境でオブジェクトを選択できない (#5268 )
* Better monitor
* ✌️ 
* Add corkboard
* Add missing blend
* mousepad
* Add missing blend
* Add cube
* 額縁やモニターなどに任意の画像を表示できるように
* Update MisskeyRoom section of CONTRIBUTING.md (#5272 )
* Update MisskeyRoom section of CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Refactor
* カスタムテクスチャがずれないように
* Remove debug code
* Update furnitures.json5
* 一部の家具の色を自由に変えられるように
* Update ja-JP.yml
* Type annotation
* 家具の色やテクスチャをすぐ反映するように
* Update room.vue
* Update furnitures.json5
* Add 📺 
* Update ja-JP.yml
* 床の色を変えられるように
* 和室にできるように
* Update washitsu
* Use MeshLambertMaterial to improve performance
* Use MeshLambertMaterial
* Fix bug
* Refactor
* Update room.ts
* Fix washitsu
* Update room.vue
* Update washistu
* Use MeshLambertMaterial
* Update room.ts
* Set current property value
* Disable reactivity to improve performance a bit
* Fix bug
* Set current carpet color
* Update ja-JP.yml
* Add rubik-cube (#5278 )
* Update ja-JP.yml (#5279 )
* Update UI
* ルームの設定を追加
* Add room link
* 家具をドラッグで移動や回転できるように
* esnextにする (#5286 )
* Fix moduleResolution
* Use uuid v4
* Fix bug
* マットの色を変えられるように
* ✌️ 
* 異方性フィルタリングするように
* グラフィックの品質をフィルタリングに反映
* Add bloom effect when ultra graphics
* Add posters
* 🎨  
							
						 
						
							2019-08-18 14:41:33 +09:00  
				
					
						
							
							
								 
						
							
								84ca3a7d45 
								
							 
						 
						
							
							
								
								Unified the notation with "Renote" for consistency ( #5256 )  
							
							... 
							
							
							
							https://crowdin.com/translate/misskey/3/ja-zhcn#5238  
						
							2019-08-08 06:45:39 +09:00  
				
					
						
							
							
								 
						
							
								3b626f72e4 
								
							 
						 
						
							
							
								
								Resolve   #5247  ( #5248 )  
							
							
							
						 
						
							2019-08-05 10:30:31 +09:00  
				
					
						
							
							
								 
						
							
								66409029e7 
								
							 
						 
						
							
							
								
								非ログイン時の警告処理 ( #5219 )  
							
							... 
							
							
							
							* Update note-mixin.ts
* Update note-mixin.ts
* ✌️ 
* Update note-mixin.ts
* Update note-menu.vue 
							
						 
						
							2019-07-28 10:35:53 +09:00  
				
					
						
							
							
								 
						
							
								831ca53b63 
								
							 
						 
						
							
							
								
								「削除して編集」機能を追加 ( #5182 )  
							
							... 
							
							
							
							* 「削除して編集」機能を追加
* UXの調整
* 殆どの情報を保持したまま編集できるように
* update lang 
							
						 
						
							2019-07-28 05:33:12 +09:00  
				
					
						
							
							
								 
						
							
								c3003cb363 
								
							 
						 
						
							
							
								
								Improve mobile notifications view  
							
							
							
						 
						
							2019-07-28 05:25:12 +09:00  
				
					
						
							
							
								 
						
							
								4277e53433 
								
							 
						 
						
							
							
								
								通知のフィルタ ( #5224 )  
							
							... 
							
							
							
							* ✌️ 
* Deck 
							
						 
						
							2019-07-28 04:44:09 +09:00  
				
					
						
							
							
								 
						
							
								ef44eda69e 
								
							 
						 
						
							
							
								
								Mastodonのリンクの所有者認証に対応 ( #5161 )  
							
							... 
							
							
							
							* Profile metadata を設定できるように
* API desc 
							
						 
						
							2019-07-18 00:11:39 +09:00  
				
					
						
							
							
								 
						
							
								8e4ad4b919 
								
							 
						 
						
							
							
								
								Improve usability of users view ( #5176 )  
							
							... 
							
							
							
							* Improve usability of users view
Resolve  #5173 
* Fix query
* Follow review and fix
* Follow review 
							
						 
						
							2019-07-17 18:59:10 +09:00  
				
					
						
							
							
								 
						
							
								9ca36021b0 
								
							 
						 
						
							
							
								
								Fix   #5172  ( #5174 )  
							
							
							
						 
						
							2019-07-17 13:28:27 +09:00  
				
					
						
							
							
								 
						
							
								b34c1379e9 
								
							 
						 
						
							
							
								
								Resolve   #3238  
							
							
							
						 
						
							2019-07-14 03:18:45 +09:00  
				
					
						
							
							
								 
						
							
								b3c6e28717 
								
							 
						 
						
							
							
								
								Improve usability ( #5142 )  
							
							... 
							
							
							
							Fix  #3862  
						
							2019-07-12 22:24:29 +09:00  
				
					
						
							
							
								 
						
							
								feec5e88fc 
								
							 
						 
						
							
							
								
								Pages: Implement radio button  
							
							
							
						 
						
							2019-07-10 18:30:51 +09:00  
				
					
						
							
							
								 
						
							
								5343b005df 
								
							 
						 
						
							
							
								
								Improve paste uploading  Resolve   #3023  ( #4542 )  
							
							... 
							
							
							
							* resolve  #3023 
* fix
* fix
* better description
* widget
* fix text
* Update post-form.vue
* Fix enter-file-name dialog title text
* Fix type
* On messaging room
* Replace moment.js to original one
* Fix formatDateTimeString 
							
						 
						
							2019-07-08 13:46:31 +09:00  
				
					
						
							
							
								 
						
							
								05862a420f 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into pr/4549  
							
							
							
						 
						
							2019-07-08 04:27:18 +09:00  
				
					
						
							
							
								 
						
							
								841c8d619f 
								
							 
						 
						
							
							
								
								既定のアップロード先フォルダを設定できるように  
							
							
							
						 
						
							2019-07-08 04:17:53 +09:00  
				
					
						
							
							
								 
						
							
								3b8ea90fdc 
								
							 
						 
						
							
							
								
								フォルダーを削除できないときダイアログボックスで知らせる ( #5111 )  
							
							... 
							
							
							
							* フォルダーを削除できないときダイアログボックスで知らせる
* https://github.com/syuilo/misskey/pull/5111#issuecomment-508959068 
かわいい 
							
						 
						
							2019-07-07 14:56:51 +09:00  
				
					
						
							
							
								 
						
							
								bd8d7c3d0f 
								
							 
						 
						
							
							
								
								Improve Page  
							
							... 
							
							
							
							* ページをピン留めできるように
* デッキでカラム内でページを見れるように 
							
						 
						
							2019-07-07 06:56:13 +09:00  
				
					
						
							
							
								 
						
							
								351b236014 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/syuilo/misskey  into develop  
							
							
							
						 
						
							2019-07-07 05:13:21 +09:00  
				
					
						
							
							
								 
						
							
								e9251debe0 
								
							 
						 
						
							
							
								
								イベント送信時に指定の変数の値を添付出来るように  
							
							
							
						 
						
							2019-07-07 05:12:31 +09:00  
				
					
						
							
							
								 
						
							
								788edd3622 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2019-07-07 02:22:33 +09:00  
				
					
						
							
							
								 
						
							
								5afe96e15a 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2019-07-07 02:22:08 +09:00  
				
					
						
							
							
								 
						
							
								899fc8a7bd 
								
							 
						 
						
							
							
								
								✌️  
							
							
							
						 
						
							2019-07-07 02:22:08 +09:00  
				
					
						
							
							
								 
						
							
								2afcdda058 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2019-07-07 02:21:13 +09:00  
				
					
						
							
							
								 
						
							
								047a46d966 
								
							 
						 
						
							
							
								
								Support password-less login with WebAuthn ( #5112 )  
							
							... 
							
							
							
							* Support password-less login with WebAuthn
* Fix initial value of usePasswordLessLogin 
							
						 
						
							2019-07-07 01:38:36 +09:00  
				
					
						
							
							
								 
						
							
								e97dd13e81 
								
							 
						 
						
							
							
								
								Pages: ボタンを色付き表示できるように  
							
							
							
						 
						
							2019-07-06 23:11:16 +09:00  
				
					
						
							
							
								 
						
							
								64397708fd 
								
							 
						 
						
							
							
								
								MisskeyPagesにイベント送信ボタンを追加  
							
							
							
						 
						
							2019-07-06 18:14:50 +09:00  
				
					
						
							
							
								 
						
							
								dfd991a6c6 
								
							 
						 
						
							
							
								
								テストメールは管理者アドレスに送信するように  
							
							
							
						 
						
							2019-07-04 21:08:47 +09:00  
				
					
						
							
							
								 
						
							
								16b81fff38 
								
							 
						 
						
							
							
								
								Resolve   #3431  
							
							
							
						 
						
							2019-07-04 21:07:02 +09:00  
				
					
						
							
							
								 
						
							
								327ffd3498 
								
							 
						 
						
							
							
								
								Resolve   #4321  
							
							
							
						 
						
							2019-07-04 20:39:33 +09:00  
				
					
						
							
							
								 
						
							
								fd94b817ab 
								
							 
						 
						
							
							
								
								Implement Webauthn  🎉  ( #5088 )  
							
							... 
							
							
							
							* Implement Webauthn 🎉 
* Share hexifyAB
* Move hr inside template and add AttestationChallenges janitor daemon
* Apply suggestions from code review
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add newline at the end of file
* Fix stray newline in promise chain
* Ignore var in try{}catch(){} block
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add missing comma
* Add missing semicolon
* Support more attestation formats
* add support for more key types and linter pass
* Refactor
* Refactor
* credentialId --> id
* Fix
* Improve readability
* Add indexes
* fixes for credentialId->id
* Avoid changing store state
* Fix syntax error and code style
* Remove unused import
* Refactor of getkey API
* Create 1561706992953-webauthn.ts
* Update ja-JP.yml
* Add type annotations
* Fix code style
* Specify depedency version
* Fix code style
* Fix janitor daemon and login requesting 2FA regardless of status 
							
						 
						
							2019-07-03 20:18:07 +09:00  
				
					
						
							
							
								 
						
							
								f17e229c1e 
								
							 
						 
						
							
							
								
								Resolve   #5072  
							
							
							
						 
						
							2019-07-03 03:58:45 +09:00  
				
					
						
							
							
								 
						
							
								7ffe559525 
								
							 
						 
						
							
							
								
								Resolve   #5085  
							
							
							
						 
						
							2019-07-02 18:32:24 +09:00  
				
					
						
							
							
								 
						
							
								bb4ca7b31a 
								
							 
						 
						
							
							
								
								Resolve   #5010  
							
							
							
						 
						
							2019-06-23 00:06:39 +09:00  
				
					
						
							
							
								 
						
							
								6136f6f33a 
								
							 
						 
						
							
							
								
								デッキの状態を同期できるように  
							
							
							
						 
						
							2019-06-21 13:06:47 +09:00  
				
					
						
							
							
								 
						
							
								18184441f1 
								
							 
						 
						
							
							
								
								ホームのカスタマイズ情報を複数のデバイス間で同期できるように  
							
							
							
						 
						
							2019-06-21 01:50:01 +09:00  
				
					
						
							
							
								 
						
							
								4f284e1bc0 
								
							 
						 
						
							
							
								
								Resolve   #5063  
							
							
							
						 
						
							2019-06-18 16:49:58 +09:00  
				
					
						
							
							
								 
						
							
								6d08909b2f 
								
							 
						 
						
							
							
								
								Refactor  
							
							
							
						 
						
							2019-06-15 17:06:03 +09:00  
				
					
						
							
							
								 
						
							
								5dbe1d448b 
								
							 
						 
						
							
							
								
								Improve job queue view  
							
							
							
						 
						
							2019-05-27 17:44:51 +09:00  
				
					
						
							
							
								 
						
							
								72fb23f4d5 
								
							 
						 
						
							
							
								
								Improve drive management  
							
							
							
						 
						
							2019-05-27 16:54:47 +09:00  
				
					
						
							
							
								 
						
							
								9403ee6495 
								
							 
						 
						
							
							
								
								Improve post form  
							
							... 
							
							
							
							Resolve  #4998 
Resolve  #1151  
						
							2019-05-27 15:38:14 +09:00  
				
					
						
							
							
								 
						
							
								a6a88af513 
								
							 
						 
						
							
							
								
								Add locales for admin/views/queue.vue ( #4993 )  
							
							
							
						 
						
							2019-05-26 23:14:31 +09:00  
				
					
						
							
							
								 
						
							
								fad1352d51 
								
							 
						 
						
							
							
								
								Add locale for admin/views/federation.vue ( #4994 )  
							
							
							
						 
						
							2019-05-26 23:14:09 +09:00  
				
					
						
							
							
								 
						
							
								41cdae07c3 
								
							 
						 
						
							
							
								
								Fix   #4989  ( #4992 )  
							
							... 
							
							
							
							* Fix  #4989 
* Update 
							
						 
						
							2019-05-26 22:35:25 +09:00  
				
					
						
							
							
								 
						
							
								e6f78a73ab 
								
							 
						 
						
							
							
								
								i18n: reaction-picker.vue ( #4971 )  
							
							
							
						 
						
							2019-05-24 04:25:57 +09:00  
				
					
						
							
							
								 
						
							
								1e1a7ee858 
								
							 
						 
						
							
							
								
								Add info  
							
							
							
						 
						
							2019-05-23 13:38:07 +09:00  
				
					
						
							
							
								 
						
							
								1092818203 
								
							 
						 
						
							
							
								
								Add group update / transfer API  
							
							
							
						 
						
							2019-05-22 05:06:58 +09:00  
				
					
						
							
							
								 
						
							
								e103904a04 
								
							 
						 
						
							
							
								
								Resolve   #4941  
							
							
							
						 
						
							2019-05-19 20:41:23 +09:00  
				
					
						
							
							
								 
						
							
								200d593414 
								
							 
						 
						
							
							
								
								Add group menu  
							
							
							
						 
						
							2019-05-18 22:57:34 +09:00  
				
					
						
							
							
								 
						
							
								c7cc3dcdfd 
								
							 
						 
						
							
							
								
								ユーザーグループ  
							
							... 
							
							
							
							Resolve  #3218  
						
							2019-05-18 20:36:33 +09:00  
				
					
						
							
							
								 
						
							
								380749051d 
								
							 
						 
						
							
							
								
								ページにいいねできるように  
							
							
							
						 
						
							2019-05-17 19:56:47 +09:00  
				
					
						
							
							
								 
						
							
								70d710c9a9 
								
							 
						 
						
							
							
								
								管理画面でreCAPTCHAのプレビューを表示するように  
							
							
							
						 
						
							2019-05-16 16:08:50 +09:00  
				
					
						
							
							
								 
						
							
								3f5b96bf62 
								
							 
						 
						
							
							
								
								Resolve   #4928  
							
							
							
						 
						
							2019-05-16 01:07:32 +09:00  
				
					
						
							
							
								 
						
							
								23c9f6a6ca 
								
							 
						 
						
							
							
								
								Resolve   #4833  
							
							
							
						 
						
							2019-05-15 20:41:01 +09:00  
				
					
						
							
							
								 
						
							
								5ba8d4949d 
								
							 
						 
						
							
							
								
								インスタンスの設定画面を整理  
							
							
							
						 
						
							2019-05-15 20:29:47 +09:00  
				
					
						
							
							
								 
						
							
								b779ff08e0 
								
							 
						 
						
							
							
								
								特定のインスタンスのファイルをすべて削除できるように  
							
							
							
						 
						
							2019-05-14 21:08:35 +09:00  
				
					
						
							
							
								 
						
							
								c3529f0691 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2019-05-14 20:53:49 +09:00  
				
					
						
							
							
								 
						
							
								f9f574532e 
								
							 
						 
						
							
							
								
								インスタンスブロックを設定できるように  
							
							
							
						 
						
							2019-05-14 20:49:09 +09:00  
				
					
						
							
							
								 
						
							
								7c03d37caa 
								
							 
						 
						
							
							
								
								Add ToSUrl, repositoryUrl, feedbackUrl ( #4921 )  
							
							... 
							
							
							
							* Add ToSUrl, repositoryUrl, feedbackUrl
* modify nodeinfo 
							
						 
						
							2019-05-14 02:57:04 +09:00  
				
					
						
							
							
								 
						
							
								8e6da3a0d9 
								
							 
						 
						
							
							
								
								インスタンス運営者がピン留めユーザーを設定できるように  
							
							... 
							
							
							
							Related #4892  
							
						 
						
							2019-05-10 17:30:28 +09:00  
				
					
						
							
							
								 
						
							
								168de3c316 
								
							 
						 
						
							
							
								
								Resolve   #4870  
							
							
							
						 
						
							2019-05-09 23:27:34 +09:00  
				
					
						
							
							
								 
						
							
								ca2949fbb4 
								
							 
						 
						
							
							
								
								MisskeyPagesにリストから選択関数を追加  
							
							
							
						 
						
							2019-05-05 20:31:15 +09:00  
				
					
						
							
							
								 
						
							
								17b373ac07 
								
							 
						 
						
							
							
								
								✌️  
							
							
							
						 
						
							2019-05-05 20:16:05 +09:00  
				
					
						
							
							
								 
						
							
								7aa66f438f 
								
							 
						 
						
							
							
								
								Resolve   #4853  
							
							
							
						 
						
							2019-05-05 20:12:35 +09:00  
				
					
						
							
							
								 
						
							
								5fb0a995dd 
								
							 
						 
						
							
							
								
								様々な修正 ( #4859 )  
							
							... 
							
							
							
							Typo, Redundant code, Syntax error の修正 
							
						 
						
							2019-05-05 09:27:55 +09:00  
				
					
						
							
							
								 
						
							
								4b68abd963 
								
							 
						 
						
							
							
								
								割った余りを求める関数をMisskeyPagesに追加  
							
							
							
						 
						
							2019-05-03 18:48:40 +09:00  
				
					
						
							
							
								 
						
							
								2d1f50303d 
								
							 
						 
						
							
							
								
								Improve MisskeyPages  
							
							
							
						 
						
							2019-05-02 17:55:59 +09:00  
				
					
						
							
							
								 
						
							
								79c49bc926 
								
							 
						 
						
							
							
								
								ページのソースを見れるように  
							
							
							
						 
						
							2019-05-01 20:48:56 +09:00  
				
					
						
							
							
								 
						
							
								3444b9c9c8 
								
							 
						 
						
							
							
								
								Add splitStrByLine function  
							
							
							
						 
						
							2019-05-01 16:33:54 +09:00  
				
					
						
							
							
								 
						
							
								ca6fc9cd79 
								
							 
						 
						
							
							
								
								Remove strConcat function  
							
							
							
						 
						
							2019-05-01 16:07:05 +09:00  
				
					
						
							
							
								 
						
							
								b6c50d63a0 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2019-05-01 15:04:26 +09:00  
				
					
						
							
							
								 
						
							
								52ebf2055e 
								
							 
						 
						
							
							
								
								Improve AiScript  
							
							
							
						 
						
							2019-05-01 14:54:34 +09:00  
				
					
						
							
							
								 
						
							
								d0af2c2a98 
								
							 
						 
						
							
							
								
								Improve MisskeyPages  
							
							
							
						 
						
							2019-05-01 10:37:25 +09:00  
				
					
						
							
							
								 
						
							
								10216af48a 
								
							 
						 
						
							
							
								
								Improve MisskeyPages  
							
							
							
						 
						
							2019-05-01 10:05:33 +09:00  
				
					
						
							
							
								 
						
							
								759719d124 
								
							 
						 
						
							
							
								
								Improve MisskeyPages  
							
							
							
						 
						
							2019-04-30 12:15:41 +09:00  
				
					
						
							
							
								 
						
							
								6c647ea91c 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2019-04-30 07:55:40 +09:00  
				
					
						
							
							
								 
						
							
								c9763dabe1 
								
							 
						 
						
							
							
								
								変換関数を追加  
							
							
							
						 
						
							2019-04-30 07:49:46 +09:00  
				
					
						
							
							
								 
						
							
								2e8e5c2751 
								
							 
						 
						
							
							
								
								Improve MisskeyPages  
							
							... 
							
							
							
							* ifブロック を追加
* ボタンやスイッチなどのテキストに変数使えるようにした 
							
						 
						
							2019-04-30 06:40:02 +09:00  
				
					
						
							
							
								 
						
							
								c6b64e57f1 
								
							 
						 
						
							
							
								
								いくつかの文字列関数を追加  
							
							
							
						 
						
							2019-04-29 15:13:04 +09:00  
				
					
						
							
							
								 
						
							
								9158426d0a 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2019-04-29 14:51:04 +09:00  
				
					
						
							
							
								 
						
							
								cef26853df 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2019-04-29 14:46:35 +09:00  
				
					
						
							
							
								 
						
							
								05b8111c19 
								
							 
						 
						
							
							
								
								Pages ( #4811 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* Update page-editor.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update page-editor.variable.core.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update aiscript.ts
* wip
* Update package.json
* wip
* wip
* wip
* wip
* wip
* Update page.vue
* wip
* wip
* wip
* wip
* more info
* wip fn
* wip
* wip
* wip 
							
						 
						
							2019-04-29 09:11:57 +09:00  
				
					
						
							
							
								 
						
							
								dab7e527de 
								
							 
						 
						
							
							
								
								Improve user lists index ( #4605 )  
							
							... 
							
							
							
							* wip
* Revert "wip"
This reverts commit 6212831ce3 
							
						 
						
							2019-04-18 21:33:24 +09:00  
				
					
						
							
							
								 
						
							
								7827aeb695 
								
							 
						 
						
							
							
								
								Resolve   #4735  
							
							
							
						 
						
							2019-04-18 19:40:23 +09:00  
				
					
						
							
							
								 
						
							
								9ec6afa375 
								
							 
						 
						
							
							
								
								confirm on user menu ( #4553 )  
							
							
							
						 
						
							2019-04-18 03:36:06 +09:00  
				
					
						
							
							
								 
						
							
								adff5382ca 
								
							 
						 
						
							
							
								
								confirm silence ( #4560 )  
							
							
							
						 
						
							2019-04-18 03:33:51 +09:00  
				
					
						
							
							
								 
						
							
								704aabd703 
								
							 
						 
						
							
							
								
								Use menu instead of prompt  Fix   #4540 ,  Fix   #342  ( #4575 )  
							
							... 
							
							
							
							* Use menu instead prompt
* fix
* https://bit.ly/2U0JuVt 
* fix 
							
						 
						
							2019-04-18 03:32:45 +09:00  
				
					
						
							
							
								 
						
							
								f966d0b32c 
								
							 
						 
						
							
							
								
								色々な修正;  Fix   #4709  ( #4714 )  
							
							... 
							
							
							
							* Fix a la carte 1
* use dialog instead of alert() etc 
							
						 
						
							2019-04-16 13:05:10 +09:00  
				
					
						
							
							
								 
						
							
								94f8a145ec 
								
							 
						 
						
							
							
								
								Better permisson  Fix   #2341  ( #4611 )  
							
							... 
							
							
							
							* Better permisson Fix  #2341 
* add kinds.ts
* test
* fix
* v11
* fix 
							
						 
						
							2019-04-15 12:10:40 +09:00  
				
					
						
							
							
								 
						
							
								487a3079cd 
								
							 
						 
						
							
							
								
								Improve post form attaches;  Fix   #4673 ,  Resolve   #2327 ,  Resolve   #2145  [v11] ( #4674 )  
							
							... 
							
							
							
							* improve post form attaches
* Fix
* chain
* 右クリックでも反応するように 
							
						 
						
							2019-04-14 17:12:04 +09:00  
				
					
						
							
							
								 
						
							
								795be20ee1 
								
							 
						 
						
							
							
								
								Clean up  
							
							
							
						 
						
							2019-04-08 23:06:05 +09:00  
				
					
						
							
							
								 
						
							
								87d3a06dcd 
								
							 
						 
						
							
							
								
								revert rename  
							
							
							
						 
						
							2019-04-08 23:05:41 +09:00  
				
					
						
							
							
								 
						
							
								c32b020535 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2019-04-08 16:43:27 +09:00  
				
					
						
							
							
								 
						
							
								1c57e6f80a 
								
							 
						 
						
							
							
								
								i18n  
							
							
							
						 
						
							2019-04-08 13:55:09 +09:00  
				
					
						
							
							
								 
						
							
								f0a29721c9 
								
							 
						 
						
							
							
								
								Use PostgreSQL instead of MongoDB ( #4572 )  
							
							... 
							
							
							
							* wip
* Update note.ts
* Update timeline.ts
* Update core.ts
* wip
* Update generate-visibility-query.ts
* wip
* wip
* wip
* wip
* wip
* Update global-timeline.ts
* wip
* wip
* wip
* Update vote.ts
* wip
* wip
* Update create.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update files.ts
* wip
* wip
* Update CONTRIBUTING.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update read-notification.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update cancel.ts
* wip
* wip
* wip
* Update show.ts
* wip
* wip
* Update gen-id.ts
* Update create.ts
* Update id.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Docker: Update files about Docker (#4599 )
* Docker: Use cache if files used by `yarn install` was not updated
This patch reduces the number of times to installing node_modules.
For example, `yarn install` step will be skipped when only ".config/default.yml" is updated.
* Docker: Migrate MongoDB to Postgresql
Misskey uses Postgresql as a database instead of Mongodb since version 11.
* Docker: Uncomment about data persistence
This patch will save a lot of databases.
* wip
* wip
* wip
* Update activitypub.ts
* wip
* wip
* wip
* Update logs.ts
* wip
* Update drive-file.ts
* Update register.ts
* wip
* wip
* Update mentions.ts
* wip
* wip
* wip
* Update recommendation.ts
* wip
* Update index.ts
* wip
* Update recommendation.ts
* Doc: Update docker.ja.md and docker.en.md (#1 ) (#4608 )
Update how to set up misskey.
* wip
* ✌️ 
* wip
* Update note.ts
* Update postgre.ts
* wip
* wip
* wip
* wip
* Update add-file.ts
* wip
* wip
* wip
* Clean up
* Update logs.ts
* wip
* 🍕 
* wip
* Ad notes
* wip
* Update api-visibility.ts
* Update note.ts
* Update add-file.ts
* tests
* tests
* Update postgre.ts
* Update utils.ts
* wip
* wip
* Refactor
* wip
* Refactor
* wip
* wip
* Update show-users.ts
* Update update-instance.ts
* wip
* Update feed.ts
* Update outbox.ts
* Update outbox.ts
* Update user.ts
* wip
* Update list.ts
* Update update-hashtag.ts
* wip
* Update update-hashtag.ts
* Refactor
* Update update.ts
* wip
* wip
* ✌️ 
* clean up
* docs
* Update push.ts
* wip
* Update api.ts
* wip
* ✌️ 
* Update make-pagination-query.ts
* ✌️ 
* Delete hashtags.ts
* Update instances.ts
* Update instances.ts
* Update create.ts
* Update search.ts
* Update reversi-game.ts
* Update signup.ts
* Update user.ts
* id
* Update example.yml
* 🎨 
* objectid
* fix
* reversi
* reversi
* Fix bug of chart engine
* Add test of chart engine
* Improve test
* Better testing
* Improve chart engine
* Refactor
* Add test of chart engine
* Refactor
* Add chart test
* Fix bug
* コミットし忘れ
* Refactoring
* ✌️ 
* Add tests
* Add test
* Extarct note tests
* Refactor
* 存在しないユーザーにメンションできなくなっていた問題を修正
* Fix bug
* Update update-meta.ts
* Fix bug
* Update mention.vue
* Fix bug
* Update meta.ts
* Update CONTRIBUTING.md
* Fix bug
* Fix bug
* Fix bug
* Clean up
* Clean up
* Update notification.ts
* Clean up
* Add mute tests
* Add test
* Refactor
* Add test
* Fix test
* Refactor
* Refactor
* Add tests
* Update utils.ts
* Update utils.ts
* Fix test
* Update package.json
* Update update.ts
* Update manifest.ts
* Fix bug
* Fix bug
* Add test
* 🎨 
* Update endpoint permissions
* Updaye permisison
* Update person.ts
#4299 
* データベースと同期しないように
* Fix bug
* Fix bug
* Update reversi-game.ts
* Use a feature of Node v11.7.0 to extract a public key (#4644 )
* wip
* wip
* ✌️ 
* Refactoring
#1540 
* test
* test
* test
* test
* test
* test
* test
* Fix bug
* Fix test
* 🍣 
* wip
* #4471 
* Add test for #4335 
* Refactor
* Fix test
* Add tests
* 🕓 
* Fix bug
* Add test
* Add test
* rename
* Fix bug 
							
						 
						
							2019-04-07 21:50:36 +09:00  
				
					
						
							
							
								 
						
							
								7f7e6d5aba 
								
							 
						 
						
							
							
								
								「メッセージ」「トーク」「ダイレクト投稿」(  Fix   #2748  ) ( #4515 )  
							
							... 
							
							
							
							* 「メッセージ」「トーク」「ダイレクト投稿」
トーク: 一対一のチャット機能・画面
メッセージ: トークでやり取りする発言
ダイレクト投稿: 自分向けのダイレクト投稿が一覧されるTL
* Fix display of messaging
* ✌️ 
* Update ja-JP.yml 
							
						 
						
							2019-03-19 17:45:46 +09:00  
				
					
						
							
							
								 
						
							
								08c176e549 
								
							 
						 
						
							
							
								
								不明なリアクションのフォールバックに star を使うようにするオプション  
							
							
							
						 
						
							2019-03-18 01:03:35 +09:00  
				
					
						
							
							
								 
						
							
								2684541693 
								
							 
						 
						
							
							
								
								Custom reaction ( #4517 )  
							
							... 
							
							
							
							* Custom reaction
* increase limit of reactions/delete
* リアクションの場合は OS標準の絵文字を使用 を迂回する
* カスタムリアクションを無効にする設定
* fix
* disableCustomReaction --> enableEmojiReaction
* Avoid MFM rendering
* 🎨 
* 🎨 
* Auto accept
* custom emoji reaction
* Improve usability
* Extract emojiRegex
* Fix
* Clean up
* 🎨 
* 🎨 
* toDbReaction で reaction は必須に
あとフォールバックは like に
* Clean up
* Make required
* 3eb08748fe (r266241728) 
							
						 
						
							2019-03-18 00:03:57 +09:00  
				
					
						
							
							
								 
						
							
								550517bbf3 
								
							 
						 
						
							
							
								
								Resolve   #4506  
							
							
							
						 
						
							2019-03-16 01:20:13 +09:00  
				
					
						
							
							
								 
						
							
								922eb937ff 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2019-03-12 17:20:40 +09:00  
				
					
						
							
							
								 
						
							
								85d89cf4c4 
								
							 
						 
						
							
							
								
								embedプレイヤーを閉じれるように ( #4402 )  
							
							
							
						 
						
							2019-03-12 13:12:34 +09:00  
				
					
						
							
							
								 
						
							
								db693f598b 
								
							 
						 
						
							
							
								
								シェアページを統合  
							
							
							
						 
						
							2019-03-12 13:02:16 +09:00  
				
					
						
							
							
								 
						
							
								c3d34bda37 
								
							 
						 
						
							
							
								
								Resolve   #4259  
							
							
							
						 
						
							2019-03-11 19:43:58 +09:00  
				
					
						
							
							
								 
						
							
								ce0d4f77fa 
								
							 
						 
						
							
							
								
								リストのエクスポートをできるように  
							
							... 
							
							
							
							#4259  
						
							2019-03-11 09:59:07 +09:00  
				
					
						
							
							
								 
						
							
								725600da8f 
								
							 
						 
						
							
							
								
								Enhance poll ( #4409 )  
							
							... 
							
							
							
							* Start working
* WIP: Enhance poll
* Fix bug
* Use `name` in voting note
refs: https://github.com/syuilo/misskey/issues/4407#issuecomment-469057296 
* Fix style
* Refactor
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
* WIP: Update poll editor
* Fix bug
* Fix bug
refs: https://github.com/syuilo/misskey/pull/4409#discussion_r 
* Fix typo
* Better design
* Beautify poll editor
* Fix UI
* Fix bug
refs: https://github.com/syuilo/misskey/pull/4409#discussion_r262217524 
* Add debug logging
* Fix bug
* Log deliver
* fix vote
* Update ap/show
refs: https://github.com/syuilo/misskey/pull/4409#issuecomment-469652386 
* Update poll view
* Maybe done
* Add tests
* Fix path
* Fix test
* Fix test
* Fix test
* Fix expired check on AP
* Update note.ts
* Squashed commit of the following:
commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 05:16:14 2019 +0900
    tune
commit 83ff421a6e978243f80ba9ec820189bc897e6e3b
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 05:01:14 2019 +0900
    fallback
commit 0b566af973b115ade9e75ea4b8094ee2b329dabc
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 04:40:12 2019 +0900
    Note
commit cc0296dd6127580ac584c40398db3f762a311f8b
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 04:33:58 2019 +0900
    createで送る
* Squashed commit of the following:
commit ae696b1ed12568b27c27367ac5a77035c97c9a1f
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 06:11:17 2019 +0900
    fix
commit b735e354e7a9e64534c4f17d04ecbc65fb735c21
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 06:08:33 2019 +0900
    messge
commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 05:16:14 2019 +0900
    tune
commit 83ff421a6e978243f80ba9ec820189bc897e6e3b
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 05:01:14 2019 +0900
    fallback
commit 0b566af973b115ade9e75ea4b8094ee2b329dabc
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 04:40:12 2019 +0900
    Note
commit cc0296dd6127580ac584c40398db3f762a311f8b
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 04:33:58 2019 +0900
    createで送る
* Fix typo
* Update vote.ts
* Update vote.ts
* Update poll-editor.vue
* Update tslint.json
* Fix layout
* Add note
* Fix bug
* Rename text key
* 投票するときに投稿として扱わないように (#4425 )
* wip
* 形式をMastodonと合わせた
* Bye something
* Use - instead of ~
* Redundancy
* Yes!
* Refactor
* Use moment instead of Date
* Fix indent
* Refactor
if (votes.length)
は必要なさそう
* Clean up
* Bye Date
* Clean
* Fix timer is not displayed
* Fix リモートから無期限pollにvoteできない
* Fix vote actor 
							
						 
						
							2019-03-06 22:55:47 +09:00  
				
					
						
							
							
								 
						
							
								4f10bd038d 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2019-03-02 18:53:12 +09:00  
				
					
						
							
							
								 
						
							
								ea1818284b 
								
							 
						 
						
							
							
								
								クライアントの設定コンポーネントを整理  
							
							... 
							
							
							
							* デスクトップとモバイルで統一
* いくつかの設定を廃止 
							
						 
						
							2019-03-01 10:42:28 +09:00  
				
					
						
							
							
								 
						
							
								d83efecc94 
								
							 
						 
						
							
							
								
								文字サイズを設定できるように  
							
							
							
						 
						
							2019-03-01 08:08:08 +09:00  
				
					
						
							
							
								 
						
							
								9c363ff045 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2019-02-28 12:29:04 +09:00  
				
					
						
							
							
								 
						
							
								ef70d17194 
								
							 
						 
						
							
							
								
								url-previewでembedプレイヤー展開をオプトインにする  
							
							
							
						 
						
							2019-02-28 03:46:37 +09:00  
				
					
						
							
							
								 
						
							
								2919e37586 
								
							 
						 
						
							
							
								
								Fix  
							
							
							
						 
						
							2019-02-26 14:25:09 +09:00  
				
					
						
							
							
								 
						
							
								61ac024127 
								
							 
						 
						
							
							
								
								i18n整理  
							
							
							
						 
						
							2019-02-26 14:13:02 +09:00  
				
					
						
							
							
								 
						
							
								bc243c1ea3 
								
							 
						 
						
							
							
								
								i18n  
							
							
							
						 
						
							2019-02-25 20:17:33 +09:00  
				
					
						
							
							
								 
						
							
								c0a60260c2 
								
							 
						 
						
							
							
								
								モバイル版でもデッキを使えるように ( #4366 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Fix bug
* wip
* Update notifications.vue
* Update user-menu.vue
* deck settings
* indicate 
							
						 
						
							2019-02-25 19:45:00 +09:00  
				
					
						
							
							
								 
						
							
								1a6aae944f 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2019-02-24 13:29:08 +09:00  
				
					
						
							
							
								 
						
							
								c9a6c9e20a 
								
							 
						 
						
							
							
								
								テキストをまとめた  
							
							
							
						 
						
							2019-02-24 03:54:04 +09:00  
				
					
						
							
							
								 
						
							
								3d0fc09fae 
								
							 
						 
						
							
							
								
								Implement mobile version folder deletion ( #4355 )  
							
							
							
						 
						
							2019-02-24 03:49:07 +09:00  
				
					
						
							
							
								 
						
							
								b975751710 
								
							 
						 
						
							
							
								
								Use global translation  
							
							
							
						 
						
							2019-02-24 03:39:45 +09:00  
				
					
						
							
							
								 
						
							
								4530d40537 
								
							 
						 
						
							
							
								
								Add missing translation - ホームのカスタマイズ ( #4360 )  
							
							
							
						 
						
							2019-02-24 03:34:40 +09:00  
				
					
						
							
							
								 
						
							
								94e3ac9b72 
								
							 
						 
						
							
							
								
								デッキからホームに行くメニューをホームと表記する ( #4359 )  
							
							
							
						 
						
							2019-02-24 03:34:09 +09:00  
				
					
						
							
							
								 
						
							
								3409a51cca 
								
							 
						 
						
							
							
								
								Resolve   #2017  
							
							
							
						 
						
							2019-02-21 01:30:21 +09:00  
				
					
						
							
							
								 
						
							
								7612ead551 
								
							 
						 
						
							
							
								
								Fix   #4331  
							
							
							
						 
						
							2019-02-21 00:30:53 +09:00  
				
					
						
							
							
								 
						
							
								fa78fe665d 
								
							 
						 
						
							
							
								
								メディアビュー機能を削除  
							
							
							
						 
						
							2019-02-21 00:13:46 +09:00  
				
					
						
							
							
								 
						
							
								d8de9f8eba 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2019-02-20 07:15:08 +09:00  
				
					
						
							
							
								 
						
							
								f2d55e7f60 
								
							 
						 
						
							
							
								
								Fix   #4308  ( #4310 )  
							
							
							
						 
						
							2019-02-19 03:48:21 +09:00  
				
					
						
							
							
								 
						
							
								963b0db3d3 
								
							 
						 
						
							
							
								
								コンポーネント整理  
							
							
							
						 
						
							2019-02-19 03:38:34 +09:00  
				
					
						
							
							
								 
						
							
								b07cd37a16 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2019-02-18 20:48:39 +09:00  
				
					
						
							
							
								 
						
							
								d9092dc81f 
								
							 
						 
						
							
							
								
								ユーザーが存在しない場合の表示を追加  
							
							
							
						 
						
							2019-02-18 11:27:15 +09:00  
				
					
						
							
							
								 
						
							
								a766a57af9 
								
							 
						 
						
							
							
								
								誰もフォローしていない状態でホームTLを表示したときにexploreページへ誘導するように  
							
							
							
						 
						
							2019-02-18 04:45:16 +09:00  
				
					
						
							
							
								 
						
							
								1d5a54ff6f 
								
							 
						 
						
							
							
								
								ハッシュタグでユーザー検索できるように ( #4298 )  
							
							... 
							
							
							
							* ハッシュタグでユーザー検索できるように
* 🎨 
* Increase limit
* リモートユーザーも表示
* Fix bug
* Fix bug
* Improve performance 
							
						 
						
							2019-02-17 23:41:47 +09:00  
				
					
						
							
							
								 
						
							
								a5660d6c82 
								
							 
						 
						
							
							
								
								Exploreページに新規ユーザー一覧を追加 ( #4295 )  
							
							
							
						 
						
							2019-02-17 17:53:51 +09:00  
				
					
						
							
							
								 
						
							
								a55d15214b 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2019-02-17 03:28:36 +09:00  
				
					
						
							
							
								 
						
							
								0a79a6564a 
								
							 
						 
						
							
							
								
								Add support for disabled timeline to deck  
							
							... 
							
							
							
							Close  #4286 
Resolve  #4275  
						
							2019-02-17 01:04:21 +09:00  
				
					
						
							
							
								 
						
							
								b6c86e2845 
								
							 
						 
						
							
							
								
								Change home button to timeline ( #4282 )  
							
							... 
							
							
							
							* Home to Timeline
* remove home from locales 
							
						 
						
							2019-02-16 16:27:24 +09:00  
				
					
						
							
							
								 
						
							
								88dc4c83cb 
								
							 
						 
						
							
							
								
								Improve UI  
							
							
							
						 
						
							2019-02-16 10:58:44 +09:00  
				
					
						
							
							
								 
						
							
								c2b1bbeec5 
								
							 
						 
						
							
							
								
								Exploreページを実装  
							
							
							
						 
						
							2019-02-16 06:50:58 +09:00  
				
					
						
							
							
								 
						
							
								95b157ac3e 
								
							 
						 
						
							
							
								
								Add featured page  
							
							
							
						 
						
							2019-02-15 06:31:03 +09:00  
				
					
						
							
							
								 
						
							
								7837bd44fc 
								
							 
						 
						
							
							
								
								Add i18n when timelines are empty ( #4261 )  
							
							
							
						 
						
							2019-02-15 05:59:07 +09:00  
				
					
						
							
							
								 
						
							
								53422ffcb2 
								
							 
						 
						
							
							
								
								Improve desktop UX ( #4262 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* Merge
* wip
* wip
* wip
* wip
* wip
* wip 
							
						 
						
							2019-02-15 05:08:59 +09:00  
				
					
						
							
							
								 
						
							
								16230f320e 
								
							 
						 
						
							
							
								
								Unify translations of frequently replied users ( #4248 )  
							
							
							
						 
						
							2019-02-14 13:40:48 +09:00  
				
					
						
							
							
								 
						
							
								93c3f34813 
								
							 
						 
						
							
							
								
								管理画面でサイレンスされているユーザーを一覧できるように  
							
							
							
						 
						
							2019-02-10 19:43:46 +09:00  
				
					
						
							
							
								 
						
							
								22a9e950c7 
								
							 
						 
						
							
							
								
								deckにフォローされていますマークを追加 ( #4207 )  
							
							... 
							
							
							
							* deckにフォローされていますを追加
* opacity 
							
						 
						
							2019-02-10 05:26:49 +09:00  
				
					
						
							
							
								 
						
							
								c4a2a31cf3 
								
							 
						 
						
							
							
								
								Update ja-JP.yml ( #4195 )  
							
							... 
							
							
							
							Fix incorrect strings 
							
						 
						
							2019-02-08 23:10:42 +09:00  
				
					
						
							
							
								 
						
							
								5e0eda9526 
								
							 
						 
						
							
							
								
								Improve instances manegement  
							
							... 
							
							
							
							Resolve  #4187  
						
							2019-02-08 20:56:16 +09:00  
				
					
						
							
							
								 
						
							
								56275bcfcb 
								
							 
						 
						
							
							
								
								Introduce per-instance chart ( #4183 )  
							
							... 
							
							
							
							* Introduce per-instance chart
* Implement chart view in client
* Handle note deleting
* More chart srcs
* Add drive stats
* Improve drive stats
* Fix bug
* Add icon 
							
						 
						
							2019-02-08 16:58:57 +09:00  
				
					
						
							
							
								 
						
							
								e6612f610c 
								
							 
						 
						
							
							
								
								Implement instance blocking ( #4182 )  
							
							... 
							
							
							
							* Implement instance blocking
* Add missing text
* Delete unnecessary file
* Covert Punycode to Unicode 
							
						 
						
							2019-02-08 04:26:43 +09:00  
				
					
						
							
							
								 
						
							
								e43c9c0e21 
								
							 
						 
						
							
							
								
								特定インスタンスからのフォローを全解除できるように  
							
							
							
						 
						
							2019-02-07 21:59:18 +09:00  
				
					
						
							
							
								 
						
							
								49958ca03f 
								
							 
						 
						
							
							
								
								Make instance information more detail  
							
							
							
						 
						
							2019-02-07 21:23:12 +09:00  
				
					
						
							
							
								 
						
							
								c3140f57b9 
								
							 
						 
						
							
							
								
								連合しているインスタンスを一覧できるように  
							
							
							
						 
						
							2019-02-07 18:11:20 +09:00  
				
					
						
							
							
								 
						
							
								27d16c6a12 
								
							 
						 
						
							
							
								
								Resolve   #4151  
							
							
							
						 
						
							2019-02-06 20:56:48 +09:00  
				
					
						
							
							
								 
						
							
								20ee57931f 
								
							 
						 
						
							
							
								
								Resolve   #4165  
							
							
							
						 
						
							2019-02-06 15:24:59 +09:00  
				
					
						
							
							
								 
						
							
								5db5bbd1cd 
								
							 
						 
						
							
							
								
								自分の投稿情報をエクスポートできるように ( #4144 )  
							
							... 
							
							
							
							* wip
* 正しいJSONを生成するように
* データを整形 
							
						 
						
							2019-02-05 19:50:14 +09:00  
				
					
						
							
							
								 
						
							
								dd39d6ea37 
								
							 
						 
						
							
							
								
								Better key name  
							
							
							
						 
						
							2019-02-05 04:09:44 +09:00  
				
					
						
							
							
								 
						
							
								861302f0fd 
								
							 
						 
						
							
							
								
								アニメーション画像を無効にする際、サーバーサイドではなくクライアントサイドでURLを変更するように  
							
							
							
						 
						
							2019-02-05 03:51:54 +09:00  
				
					
						
							
							
								 
						
							
								f014b7ae0e 
								
							 
						 
						
							
							
								
								アニメーションを自動再生しないオプション ( #4131 )  
							
							... 
							
							
							
							* Refactor
* settings
* Media Proxy
* Replace API response 
							
						 
						
							2019-02-05 03:01:36 +09:00  
				
					
						
							
							
								 
						
							
								1d814ba0e1 
								
							 
						 
						
							
							
								
								個別に投稿のウォッチ/ウォッチ解除をできるように  
							
							... 
							
							
							
							Resolve  #161  
						
							2019-02-05 01:24:44 +09:00  
				
					
						
							
							
								 
						
							
								2b0cb6d728 
								
							 
						 
						
							
							
								
								[Client]  Resolve   #3226  
							
							
							
						 
						
							2019-02-02 23:20:40 +09:00  
				
					
						
							
							
								 
						
							
								00f9c824d1 
								
							 
						 
						
							
							
								
								リモートの外部サービス認証情報を表示する ( #4047 )  
							
							... 
							
							
							
							* Update user.vue
* Update ja-JP.yml
* Fix path
refs: 7e3a8d56e64bb4903ee57e3a8d56e6 
							
						 
						
							2019-02-01 20:02:10 +09:00  
				
					
						
							
							
								 
						
							
								6d3408ae73 
								
							 
						 
						
							
							
								
								[Client] Add information  
							
							
							
						 
						
							2019-01-31 20:55:40 +09:00  
				
					
						
							
							
								 
						
							
								00b134ce1e 
								
							 
						 
						
							
							
								
								Introduce silence ( #4043 )  
							
							... 
							
							
							
							* Introduce silence
* Fix icon 
							
						 
						
							2019-01-30 17:25:56 +09:00  
				
					
						
							
							
								 
						
							
								7dcea49be7 
								
							 
						 
						
							
							
								
								Refactoring  
							
							
							
						 
						
							2019-01-27 13:29:53 +09:00  
				
					
						
							
							
								 
						
							
								0854f2e180 
								
							 
						 
						
							
							
								
								管理画面からリモートユーザー情報を更新できるように ( #3992 )  
							
							
							
						 
						
							2019-01-26 17:53:35 +09:00  
				
					
						
							
							
								 
						
							
								85cd647946 
								
							 
						 
						
							
							
								
								Improve moderation UI ( #3989 )  
							
							... 
							
							
							
							* admin users UI
* tune 
							
						 
						
							2019-01-26 17:14:10 +09:00  
				
					
						
							
							
								 
						
							
								4632eecb76 
								
							 
						 
						
							
							
								
								Back to the  #3813  ( #3949 )  
							
							... 
							
							
							
							* Revert "Revert "Resolve #3813  (#3814 )""
This reverts commit f433182c4chttps://github.com/syuilo/misskey/pull/3949#pullrequestreview-194787210  
							
						 
						
							2019-01-23 20:43:06 +09:00  
				
					
						
							
							
								 
						
							
								ecac2990eb 
								
							 
						 
						
							
							
								
								[Client] Fix bug  
							
							
							
						 
						
							2019-01-21 20:56:10 +09:00  
				
					
						
							
							
								 
						
							
								6909add1ec 
								
							 
						 
						
							
							
								
								Drop stalk feature  
							
							... 
							
							
							
							Resolve  #3935 
Closes  #2226 
Closes  #1946  
						
							2019-01-20 12:25:00 +09:00  
				
					
						
							
							
								 
						
							
								048b9c295e 
								
							 
						 
						
							
							
								
								スパム報告機能  
							
							... 
							
							
							
							Resolve  #1970  
						
							2019-01-19 19:16:48 +09:00  
				
					
						
							
							
								 
						
							
								d2a7c56149 
								
							 
						 
						
							
							
								
								Improve drive file operation  
							
							... 
							
							
							
							Resolve  #3789 
Resolve  #3790  
						
							2019-01-19 09:50:38 +09:00  
				
					
						
							
							
								 
						
							
								abddea0443 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/syuilo/misskey  into develop  
							
							
							
						 
						
							2019-01-18 16:47:03 +09:00  
				
					
						
							
							
								 
						
							
								9fc1cc5255 
								
							 
						 
						
							
							
								
								[Client] Drop apiViaStream option  
							
							... 
							
							
							
							Resolve  #3911  
						
							2019-01-18 16:46:56 +09:00  
				
					
						
							
							
								 
						
							
								d93e60d4dd 
								
							 
						 
						
							
							
								
								Better 2FA input on sign in form ( #3910 )  
							
							... 
							
							
							
							* Update signin.vue
* Update ja-JP.yml
* Update settings.vue
* Update signin.vue
* Update init.ts 
							
						 
						
							2019-01-18 13:20:32 +09:00  
				
					
						
							
							
								 
						
							
								8d42e94e57 
								
							 
						 
						
							
							
								
								Implement active users chart  
							
							... 
							
							
							
							Resolve  #3904  
						
							2019-01-17 17:16:08 +09:00  
				
					
						
							
							
								 
						
							
								652bb03087 
								
							 
						 
						
							
							
								
								[Client] Add information  
							
							
							
						 
						
							2019-01-17 09:46:40 +09:00  
				
					
						
							
							
								 
						
							
								13cee2b4f5 
								
							 
						 
						
							
							
								
								Resolve   #3896  
							
							
							
						 
						
							2019-01-16 14:54:14 +09:00  
				
					
						
							
							
								 
						
							
								1546160f6a 
								
							 
						 
						
							
							
								
								モデレーター登録を解除できるように ( #3876 )  
							
							
							
						 
						
							2019-01-11 08:11:24 +09:00  
				
					
						
							
							
								 
						
							
								203fba0216 
								
							 
						 
						
							
							
								
								管理画面でユーザーを状態でフィルタできるように ( #3873 )  
							
							
							
						 
						
							2019-01-11 08:09:44 +09:00  
				
					
						
							
							
								 
						
							
								f6a8c8cf76 
								
							 
						 
						
							
							
								
								Toggle show/hide password ( #3865 )  
							
							... 
							
							
							
							* Toggle show/hide password
* hoverでアンダーラインが中途半端に出てダサいので出さないように
* Update signin.vue 
							
						 
						
							2019-01-10 10:22:45 +09:00  
				
					
						
							
							
								 
						
							
								15ce89a88d 
								
							 
						 
						
							
							
								
								Resolve   #3078  ( #3838 )  
							
							
							
						 
						
							2019-01-06 17:45:14 +09:00  
				
					
						
							
							
								 
						
							
								c57bffb142 
								
							 
						 
						
							
							
								
								モバイル版にも設定を追加  
							
							
							
						 
						
							2018-12-30 14:12:46 +09:00  
				
					
						
							
							
								 
						
							
								b3032ad84d 
								
							 
						 
						
							
							
								
								Better setting  
							
							
							
						 
						
							2018-12-30 14:05:13 +09:00  
				
					
						
							
							
								 
						
							
								4f76acd249 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2018-12-30 14:00:57 +09:00  
				
					
						
							
							
								 
						
							
								cdb8e41176 
								
							 
						 
						
							
							
								
								[Client] Update theme setting  
							
							
							
						 
						
							2018-12-30 13:02:06 +09:00  
				
					
						
							
							
								 
						
							
								4e55436339 
								
							 
						 
						
							
							
								
								[Client] Improve 2fa settings  
							
							
							
						 
						
							2018-12-29 22:10:54 +09:00  
				
					
						
							
							
								 
						
							
								6bcc174456 
								
							 
						 
						
							
							
								
								Clean up  
							
							
							
						 
						
							2018-12-29 02:58:04 +09:00  
				
					
						
							
							
								 
						
							
								8823a6c1a1 
								
							 
						 
						
							
							
								
								フォローしているユーザーからのフォローを自動承認するオプション ( #3780 )  
							
							
							
						 
						
							2018-12-28 21:36:58 +09:00  
				
					
						
							
							
								 
						
							
								cce3e52642 
								
							 
						 
						
							
							
								
								通知の管理を強化  
							
							... 
							
							
							
							Resolve  #3772  
						
							2018-12-28 05:06:25 +09:00  
				
					
						
							
							
								 
						
							
								8c762e7b8e 
								
							 
						 
						
							
							
								
								🎵  
							
							
							
						 
						
							2018-12-28 04:36:24 +09:00  
				
					
						
							
							
								 
						
							
								1029bff5ff 
								
							 
						 
						
							
							
								
								Undo reaction with clicking minus ( #3773 )  
							
							... 
							
							
							
							* Undo reaction with clicking minus
* fix isMyNote 
							
						 
						
							2018-12-28 01:01:58 +09:00  
				
					
						
							
							
								 
						
							
								fdd42fc2d7 
								
							 
						 
						
							
							
								
								user mention ( #3771 )  
							
							
							
						 
						
							2018-12-27 23:14:30 +09:00  
				
					
						
							
							
								 
						
							
								19f327701d 
								
							 
						 
						
							
							
								
								Fix kao  
							
							
							
						 
						
							2018-12-27 21:10:40 +09:00  
				
					
						
							
							
								 
						
							
								0f5c737c1a 
								
							 
						 
						
							
							
								
								Use double quotation  
							
							
							
						 
						
							2018-12-27 21:00:08 +09:00  
				
					
						
							
							
								 
						
							
								cb9960b0ac 
								
							 
						 
						
							
							
								
								Fix i18n: is-suspended  
							
							... 
							
							
							
							Co-authored-by: syuilo <syuilotan@yahoo.co.jp> 
							
						 
						
							2018-12-27 20:59:49 +09:00  
				
					
						
							
							
								 
						
							
								cb8663873d 
								
							 
						 
						
							
							
								
								Rename: 404 --> not-found  
							
							
							
						 
						
							2018-12-27 20:22:54 +09:00  
				
					
						
							
							
								 
						
							
								ba05606074 
								
							 
						 
						
							
							
								
								Show on the CW button that there is a poll ( #3769 )  
							
							
							
						 
						
							2018-12-27 19:58:57 +09:00  
				
					
						
							
							
								 
						
							
								5174e16f7b 
								
							 
						 
						
							
							
								
								Feature to show only my posts in the user page  ( #3753 )  
							
							... 
							
							
							
							* Fix  #3681 
* Feature to show only my posts in the user page 
							
						 
						
							2018-12-26 23:11:50 +09:00  
				
					
						
							
							
								 
						
							
								af5839bb59 
								
							 
						 
						
							
							
								
								Fix translation location ( #3734 )  
							
							
							
						 
						
							2018-12-24 01:25:28 +09:00  
				
					
						
							
							
								 
						
							
								454632d785 
								
							 
						 
						
							
							
								
								Resolve   #3687  
							
							
							
						 
						
							2018-12-20 04:08:13 +09:00  
				
					
						
							
							
								 
						
							
								e88ce1746d 
								
							 
						 
						
							
							
								
								リスト関連の操作を強化  
							
							... 
							
							
							
							Resolve  #2069 
Resolve  #2051 
Resolve  #2807 
Resolve  #3647  
						
							2018-12-19 07:22:01 +09:00  
				
					
						
							
							
								 
						
							
								7f77517fc8 
								
							 
						 
						
							
							
								
								[Client]  Resolve   #3658  
							
							
							
						 
						
							2018-12-19 00:57:28 +09:00  
				
					
						
							
							
								 
						
							
								e7da505fb3 
								
							 
						 
						
							
							
								
								[Client] Bug fix and clean up  
							
							
							
						 
						
							2018-12-16 16:12:41 +09:00  
				
					
						
							
							
								 
						
							
								85ddabdc65 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2018-12-15 17:09:05 +09:00  
				
					
						
							
							
								 
						
							
								709290d2da 
								
							 
						 
						
							
							
								
								Improve mention display  
							
							
							
						 
						
							2018-12-12 13:06:05 +09:00  
				
					
						
							
							
								 
						
							
								08142ead67 
								
							 
						 
						
							
							
								
								Resolve   #3581  ( #3589 )  
							
							... 
							
							
							
							* Update ja-JP.yml
* Create 404.vue
* Update script.ts
* Update script.ts
* Update script.ts
* Update script.ts
* Update script.ts
* Update script.ts
* Update 404.vue
* Update meta.ts
* Update instance.vue
* Update update-meta.ts 
							
						 
						
							2018-12-11 20:19:13 +09:00  
				
					
						
							
							
								 
						
							
								1d1a373ca8 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2018-12-11 18:12:18 +09:00  
				
					
						
							
							
								 
						
							
								7e1cad3e12 
								
							 
						 
						
							
							
								
								Improve tags settings ( #3569 )  
							
							
							
						 
						
							2018-12-09 14:24:24 +09:00  
				
					
						
							
							
								 
						
							
								596f92cfcc 
								
							 
						 
						
							
							
								
								[Client] Improve cw-button  
							
							
							
						 
						
							2018-12-08 10:36:26 +09:00  
				
					
						
							
							
								 
						
							
								e2843a5ce4 
								
							 
						 
						
							
							
								
								Resolve   #3537  ( #3540 )  
							
							... 
							
							
							
							* Resolve  #3537 
* tune 
							
						 
						
							2018-12-08 06:18:37 +09:00  
				
					
						
							
							
								 
						
							
								31b30e3dd2 
								
							 
						 
						
							
							
								
								Resolve   #3347  ,  #3349  ( #3513 )  
							
							... 
							
							
							
							* Resolve  #3347  , #3349 
Make deck columns' width be selectable and flexible
* deckColumnMinwidth --> deckColumnMinWidth
* w-default --> normal
* ✌️  
							
						 
						
							2018-12-06 11:11:46 +09:00  
				
					
						
							
							
								 
						
							
								58b3be438a 
								
							 
						 
						
							
							
								
								Resolve   #1872  ( #3516 )  
							
							
							
						 
						
							2018-12-06 10:21:41 +09:00  
				
					
						
							
							
								 
						
							
								dc8f4c8d6a 
								
							 
						 
						
							
							
								
								Fix   #3341  ( #3502 )  
							
							
							
						 
						
							2018-12-05 18:44:57 +09:00  
				
					
						
							
							
								 
						
							
								20c0690352 
								
							 
						 
						
							
							
								
								[Client]  Resolve   #3500  
							
							
							
						 
						
							2018-12-05 17:27:27 +09:00  
				
					
						
							
							
								 
						
							
								45bee7cc2f 
								
							 
						 
						
							
							
								
								Resolve   #327  
							
							
							
						 
						
							2018-12-03 20:08:18 +09:00  
				
					
						
							
							
								 
						
							
								1c86a4bc26 
								
							 
						 
						
							
							
								
								Refactor  
							
							
							
						 
						
							2018-12-03 19:44:03 +09:00  
				
					
						
							
							
								 
						
							
								f3479d1b98 
								
							 
						 
						
							
							
								
								Refactor  
							
							
							
						 
						
							2018-12-03 09:38:43 +09:00  
				
					
						
							
							
								 
						
							
								bb14895fd8 
								
							 
						 
						
							
							
								
								[Client]  Resolve   #2225  
							
							
							
						 
						
							2018-12-02 15:26:56 +09:00  
				
					
						
							
							
								 
						
							
								3bde4285eb 
								
							 
						 
						
							
							
								
								Fix SMTP ( #3433 )  
							
							... 
							
							
							
							* Fix: SMTP local relay
* Fix SMTP SSL description
* ✌️  
							
						 
						
							2018-11-30 00:03:28 +09:00  
				
					
						
							
							
								 
						
							
								22e30b44b9 
								
							 
						 
						
							
							
								
								Make require password to update email  
							
							
							
						 
						
							2018-11-29 20:19:02 +09:00  
				
					
						
							
							
								 
						
							
								ab594d1dfe 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/syuilo/misskey  into develop  
							
							
							
						 
						
							2018-11-29 16:24:05 +09:00  
				
					
						
							
							
								 
						
							
								1bc109b42c 
								
							 
						 
						
							
							
								
								Implement email config  
							
							
							
						 
						
							2018-11-29 16:23:45 +09:00  
				
					
						
							
							
								 
						
							
								afdb23ff57 
								
							 
						 
						
							
							
								
								Feature / Configurable web search engine ( #3406 )  
							
							... 
							
							
							
							* configurable web search engine
* add webSearchEngine config in mobile ui
* add webSearchEngine config in desktop ui
* add webSearchEngine config
* add messages for web search engine config
* correct locale 
							
						 
						
							2018-11-29 11:05:17 +09:00  
				
					
						
							
							
								 
						
							
								7ed50b90bd 
								
							 
						 
						
							
							
								
								[Client]  Resolve   #3323  
							
							
							
						 
						
							2018-11-27 01:21:16 +09:00  
				
					
						
							
							
								 
						
							
								e6dcd438b4 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2018-11-24 07:05:41 +09:00  
				
					
						
							
							
								 
						
							
								246cead2b1 
								
							 
						 
						
							
							
								
								Improve user operations  
							
							... 
							
							
							
							Resolve  #2197 
Resolve  #3367  
						
							2018-11-23 08:01:14 +09:00  
				
					
						
							
							
								 
						
							
								ac14adfd3e 
								
							 
						 
						
							
							
								
								Feature / user recommendation config in admin ui ( #3357 )  
							
							... 
							
							
							
							* add config for external user recommendation into admin ui
* debug
* correct admin ui
* switch external user recommendation to admin ui config
* debug
* debug
* debug
* Revert "debug"
This reverts commit f4a0460e5b 
							
						 
						
							2018-11-21 23:44:59 +09:00  
				
					
						
							
							
								 
						
							
								562a5f66fc 
								
							 
						 
						
							
							
								
								Improve usability  
							
							
							
						 
						
							2018-11-21 14:44:49 +09:00  
				
					
						
							
							
								 
						
							
								8d70587814 
								
							 
						 
						
							
							
								
								Refactoring  
							
							
							
						 
						
							2018-11-19 02:04:12 +09:00  
				
					
						
							
							
								 
						
							
								e401ba9e25 
								
							 
						 
						
							
							
								
								Update visibility text ( #3299 )  
							
							
							
						 
						
							2018-11-17 18:21:05 +09:00  
				
					
						
							
							
								 
						
							
								0bf54b3ff6 
								
							 
						 
						
							
							
								
								Renote visibility ( #3290 )  
							
							
							
						 
						
							2018-11-17 03:25:48 +09:00  
				
					
						
							
							
								 
						
							
								9239e37b45 
								
							 
						 
						
							
							
								
								Fix   #3273  ( #3277 )  
							
							
							
						 
						
							2018-11-16 23:14:11 +09:00  
				
					
						
							
							
								 
						
							
								57d80932a4 
								
							 
						 
						
							
							
								
								Add an optional setting to remain deleted note ( #3271 )  
							
							... 
							
							
							
							Co-authored-by: Aya Morisawa <AyaMorisawa4869@gmail.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp> 
							
						 
						
							2018-11-16 23:13:37 +09:00  
				
					
						
							
							
								 
						
							
								bceb02d760 
								
							 
						 
						
							
							
								
								local only visibility ( #3254 )  
							
							... 
							
							
							
							* local only visibility
* fix UI 
							
						 
						
							2018-11-16 05:47:29 +09:00  
				
					
						
							
							
								 
						
							
								3c3ef9bba0 
								
							 
						 
						
							
							
								
								[Client]  ✌️  
							
							
							
						 
						
							2018-11-16 05:36:52 +09:00  
				
					
						
							
							
								 
						
							
								9d8f7b081d 
								
							 
						 
						
							
							
								
								WIP: Add Discord auth ( #3239 )  
							
							... 
							
							
							
							* Add Discord auth
* Apply review 175263424 
							
						 
						
							2018-11-15 19:15:04 +09:00  
				
					
						
							
							
								 
						
							
								56d571c0f0 
								
							 
						 
						
							
							
								
								Moderator system  
							
							... 
							
							
							
							Closes  #2357  
						
							2018-11-15 04:15:42 +09:00  
				
					
						
							
							
								 
						
							
								7896242f57 
								
							 
						 
						
							
							
								
								[Client]  Fix   #3213  
							
							
							
						 
						
							2018-11-13 16:19:46 +09:00  
				
					
						
							
							
								 
						
							
								0fbf56219f 
								
							 
						 
						
							
							
								
								[Client] Emoji picker  
							
							... 
							
							
							
							Closes  #3130  
						
							2018-11-13 00:12:55 +09:00  
				
					
						
							
							
								 
						
							
								71d42f64dc 
								
							 
						 
						
							
							
								
								[Client] Implement word mute  
							
							... 
							
							
							
							Closes  #1739  
						
							2018-11-11 21:17:51 +09:00  
				
					
						
							
							
								 
						
							
								5d3d78a73e 
								
							 
						 
						
							
							
								
								Better text  
							
							
							
						 
						
							2018-11-11 02:44:54 +09:00  
				
					
						
							
							
								 
						
							
								d62c67208f 
								
							 
						 
						
							
							
								
								[Client] Show domain in admin page  
							
							
							
						 
						
							2018-11-10 04:28:56 +09:00  
				
					
						
							
							
								 
						
							
								27bdb26202 
								
							 
						 
						
							
							
								
								Fix   #3187  
							
							
							
						 
						
							2018-11-10 00:28:50 +09:00  
				
					
						
							
							
								 
						
							
								1fa24d709d 
								
							 
						 
						
							
							
								
								Fix i18n text  
							
							
							
						 
						
							2018-11-09 23:11:55 +09:00  
				
					
						
							
							
								 
						
							
								035bdd0279 
								
							 
						 
						
							
							
								
								Add showVia option ( #3182 )  
							
							... 
							
							
							
							* Resolve  #3160 
* Fix bug
* Fix bug 
							
						 
						
							2018-11-09 21:10:21 +09:00  
				
					
						
							
							
								 
						
							
								10fa824f95 
								
							 
						 
						
							
							
								
								[Client]  Fix   #2759  
							
							
							
						 
						
							2018-11-09 08:31:05 +09:00  
				
					
						
							
							
								 
						
							
								60ef3e3563 
								
							 
						 
						
							
							
								
								Refactor & Clean up  
							
							
							
						 
						
							2018-11-09 08:13:34 +09:00  
				
					
						
							
							
								 
						
							
								25a69ec1b6 
								
							 
						 
						
							
							
								
								Refactoring of i18n ( #3165 )  
							
							... 
							
							
							
							Refactoring of i18n 
							
						 
						
							2018-11-09 03:44:35 +09:00  
				
					
						
							
							
								 
						
							
								f052d8912b 
								
							 
						 
						
							
							
								
								wip: フォロー/フォロワーページ ( #3157 )  
							
							... 
							
							
							
							フォロー/フォロワーページ 
							
						 
						
							2018-11-08 15:16:39 +09:00  
				
					
						
							
							
								 
						
							
								cb6f390fb6 
								
							 
						 
						
							
							
								
								GitHub / Twitter連携の設定をDBに保存するように  
							
							
							
						 
						
							2018-11-07 13:14:52 +09:00  
				
					
						
							
							
								 
						
							
								001bb7bbcd 
								
							 
						 
						
							
							
								
								インスタンスの対象言語の設定を実装  
							
							
							
						 
						
							2018-11-07 12:28:53 +09:00  
				
					
						
							
							
								 
						
							
								06b66f0209 
								
							 
						 
						
							
							
								
								メンテナ情報をDBに保存するように  
							
							
							
						 
						
							2018-11-07 01:12:26 +09:00  
				
					
						
							
							
								 
						
							
								2de48110bb 
								
							 
						 
						
							
							
								
								ghostの設定をDBに保存するように  
							
							
							
						 
						
							2018-11-07 00:44:56 +09:00  
				
					
						
							
							
								 
						
							
								a6f8327aa2 
								
							 
						 
						
							
							
								
								reCAPTCHAの設定をDBに保存するように  
							
							
							
						 
						
							2018-11-07 00:08:21 +09:00