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
syuilo
233c2f6240
Fix #5353
2019-09-02 05:59:24 +09:00
syuilo
8ce85c9d28
Improve readavility
2019-09-02 05:52:38 +09:00
syuilo
47b3711ba4
Fix error
2019-09-02 05:42:30 +09:00
syuilo
fbf288a1e7
Fix #5373
2019-09-02 05:34:25 +09:00
Aya Morisawa
d5e9ca94b7
Prevent users from opening note menu when already opened ( #5367 )
2019-09-02 04:45:01 +09:00
MeiMei
d3eeb1c8c1
Proxy for SMTP ( #5371 )
2019-09-02 04:42:52 +09:00
syuilo
c05e7a6321
Chart resyncing ( #5372 )
...
* wip
* Add test
* Fix test
* Insert moderation log
* Add todo
2019-09-02 04:41:26 +09:00
Aya Morisawa
2e52f96373
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
syuilo
c76ea07efb
Syslog support
...
Resolve #5355
2019-08-30 08:29:46 +09:00
Aya Morisawa
172959f96e
Assign URL to each page of admin ( #5366 )
...
* Assign URL to each page of admin
* Remove cursor pointer
2019-08-30 04:19:49 +09:00
Aya Morisawa
de8156b5a5
Assign URL to each page of settings ( #5349 )
...
* Assign URL to each page of settings
* Use router-link
* comma
* Use active-class
* Clean up
* space
* comma
* Redirect if mobile
* Redirect to /i/settings/profile
* Clean up
2019-08-29 14:57:28 +09:00
syuilo
cd8ef62aa3
不要なプロパティをレスポンスから削除
2019-08-29 07:34:54 +09:00
Aya Morisawa
33f0be9e6e
Perform animation only when reaction is added ( #5359 )
2019-08-29 05:20:27 +09:00
Aya Morisawa
1a9e651da1
Refactor reactions-viewer.vue ( #5358 )
2019-08-29 05:15:14 +09:00
syuilo
2d4c00925a
Fix bug
2019-08-29 05:13:03 +09:00
Aya Morisawa
f89324e585
Fix animation not being performed on new reaction ( #5345 )
...
* Fix animation not being performed on new reaction
* Clean up
2019-08-29 05:11:26 +09:00
Oni-Men
bfc369d8ea
ページURLが他と重複してたらエラーを投げるように ( #5354 )
...
* [Page]nameが重複したときの処理を追加
* page-editor側のerr.idにuuidを適用
* refactor
* uuidをわけた
2019-08-28 08:00:05 +09:00
Aya Morisawa
70b0a395dc
Save memo automatically ( #5351 )
...
* Save memo automatically
* Use clearTimeout
* Clean up
* Clean up
2019-08-28 02:26:19 +09:00
Aya Morisawa
c744dbe05d
[MFM] Fallback to js if specified lang is not available ( #5347 )
2019-08-27 19:44:49 +09:00
MeiMei
87d3f36f21
excludeNsfwやCWのNSFW扱いなど ( #5341 )
...
* NoteにisSensitive
* Revert "NoteにisSensitive"
This reverts commit 3d5bcfbaf078ff91257a508f817dd1ef4ea31d7b.
* query excludeNsfw
* AP deliverでCW付きはsensitiveにするように
* excludeNsfwでCW付きも除くように
2019-08-27 17:33:07 +09:00
MeiMei
cbb354ad75
Tune worker/job counts ( #5346 )
...
* デフォルトのワーカー数を1に
* Tune default job count
2019-08-27 05:33:24 +09:00
MeiMei
1a7fb73190
未実装のTLのRenoteクエリを実装 ( #5343 )
...
* users/notes includeMyRenotes
* other renotes
* fix target user in users/notes
* users/notesからv10から未実装でありえないオプションを削除
* users/notesのincludeMyRenotesの説明を修正
* remove needless anonymous checks
2019-08-27 03:24:35 +09:00
Aya Morisawa
6342f4770b
Prevent users from changing the disabled option ( #5344 )
2019-08-27 02:44:01 +09:00
Satsuki Yanagi
b0a187a509
Improve post form ( #5326 )
...
* Improve post form
* Remove local icon from button
2019-08-25 16:12:01 +09:00
Satsuki Yanagi
879ea73909
Resolve #2716 ( #5340 )
...
* Resolve #2716
* Update ja-JP.yml
2019-08-25 16:11:20 +09:00
MeiMei
3303782100
CWの中のサムネイルのサイズが変なのを修正 ( #5339 )
...
* Fix #5338
* Revert "Fix #5338 "
This reverts commit 72b32df2b74743bede6fff0dbc37fec352cff51f.
* Fix media-list height
* fix
2019-08-24 19:20:53 +09:00
syuilo
3bded54325
[Room] Make Pinguin customizable
2019-08-24 02:18:21 +09:00
syuilo
dc612bda13
[Room] Add energy drink
2019-08-23 06:52:42 +09:00
syuilo
5e3a1af93b
Fix #5324
2019-08-22 19:56:27 +09:00
syuilo
15e156125d
カップ麺をスムーズシェードするように
2019-08-22 19:42:52 +09:00
syuilo
76d3219d66
Fix holo-display animation glitch
2019-08-22 19:37:01 +09:00
Oni-Men
0d3efaeb2e
Improve furniture preview ( #5328 )
...
* Improve furniture preview
* improve calc method
* camera.aspectいらないことに気付いた
* refactor & go camera far away
* 対角線の長さで計算するように
* 対角線の計算にhypot()を使用
Co-Authored-By: Aya Morisawa <AyaMorisawa4869@gmail.com>
2019-08-22 18:34:15 +09:00
MeiMei
45897dd137
Roomで未保存警告ダイアログなどを追加 ( #5332 )
...
* Room保存時にダイアログを表示するように
* Roomから移動するときに未保存ならば警告するように
2019-08-22 18:33:50 +09:00
syuilo
8e3fc0f03c
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2019-08-22 02:40:19 +09:00
syuilo
171e38229d
[Room] Add holo-display
2019-08-22 02:40:01 +09:00
Aya Morisawa
8546a1ca67
Update button.vue ( #5331 )
2019-08-22 02:36:19 +09:00
Oni-Men
cf5728cfa2
[room]Add cup noodle ( #5323 )
...
* [Room] Add cup noodles
* remove ,
* Fix Cup-Noodle Texture
2019-08-20 15:57:42 +09:00
syuilo
3c11b953bb
🎨
2019-08-19 16:44:55 +09:00
syuilo
eada6084e4
🎨
2019-08-19 16:13:08 +09:00
syuilo
8712753eda
Resolve #5298
2019-08-19 16:05:57 +09:00
syuilo
4ecd2bffb7
Refactor
2019-08-19 15:59:36 +09:00
syuilo
8b025dbaeb
Improve readability
2019-08-19 15:51:00 +09:00
syuilo
f1fea9a66b
[Room] Update model
2019-08-19 14:01:05 +09:00
syuilo
29c2f760dc
[Room] Better rendering
2019-08-19 12:35:18 +09:00
syuilo
23a7dcbd33
Improve readability
2019-08-19 02:19:37 +09:00
syuilo
5c5d132466
Refactoring
2019-08-19 02:06:37 +09:00
syuilo
798bc0aa94
Fix #5307
2019-08-19 02:02:10 +09:00
syuilo
f4b63c1c72
[Room] Add bin
2019-08-19 01:54:06 +09:00
syuilo
f35a0d34e9
[Room] Add some furnitures
2019-08-19 01:45:20 +09:00
syuilo
6e76a76674
[Room] Better rendering
2019-08-19 01:43:45 +09:00
syuilo
fbfdf610ab
[Room] Better avatar rendering
2019-08-19 01:15:30 +09:00
syuilo
b79f830b14
Update geometry name
2019-08-19 01:01:15 +09:00
kabo2468
6cd3b7ce80
Add Trash can ( #5309 )
...
new file: src/client/assets/room/furnitures/trash-can/trash-can.blend
new file: src/client/assets/room/furnitures/trash-can/trash-can.glb
2019-08-19 00:51:57 +09:00
syuilo
325723ccb6
cors
2019-08-18 20:32:04 +09:00
MeiMei
e46a85a8fa
Fix #5291 ( #5294 )
2019-08-18 20:25:12 +09:00
syuilo
2ea98b9721
モバイルでもRoomを表示できるように
2019-08-18 19:11:24 +09:00
syuilo
ba4290ec87
Fix bug
2019-08-18 19:08:33 +09:00
syuilo
59f6301772
Fix #5290
2019-08-18 16:55:09 +09:00
syuilo
7297f04f60
Fix #5291
2019-08-18 16:51:27 +09:00
imgbot[bot]
2afa06f840
[ImgBot] Optimize images ( #5289 )
...
*Total -- 2,381.44kb -> 1,992.59kb (16.33%)
/src/client/assets/room/furnitures/photoframe/photo-uv.png -- 20.34kb -> 2.58kb (87.33%)
/src/client/assets/room/furnitures/pc/motherboard-uv.png -- 21.43kb -> 2.85kb (86.69%)
/src/client/assets/room/furnitures/cardboard-box3/uv.png -- 21.58kb -> 3.51kb (83.72%)
/src/client/assets/room/furnitures/poster-v/uv.png -- 21.85kb -> 3.71kb (83.04%)
/src/client/assets/room/furnitures/milk/milk.png -- 3.76kb -> 0.64kb (82.89%)
/src/client/assets/room/furnitures/server/uv.png -- 22.29kb -> 3.92kb (82.42%)
/src/client/assets/room/furnitures/facial-tissue/facial-tissue.png -- 3.80kb -> 0.67kb (82.3%)
/src/client/assets/room/rooms/washitsu/tatami-uv.png -- 22.27kb -> 3.98kb (82.13%)
/src/client/assets/room/rooms/washitsu/husuma-uv.png -- 22.06kb -> 3.94kb (82.13%)
/src/client/assets/room/furnitures/tv/screen-uv.png -- 20.55kb -> 3.70kb (81.98%)
/src/client/assets/room/furnitures/poster-h/uv.png -- 20.15kb -> 3.70kb (81.65%)
/src/client/assets/room/furnitures/plant/plant-soil-uv.png -- 23.17kb -> 4.40kb (81%)
/src/client/assets/room/furnitures/facial-tissue/facial-tissue-uv.png -- 22.96kb -> 4.37kb (80.99%)
/src/client/assets/room/furnitures/cardboard-box2/uv.png -- 22.36kb -> 4.52kb (79.78%)
/src/client/assets/room/furnitures/book2/uv.png -- 37.36kb -> 8.41kb (77.49%)
/src/client/assets/room/furnitures/server/rack-uv.png -- 26.68kb -> 6.55kb (75.46%)
/src/client/assets/room/furnitures/monitor/screen-uv.png -- 5.81kb -> 1.46kb (74.88%)
/src/client/assets/room/furnitures/milk/milk-uv.png -- 49.21kb -> 16.19kb (67.1%)
/src/client/assets/room/furnitures/eraser/eraser-uv.png -- 27.93kb -> 10.90kb (60.96%)
/src/client/assets/room/furnitures/book2/barcode.png -- 8.71kb -> 3.42kb (60.72%)
/src/client/assets/room/rooms/washitsu/husuma.png -- 4.23kb -> 2.48kb (41.44%)
/src/client/assets/room/furnitures/server/rack.png -- 9.42kb -> 6.88kb (26.92%)
/src/client/assets/room/furnitures/eraser/cover.png -- 10.75kb -> 8.14kb (24.26%)
/src/client/assets/room/furnitures/plant2/soil.png -- 13.06kb -> 10.60kb (18.83%)
/src/client/assets/room/furnitures/plant/plant-soil.png -- 13.06kb -> 10.60kb (18.83%)
/src/client/assets/room/furnitures/monitor/screen.jpg -- 28.93kb -> 24.26kb (16.16%)
/src/client/assets/room/furnitures/cardboard-box3/texture.png -- 18.23kb -> 15.82kb (13.21%)
/src/client/assets/room/furnitures/cardboard-box2/texture.png -- 18.64kb -> 16.48kb (11.56%)
/src/client/assets/room/furnitures/book2/texture.png -- 64.05kb -> 59.59kb (6.97%)
/src/client/assets/room/furnitures/server/server.png -- 121.75kb -> 114.13kb (6.26%)
/src/client/assets/room/furnitures/pc/motherboard.jpg -- 67.25kb -> 63.09kb (6.19%)
/src/client/assets/room/furnitures/photoframe/photo.jpg -- 31.10kb -> 29.79kb (4.22%)
/src/client/assets/room/rooms/washitsu/tatami-single1600.png -- 1,163.42kb -> 1,145.84kb (1.51%)
/src/client/assets/room/rooms/washitsu/tatami.png -- 308.19kb -> 306.37kb (0.59%)
/src/client/assets/room/furnitures/moon/moon.jpg -- 85.11kb -> 85.11kb (0%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-08-18 15:06:22 +09:00
syuilo
4fbb3e581f
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
MeiMei
08d9a6a720
updateHashtagを並列で行わないように ( #5284 )
2019-08-18 12:47:45 +09:00
MeiMei
dd79309cba
Fix: Hashtagがupdateできない ( #5285 )
2019-08-18 12:46:47 +09:00
Satsuki Yanagi
112f1e1ae4
uuid() と lint ( #5288 )
...
* Import only v4 uuid, uuid() without version is deprecated
* Add Missing semicolon
2019-08-18 12:42:58 +09:00
MeiMei
9f43e384d2
リモートユーザー向けのNoteUnreadsレコードは作成しないように ( #5280 )
2019-08-17 14:40:06 +09:00
MeiMei
774fa19fea
Fix: ドライブアップロード直後に取得できるURLがoriginalじゃない ( #5274 )
2019-08-17 12:32:52 +09:00
MeiMei
50f5743dbd
タイトルやアイコンがきちんと設定されないことがあるのを修正 ( #5265 )
...
* Fix: og:site_nameがbase系ページに正しく反映さんれない
* instanceNameはAPIのmetaじゃなくてog:site_nameを参照するように
* Fix: タイトルが変更されるページから通常ページに遷移してもタイトルが戻らない
* Fix: タイトルが戻らない mobile / notifications
* Fix: faviconの変更が効かないページがある
2019-08-16 14:16:19 +09:00
syuilo
d7f4164ba2
Fix #5260
2019-08-11 20:13:57 +09:00
MeiMei
96cf244be1
ユーザー名の突き抜けの修正 ( #5261 )
...
* 突き抜け deck フォロリク/vote
* 突き抜け desktop
* notification reactionで絵文字の縦がずれないように
* Fix: ユーザーページの名前が突き抜ける
* Fix: デッキカラムでユーザー名が長いと閉じれなくなる
* デッキのカウントの位置が右になってしまってたのを修正
* デッキヘッダーのellipsis
2019-08-11 19:48:54 +09:00
和風ドレッシング
73bb119119
Elasticsearchのインデックス名をconfigで変更できるように ( #5257 )
2019-08-09 13:04:35 +09:00
Satsuki Yanagi
84537a2748
PackedUserがサイレンスや凍結の情報を持つように ( #5255 )
2019-08-08 09:31:40 +09:00
MeiMei
d368ce6085
Resolve #5247 ( #5248 )
2019-08-05 10:30:31 +09:00
MeiMei
9ebfe9e97f
Enable s3ForcePathStyle ( #5234 )
2019-07-31 18:11:11 +09:00
Oni-Men
430d53bbb8
fix #5214 ウィジェットが選択されていないときは追加されないように ( #5227 )
...
* fix #5214
* null削除の取り消し
* 空白文字の調整
2019-07-28 14:12:33 +09:00
syuilo
b2f9080a2e
非ログイン時の警告処理 ( #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
syuilo
ad9b9aad5a
Fix error
2019-07-28 10:31:16 +09:00
MeiMei
40dc468a99
HTTPリクエストのKeep-AliveとPrxoy対応など ( #5226 )
...
* DriveのKeep-Alive, Proxy と APのProxy対応
* request系でKeep-Aliveするように
* fix lookup-dns-cache.d.ts
* remove debug output
2019-07-28 09:49:02 +09:00
Xeltica
e119ecf201
「削除して編集」機能を追加 ( #5182 )
...
* 「削除して編集」機能を追加
* UXの調整
* 殆どの情報を保持したまま編集できるように
* update lang
2019-07-28 05:33:12 +09:00
MeiMei
f2fec97287
AP Emojiのupdatedは採用しないように ( #5220 )
...
* AP Emojiのupdatedは採用しない
* updated判定は残す
2019-07-28 05:32:40 +09:00
syuilo
44e993e4f1
Improve mobile notifications view
2019-07-28 05:25:12 +09:00
syuilo
fc477fc886
通知のフィルタ ( #5224 )
...
* ✌️
* Deck
2019-07-28 04:44:09 +09:00
MeiMei
7d50abc41a
Fix: リンクバリデーションリンクが一瞬表示されてしまう ( #5216 )
...
* Fix: リンクバリデーションリンクが一瞬表示されてしまう
* use link
2019-07-26 00:17:34 +09:00
Satsuki Yanagi
278ed9beb8
Bye moment from package.json ( #5215 )
...
* Bye moment from package.json
* Use Mapped types for argument type definition
2019-07-25 01:36:48 +09:00
syuilo
cafafc6126
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2019-07-24 02:17:04 +09:00
syuilo
8b0176ddfa
Fix error
2019-07-24 02:16:41 +09:00
MeiMei
c170831411
Fix: some post form errors ( #5212 )
...
* Fix: type mismatch in post-form-attaches
* Fix: 'this is null' in post-form-window
2019-07-24 02:15:40 +09:00
syuilo
b41f87ca7f
Fix #5210
2019-07-23 00:19:29 +09:00
syuilo
3a3d1297e0
Better error
2019-07-22 10:18:27 +09:00
syuilo
05dade03b7
Update signup.ts
2019-07-22 10:16:25 +09:00
syuilo
d4e8dc9840
Prevent username reusing
2019-07-22 10:15:00 +09:00
Oni-Men
34079340db
Patch #5060 ( #5205 )
...
* fix #5060
* forgot ";" :p
2019-07-21 22:27:36 +09:00
Satsuki Yanagi
e85897c367
Fix activity calendar for desktop widget ( #5200 )
...
* Fix activity calendar for desktop widget
* fetch past 21 weeks for activity widgets
* Cleanup
* forEach -> map
* Revert "forEach -> map"
This reverts commit b72e180ee4a788ff1a3c2955a061646561b2b735.
2019-07-21 19:12:16 +09:00
MeiMei
a259e5ccf1
投稿フォームが画面外にはみ出さないように ( #5203 )
...
* 上下はみ出したウィンドウは上基準で収めるように
* 投稿フォームを画面より長くしないように
2019-07-20 17:50:01 +09:00
MeiMei
be2e58c9bf
Fix: スクロールしてると絵文字ピッカーの位置がずれる ( #5204 )
2019-07-20 17:47:40 +09:00
syuilo
9efe586ae2
Clean up: Remove unused imports
2019-07-20 04:09:33 +09:00
rinsuki
720ad1e4a8
Improve GenerateVideoThumbnail ( #5186 )
...
* Improve GenerateVideoThumbnail
* use fluent-ffmpeg
* Update src/services/drive/generate-video-thumbnail.ts
2019-07-20 03:28:14 +09:00
Satsuki Yanagi
359c2a4b5c
Improve usability of quote note by pasting url ( #5196 )
2019-07-20 03:23:16 +09:00
MeiMei
f69a404588
Fix question ( #5197 )
2019-07-20 03:20:06 +09:00
syuilo
a67dc5d41c
🎨
2019-07-19 06:13:56 +09:00
syuilo
e40dcf500e
Merge branch 'develop'
2019-07-19 03:38:05 +09:00
syuilo
014bbb1d33
Remove unused import
2019-07-19 03:37:34 +09:00
syuilo
830da3906b
MFMの引用がインライン表示になっている問題を修正
2019-07-19 03:30:37 +09:00
rinsuki
d8af4e8cb8
特定ホストへのメンションの特別処理をクライアントに追加 ( #5185 )
...
* 特定ホストへのメンションの特別処理をクライアントに追加
Fix #5168
* Apply suggestions from code review
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Apply suggestions from code review
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Apply suggestions from code review
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Fix indent
2019-07-19 03:13:47 +09:00
Oni-Men
95cd3710d7
fix #5071 ( #5184 )
2019-07-18 20:56:48 +09:00
MeiMei
826ef2e650
Fix signin ( #5181 )
...
* Revert "Fix signin history (#5180 )"
This reverts commit a97c14a7b7b306e2ffee56642be93d90814ee299.
* fix signin
* failはfail専用に
* fix password less 200
2019-07-18 05:26:58 +09:00
Satsuki Yanagi
9e31812bd2
Fix signin history ( #5180 )
...
* Fix #5179
* Fix wrong value in signin history
2019-07-18 04:22:44 +09:00
MeiMei
9bf6a5732a
Send Delete activity on suspend ( #5165 )
...
* Send Delete Person activity
* Delete activityの後にフォロー解除する
* アカウント削除でもDelete activity
2019-07-18 02:03:28 +09:00
MeiMei
915145ee64
Mastodonのリンクの所有者認証に対応 ( #5161 )
...
* Profile metadata を設定できるように
* API desc
2019-07-18 00:11:39 +09:00
Satsuki Yanagi
0ad558d40c
Resolve #5117 ( #5171 )
...
* Resolve #5117
* 出来立てのユーザーがストリームコネクションを持ってるはずがない
2019-07-18 00:00:03 +09:00
Satsuki Yanagi
040e8b9ff0
Improve #5176 ( #5178 )
...
* 🎨
* Follow review
* Remove unnecessary colon
2019-07-17 23:59:21 +09:00
Satsuki Yanagi
5cd7954fd7
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
Satsuki Yanagi
31fce50003
Cleanup source ( #5177 )
...
* Cleanup source
* 🙏
2019-07-17 17:13:38 +09:00
Satsuki Yanagi
a9367f5c0b
Fix #5172 ( #5174 )
2019-07-17 13:28:27 +09:00
Satsuki Yanagi
8614de7edc
(コ`・ヘ・´ケ) ( #5156 )
2019-07-15 02:28:30 +09:00
Satsuki Yanagi
9ec3a1d256
Fix #5128 ( #5153 )
2019-07-14 03:56:34 +09:00
syuilo
2bdbee12fa
Fix bug
2019-07-14 03:53:45 +09:00
syuilo
bf10d57f03
Resolve #3238
2019-07-14 03:18:45 +09:00
Satsuki Yanagi
396c3bed41
Improve usability ( #5142 )
...
Fix #3862
2019-07-12 22:24:29 +09:00
MeiMei
4d9550d1b1
Fix: proxy-media後のContent-Typeが違う ( #5143 )
2019-07-12 22:21:47 +09:00
syuilo
902f319a49
Fix #5140
2019-07-12 03:17:31 +09:00
syuilo
dd897931e2
Improve usability
2019-07-12 02:08:13 +09:00
syuilo
c11899fc8b
🎨
2019-07-12 00:40:10 +09:00
syuilo
b3fc851c3f
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2019-07-10 18:30:58 +09:00
syuilo
7df97f32f7
Pages: Implement radio button
2019-07-10 18:30:51 +09:00
MeiMei
cab9b1bc3c
Prevent duplicate user registration ( #5129 )
2019-07-10 03:47:07 +09:00
Satsuki Yanagi
43be39262c
Fix drive browser showing false empty ( #5127 )
2019-07-09 17:38:14 +09:00
syuilo
c7388c1abd
Merge branch 'develop'
2019-07-09 17:03:38 +09:00
MeiMei
8d1cfcf38f
Tune font ( #5125 )
2019-07-09 17:01:08 +09:00
syuilo
be1bc378ed
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2019-07-09 16:55:59 +09:00
syuilo
1c0158df4c
Add userId prop
2019-07-09 16:55:55 +09:00
syuilo
084856836c
Fix bug
2019-07-09 16:55:33 +09:00
syuilo
6afd4e22cf
Delete init.ts
2019-07-09 04:09:02 +09:00
syuilo
374e52195f
Merge branch 'develop'
2019-07-08 16:17:47 +09:00
syuilo
f5ed9d01b9
🎨
2019-07-08 16:11:52 +09:00
syuilo
ba9d0e8641
Resolve #5116
2019-07-08 16:03:17 +09:00
Satsuki Yanagi
fcfdd2492b
Allow only one kind of date identifier at once ( #5120 )
2019-07-08 13:55:22 +09:00
tamaina
7b4179b2b6
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
syuilo
2bcbb2671c
Add semicolons
2019-07-08 04:32:57 +09:00
syuilo
c402bc5f29
Merge branch 'develop' into pr/4549
2019-07-08 04:27:18 +09:00
syuilo
9744c4f9ff
🎨
2019-07-08 04:19:17 +09:00
syuilo
5175faa448
既定のアップロード先フォルダを設定できるように
2019-07-08 04:17:53 +09:00
MeiMei
e7e87b5a08
Fix notification wrap ( #5118 )
2019-07-07 18:59:54 +09:00
Satsuki Yanagi
6480bd70bf
公開以外へのリプライ時元の公開範囲で指定したユーザー情報を引き継ぐように ( #5119 )
...
* 公開以外へのリプライ時元の公開範囲で指定したユーザー情報を引き継ぐように
* Use users/show userIds
2019-07-07 17:14:08 +09:00
syuilo
febb492235
Refactor: Remove needless return
2019-07-07 15:29:08 +09:00
Satsuki Yanagi
4d0e03dd60
フォルダーを削除できないときダイアログボックスで知らせる ( #5111 )
...
* フォルダーを削除できないときダイアログボックスで知らせる
* https://github.com/syuilo/misskey/pull/5111#issuecomment-508959068
かわいい
2019-07-07 14:56:51 +09:00
MeiMei
a4996bd034
Fix: postgres redis cache の option が適用されない ( #5114 )
2019-07-07 07:59:59 +09:00
syuilo
638060f775
Improve Page
...
* ページをピン留めできるように
* デッキでカラム内でページを見れるように
2019-07-07 06:56:13 +09:00
syuilo
eb3c718229
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2019-07-07 05:13:21 +09:00
syuilo
8d21939019
イベント送信時に指定の変数の値を添付出来るように
2019-07-07 05:12:31 +09:00
tamaina
c9bfeb78a4
https://github.com/syuilo/misskey/pull/4549#discussion_r287750004
2019-07-07 02:22:33 +09:00
tamaina
c3c59bb95c
fix
2019-07-07 02:22:33 +09:00
tamaina
9b3e54ce82
✌️
2019-07-07 02:22:08 +09:00
tamaina
0335f2a4cb
wip
2019-07-07 02:21:13 +09:00
tamaina
c7f894dddf
revert
2019-07-07 02:18:24 +09:00
tamaina
825b94bea8
fix #1442 , fix #2106
2019-07-07 02:18:24 +09:00
Satsuki Yanagi
80c55fbc76
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
syuilo
15384920c4
Pages: ボタンを色付き表示できるように
2019-07-06 23:11:16 +09:00
syuilo
b5fdc2d578
Fix bug
2019-07-06 22:53:15 +09:00
syuilo
da6c217f42
MisskeyPagesにイベント送信ボタンを追加
2019-07-06 18:14:50 +09:00
syuilo
70e633e5bf
やった ( #5110 )
2019-07-06 00:46:00 +09:00
syuilo
56f229b8e6
Merge branch 'develop'
2019-07-05 22:36:13 +09:00
syuilo
d6a62c0ce6
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2019-07-05 22:32:19 +09:00
syuilo
25bfcfa4c4
Fix #4760
2019-07-05 22:32:15 +09:00
MeiMei
e8c526b4ce
Fix: SingleLineなMFMが折り返されてしまう ( #5109 )
2019-07-05 21:47:18 +09:00
syuilo
859f10bf8e
Add PB
2019-07-05 21:18:49 +09:00
syuilo
fcf7279373
チャートで数字が表示される問題を修正
2019-07-05 21:13:52 +09:00
syuilo
852359e6e9
Merge branch 'develop'
2019-07-05 18:02:42 +09:00
MeiMei
bc0e3aa4d3
Fix: カスタム絵文字リアクションがたまに文字になってしまう ( #5105 )
2019-07-05 17:58:54 +09:00
MeiMei
ab79ca0794
APNGでもMIME typeはimage/pngにするように ( #5100 )
...
* APNGでもMIME typeはimage/pngにするように
* Revert "APNGでもMIME typeはimage/pngにするように"
This reverts commit e579eb2bf44f526cabfa9bd4adc6b4fa84727e3b.
* APNGはファイル送信時のみimage/pngにするように
2019-07-05 17:44:23 +09:00
Satsuki Yanagi
280911e3cc
ハッシュタグのトレンドの計算を5分単位で丸める ( #5107 )
2019-07-05 08:43:56 +09:00
Satsuki Yanagi
cef75dcd32
Fix WebAuthn login ( #5103 )
2019-07-05 07:48:12 +09:00
Satsuki Yanagi
151f107f30
Update Emojis immediately ( #5106 )
2019-07-05 07:45:00 +09:00
syuilo
1bd1ac959f
Merge branch 'develop'
2019-07-05 02:13:02 +09:00
syuilo
4db54a35f7
Fix errors
2019-07-05 02:00:54 +09:00
Acid Chicken (硫酸鶏)
f9f19710e4
Create partial type definition for 'jsrsasign' ( #5092 )
...
* Create partial type definition for 'jsrsasign'
* Update comments
* Add jsrsasign dependency
* Make some params of Signature class optional
* Make init argument of Signature.init optional
2019-07-05 01:54:16 +09:00
syuilo
3ef94413d1
Resolve #1867
2019-07-04 22:59:52 +09:00
syuilo
c36ed67405
テストメールは管理者アドレスに送信するように
2019-07-04 21:08:47 +09:00
syuilo
bc7ec39fae
Resolve #3431
2019-07-04 21:07:02 +09:00
syuilo
182fc774c7
Fix bug
2019-07-04 20:52:21 +09:00
syuilo
2cf6bf4731
Resolve #4321
2019-07-04 20:39:33 +09:00
syuilo
e6ce4b6179
テストページ廃止
2019-07-04 20:26:12 +09:00
syuilo
5c9f2a3737
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2019-07-04 14:45:33 +09:00
syuilo
cb9c97516e
APNG support
2019-07-04 14:45:28 +09:00
MeiMei
cc8fe022f2
アバターファイル選択でimage以外は表示しないように ( #5098 )
2019-07-04 14:31:30 +09:00
syuilo
c28639437f
Fix MIME
2019-07-03 23:43:09 +09:00
Mary
9c76e03c3a
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
syuilo
ab1dab42b5
Resolve #5072
2019-07-03 03:58:45 +09:00
syuilo
a6e42b5180
MFMで連続したスペースがひとつに纏まるのを修正
2019-07-02 20:52:37 +09:00
syuilo
f4445c11ec
Fix MFM parsing: Ignore parent [] of URL
2019-07-02 20:05:52 +09:00
syuilo
de82bb9b15
Update dependencies 🚀
2019-07-02 19:20:34 +09:00
syuilo
620380c8d0
Fix #5073
2019-07-02 19:17:14 +09:00
syuilo
7595680261
Resolve #5085
2019-07-02 18:32:24 +09:00
syuilo
7b0651d05d
リモートファイルの削除が重い問題を修正
2019-07-01 21:12:14 +09:00
syuilo
66c25b545a
Set job concurrency to reduce performance issue
2019-07-01 20:37:26 +09:00
syuilo
56fbfdcdb7
Simplify log domain
2019-07-01 03:25:31 +09:00
syuilo
ffa9b7f8df
Create accept-migration.ts
2019-06-30 04:49:30 +09:00
syuilo
2a7d4b07b6
Fix #4926
2019-06-29 23:12:00 +09:00
syuilo
6d9660929c
Revert "Update ormconfig.ts"
...
This reverts commit 5a349eb3766d84b9a9af46930e60dcf6c4ab0688.
2019-06-29 15:58:04 +09:00
syuilo
ec99c823a4
Update ormconfig.ts
2019-06-29 15:31:54 +09:00
MeiMei
2bcbe47cd6
Fix: AP object / actor type ( #5086 )
...
* attributedToがArrayの場合などに対応
* attachment以外で来るDocument系のObjectに対応
* Renote, Reply 対応
* 表示をいい感じに
* fix type
* revert as const
* Fix Note / Question type
* attributedToのtypeで複合配列を想定する
2019-06-28 18:54:09 +09:00
syuilo
43b7dc46b0
Use as const
...
#5089
2019-06-28 16:38:48 +09:00
syuilo
583411681f
Use as const
...
#5089
2019-06-27 18:04:09 +09:00
syuilo
62aa0dfff8
Merge branch 'develop'
2019-06-25 01:27:51 +09:00
syuilo
75df64a31d
Fix bug
2019-06-25 01:24:01 +09:00
syuilo
1943c9c7f2
English nyaize
2019-06-24 22:20:13 +09:00
syuilo
9bc369c785
🎨
2019-06-23 16:12:11 +09:00
syuilo
546a929c75
Merge branch 'develop'
2019-06-23 00:22:33 +09:00
syuilo
9c0225157b
Resolve #5010
2019-06-23 00:06:39 +09:00
syuilo
9cd8b234aa
Fix #4519
2019-06-22 04:17:02 +09:00
syuilo
d467abb214
Improve usability
2019-06-22 04:09:53 +09:00
MeiMei
90ce12f99b
Block all activities from suspended users ( #5076 )
2019-06-21 15:42:07 +09:00
MeiMei
739397862f
Improve url-preview ( #5077 )
...
* url-previewリクエスト時にハッシュは除く
* ハッシュだけ違うプレビューカードは表示しない
* url-previewをユーザーロケールで出し分けるように
* Fix code style
2019-06-21 15:41:02 +09:00
syuilo
d0e77e0827
Fix bug
2019-06-21 15:11:56 +09:00
syuilo
57d4d2cb20
Improve sync
2019-06-21 15:08:17 +09:00
syuilo
a75b307646
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2019-06-21 13:06:55 +09:00
syuilo
cea25c2ce2
デッキの状態を同期できるように
2019-06-21 13:06:47 +09:00
MeiMei
0d8a90ddeb
Enable ServiceWorker ( #5075 )
2019-06-21 11:50:38 +09:00