Commit graph

7056 commits

Author SHA1 Message Date
syuilo
51e6dbb69b Fix 2020-01-30 06:11:35 +09:00
syuilo
b928e266ed Fix bug 2020-01-30 06:09:36 +09:00
syuilo
b22bc035b9 Emoji copy 2020-01-30 06:06:50 +09:00
syuilo
d8cc5eeecb Add moderator switch 2020-01-30 06:00:43 +09:00
syuilo
cb615f633c isMarkedAsClosed --> isSuspended 2020-01-30 05:56:14 +09:00
syuilo
78b203a624 Fix bug 2020-01-30 05:45:15 +09:00
syuilo
e24ca1e51f 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
MeiMei
06f2557df5 Add Event activity-type support (#5785) 2020-01-30 01:38:05 +09:00
Takeshi Umeda
c17bb905fd Add Group and Organization to validActor (#5784) 2020-01-30 01:36:44 +09:00
Satsuki Yanagi
5fefbc94dc Allow 'internal' device in WebAuthN (#5756) 2020-01-27 05:38:40 +09:00
MeiMei
68aa92631e Resolve #5762 (#5770) 2020-01-27 05:37:53 +09:00
MeiMei
2e6e3c351d userListチャンネルのオーナーチェック Fix #5772 (#5773)
* userListチャンネルのオーナーチェック Fix #5772

* comment
2020-01-27 05:36:59 +09:00
MeiMei
dea1188714 APの流量制限とリトライ期間の変更 (#5734)
* AP rate limit

* AP Job attempts

* fix
2020-01-20 14:14:09 +09:00
MeiMei
0d21645e73 AP Actorの鍵とkeyIdのフォーマットの変更 (#5733)
* Node PKCS#8

* keyIdを#main-key形式に
2020-01-20 04:51:44 +09:00
MeiMei
e1b070757b Fix syuilo#5729 (#5732) 2020-01-20 01:53:17 +09:00
MeiMei
ab636cd5df Fix #5728 (#5731) 2020-01-20 01:52:35 +09:00
MeiMei
e9e79c688f Redis subscriberで認証ができないのを修正 Fix #5727 (#5730) 2020-01-20 01:51:18 +09:00
MeiMei
d6d7c15bac Add mark-admin command (#5705)
* mark-admin command

* no cli
2020-01-20 01:50:12 +09:00
MeiMei
e7f6833185 Fix: PagesでDRPWPMが最初のしか出てこない (#5707) 2020-01-19 03:38:59 +09:00
MeiMei
95703f4311 fix (#5710) 2020-01-19 03:38:22 +09:00
Acid Chicken (硫酸鶏)
ecb2dc245c Allow CORS requests in /.well-known/* routes (#5717)
* Allow CORS requests in /.well-known/* routes

* Fix bug
2020-01-16 04:46:43 +09:00
MeiMei
fc1d683d3d ファイルと画像認識処理の改善 (#5690)
* dimensions制限とリファクタ

* comment

* 不要な変更削除

* use fromFile など

* Add probe-image-size.d.ts

* えーCRLFで作るなよ…

* Update src/@types/probe-image-size.d.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* fix d.ts

* Update src/@types/probe-image-size.d.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Update src/@types/probe-image-size.d.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* fix

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2020-01-12 16:40:58 +09:00
syuilo
5acee6e996 Refactor 2020-01-10 16:23:58 +09:00
syuilo
6142dd0043 Remove needless await 2020-01-10 16:04:25 +09:00
syuilo
8304cd6c2c Add some log for debugging 2020-01-10 15:55:40 +09:00
MeiMei
ddda674cd9 カスタム絵文字リアクションでないものは絵文字クエリをしないように (#5693)
* カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正

* ねんのため

* 記述順

* カスタム絵文字リアクションでないものは絵文字クエリをしないように
2020-01-09 14:37:48 +09:00
rinsuki
2e4030b6c5 Add GitHub Actions (#5522)
* add .github/workflows/nodejs.yml

* fix

* GitHub Actions: Node.js 8.xはサポートしない

* add .github/workflows/docker.yml

* Dockerビルドをキャッシュするように

* Run test in github actions

* 同リポジトリ内からのプルリクだと無駄に二回走るのを抑制

* 6925c00のdocker.ymlへの適応忘れ

* fix .circleci/misskey/test.yml

* test実行時にDBとかredisとか動かすように

* fix

* fix tests (#5544)

* fix test

* fix compile errors

* PATH引き継ぎでchild_process.spawn時のENOENTを修正

*  サーバー起動処理を共通化

* fix coding style

* fd=4をipcに使うように

* fix port

* fix

* fix ws port

* #4033 にテストケースを追従

* fix?

* fix??

* fix

* fix

* fix

* maybe fix

* fix

* node 10.xサポートしてなかった

* 11.10じゃないとだめだった

* fix

* remove chart test

* fix

* chart test復活

* fix

* 一回一回コネクションを閉じる

* Revert "一回一回コネクションを閉じる"

This reverts commit 56e35cf4f83070744c8dd852f1a7075011d88828.

* 一回一回sync→dropしてるのをやめてみる

* fix

* fix

* …

* キャッシュを切ってみる

* add ts to require target

* omg fix

* Revert "キャッシュを切ってみる"

This reverts commit 88161c59d2ea769ddf87143ba4fd4660a06afdf2.

* done呼び忘れ

* 実際の文字数リミットと違ってたので対応

* テストケースがバグってたので修正

* Revert "一回一回sync→dropしてるのをやめてみる"

This reverts commit a9e543ba2eef790ac7a14ae8799b898765748e35.

* fix

* fix

* fix

* fix?

* fix

* chartのconnectionを分離する

* fix

* fix

* fix tsconfig?

* Revert "fix tsconfig?"

This reverts commit ba9269eaf65507ff97ec1dd2e27260fb2cf0510b.

* fix

* TS_NODE_FILES を scripts の方で指定

* Windowsェ

* Circle CIの実行条件をmasterへのpushのみに

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-01-09 14:35:04 +09:00
Satsuki Yanagi
0c86aeb3dd Fix #5688 (#5689)
* Resolve #5688

* あああああ

* 😇

* :thinking_face:

* Update detect-mine.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-01-07 23:34:17 +09:00
MeiMei
505e6f7d43 カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 (#5686)
* カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正

* ねんのため

* 記述順
2020-01-07 12:28:20 +09:00
MeiMei
56028255a7 Stacked bar chart の修正 (#5681)
* Revert "Stacked bar chart がおかしいのを修正 (#5654)"

This reverts commit b16e5bd136d5e082cf5adf8b4d51025a76f2edf5.

* apexcharts@3.12.0
2020-01-05 20:12:37 +09:00
tamaina
c39a656518 ドライブ関連の修正 (#5673)
* ✌️

* Update add-file.ts

* fix
2020-01-04 07:20:41 +09:00
syuilo
7cf7d33f59 2020 2020-01-02 04:15:16 +09:00
MeiMei
3be435049f Hide suspended user profile (#5452) 2020-01-02 02:47:20 +09:00
MeiMei
efd0032c81 ドライブファイルURL生成などの修正 (#5671)
* Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい

* fix drive
2020-01-02 02:45:05 +09:00
MeiMei
724290f18b 期限切れ/未保存リモートファイルのローカルプロキシ (#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
MeiMei
54e049a723 Stacked bar chart がおかしいのを修正 (#5654)
* Fix stacked bar chart

* Fix drive stacked bar chart
2019-12-21 16:49:01 +09:00
syuilo
629452476a Add round function 2019-12-20 02:09:51 +09:00
和風ドレッシング
a91f6e2b95 Media Proxy を実装 (#5649)
* Media Proxy を実装

* サンプルを追加
2019-12-20 01:54:28 +09:00
MeiMei
5a3a9fec1d /files/ 下のヘッダ設定タイミングを修正 (#5650) 2019-12-20 01:39:59 +09:00
MeiMei
09726a11c2 管理画面でstatsを継続リクエストしないように (#5608) 2019-12-15 03:43:31 +09:00
MeiMei
5a58d98168 ミュート/ブロックでページングと解除ができるように (#5610) 2019-12-15 03:42:33 +09:00
MeiMei
ab62dfbf90 AP引用でquoteUrlに対応 (#5632)
* Supports quoteUrl

* Quote resolveをリトライする

* Update src/remote/activitypub/models/note.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Update src/remote/activitypub/models/note.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Update src/remote/activitypub/models/note.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Update src/remote/activitypub/models/note.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2019-12-15 03:37:54 +09:00
MeiMei
93ba6b9e2b Implement Talk has read federation (#5636)
* Talk read

* fix

* 複数のRead ActivityはCollectionとして送るように

* あ
2019-12-15 03:37:19 +09:00
MeiMei
8934d3a0fc Fix #5637 (#5638) 2019-12-15 03:35:09 +09:00
MeiMei
a1d6204982 Redis prefixにホスト名を使用するように (Resolve #5639) (#5640) 2019-12-15 03:34:11 +09:00
MeiMei
6ecc7f8f25 Fix AP inbox Announce (#5641) 2019-12-15 03:32:48 +09:00
MeiMei
434883be1e Fix #4800 (#5622) 2019-12-12 00:49:30 +09:00
MeiMei
710d33b658 Fix #5611 (#5612) 2019-12-12 00:46:10 +09:00
MeiMei
1a98dafc27 Resolve syuilo#5548 (#5607) 2019-12-12 00:41:26 +09:00
riku6460
686c518966 Fix #5424 (#5604) 2019-12-12 00:39:59 +09:00
MeiMei
dc5b2bf02c AP Signatureヘッダの特殊処理を削除 (#5628) 2019-12-11 23:14:51 +09:00
syuilo
fb6760422a Update master.ts 2019-11-24 17:11:53 +09:00
syuilo
d1550cf9e6 Update dependencies 🚀 2019-11-24 17:09:32 +09:00
syuilo
e9af7e94c4 Fix bug 2019-11-24 16:43:19 +09:00
MeiMei
f01c63afa0 Fix: ローカルにフォロワー限定投稿が流れてくる (#5598) 2019-11-24 08:31:57 +09:00
syuilo
d3f04e36dd Fix bug 2019-11-23 09:43:47 +09:00
syuilo
83fb424471 Remove unused import 2019-11-18 06:30:58 +09:00
syuilo
bd4fd5efe0 Fix bug 2019-11-18 06:27:22 +09:00
syuilo
d504afa9d1 Refactor 2019-11-18 06:25:47 +09:00
syuilo
59ba7e2b34 Refactor 2019-11-18 06:23:44 +09:00
Mary
7da5dc23d7 boot: remove setAttribute() calls and translate reload msg (#5532)
* boot: remove setAttribute() calls and translate reload msg

* Update src/client/app/boot.js

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2019-11-17 00:44:21 +09:00
MeiMei
007f4bcef0 無駄なAP deliverをしないように (#5589)
* DeliverManager, note/create

* recipe

* followers delivers

* comment

* rename

* fix

* cleanup
2019-11-09 18:51:54 +09:00
MeiMei
0646f77ed1 Resolve #5587 (#5588)
* Resolve #5587

* stat
2019-11-09 18:24:41 +09:00
MeiMei
1b919cd7e3 管理画面のジョブキュー一覧の修正 (#5586)
* Fix: inboxのジョブキューが表示されない

* ジョブキューで試行回数等を表示するように

* DBとオブジェクトストレージのジョブキューが表示されるように
2019-11-07 05:41:44 +09:00
MeiMei
37cd41e0c9 APの統計とログの修正と強化 (#5585)
* Fix #5580

* Improve AP logging
2019-11-07 00:02:18 +09:00
MeiMei
f51109608f Resolve #5582 (#5583) 2019-11-06 23:56:56 +09:00
syuilo
f8ee5213d7 Resolve #5581 2019-11-05 22:20:56 +09:00
syuilo
25dedfb911 Store nodeinfo per federated instances (#5578)
* Store nodeinfo per federated instances

* Update fetch-nodeinfo.ts

* Update fetch-nodeinfo.ts

* update
2019-11-05 22:14:42 +09:00
syuilo
349356a82c Fix bug 2019-11-05 22:11:47 +09:00
syuilo
f61002f15c Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2019-11-04 20:44:05 +09:00
syuilo
fa81b0ec07 Improve reaction setting
Fix #5577
2019-11-04 20:44:01 +09:00
MeiMei
193e768faa Fix #5552 (#5579) 2019-11-03 17:54:37 +09:00
MeiMei
5577473af5 実行時にpackage.jsonを参照しないように (#5418)
* 実行時にpackage.jsonを参照しないように

* nodeinfo

* move meta.json

* add dummy

* lowercase
2019-11-01 22:34:26 +09:00
MeiMei
125936baa3 Preserve the attached order in AP (#5561)
* Preserve the attached order in AP

* Revert "Preserve the attached order in AP"

This reverts commit 8ac09cc81b1c216edccd2eba4bbdf0a194320883.

* use IN
2019-11-01 05:46:20 +09:00
rinsuki
c393a91f58 新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)urlに (#5562)
* 新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)urlに

Fix #2467
Related #5560

* remove unnecessary import

* Update src/services/note/create.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Apply suggestions from code review

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2019-11-01 05:43:54 +09:00
MeiMei
79e18b8a8e Resolve #5560 (#5568) 2019-11-01 05:39:00 +09:00
syuilo
1c8ebf983b Fix chart bug 2019-10-31 15:51:33 +09:00
Aya Morisawa
77053819c6 Componentize modal (#5386) 2019-10-29 09:51:19 +09:00
Acid Chicken (硫酸鶏)
5ea1508d22 Make issue process of registration tickets better (#5545)
* Make issue process of registration tickets better

* Fix illegal indent

* Bye rangestr

* Update invite.ts

* Fix bug

* Update invite.ts
2019-10-29 09:46:51 +09:00
MeiMei
0191e2addd Fix: プロフィールで他のユーザーにうつってもfieldsが更新されない (#5563) 2019-10-29 09:37:55 +09:00
MeiMei
d365b9d5f1 Talk federation (#5534) 2019-10-29 06:01:14 +09:00
MeiMei
1868e2eb95 Fix #5539 (#5542) 2019-10-28 20:34:01 +09:00
rinsuki
448f8778b0 投稿の文字数制限の初期値をmeta側と合わせる (#5546) 2019-10-26 00:16:47 +09:00
syuilo
c1d08af1bf Fix bug 2019-10-25 16:13:37 +09:00
syuilo
df3c05c6fb Fix #4731 2019-10-21 00:52:50 +09:00
MeiMei
5dc7cdeba6 Escでメディアビューワが閉じれるように (#5494)
* EscやBackspaceでメディアビューワが閉じれるように

* Backspaceでは閉じないように
2019-10-21 00:46:14 +09:00
MeiMei
22417c94be Improve emoji-picker (#5515)
* Improve emoji-picker

* remove unimplanted translation

* カテゴリのサジェスト

* use unique
2019-10-21 00:43:39 +09:00
Takeshi Umeda
f1a5b1ebf7 Add ssl to elasticsearch config settings (#5527) 2019-10-21 00:41:12 +09:00
syuilo
c4deca5956 Fix bug on iOS 2019-10-20 23:13:14 +09:00
syuilo
685d71291b Improve usability 2019-10-20 23:12:07 +09:00
syuilo
23645ecc9f Fix bug 2019-10-17 00:42:04 +09:00
MeiMei
7fbab77ef9 Fix #5508 (#5509) 2019-10-16 04:03:51 +09:00
MeiMei
b985426838 Fix #5504 など (#5507)
* カスタム絵文字を重複登録できないように

* fix

* fix
2019-10-16 04:03:18 +09:00
MeiMei
ac5c9a2076 みつけるの微修正 (#5506)
* default instance name

* とりあえずリモートの人気のユーザーはリモートのみにするように
2019-10-16 03:45:09 +09:00
MeiMei
f81c0e038a みつけるに連合分を表示するように (#5490)
* みつける Fediverse

* discovered
2019-10-14 02:00:29 +09:00
MeiMei
15b3c4e250 Update https-proxy-agent など (#5497)
* Use proxy for web-push

* https-proxy-agent 3.0.0
2019-10-14 01:53:28 +09:00
syuilo
b9b2710c67 Resolve #5500 2019-10-14 01:41:25 +09:00
MeiMei
3f459023db 閉じずに残ってしまうメニューなどの修正 (#5496)
* Fix: ページ移動等してもメニュー等が閉じずに残ってしまう

* Fix: ページ移動してもメディアビューワーが残ってしまう
2019-10-09 21:42:23 +09:00
MeiMei
c5e3f3d085 ダウンロードURLにdownloadを付けないなど (#5488) 2019-10-04 20:18:41 +09:00
Satsuki Yanagi
0839f8ebdd Indicate if input value is invalid (#5422)
* Indicate if input value is invalid

* titleのとなり

* となりにメッセージ

* CSS as Suggested

* 同じ色に
2019-10-04 14:18:49 +09:00
Acid Chicken (硫酸鶏)
e1bf279bb5 Fix #5468 (#5470)
* Update activitypub.ts

* Update activitypub.ts

* Update activitypub.ts

* Update activitypub.ts

* fix type error

* trust the module

* remove space

* accept charset
2019-10-04 10:29:28 +09:00
MeiMei
a9348649f9 Fix: オフライン時に大室櫻子が出てこない (#5480)
* Fix: オフライン時に大室櫻子が出てこない

* use onerror
2019-10-04 10:27:57 +09:00
MeiMei
d863e753d7 Apply DB limit to the maximum note text length (#5465) 2019-10-01 01:46:31 +09:00
Aya Morisawa
57d0377f00 Fix typo: accpet -> accept (#5469) 2019-09-30 19:00:17 +09:00
syuilo
73d0cfa7cf Update reversi-bot.ja-JP.md 2019-09-28 19:48:08 +09:00
syuilo
1025759c9a Update dependencies 🚀 2019-09-27 05:50:34 +09:00
syuilo
2fe704bb71 Decrease tag limit 2019-09-27 05:18:09 +09:00
Acid Chicken (硫酸鶏)
ca02c57625 Limit the tag counts to 100 (#5263)
* Limit the tag counts to 256

* Update create.ts

* Update create.ts

* Update create.ts

* Limit the user tag
2019-09-27 05:16:59 +09:00
tamaina
56cd637639 PWA Fix (#5432)
* PWA Fix

* SWが/api/へのリクエストに関与しないように

* fix semicolon

* Update base.pug

* Update base.pug
2019-09-27 05:12:56 +09:00
Aya Morisawa
fbe9264a25 Refactor removal of trailing comma/period (#5434)
* Refactor removal of trailing comma/period

* Use regex
2019-09-27 04:59:40 +09:00
MeiMei
f1753c3958 AP featured collectionの修正 / Collection Activityの対応 / typeの修正など (#5460)
* resolver type / fix updateFeatured

* type ApObject

* fix strange type

* AP Activity

* Collection Activityが失敗したらとりあえず無視
2019-09-27 04:58:28 +09:00
syuilo
5f8dd3bdd0 Use mk-frac 2019-09-26 05:47:42 +09:00
Acid Chicken (硫酸鶏)
04166d2287 Add mk-frac component (#5456)
* Add mk-frac component

* Follow lint

* FIx linting miss
2019-09-26 04:24:38 +09:00
tamaina
9ef34b2220 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
Satsuki Yanagi
77bf9e2f9c Resolve #5454 (#5458) 2019-09-26 04:15:34 +09:00
Satsuki Yanagi
c08d6db55c 任意のグループからユーザーを削除すると他のグループからでも削除されちゃうのを修正 (#5459) 2019-09-26 04:14:41 +09:00
MeiMei
cd894fe901 Resolve #5447 (#5448)
* Resolve syuilo#5447

* subページではalternateを表示しないように
2019-09-24 04:08:52 +09:00
syuilo
c6168742ec Fix bug (#5453) 2019-09-24 03:58:00 +09:00
syuilo
52ec00b54a Fix bug 2019-09-24 02:57:34 +09:00
Acid Chicken (硫酸鶏)
14defec353 Use stringz.length instead of String.length in hashtag length calculation (#5443)
* Use stringz.length instead of String.length

* length to 128, ignore combining
2019-09-22 01:21:45 +09:00
Satsuki Yanagi
abb1b9a783 Adminページのユーザー一覧フィルターに利用可能アカウントを追加 (#5430)
* Adminページのユーザー一覧フィルターにアクティブアカウントを追加

* validator update

* availableに
2019-09-21 21:35:22 +09:00
MeiMei
27b641f921 Fix: syuilo#3122 (#5435) 2019-09-21 21:33:01 +09:00
MeiMei
f03b06ec51 絵文字ピッカーの Unicode 12.0 対応など (#5441)
* Twemoji 12.1

* 絵文字ライブラリを持つように

* Fix chess_pawn emoji

* Add Unicode 12.0 emojis

* Add transgender flag/symbol emoji

* Add some japanese emoji keywords

* format emojilist.json

* fix emojilist order

* Add missing flags
2019-09-21 21:31:38 +09:00
MeiMei
a1f289e3ff Fix: selectでprefix/sufixがないときにいらない下線が付く (#5440) 2019-09-21 01:47:32 +09:00
MeiMei
c29c202e11 Fix: unknown user cause 500 on AP (#5436) 2019-09-20 05:14:21 +09:00
MeiMei
a942ed1e92 Fix: Keycap Number Sign が表示できない (#5431)
* Fix: Keycap Number Sign が表示できない

* add U+20E3
2019-09-15 23:33:58 +09:00
MeiMei
f9f41c67bf Fix typo - invalied (#5433)
* Fix typo - invelied

* fix Valied
2019-09-15 23:27:33 +09:00
Zero King
acbb7e1b4a Follow requests page improvements (#5429)
* follow-requests: add spacing between actions

* follow-requests: make separator more visible in dark themes
2019-09-15 02:38:34 +09:00
Satsuki Yanagi
be36d0ea56 Resolve #5420 (#5421) 2019-09-12 21:27:44 +09:00
Aya Morisawa
43396a9dc1 Fix typo: ommited -> omitted (#5406) 2019-09-09 22:47:52 +09:00
MeiMei
ee02bf6b32 AP Lock (#5410) 2019-09-09 22:46:45 +09:00
syuilo
a228cc8dc5 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2019-09-09 22:28:48 +09:00
syuilo
b4bac8d5ea Fix #5403 2019-09-09 22:28:41 +09:00
syuilo
cfa21107ed Refactoring 2019-09-09 22:18:32 +09:00
MeiMei
8a0bee6198 広告ブロッカーの警告を削除 (#5408)
* remove f*ckadbloack

* follow-buttonが消されないように

* revert version

* remove locales
2019-09-08 21:19:28 +09:00
MeiMei
5fbf30e00d AP Undo Announce (#5400)
* AP Undo Announce

* Use activity id
2019-09-08 11:30:44 +09:00
syuilo
bf7d4d12ab Fix indentation 2019-09-04 14:35:21 +09:00
syuilo
b78d58b0c2 Fix bug 2019-09-03 08:00:21 +09:00
syuilo
ba51b4910f Improve reaction tooltip 2019-09-03 07:25:02 +09:00
syuilo
9f013934be Fetch more reactins 2019-09-03 07:15:53 +09:00
syuilo
6b5bcce665 🎨 2019-09-03 06:58:01 +09:00
syuilo
c0b91059cc Update reactions-viewer.reaction.vue 2019-09-03 06:20:52 +09:00
syuilo
5fc0978ff3 Update reactions-viewer.reaction.vue 2019-09-03 06:20:04 +09:00
syuilo
4a330b4698 Fix bug 2019-09-03 06:19:17 +09:00
syuilo
6b459a3cd5 🎨 2019-09-03 06:00:45 +09:00
syuilo
8472ebdd6a 🎨 2019-09-03 05:50:01 +09:00
Aya Morisawa
77c6961c0f Fix #5380 (#5381) 2019-09-02 07:01:33 +09:00
syuilo
c9142e49be Fix bug 2019-09-02 06:21:43 +09:00
syuilo
c2e4bbb964 Improve readability 2019-09-02 06:04:12 +09:00
Oni-Men
8c11ab0239 ページ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 965a860504e8b09e5561a4ab862f8bab6a95e8d5.

* やっぱりuuidをわける

* エラー判定をidからcodeに+リファクタリング
2019-09-02 06:02:35 +09:00