Commit graph

7827 commits

Author SHA1 Message Date
Xeltica
265d6bda15
ローカルのみボタンを公開範囲ピッカーに統合 (#6428)
* ローカルのみを公開範囲ピッカーに統合

* デザイン調整

* 🎨

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-06-04 22:06:38 +09:00
tamaina
fecb12bae1 missing ; 2020-06-04 19:13:24 +09:00
syuilo
83ec906ee7
fix(api): Fix #6418 (#6442) 2020-06-04 16:17:36 +09:00
syuilo
d44fbf58c9 Revert "chore(src/docs): Fix miauth check url"
This reverts commit ddf92c3e2c.
2020-06-04 09:10:38 +09:00
MeiMei
9c4a789a4e
Use insert for creating Note (#6440) 2020-06-04 08:59:03 +09:00
tamaina
2480fcdc53
Update src/client/components/notification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:42:32 +09:00
tamaina
7e093aee5e
Update src/client/components/notification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:42:26 +09:00
tamaina
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
syuilo
6b2c289029 fix(api): Fix #6419
Close #6434
2020-06-03 13:19:07 +09:00
MeiMei
fd2573c068
署名検証失敗はリトライしないように (#6437) 2020-06-03 09:12:54 +09:00
Xeltica
2bc86756c8
iOS Safari 上で アイコンおよびバナーのアップロードができない不具合を修正 (#6427)
* fix #6076

* 参考文献を明記
2020-05-31 22:19:28 +09:00
tamaina
fb91ab4080 Merge branch 'develop' into notification-visibility-read-2 2020-05-31 21:53:56 +09:00
tamaina
ffc7f42efc
fix(client): 全既読系ボタンのAPIの指定が間違っているのを修正 (#6424) 2020-05-31 15:48:37 +09:00
tamaina
7c38cda8ee Refactor 2020-05-31 14:57:22 +09:00
tamaina
d3f5001679 fix 2020-05-31 14:54:04 +09:00
tamaina
83d9a4b6d9
chore(client):🎨 Make font-size of note-preview em (#6414) 2020-05-31 14:46:50 +09:00
tamaina
8d48e4c76e
feat(client): Convert text mfm node to text (v)dom node instead of span tag (#6399)
* Convert text mfm node to text (v)dom node
instead of span tag

* Update mfm.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-31 12:57:21 +09:00
tamaina
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
tamaina
ddf92c3e2c
chore(src/docs): Fix miauth check url
Fix #6418
2020-05-29 22:36:01 +09:00
tamaina
886766cca5 fix 2020-05-26 15:04:44 +09:00
tamaina
974abbe826 capture readAllNotifications 2020-05-26 15:00:15 +09:00
tamaina
61bdf51e90 Observe notification read 2020-05-26 14:34:49 +09:00
tamaina
9bee9d20f7 Improve typing 2020-05-26 14:33:55 +09:00
tamaina
05c7cacdd1 Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670 2020-05-24 18:41:40 +09:00
syuilo
6a98301cc9 chore(deps): Update dependencies 🚀 2020-05-24 17:48:24 +09:00
tamaina
81f1df7472
Resolve #6405 (#6406) 2020-05-24 13:53:31 +09:00
tamaina
abc296cdcc
refactor: use Object.fromEntries() instead of in-house implementation (#6401)
* refactor: use Object.fromEntries()
instead of in-house implementation

* Remove extra type assertions
2020-05-23 23:21:09 +09:00
tamaina
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
syuilo
7dd8dbeb5b feat(client): 💴 2020-05-17 14:43:25 +09:00
DW
f6cfa5cbb4
Fix CASCADE-related problems (#6374)
* Fix renotes remaining on remote when CASCADE is invoked

* Fix CASCADE-invoked deletion not being federated to relays

Co-authored-by: DW <chocological00@gitlab.com>
2020-05-17 00:49:46 +09:00
tohara
d979fb6dc0
Add Ai3Dstatic model for Room. (#6350)
* Add Ai3Dstatic model for Room.

* Update src/client/scripts/room/furnitures.json5

Co-authored-by: rinsuki <428rinsuki+git@gmail.com>

* Update src/client/scripts/room/furnitures.json5

Co-authored-by: rinsuki <428rinsuki+git@gmail.com>

* doll-Aiの大文字を小文字へ変更

* Update furnitures.json5

* マテリアルをBackgroundからPrincipled BSDFに変更

* a

* なんかファイルが二重にでてくるので削除

* テクスチャーファイルと3Dデータを再コミット

* Remove noodle

* Update doll-ai.glb

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
2020-05-16 23:50:25 +09:00
syuilo
ca2a33edc9 fix(client): Use router-link instead of a to avoid page refresh 2020-05-16 22:08:21 +09:00
DW
ea80d5eac2
Local only indicator (#6291)
* Add Local only & public indicator

* Add local only & public indicator on renotes


remove visibility conditional

* Cleaner Style

* ✌️

* Update note-header.vue

* Update note.vue

Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-05-16 22:06:39 +09:00
syuilo
51cf0970b3 feat(client): ローカルのみボタンを公開範囲ボタンの横に移動 2020-05-16 21:50:16 +09:00
DW
9c8eb93446
Only show ellipsis if the button's interactable (#6373)
* Add an indicator to make the undo renote button look more interactable

* Use faEllipsisH :art

* Only show elipsis if it's interactable

* Update note.vue

Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-16 12:15:59 +09:00
MeiMei
3ac3a45aa5
nyaizeが適用されるとMFMのオプションが失われるのを修正 Fix #6370 (#6371) 2020-05-16 08:40:17 +09:00
MeiMei
36fcc0d5f6
Cache extra AP objects (#6349)
* Cache extra AP objects

* Cache nodeinfo
2020-05-15 21:37:09 +09:00
syuilo
6667b86650 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-05-15 20:53:29 +09:00
syuilo
9244efe351 fix(client): Mk:api関数にトークンを渡せない問題 2020-05-15 20:53:24 +09:00
MeiMei
538ca2a7c7
リレーに不正なURLは追加できないように (#6351)
* リレーに不正なURLは追加できないように

* lint
2020-05-15 20:51:16 +09:00
MeiMei
c5dd9439d5
Apply blocked instance to LD-Signature host (#6355) 2020-05-15 20:50:28 +09:00
MeiMei
2170c27b62
リレーのHTTP-Signatureは投稿者の鍵でするように (#6357) 2020-05-15 20:50:04 +09:00
MeiMei
61582a0a33
Supports Unicode 13.0 emoji (#6365)
* Supports Unicode 13.0 emoji

* fix
2020-05-15 20:49:01 +09:00
DW
65efe1f42c
Add an indicator to make the undo renote button look more interactable (#6366)
* Add an indicator to make the undo renote button look more interactable

* Use faEllipsisH :art

Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-15 20:39:11 +09:00
MeiMei
b2d3d43c97
reCAPTCHAが動かなくなっているのを修正 (#6367) 2020-05-15 20:37:05 +09:00
syuilo
4ce330c59e
refactor(client): Add note 2020-05-11 22:43:50 +09:00
MeiMei
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
syuilo
be183206e6 fix(server): Remove koa-compress 2020-05-10 17:41:16 +09:00
syuilo
8b853b7970 fix(client): Fix reply style 2020-05-10 17:37:11 +09:00
syuilo
5450b78f71 chore(lint): Add missing semicolon 2020-05-10 17:34:22 +09:00
syuilo
a3283c71ef chore(lint): Add missing semicolons 2020-05-10 17:25:16 +09:00
syuilo
7231f5ff0b chore(client): 🎨 2020-05-10 17:19:53 +09:00
syuilo
38a68ea946 fix(client): Fix poll vote notification
Fix #5998
2020-05-10 17:19:41 +09:00
syuilo
bf9486edc2 refactor(client): Use unique class name 2020-05-10 17:12:19 +09:00
syuilo
aadfafaef9 fix(client): Fix style of poll viewer 2020-05-10 17:06:53 +09:00
syuilo
c102978dd5 refactor(client): Use unique class name 2020-05-10 17:06:20 +09:00
syuilo
9784ade84f fix(client): Do not expand each notes in my/messages 2020-05-10 16:52:05 +09:00
syuilo
677f06961a fix(client): Do not expand each notes in my/mentions
Related #6336
2020-05-10 16:51:11 +09:00
syuilo
57c3ea3dbe chore(lint): Add missing semicolon 2020-05-10 16:31:00 +09:00
syuilo
64bbfed432 feat(client): Implement threaded replies
Resolve #2113
Resolve #5819
2020-05-10 16:22:39 +09:00
syuilo
a482d9b078 refactor(client): Clean up component 2020-05-10 16:05:01 +09:00
syuilo
08456dbb89 refactor(client): Use === 2020-05-10 15:36:42 +09:00
syuilo
58a8fff895 refactor(server): Improve readability 2020-05-10 15:20:21 +09:00
MeiMei
99e34e9ee2
Fix inbox bug (#6334) 2020-05-09 17:08:54 +09:00
syuilo
729db347a2 refactor(client): Remove deprecated property 2020-05-09 16:05:31 +09:00
syuilo
f2465ca11f fix(client): Fix bug that cannot set custom texture 2020-05-09 15:55:00 +09:00
syuilo
0294061c00 feat(client): Reimplement Misskey Rooms 2020-05-09 15:47:20 +09:00
syuilo
71e5892308 refactor(client): Use getters to avoid watch vuex 2020-05-09 15:22:50 +09:00
MeiMei
d6a8889d84
Receive Flag (#6331) 2020-05-09 08:25:23 +09:00
MeiMei
070f1f3c6e
APリファクタとLD-Signatureの検証に対応 (#6300)
* DbResolver

* inbox types

* 認証順を変更

* User/Keyあたりをまとめる

* LD-Signatue

* Validate contexts url

* LD-Signature DocumentLoaderにProxyとTimeout
2020-05-09 08:21:42 +09:00
Satsuki Yanagi
234294d564
WebAuthnでログインできないのを修正 (#6327)
Resolve #6319
2020-05-09 08:20:22 +09:00
MeiMei
d1be8b43f6
brotli圧縮の無効化など Resolve #6325 (#6326)
* disable brotli

* disable compress between nginx and app
2020-05-09 08:18:21 +09:00
Acid Chicken (硫酸鶏)
778ac79c44
Fix using Buffer on window scope (#6324)
* Update 2fa.vue

* Import 'core-js/es/typed-array/from'

* Bye polyfill
2020-05-06 18:59:58 +09:00
syuilo
766c00c305 fix(client): Add missing icon 2020-05-06 14:46:45 +09:00
syuilo
97cdfa662e fix(client): Fix default reaction setting 2020-05-06 14:43:25 +09:00
syuilo
4a08d5295e feat(client): Make possible to customize sidebar
Resolve #6285
2020-05-06 11:41:44 +09:00
syuilo
b77788b947 refactor(client): Reorder property 2020-05-06 09:40:49 +09:00
syuilo
729116c9e5 refactor(client): Export default reaction setting and use it 2020-05-06 09:40:07 +09:00
Acid Chicken (硫酸鶏)
4cccdb8a98
Merge pull request #6303 from syuilo/features/hcaptcha
Add support for hCaptcha
2020-05-05 10:22:49 +09:00
Acid Chicken (硫酸鶏)
a3ff1bfda7
Update hcaptcha.d.ts 2020-05-02 10:51:12 +09:00
Acid Chicken (硫酸鶏)
f57888eb4b
Update src/@types/hcaptcha.d.ts 2020-05-02 10:50:29 +09:00
Acid Chicken (硫酸鶏)
b2c703c173
Update src/server/api/private/signup.ts 2020-05-02 10:31:37 +09:00
syuilo
9053b9635e
refactor 2020-05-02 10:28:45 +09:00
MeiMei
b5e87a46b0
アップロードプログレスバーが動かないのを修正 Fix #6306 (#6307) 2020-05-02 10:00:43 +09:00
Acid Chicken (硫酸鶏)
ca6a70e555
Update signup.vue 2020-04-29 09:54:21 +09:00
Acid Chicken (硫酸鶏)
9a611b24f3
Fix bug 2020-04-29 09:35:37 +09:00
Acid Chicken (硫酸鶏)
77adf26236
Factorize *captcha component 2020-04-29 09:15:18 +09:00
Acid Chicken (硫酸鶏)
805472482e
Refactor code 2020-04-29 06:09:17 +09:00
Acid Chicken (硫酸鶏)
01411327b8
Add *captcha settings guide 2020-04-29 06:04:05 +09:00
Acid Chicken (硫酸鶏)
9daa900793
Refactor codes 2020-04-29 05:30:58 +09:00
Acid Chicken (硫酸鶏)
b862c055ae
Fix bug 2020-04-28 14:55:12 +09:00
Acid Chicken (硫酸鶏)
7860839220
Add support for hCaptcha 2020-04-28 14:29:33 +09:00
syuilo
ebdbd6a84a enhance(server): Resolve #6286 2020-04-26 11:54:51 +09:00
syuilo
69975c2fdd chore: Use kebab-case for file names 2020-04-26 11:48:09 +09:00
syuilo
7d7c206f24 fix(server): Fix #6284 2020-04-26 11:46:47 +09:00
syuilo
14ddca3875 feat(server): Improve boot process 2020-04-26 11:39:15 +09:00
syuilo
a8b4df6eae feat(server): Log postgresql version when boot 2020-04-26 11:24:31 +09:00
syuilo
0683fa6b97 chore(server): Add TODO 2020-04-26 11:19:57 +09:00
syuilo
2ee5835186 fix(client): Fix a bug that if block of pages not working 2020-04-23 08:57:10 +09:00
syuilo
d19441f3ae fix(client): Fix lint 2020-04-22 19:51:09 +09:00
syuilo
6e3ee05cb6 refactor(client): 2020-04-22 19:36:28 +09:00
syuilo
1f998168e2 feat(client): Implement default upload folder setting
Resolve #5985
2020-04-22 00:34:56 +09:00
syuilo
0df3e22e51 Fix #6289 2020-04-21 20:26:54 +09:00
syuilo
5a9530ccd4 Fix #6229 2020-04-21 20:16:37 +09:00
syuilo
0a4d119d86 fix(lint): Use const 2020-04-20 21:36:58 +09:00
syuilo
2ee0e07bb6 refactor(client): 2020-04-20 21:35:27 +09:00
syuilo
f704e7a602 enhance(pages): Improve hcart 2020-04-19 17:41:01 +09:00
syuilo
8cefcaa55f fix(client): Fix bug that cannot post when image only 2020-04-19 17:40:46 +09:00
syuilo
164c6505f2 enhance(client): Use icon instead of text 2020-04-19 17:39:54 +09:00
syuilo
0a1b83c70f feat(aiscript): Better env vars 2020-04-19 16:28:19 +09:00
syuilo
8957eec475 fix(client): Fix canvas overflow 2020-04-19 16:15:24 +09:00
syuilo
e790af566c chore: 🎨 2020-04-19 16:09:57 +09:00
syuilo
43fe0cd62e feat(pages): Improve chart 2020-04-19 15:48:05 +09:00
syuilo
72271d905d fix(pages): Fix chart type detection 2020-04-19 09:09:38 +09:00
syuilo
8d39283d46 Resolve #6276 2020-04-19 09:05:20 +09:00
syuilo
4364122804 feat(pages): Improve chart 2020-04-19 08:25:22 +09:00
syuilo
3b6dbd6dc3 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-04-18 18:33:50 +09:00
syuilo
7c61fc37c5 Resolve #6274 2020-04-18 18:33:45 +09:00
MeiMei
f530b5237d
TLにNote追加時にdeepcopyする (#6275) 2020-04-18 16:05:39 +09:00
Xeltica
e184c1cdfb
カスタム絵文字リアクションがプレビューされない不具合を修正 fix #6272 (#6273)
* カスタム絵文字リアクションがプレビューされない不具合を修正

* add comments
2020-04-18 12:06:44 +09:00
syuilo
44ea1be930 chore(client): 🎨 2020-04-17 20:36:51 +09:00
syuilo
a1bf54fe16 chore(client): 🎨 2020-04-17 20:30:12 +09:00
syuilo
75d59a9c9b feat(pages): Add rect method 2020-04-17 15:51:36 +09:00
syuilo
9139c863bf feat(pages): Disable AiScript step limitation to improve usability 2020-04-17 15:51:25 +09:00
syuilo
5389b16c59 chore(client): 🎨 2020-04-16 23:13:33 +09:00
syuilo
da3008af1c fix(pages): AiScript変数があると型チェックができない問題を修正 2020-04-16 23:04:49 +09:00
syuilo
6637766554 feat(pages): Add arc method 2020-04-16 18:11:13 +09:00
tamaina
d02e14cb94
Fix Media List in CW Content (#6099) 2020-04-16 01:04:21 +09:00
MeiMei
fa75b40dfd
リアクションの修正 (#6260) 2020-04-16 00:47:17 +09:00
MeiMei
f32d8b7069
0以下のリアクションは送らないように Resolve #6263 (#6264) 2020-04-16 00:45:43 +09:00
syuilo
90e8527556 Resolve #6256 2020-04-16 00:39:21 +09:00
mei23
b0b885aacd
lint 2020-04-14 01:13:01 +09:00
MeiMei
9b07c5af05
リモートのカスタム絵文字リアクションを表示できるように (#6239)
* リモートのカスタム絵文字リアクションを表示できるように

* AP

* DBマイグレーション

* ローカルのリアクションの.

* fix

* fix

* fix

* space
2020-04-14 00:42:59 +09:00
syuilo
cda1803e59 chore(client): 🎨 2020-04-14 00:13:49 +09:00
tamaina
96eab7e12b
投稿のURLプレビューポップアップを改良 (#6226)
* URLプレビューポップアップを改良

- タッチデバイスでは表示しないように
- 幅をレスポンシブに

* Use maxTouchPoints to detect touch device

* fix
2020-04-14 00:00:52 +09:00
MeiMei
916512fd47
同じリアクション削除を同時に行うとリアクションカウントがおかしくなることがあるのを修正 (#6253)
* Fix #6252

* quote

* Use IdentifiableError
2020-04-13 23:58:38 +09:00
Satsuki Yanagi
58d3a37908
sensitiveではないメディアも非表示にできるように (#6248)
* sensitiveではないメディアも非表示にできるように

* mounted -> created

* remove unnecessary v-if
2020-04-13 23:55:36 +09:00
syuilo
a19e252c9e feat(client): Improve pages aiscript 2020-04-13 23:46:53 +09:00
Satsuki Yanagi
63225ed0fd
モデレーション周りのv11の機能復元 (#6249)
* モデレーション周りのv11の機能復元

* i18n

* wip

* wip

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-04-13 23:27:12 +09:00
syuilo
11cc9cbc7c Resolve #5755 2020-04-13 03:23:23 +09:00
MeiMei
36b9a0d42f
プロキシの除外ホスト (#6244)
* プロキシの除外ホスト

* オブジェクトストレージとの通信にProxyを使うかを選択できるように

* fix lint

* コメント

Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
2020-04-12 20:32:34 +09:00
syuilo
e7da10ae58 Resolve #6242 2020-04-12 19:57:18 +09:00
syuilo
f07047d1e8 AiScript関連 2020-04-12 19:38:19 +09:00
syuilo
4903eb4a4a Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-04-11 22:44:36 +09:00
syuilo
b5981ab544 feat(client): Implement AiScript scratchpad 2020-04-11 22:44:32 +09:00
MeiMei
00e1dbfdfb
Fix typo (#6238) 2020-04-11 19:49:25 +09:00
Balazs Nadasdi
cb631d4abb
Option to hide revealed sensitive media (#6209)
* 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.
2020-04-11 18:32:55 +09:00
MeiMei
ca66acac2b
ファイルのダウンロードがタイムアウトしなくなっているのを修正など (#6233)
* Refactor download / file-info

* body read timeout on download Fix syuilo#6232
2020-04-11 18:28:40 +09:00
MeiMei
9fcf94b197
Fix url type of AP object #6231 (#6234) 2020-04-11 18:27:58 +09:00
MeiMei
d3c0f3c251
Use node-fetch instead of request (#6228)
* requestをnode-fetchになど

* format

* fix error

* t

* Fix test
2020-04-09 23:42:23 +09:00
syuilo
bb7edfee04 Create aiscript.ja-JP.md 2020-04-05 18:02:39 +09:00
Balazs Nadasdi
10d72742f5
Ability to set header image for a Page (#6210)
* 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>
2020-04-05 17:55:51 +09:00
syuilo
d4a630902d refactor: Use === 2020-04-04 08:46:54 +09:00
syuilo
fef5ec874b enhance(server): Log error message when internal error occured 2020-04-04 08:27:16 +09:00
syuilo
f2e347fec1 perf(client): Lazy load themes 2020-04-04 08:25:28 +09:00
MeiMei
6a396ef5e3
APIリファレンスでレスポンスのスキーマを見るのにいちいち2回クリックさせられるのを修正 (#6217) 2020-04-03 23:36:13 +09:00
syuilo
eec1af1f52 Revert 2020-04-03 23:35:14 +09:00
MeiMei
99fc77b678
APメンションはaudienceじゃなくてtagを参照するなど (#6128)
* APメンションはaudienceじゃなくてtagを参照するなど

* AP/tag/Mentionではurlじゃなくてuriを提示する

* createPersonでaliasが入力された場合に対応

* AP HTMLパースでMention/Hashtag判定にtagを使うように

* fix

* indent

* use hashtag name

* fix

* URLエンコード不要だったら<>を使わないの条件が消えたたのを修正
2020-04-03 22:51:38 +09:00
MeiMei
8bb311df51
APIリファレンスのカテゴリ処理の修正 (#6218)
* APIリファレンスのカテゴリ処理の修正

* tune
2020-04-03 22:42:29 +09:00
Satsuki Yanagi
a77df249c2
i18n (#6219) 2020-04-03 22:41:18 +09:00
tamaina
33bcf2d1ea Fix lint 2020-04-03 17:17:46 +09:00
tamaina
795fb0eb60 Pre-render ReDoc
redoc-cliはexpandResponsesは200のみとすると数値と認識されてしまい設定できないため202,204という指定にしています
2020-04-03 17:13:41 +09:00
syuilo
9e9d378bf1 feat(streaming): Add emoji added event 2020-04-02 22:17:17 +09:00
syuilo
4a6b0edce6 Update api.ja-JP.md 2020-04-02 22:09:25 +09:00
MeiMei
356225af14
Use url if available (#6214)
* Fix #6213

* other link

* fix
2020-04-02 21:59:14 +09:00
mei23
331305e6c7
lint 2020-04-02 05:41:03 +09:00
syuilo
79354f4faf Refactoring 2020-03-31 09:15:04 +09:00
syuilo
28f8933c3c Refactoring 2020-03-31 09:11:43 +09:00
syuilo
10356b4041 Merge branch 'master' into develop 2020-03-31 08:08:22 +09:00
syuilo
6a732ab1cd Fix #6203 2020-03-31 08:07:10 +09:00
MeiMei
47322b35ff
APIの権限設定漏れを修正 (#6202)
* Fix: 権限設定漏れ

* requireAdmin
2020-03-30 11:45:57 +09:00
MeiMei
4c6d0386b9
admin/accounts/createで一般ユーザーがアカウントを作成し放題なのを修正 (#6205) 2020-03-30 09:27:39 +09:00
MeiMei
a448172952
Fix #6199 (#6201) 2020-03-29 23:18:03 +09:00
MeiMei
244ef0cb8f
トークン系の乱数ソースではcryptoを使うように (#6200) 2020-03-29 23:16:36 +09:00
syuilo
02cc1891f2 Add miauth info into meta.features 2020-03-29 17:44:14 +09:00
syuilo
09e3ddbd57 アプリの権限を確認できるように 2020-03-29 17:06:36 +09:00
syuilo
d0fff562ea Fix bug 2020-03-29 17:04:22 +09:00
syuilo
8ce5366e80 テーマ関係 2020-03-29 16:09:44 +09:00
syuilo
bfcda7cc02 Better sql log 2020-03-29 14:08:19 +09:00
syuilo
c52aeb6618 Fix type 2020-03-29 11:28:55 +09:00
syuilo
f5ebfdca61 🎨 2020-03-29 11:06:58 +09:00
syuilo
db93838729 Clean up 2020-03-29 10:59:05 +09:00
syuilo
bb835a6e8a Fix bug 2020-03-29 10:49:43 +09:00
syuilo
52feba0e3a Refactor: Use === 2020-03-29 10:39:36 +09:00
syuilo
a1076c3108 🎨 2020-03-29 10:34:46 +09:00
syuilo
bad068b20e ✌️ 2020-03-29 10:17:23 +09:00
syuilo
ec41d461c0 ✌️ 2020-03-29 10:16:32 +09:00
syuilo
a826cd6845 ✌️ 2020-03-29 10:15:33 +09:00
syuilo
a950b6193a インスタンス一覧でソートできるように 2020-03-29 10:14:33 +09:00
syuilo
cd44ff0aaa 🎨 2020-03-28 22:25:52 +09:00
syuilo
6b890e3f82 Fix style 2020-03-28 22:10:14 +09:00
syuilo
9998845b21 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-03-28 22:04:26 +09:00
syuilo
7ee4385deb Fix bug 2020-03-28 22:04:23 +09:00
mei23
695277c9eb
lint fix 2020-03-28 20:56:17 +09:00
syuilo
549092d9aa Update gen-token.ts 2020-03-28 19:44:57 +09:00
syuilo
b245393bc4 Update apps.vue 2020-03-28 19:40:03 +09:00
syuilo
dcd43a17ba インストールしたアプリ見れるようにしたり削除できるようにしたり 2020-03-28 19:33:11 +09:00
syuilo
b8088dc01a ✌️ 2020-03-28 18:33:24 +09:00
syuilo
8e1b90ab43 Improve log handling 2020-03-28 18:28:21 +09:00
syuilo
614a1d74dd Resolve #6192 2020-03-28 18:07:41 +09:00
syuilo
9ea1ed8559 Add i/apps private API 2020-03-28 16:52:52 +09:00
syuilo
3e1e234799 Resolve #6193 2020-03-28 15:57:31 +09:00
syuilo
62f5ecd278 🎨 2020-03-28 11:36:44 +09:00
syuilo
27733e2119 Fix doc page 2020-03-28 11:32:19 +09:00
syuilo
6be127e18b Implement MiAuth 2020-03-28 11:24:37 +09:00
syuilo
608b8bb741 wip 2020-03-27 20:24:32 +09:00
syuilo
5273050ab3 Update patrons 2020-03-25 23:21:23 +09:00
syuilo
fae3b02e5a 🎨 2020-03-25 23:15:08 +09:00
syuilo
3489e4af1e 🎨 2020-03-25 22:57:13 +09:00
syuilo
8e9bd0bbd5 Fix dark mode sync bug 2020-03-25 22:49:42 +09:00
和風ドレッシング
998a59aa5e
Fix #5986 (#6184)
* Fix #5986

* Fix #5986 追加修正
2020-03-25 22:26:50 +09:00
和風ドレッシング
45413c9d28
Fix #6176 (#6183) 2020-03-25 15:57:35 +09:00
syuilo
a43a225740 Fix #6180 2020-03-23 19:47:02 +09:00
syuilo
833c39969b Refactor 2020-03-23 19:42:26 +09:00
syuilo
e25dea27e7 Better theme validation 2020-03-23 19:09:20 +09:00
syuilo
dac962580b テーマインポート機能を実装するなど 2020-03-23 19:06:46 +09:00
syuilo
90ba51ee9c Fix dark mode sync 2020-03-22 20:23:35 +09:00
syuilo
837358df66 Fix #6179 2020-03-22 19:46:07 +09:00
syuilo
9c3a4eb947 Fix bug 2020-03-22 19:41:35 +09:00
syuilo
de1ecbaef4 iOSで起動できない問題を修正 2020-03-22 19:35:34 +09:00
syuilo
b44e1820a2 ダークモードの同期を強化 2020-03-22 18:39:37 +09:00
syuilo
eb461481ed Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-03-22 18:18:37 +09:00
syuilo
92f47cc9cb Remove smooth option to improve performance 2020-03-22 18:18:34 +09:00
okpierre
f82c6f7ab4
Add files via upload (#6116) 2020-03-22 17:59:14 +09:00
syuilo
76f992906d Add account setting link 2020-03-22 15:11:16 +09:00
syuilo
43e3ce1ed5 Fix #6085 2020-03-22 14:57:21 +09:00
syuilo
15050018f2 🎨 2020-03-22 14:45:33 +09:00
syuilo
71d6394bc8 Refactoring 2020-03-22 14:38:33 +09:00
syuilo
92937b8b3c Update theme.vue 2020-03-22 10:57:58 +09:00
syuilo
d0ed5a8b59 🎨 2020-03-22 10:55:46 +09:00
syuilo
2b318a1021 Fix error 2020-03-22 10:53:47 +09:00
Satsuki Yanagi
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
syuilo
e2c0ee66e4 Resolve #6170 2020-03-22 10:39:12 +09:00
syuilo
c6c62f956b 🎨 2020-03-22 09:44:02 +09:00
syuilo
8fa27fea6c Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-03-22 09:43:32 +09:00
syuilo
03c56f388c 🎨 2020-03-22 09:43:19 +09:00
MeiMei
4090922e7e
CI通らないの修正 (#6173)
* CI通らないの修正

* Revert "CI通らないの修正"

This reverts commit 3eab7eab90050d60f0222ac0d08da7be0a53c300.

* ts-ignore

* んー
2020-03-22 09:21:21 +09:00
syuilo
8061dedba1 Update collaborators 2020-03-21 23:33:39 +09:00
syuilo
da2112b659 基底テーマ分離 2020-03-21 23:28:17 +09:00
syuilo
ed5386771a 招待コードが発行できない問題を修正 2020-03-21 23:27:54 +09:00
syuilo
fc0b86fe19 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-03-21 20:14:41 +09:00
syuilo
346036ec88 Fix #6110
updatedAt が null なユーザーは検索に出てこなくなる副作用あり
2020-03-21 20:14:26 +09:00
Xeltica
a5e1ce0e0b
Add 削除して編集 (#6147)
* Add 削除して編集

* 言語ファイルを更新

* リプライとリノートも復元する

* Revert "リプライとリノートも復元する"

This reverts commit f23f7f8d784b28f3d365c8f5aecf81001577c672.

* リプライとリノートも復元する
2020-03-21 18:58:05 +09:00
syuilo
019f7480e8 Fix bug 2020-03-21 13:21:32 +09:00
syuilo
8e0b088deb 🎨 2020-03-21 13:19:42 +09:00
syuilo
452005381f Fix bug 2020-03-21 13:10:44 +09:00
syuilo
9722ed99a3 リモートユーザーでも投稿数とか見れるように 2020-03-21 13:07:15 +09:00
syuilo
ee6311e83d Resolve #6145 2020-03-21 13:07:02 +09:00
syuilo
1471e52307 Resolve #6110 2020-03-21 12:48:25 +09:00
syuilo
f1fc12d9cc wip 2020-03-21 12:32:40 +09:00