Commit graph

1017 commits

Author SHA1 Message Date
Acid Chicken (硫酸鶏) 155da0c6a3
Avoid roma-ji naming 2019-04-10 20:30:00 +09:00
syuilo 87d3a06dcd
revert rename 2019-04-08 23:05:41 +09:00
syuilo fab0cc51b3
Fix 2019-04-08 19:56:42 +09:00
MeiMei 3a26acbdb2 ユーザーリストでフォローボタンを表示するように (#4603) 2019-04-08 17:20:16 +09:00
syuilo 30f2da4215
Fix bug 2019-04-08 14:41:23 +09:00
syuilo 1e166490d9
[Client] Better pagination
Fix #4628
Close #4629
2019-04-08 14:17:44 +09:00
MeiMei a6537a8748 Fix: 投稿ウィジットでローカルのみの公開範囲で投稿できない (#4647) 2019-04-08 13:31:42 +09:00
syuilo 6a30d32e7d
Fix bug 2019-04-07 23:31:58 +09:00
syuilo 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
tamaina 094a5214f1 Re: fix drive file preview: Fix #4532, Fix #4577 (#4590)
* 🎨 Re: fix drive file preview

* clean

* fix

* fix
2019-04-06 00:51:31 +09:00
MeiMei 26cc49eb69 ユーザーリストの user.description を single line 扱いで表示するように (#4604) 2019-03-31 21:32:09 +09:00
MeiMei 16b7ac5a87 Fix #4593 (#4594) 2019-03-29 18:35:47 +09:00
MeiMei 5932cb8609 Fix: View source on GitHub (#4584) 2019-03-27 03:10:56 +09:00
MeiMei dfe694d39f Fix #4581 (#4583) 2019-03-27 02:58:42 +09:00
tamaina 1d7933349b Fix #4538 (#4539)
* fix #4538

* clean up

* fix

* fix
2019-03-19 23:35:22 +09:00
syuilo b217fba235
Fix #4531 2019-03-19 17:47:40 +09:00
tamaina 87c5a9d9a6 Fix #97, Fix #2943 (#4533) 2019-03-19 17:35:50 +09:00
tamaina 8ca1fe3f0a Resolve #1465 (#4532)
* [client] show drive file icon

* 🎨

* exchange icon

* fix

* fuck crlf

* 背景差し戻し

* fix selected color

* 🎨

* fix

* pointer-events none

* fix bug

* ✌️

* Clean up

* ✌️

* Clean up

* Fix
2019-03-19 17:26:07 +09:00
MeiMei 763ae8f1a6 Change Twemoji CDN (#4527) 2019-03-18 22:02:45 +09:00
syuilo bd2ac515d1
🎨 2019-03-18 17:37:29 +09:00
syuilo 08c176e549
不明なリアクションのフォールバックに star を使うようにするオプション 2019-03-18 01:03:35 +09:00
MeiMei 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)

* Refactor

* Allow null
2019-03-18 00:03:57 +09:00
syuilo db439ef804
🎨 2019-03-15 01:43:11 +09:00
syuilo a628821834
Improve readability 2019-03-14 16:35:07 +09:00
syuilo 75a8037a46
Fix #4489 2019-03-14 15:19:02 +09:00
syuilo 7668475bd6
🎨 2019-03-13 23:27:11 +09:00
syuilo 7f835d7f76
🎨 2019-03-13 09:32:10 +09:00
MeiMei 85d89cf4c4 embedプレイヤーを閉じれるように (#4402) 2019-03-12 13:12:34 +09:00
syuilo db693f598b
シェアページを統合 2019-03-12 13:02:16 +09:00
syuilo 612e3aafbc
activeなジョブ数のカウント方法を分けた
https://github.com/syuilo/misskey/issues/4470#issuecomment-471827030
2019-03-12 12:31:01 +09:00
syuilo c932f7a25b
Resolve #1736 2019-03-12 00:34:19 +09:00
syuilo 3dd5f313b7
Add icons 🎨 2019-03-11 20:12:44 +09:00
syuilo 883962c393
Add icon 🎨 2019-03-11 20:07:27 +09:00
syuilo c3d34bda37
Resolve #4259 2019-03-11 19:43:58 +09:00
syuilo ce0d4f77fa
リストのエクスポートをできるように
#4259
2019-03-11 09:59:07 +09:00
syuilo 80a2172715
Resolve #4462 2019-03-10 19:16:33 +09:00
syuilo c11e813146
Fix 2019-03-07 09:35:23 +09:00
syuilo a493c9f769
🎨 2019-03-07 09:30:44 +09:00
Acid Chicken (硫酸鶏) 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
syuilo f74a32ed9b
[Client] Fix bug 2019-03-06 20:17:59 +09:00
Acid Chicken (硫酸鶏) e08e72dd10
Use meta url instead of constant url 2019-03-06 12:31:58 +09:00
syuilo d95b0dee6b
Fix #4416 2019-03-05 08:27:50 +09:00
syuilo 494796a7f0
Fix #4415 2019-03-05 08:24:19 +09:00
syuilo d1a18fe266
Resolve #3220 2019-03-04 14:32:36 +09:00
syuilo 972fb8eb40
Hide some components 2019-03-03 08:46:42 +09:00
syuilo 826865869a
Improve usability 2019-03-03 08:23:06 +09:00
syuilo 5cc940c08a
Fix bug
Fix #4390
2019-03-02 08:13:09 +09:00
syuilo 1d02d9e0fe
モバイルのデッキで返信が表示されない問題を修正 2019-03-02 08:06:03 +09:00
syuilo 00a28193a0
ダークモードの設定をテーマに移動 2019-03-01 11:03:45 +09:00
syuilo ea1818284b
クライアントの設定コンポーネントを整理
* デスクトップとモバイルで統一
* いくつかの設定を廃止
2019-03-01 10:42:28 +09:00
syuilo d83efecc94
文字サイズを設定できるように 2019-03-01 08:08:08 +09:00
syuilo 88515ce677
Use internal dialog 2019-02-28 14:07:03 +09:00
syuilo 00562e840c
Improve usability 2019-02-28 12:53:31 +09:00
syuilo b7927ba386
Refactor 2019-02-28 12:49:13 +09:00
syuilo 1dbce5e3e2
Improve performance 2019-02-28 12:14:24 +09:00
syuilo 361a9ca1be
url-previewでembedプレイヤー展開をオプトインにする (#4382)
* url-previewでembedプレイヤー展開をオプトインにする

* remove tabs
2019-02-28 12:05:47 +09:00
syuilo c2c79c4a87
[Client] Use class selector to improve performance 2019-02-28 11:39:34 +09:00
mei23 d56f7f3390 remove tabs 2019-02-28 03:57:35 +09:00
mei23 ef70d17194 url-previewでembedプレイヤー展開をオプトインにする 2019-02-28 03:46:37 +09:00
syuilo e6311fdb13
🎨 2019-02-27 09:27:19 +09:00
syuilo 20de9a5e35
Resolve #4374 2019-02-27 05:31:16 +09:00
syuilo b56fed8ed5
Update notes/featured 2019-02-26 14:42:24 +09:00
syuilo 61ac024127
i18n整理 2019-02-26 14:13:02 +09:00
syuilo 8db8d3f39e
🎨 2019-02-26 14:02:23 +09:00
syuilo d285452dec
Fix bug 2019-02-26 06:54:49 +09:00
syuilo bf2bdaa6ff
🎨 2019-02-26 05:22:21 +09:00
syuilo 42525bb12a
Improve usability 2019-02-25 20:18:15 +09:00
syuilo bc243c1ea3
i18n 2019-02-25 20:17:33 +09:00
syuilo a2517d1a1d
🎨 2019-02-25 20:08:56 +09:00
syuilo 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
syuilo 3654f247c4
Fix error 2019-02-25 15:22:56 +09:00
syuilo 31802c9749
Improve doc 2019-02-25 03:21:54 +09:00
syuilo d838ef5b76
Resolve #4362 2019-02-24 12:58:45 +09:00
MeiMei d994c84901 Resolve audioTag undefined error (#4363) 2019-02-24 10:50:45 +09:00
syuilo 0e0c35a701
Fix bug 2019-02-24 03:56:15 +09:00
syuilo 2e908758d8
🎨 2019-02-21 06:04:42 +09:00
syuilo a164f8ad95
Fix bug 2019-02-21 05:53:10 +09:00
syuilo 3409a51cca
Resolve #2017 2019-02-21 01:30:21 +09:00
syuilo daff0977cb
Resolve #747 2019-02-20 13:38:48 +09:00
syuilo c1e7d56ff8
Fix bug 2019-02-20 10:15:06 +09:00
syuilo 7615b1ea0a
Improve usability 2019-02-20 07:19:05 +09:00
syuilo 8c0e65ce6f
Fix error 2019-02-20 07:09:57 +09:00
syuilo 9aa24c0552
🎨 2019-02-20 07:08:54 +09:00
MeiMei 47bf06f432 人気のタグは常に上 (#4314) 2019-02-20 06:46:35 +09:00
syuilo 7921f8cd43
🎨 2019-02-20 01:00:59 +09:00
syuilo 963b0db3d3
コンポーネント整理 2019-02-19 03:38:34 +09:00
syuilo b07cd37a16
🎨 2019-02-18 20:48:39 +09:00
syuilo 0e046faf4a
みつけるの人気のタグを第2ソートで連合含めたユーザー数にしたりユーザーのタグ以外は除外するように 2019-02-18 11:47:25 +09:00
syuilo d9092dc81f
ユーザーが存在しない場合の表示を追加 2019-02-18 11:27:15 +09:00
syuilo 388565fb10
Use # instead of v-slot: 2019-02-18 11:13:56 +09:00
syuilo da4ba51a74
Fix bug 2019-02-18 10:05:58 +09:00
syuilo 1edcd136a4
Revert "🎨"
This reverts commit 9883c751da.
2019-02-18 10:02:32 +09:00
syuilo 9883c751da
🎨 2019-02-18 09:57:19 +09:00
syuilo 54d40420ad
Use v-slot instead of slot 2019-02-18 09:48:00 +09:00
syuilo efd0368e56
Resolve #4305 2019-02-18 04:52:40 +09:00
syuilo 87b0017386
Fix bug 2019-02-18 00:47:45 +09:00
syuilo 1d5a54ff6f
ハッシュタグでユーザー検索できるように (#4298)
* ハッシュタグでユーザー検索できるように

* 🎨

* Increase limit

* リモートユーザーも表示

* Fix bug

* Fix bug

* Improve performance
2019-02-17 23:41:47 +09:00
syuilo a5660d6c82
Exploreページに新規ユーザー一覧を追加 (#4295) 2019-02-17 17:53:51 +09:00
Acid Chicken (硫酸鶏) 24513fc0a3 Update media-banner.vue (#4287) 2019-02-17 01:09:49 +09:00
syuilo 902d9bc7a5
Fix bug 2019-02-16 16:39:34 +09:00
syuilo 88dc4c83cb
Improve UI 2019-02-16 10:58:44 +09:00
syuilo 5a28dc0198
Improve user-list component 2019-02-16 09:27:53 +09:00
syuilo 545e83efb1
🎨 2019-02-16 08:51:35 +09:00
syuilo c2b1bbeec5
Exploreページを実装 2019-02-16 06:50:58 +09:00
syuilo 937f7cbd60
🎨 2019-02-15 15:35:52 +09:00
MeiMei e4f799bf1d Hide localOnly from welcome TL (#4257) 2019-02-15 08:38:59 +09:00
syuilo 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
syuilo 4ffe9c908b
Make ignore pointer events 2019-02-13 21:48:20 +09:00
syuilo a135f75e71
🎨 2019-02-13 21:47:53 +09:00
Acid Chicken (硫酸鶏) cbc61ba03d Add GIF badge (#4241) 2019-02-13 21:43:58 +09:00
MeiMei d5205d7328 Refactor reaction-viewer (#4171)
* Refactor reaction-viewer

* code style

* fix
2019-02-07 02:05:49 +09:00
MeiMei f44ce535fa リアクションマージン再調整 (#4169)
* リアクションマージン再調整

* fix size
2019-02-06 22:57:08 +09:00
syuilo d7ac0418d7
Revert "余計なマージンを削除 (#4168)"
This reverts commit 77bcb58f12.
2019-02-06 21:51:01 +09:00
syuilo f4319a9c01
Revert "[Client] リアクション一覧のマージンを調整"
This reverts commit 80ea747db6.
2019-02-06 21:50:37 +09:00
syuilo f4c4d53bbb
Fix bug 2019-02-06 21:21:49 +09:00
syuilo 27d16c6a12
Resolve #4151 2019-02-06 20:56:48 +09:00
MeiMei 77bcb58f12 余計なマージンを削除 (#4168) 2019-02-06 18:29:39 +09:00
syuilo bcd886c4f5
🎨 2019-02-06 17:51:33 +09:00
syuilo 4d868aaf1f
🎨 2019-02-06 17:10:40 +09:00
syuilo 80ea747db6
[Client] リアクション一覧のマージンを調整
Close #4160
2019-02-06 17:03:43 +09:00
syuilo 4c65b0cd6f
🎨 2019-02-05 23:45:27 +09:00
syuilo 5db5bbd1cd
自分の投稿情報をエクスポートできるように (#4144)
* wip

* 正しいJSONを生成するように

* データを整形
2019-02-05 19:50:14 +09:00
MeiMei 4162981081 アニメーション停止箇所の追加 (#4138) 2019-02-05 06:22:39 +09:00
syuilo 7b7359fbdc
[Client] Fix bug 2019-02-05 06:12:41 +09:00
syuilo dd39d6ea37
Better key name 2019-02-05 04:09:44 +09:00
syuilo 861302f0fd
アニメーション画像を無効にする際、サーバーサイドではなくクライアントサイドでURLを変更するように 2019-02-05 03:51:54 +09:00
syuilo 5410efe9ca
Refactoring 2019-02-05 01:31:02 +09:00
syuilo 1d814ba0e1
個別に投稿のウォッチ/ウォッチ解除をできるように
Resolve #161
2019-02-05 01:24:44 +09:00
syuilo c107333f56
[API] お気に入り状態は投稿情報に含めないように統一 2019-02-05 01:11:06 +09:00
syuilo 30b1b1a5ed
Fix imports 2019-02-04 09:37:15 +09:00
MeiMei 64c1075b06 Remember the media playback volume (#4089)
* Remember the media playback volume

* fix
2019-02-03 19:33:23 +09:00
syuilo 452fb8e496
Improve usability 2019-02-03 18:40:50 +09:00
MeiMei 7d2f0a1f31 Fix: URLプレビューのthumbnailで()を含むURLを提示されると表示できない (#4103)
* Fix: URLプレビューのthumbnailで()を含むURLを提示されると表示できない

* remove debug
2019-02-03 04:26:58 +09:00
syuilo 2b0cb6d728
[Client] Resolve #3226 2019-02-02 23:20:40 +09:00
syuilo 4ea7e711ce
[Client] Improve usability
Resolve #4094
2019-02-02 22:59:11 +09:00
syuilo 6d3408ae73
[Client] Add information 2019-01-31 20:55:40 +09:00
syuilo ec016e5a95
🎨 2019-01-31 12:24:21 +09:00
syuilo bbdb2496a4
[Client] MFMの制限を緩和 2019-01-31 12:24:14 +09:00
Aya Morisawa 28bfb45426
Avoid export default 2019-01-30 16:56:27 +09:00
Aya Morisawa e3b1d00e4c
Extract parsePlain function 2019-01-30 15:27:54 +09:00
Aya Morisawa 4c9b66b0f0
Extract MFM types 2019-01-30 14:51:30 +09:00
syuilo 645f661911
[Client] Resolve #3638 2019-01-27 22:04:50 +09:00
syuilo a488d6e2d6
[Client] Fix #4008 2019-01-27 20:05:03 +09:00
syuilo 85e8b1fbf4
🎨 2019-01-27 20:03:58 +09:00
syuilo 103fe8b91d
[MFM] Resolve #4009 2019-01-27 19:32:35 +09:00
Aya Morisawa 62d41023e1 Add jump syntax (#4007)
* Add jump syntax

* Fix typo: spin -> jump

* Fix typo
2019-01-27 19:12:45 +09:00
Aya Morisawa 1af1638e2b
Merge branch 'develop' into math-block 2019-01-27 16:41:30 +09:00
syuilo 4de62220e3
[MFM] Add flip syntax
Resolve #4002
2019-01-27 16:31:00 +09:00
syuilo e5d9381503
[MFM] Add spin syntax
Resolve #4003
2019-01-27 16:18:04 +09:00
syuilo 4b191c7f68
[Client] Improve syntax highlighting
Resolve #3926
Resolve #3390
2019-01-27 14:34:52 +09:00
syuilo f9f70d5df4
Clean up 2019-01-27 14:30:57 +09:00
syuilo 7dcea49be7
Refactoring 2019-01-27 13:29:53 +09:00
MeiMei 94154a1aa2 テーマによってコードが見づらいのを少し改善 (#3993) 2019-01-26 21:10:25 +09:00
Aya Morisawa 79d2374d8e
Add multiline math syntax
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2019-01-25 23:08:06 +09:00
syuilo e4974392e5
🎨 2019-01-23 05:25:46 +09:00
syuilo 78c185a05a
[Client] Improve usability 2019-01-23 05:20:28 +09:00
MeiMei fa124abbe2 Supports Twemoji / CustomEmoji in poll (#3960)
* Supports Twemoji / CustomEmoji in poll

* extract emojis in polls
2019-01-23 04:49:16 +09:00
syuilo ecac2990eb
[Client] Fix bug 2019-01-21 20:56:10 +09:00
Acid Chicken (硫酸鶏) 0bdcb15b3b
Re: Fix routing
本当に申し訳ありませんでした。
2019-01-21 15:52:25 +09:00
Acid Chicken (硫酸鶏) d2c12af085
Fix routing 2019-01-21 15:18:42 +09:00
syuilo 048b9c295e
スパム報告機能
Resolve #1970
2019-01-19 19:16:48 +09:00
syuilo 466cae524e
Refactor: Rename misskey-flavored-markdown --> mfm 2019-01-19 08:45:12 +09:00
syuilo 620722cb55
Fix camelCase in HTML 2019-01-19 08:30:53 +09:00
MeiMei 160f424466 Fix missing username conversions (#3922) 2019-01-19 08:28:46 +09:00
syuilo abddea0443
Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2019-01-18 16:47:03 +09:00
syuilo 9fc1cc5255
[Client] Drop apiViaStream option
Resolve #3911
2019-01-18 16:46:56 +09:00
Acid Chicken (硫酸鶏) 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
syuilo 4ba43b69b6
animejs 3.xに対応 2019-01-18 13:06:11 +09:00
syuilo 51a6bc4fe1
[Client] Fix chart rendering 2019-01-17 17:54:25 +09:00
MeiMei 208493ba13 Fix: time tooltip overlaps with others (#3901) 2019-01-17 06:40:11 +09:00
syuilo 0757f67bde
[Client] specifiedのアイコンを戻した 2019-01-12 09:40:53 +09:00
syuilo 0fcf422dec
[Client] Improve UI 2019-01-12 09:34:02 +09:00
Acid Chicken (硫酸鶏) 2f10ff1a2e
Fix style 2019-01-10 19:23:22 +09:00
MeiMei f6a8c8cf76 Toggle show/hide password (#3865)
* Toggle show/hide password

* hoverでアンダーラインが中途半端に出てダサいので出さないように

* Update signin.vue
2019-01-10 10:22:45 +09:00
Aya Morisawa 15ce89a88d Resolve #3078 (#3838) 2019-01-06 17:45:14 +09:00
MeiMei a479e65f3e Compact URL preview (#3835)
* Compact url-preview

* fix header

* increase limit

* better limit

* Revert "better limit"

This reverts commit ef396f773394068b0b7e37fccff31c70661b3978.

ハードリミットかけるならサーバー上でかけたほうが良さそう

* Revert "increase limit"

This reverts commit 72c10a456ba37151a4d88d11544b0ff9daabd284.
2019-01-06 12:56:13 +09:00
MeiMei d0aff4409d Locked mark (#3836) 2019-01-05 19:59:10 +09:00
syuilo 4d0b335748
[Client] Improve theme 🎨 2018-12-31 02:33:03 +09:00
syuilo e68c6175ce
Fix bug 2018-12-31 00:50:56 +09:00
syuilo 5621d5725c
[Client] Fix bug 2018-12-30 14:43:03 +09:00
syuilo 105fefd114
Clean up 2018-12-30 14:19:22 +09:00
syuilo b3032ad84d
Better setting 2018-12-30 14:05:13 +09:00
syuilo 4f76acd249
🎨 2018-12-30 14:00:57 +09:00
syuilo 12286f4915
🎨 2018-12-30 13:19:06 +09:00
syuilo 5f34758e87
[Client] Fix i18n 2018-12-30 13:02:17 +09:00
syuilo cdb8e41176
[Client] Update theme setting 2018-12-30 13:02:06 +09:00
syuilo fcb3ba9947
[Client] Separate theme property 2018-12-30 09:21:07 +09:00
syuilo 23b3e33df6
[Client] Fix bug 2018-12-30 09:15:56 +09:00
syuilo f11ebafe47
🎨 2018-12-30 01:32:58 +09:00
syuilo cb106e6fe4
🎨 2018-12-29 05:55:09 +09:00
syuilo f1a0e95489
Improve usability 2018-12-29 03:12:22 +09:00
syuilo a3493c4f07
Privateの公開範囲を廃止 2018-12-29 02:55:46 +09:00
MeiMei 8823a6c1a1 フォローしているユーザーからのフォローを自動承認するオプション (#3780) 2018-12-28 21:36:58 +09:00
syuilo cce3e52642
通知の管理を強化
Resolve #3772
2018-12-28 05:06:25 +09:00
syuilo b162471d3e
🎨 2018-12-28 04:26:32 +09:00
MeiMei fdd42fc2d7 user mention (#3771) 2018-12-27 23:14:30 +09:00
Aya Morisawa 8573e258f8
Set cursor default on hover the own reaction
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-27 23:02:32 +09:00
Aya Morisawa 6943c7d2d8
Resolve #3770
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-27 22:54:50 +09:00
Aya Morisawa 6b30e371a2
Remove needless code 2018-12-27 21:09:03 +09:00
Aya Morisawa 98fd6de5a1
Resolve #3524 2018-12-27 21:07:44 +09:00