summaryrefslogtreecommitdiff
path: root/src/client/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(client): Implement threaded repliessyuilo2020-05-102-41/+79
| | | | | Resolve #2113 Resolve #5819
* refactor(client): Clean up componentsyuilo2020-05-101-4/+2
|
* refactor(client): Use ===syuilo2020-05-101-4/+4
|
* WebAuthnでログインできないのを修正 (#6327)Satsuki Yanagi2020-05-091-11/+6
| | | Resolve #6319
* fix(client): Add missing iconsyuilo2020-05-061-1/+2
|
* Merge pull request #6303 from syuilo/features/hcaptchaAcid Chicken (硫酸鶏)2020-05-054-17/+150
|\ | | | | Add support for hCaptcha
| * Update signup.vueAcid Chicken (硫酸鶏)2020-04-291-0/+1
| |
| * Factorize *captcha componentAcid Chicken (硫酸鶏)2020-04-294-94/+137
| |
| * Refactor codeAcid Chicken (硫酸鶏)2020-04-291-2/+2
| |
| * Refactor codesAcid Chicken (硫酸鶏)2020-04-291-14/+6
| |
| * Fix bugAcid Chicken (硫酸鶏)2020-04-281-3/+12
| |
| * Add support for hCaptchaAcid Chicken (硫酸鶏)2020-04-283-7/+95
| |
* | アップロードプログレスバーが動かないのを修正 Fix #6306 ↵MeiMei2020-05-021-12/+14
|/ | | | (#6307)
* fix(client): Fix a bug that if block of pages not workingsyuilo2020-04-231-1/+1
|
* feat(client): Implement default upload folder settingsyuilo2020-04-226-34/+96
| | | | Resolve #5985
* refactor(client): :sparkles:syuilo2020-04-2015-119/+67
|
* fix(client): Fix bug that cannot post when image onlysyuilo2020-04-191-1/+1
|
* enhance(client): Use icon instead of textsyuilo2020-04-191-1/+3
|
* fix(client): Fix canvas overflowsyuilo2020-04-191-0/+2
|
* Resolve #6276syuilo2020-04-191-1/+33
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-04-181-1/+2
|\
| * TLにNote追加時にdeepcopyする (#6275)MeiMei2020-04-181-1/+2
| |
* | Resolve #6274syuilo2020-04-181-3/+8
|/
* chore(client): :art:syuilo2020-04-171-0/+4
|
* Fix Media List in CW Content (#6099)tamaina2020-04-162-6/+12
|
* リアクションの修正 (#6260)MeiMei2020-04-161-14/+16
|
* Resolve #6256syuilo2020-04-163-38/+69
|
* リモートのカスタム絵文字リアクションを表示できるよ ↵MeiMei2020-04-144-3/+15
| | | | | | | | | | | | | | | | | | | に (#6239) * リモートのカスタム絵文字リアクションを表示できるように * AP * DBマイグレーション * ローカルのリアクションの. * fix * fix * fix * space
* 投稿のURLプレビューポップアップを改良 (#6226)tamaina2020-04-143-1/+8
| | | | | | | | | | * URLプレビューポップアップを改良 - タッチデバイスでは表示しないように - 幅をレスポンシブに * Use maxTouchPoints to detect touch device * fix
* sensitiveではないメディアも非表示にできるように (#6248)Satsuki Yanagi2020-04-132-7/+15
| | | | | | | * sensitiveではないメディアも非表示にできるように * mounted -> created * remove unnecessary v-if
* feat(client): Improve pages aiscriptsyuilo2020-04-131-6/+13
|
* モデレーション周りのv11の機能復元 (#6249)Satsuki Yanagi2020-04-133-110/+28
| | | | | | | | | | | * モデレーション周りのv11の機能復元 * i18n * wip * wip Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Resolve #5755syuilo2020-04-138-14/+54
|
* AiScript関連syuilo2020-04-121-1/+1
|
* Option to hide revealed sensitive media (#6209)Balazs Nadasdi2020-04-112-45/+91
| | | | | | | | | | | | * Option to hide revealed sensitive media This PR commit adds a button on sensitive images and videos to to hide them without refreshing the page. * fix position with multiple images * Fixing some lint problems Not related to this PR, but "Node.js CI / lint" failed on it.
* Ability to set header image for a Page (#6210)Balazs Nadasdi2020-04-051-3/+3
| | | | | | | | | | | | | | | | | | | * Ability to set header image for a Page - Add header image to Page - Show it on Page view - Show correctly it on Page list view - On the Page list view, pages have a light border to make it easier to see an image belongs to a page * Maybe it looks better * Use <img> instead if <x-image> * src -> :src; set width * Update page.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* i18n (#6219)Satsuki Yanagi2020-04-031-1/+1
|
* Use url if available (#6214)MeiMei2020-04-021-4/+4
| | | | | | | * Fix #6213 * other link * fix
* Clean upsyuilo2020-03-291-2/+2
|
* :art:syuilo2020-03-281-3/+3
|
* インストールしたアプリ見れるようにしたり削除できる ↵syuilo2020-03-281-13/+1
| | | | うにしたり
* Resolve #6192syuilo2020-03-281-13/+22
|
* Fix #5986 (#6184)和風ドレッシング2020-03-251-1/+1
| | | | | * Fix #5986 * Fix #5986 追加修正
* テーマインポート機能を実装するなどsyuilo2020-03-232-2/+2
|
* Remove smooth option to improve performancesyuilo2020-03-221-14/+4
|
* Refactoringsyuilo2020-03-224-10/+10
|
* i18n (#6171)Satsuki Yanagi2020-03-225-40/+31
| | | | | | | | | | | | | * i18n Resolve #6155 * i18n for drive * :v: * Extract doc Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Add 削除して編集 (#6147)Xeltica2020-03-212-2/+24
| | | | | | | | | | | | | * Add 削除して編集 * 言語ファイルを更新 * リプライとリノートも復元する * Revert "リプライとリノートも復元する" This reverts commit f23f7f8d784b28f3d365c8f5aecf81001577c672. * リプライとリノートも復元する
* Fix bugsyuilo2020-03-211-0/+7
|
* Resolve #6145syuilo2020-03-211-0/+29
|