Commit graph

7481 commits

Author SHA1 Message Date
Balazs Nadasdi
86a394dc50 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
ae76a79409 ファイルのダウンロードがタイムアウトしなくなっているのを修正など (#6233)
* Refactor download / file-info

* body read timeout on download Fix syuilo#6232
2020-04-11 18:28:40 +09:00
MeiMei
e1b532f39b Fix url type of AP object #6231 (#6234) 2020-04-11 18:27:58 +09:00
MeiMei
a74358ec03 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
08c802760b Create aiscript.ja-JP.md 2020-04-05 18:02:39 +09:00
Balazs Nadasdi
decdec2c1d 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
cefbecb94c refactor: Use === 2020-04-04 08:46:54 +09:00
syuilo
60ed35680c enhance(server): Log error message when internal error occured 2020-04-04 08:27:16 +09:00
syuilo
2c4faa7db6 perf(client): Lazy load themes 2020-04-04 08:25:28 +09:00
MeiMei
ece0cec1f8 APIリファレンスでレスポンスのスキーマを見るのにいちいち2回クリックさせられるのを修正 (#6217) 2020-04-03 23:36:13 +09:00
syuilo
a3e4a3ab5f Revert 2020-04-03 23:35:14 +09:00
MeiMei
8e13f6a7e0 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
e27b7e7d97 APIリファレンスのカテゴリ処理の修正 (#6218)
* APIリファレンスのカテゴリ処理の修正

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

* other link

* fix
2020-04-02 21:59:14 +09:00
mei23
50043fd3a8 lint 2020-04-02 05:41:03 +09:00
syuilo
12d3e3f786 Refactoring 2020-03-31 09:15:04 +09:00
syuilo
8af638401b Refactoring 2020-03-31 09:11:43 +09:00
syuilo
e4105cdddf Merge branch 'master' into develop 2020-03-31 08:08:22 +09:00
syuilo
d6d007b3df Fix #6203 2020-03-31 08:07:10 +09:00
MeiMei
76cadcd707 APIの権限設定漏れを修正 (#6202)
* Fix: 権限設定漏れ

* requireAdmin
2020-03-30 11:45:57 +09:00
MeiMei
a6f4923d18 admin/accounts/createで一般ユーザーがアカウントを作成し放題なのを修正 (#6205) 2020-03-30 09:27:39 +09:00
MeiMei
b9ea774c2a Fix #6199 (#6201) 2020-03-29 23:18:03 +09:00
MeiMei
edfbb37a37 トークン系の乱数ソースではcryptoを使うように (#6200) 2020-03-29 23:16:36 +09:00
syuilo
0d49cd37da Add miauth info into meta.features 2020-03-29 17:44:14 +09:00
syuilo
d468d3281b アプリの権限を確認できるように 2020-03-29 17:06:36 +09:00
syuilo
31a0a42c7f Fix bug 2020-03-29 17:04:22 +09:00
syuilo
83933879fe テーマ関係 2020-03-29 16:09:44 +09:00
syuilo
594736add2 Better sql log 2020-03-29 14:08:19 +09:00
syuilo
b890dc349a Fix type 2020-03-29 11:28:55 +09:00
syuilo
1aa2c6cae7 🎨 2020-03-29 11:06:58 +09:00
syuilo
b5fcd885a7 Clean up 2020-03-29 10:59:05 +09:00
syuilo
9e2d3eb069 Fix bug 2020-03-29 10:49:43 +09:00
syuilo
6100b37525 Refactor: Use === 2020-03-29 10:39:36 +09:00
syuilo
f300d4efee 🎨 2020-03-29 10:34:46 +09:00
syuilo
82e76eaa29 ✌️ 2020-03-29 10:17:23 +09:00
syuilo
110d517bc3 ✌️ 2020-03-29 10:16:32 +09:00
syuilo
aa9a07b5b6 ✌️ 2020-03-29 10:15:33 +09:00
syuilo
921078c51e インスタンス一覧でソートできるように 2020-03-29 10:14:33 +09:00
syuilo
4b605be7e2 🎨 2020-03-28 22:25:52 +09:00
syuilo
6ca14ad2ad Fix style 2020-03-28 22:10:14 +09:00
syuilo
6e189d8d0d Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-03-28 22:04:26 +09:00
syuilo
a3fc2122e6 Fix bug 2020-03-28 22:04:23 +09:00
mei23
0a01f97d64 lint fix 2020-03-28 20:56:17 +09:00
syuilo
a79c305dfb Update gen-token.ts 2020-03-28 19:44:57 +09:00
syuilo
9b125e9feb Update apps.vue 2020-03-28 19:40:03 +09:00