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
syuilo
ebbc42bebc
wip
2020-03-21 00:21:33 +09:00
syuilo
4785ee8c32
wip
2020-03-20 23:08:45 +09:00
syuilo
ab40756c1a
wip
2020-03-20 22:42:35 +09:00
syuilo
c88e737a84
wip
2020-03-20 22:37:44 +09:00
syuilo
def5ea7978
wip
2020-03-20 21:58:04 +09:00
syuilo
e69ab45044
wip
2020-03-20 19:19:28 +09:00
syuilo
25d0b4bbf1
wip
2020-03-20 19:06:50 +09:00
syuilo
f86f5ac6cc
wip
2020-03-20 18:58:17 +09:00
syuilo
07ce365bfd
wip
2020-03-20 18:55:15 +09:00
syuilo
f31c94e2ea
wip
2020-03-20 18:11:39 +09:00
syuilo
933638d035
Fix bug
2020-03-20 18:00:42 +09:00
Oni-Men
b0151afa9a
Add range component, 音量設定で使用する ( #6146 )
...
* add range component, use range component at volume setting
* refactor
* refactor 2
* Update range.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-03-20 14:30:37 +09:00
MeiMei
5bbd4ae703
ElasticSearchで認証ができるように ( #6158 )
2020-03-20 14:00:34 +09:00
Oni-Men
f2f7f532a0
use username if name was empty ( #6166 )
2020-03-20 13:57:55 +09:00
MeiMei
80eedf7449
連携ログインができないのなどを修正 ( #6162 )
...
* 連携ログインができないのを修正
* Cookie名変更, セッションに
* igiはやっぱり非セッションCookieで
* 2回目以降Discordログインできなくなるのを修正
2020-03-20 13:56:22 +09:00
MeiMei
1b48e0d6e0
Revert "Update dependencies ( #6167 )" ( #6168 )
...
This reverts commit 0420c548da
.
2020-03-20 02:46:13 +09:00
MeiMei
0420c548da
Update dependencies ( #6167 )
...
* Update CI (#11 )
* Update nodejs.yml
* Fix time
* no docker
* no CI
* build only
* Update dependencies
2020-03-20 02:40:35 +09:00
Yuiga Wada
b5d5275e9b
Auth認証画面から正常にログインできるよう修正 ( #6154 )
...
* Fix #6095
Auth認証画面から正常にログインできるよう修正
* Fix #6095
2020-03-14 15:59:02 +09:00
MeiMei
a2d3d22b6e
オブジェクトストレージでS3のvirtual-host形式のサポートなど ( #6148 )
...
* オブジェクトストレージでS3のvirtual-host形式のサポートなど
* 表記揺れ
* more simply
* S3ならばs3ForcePathStyleしない
2020-03-14 11:33:19 +09:00
tamaina
1ad8603cc2
fix gif badge ( #6153 )
2020-03-14 11:31:03 +09:00
syuilo
917726fecc
wip #6140
2020-03-07 11:23:31 +09:00
syuilo
49a5b4eb14
Refactor: Better arg name
2020-03-07 09:56:13 +09:00
syuilo
1947835c51
Resolve #6137
2020-03-07 01:04:36 +09:00
syuilo
c7c537c8b8
Refactor
2020-03-07 00:35:00 +09:00
Oni-Men
4e2f954683
note overflow: hidden ( #6138 )
2020-03-07 00:31:48 +09:00
fuyu
99384b4c22
チャートログの取得範囲の修正 ( #5923 )
2020-03-07 00:28:21 +09:00
MeiMei
4c26e3c54d
note_reaction.reaction は 130文字に ( #6105 )
2020-03-06 23:09:06 +09:00
fuyu
3ca3712bae
ダークテーマ利用時にセレクトが使いにくくなる問題を修正 ( #6117 )
2020-03-06 22:54:23 +09:00
Oni-Men
a471e4b783
MFMをテキストに戻す ( #6131 )
...
* Disable Nyaize in quote
* mfmを文字列に戻す、nyaizeにmfmを使用
* Revert "Disable Nyaize in quote"
This reverts commit 1b238905a5535267d32d7e1aec8afd8bb07b0619.
* refactor
* use return type as string
2020-03-06 22:51:50 +09:00
MeiMei
20ac7e62e9
チャートInsert時にロックをかけるように ( #6100 )
...
* chart lock
* fix
2020-03-06 22:33:54 +09:00
rinsuki
c18f6fde80
lintをGitHub Actions でするように ( #6101 )
...
* package.json の lint スクリプトを修正
* lint アクションを追加
* yarn lint --fix
* 手動修正
2020-03-04 11:45:33 +09:00
syuilo
2309680c38
Refactor
2020-02-29 16:38:07 +09:00
tamaina
d3fd0f810a
ボリュームを0にしてもサウンドが鳴っていることになっていたのを修正 ( #6098 )
...
* Update init.ts
* parseFloat
2020-02-27 16:32:10 +09:00
syuilo
3bd827d7da
Update google.vue
2020-02-27 15:13:46 +09:00
syuilo
969cd16638
Resolve #6091
2020-02-27 07:04:28 +09:00
Oni-Men
569be15705
同じホットキーが連続で発動しないように ( #6082 )
...
* add cooldown to hotkey
* remove blank
* use repeat flag
* format
* Add Repeatable option to Hotkey
* Boolean型のみに
* console.log消すの忘れてた
2020-02-26 17:22:43 +09:00
MeiMei
03f54c5b02
リアクション絵文字設定をいい感じに ( #6074 )
...
* リアクション絵文字設定をいい感じに
* みじかく
2020-02-26 16:48:23 +09:00