summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(client): :art:syuilo2020-04-141-3/+10
|
* 投稿のURLプレビューポップアップを改良 (#6226)tamaina2020-04-144-1/+11
| | | | | | | | | | * URLプレビューポップアップを改良 - タッチデバイスでは表示しないように - 幅をレスポンシブに * Use maxTouchPoints to detect touch device * fix
* 同じリアクション削除を同時に行うとリアクションカウ ↵MeiMei2020-04-131-1/+5
| | | | | | | | | トがおかしくなることがあるのを修正 (#6253) * Fix #6252 * quote * Use IdentifiableError
* sensitiveではないメディアも非表示にできるように (#6248)Satsuki Yanagi2020-04-132-7/+15
| | | | | | | * sensitiveではないメディアも非表示にできるように * mounted -> created * remove unnecessary v-if
* feat(client): Improve pages aiscriptsyuilo2020-04-134-32/+54
|
* モデレーション周りのv11の機能復元 (#6249)Satsuki Yanagi2020-04-139-149/+400
| | | | | | | | | | | * モデレーション周りのv11の機能復元 * i18n * wip * wip Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Resolve #5755syuilo2020-04-1324-58/+170
|
* プロキシの除外ホスト (#6244)MeiMei2020-04-129-16/+68
| | | | | | | | | | | * プロキシの除外ホスト * オブジェクトストレージとの通信にProxyを使うかを選択できるように * fix lint * コメント Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* Resolve #6242syuilo2020-04-122-2/+13
|
* AiScript関連syuilo2020-04-1210-32/+44
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-04-116-5/+5
|\
| * Fix typo (#6238)MeiMei2020-04-116-5/+5
| |
* | feat(client): Implement AiScript scratchpadsyuilo2020-04-114-1/+162
|/
* Option to hide revealed sensitive media (#6209)Balazs Nadasdi2020-04-112-45/+91
| | | | | | | | | | | | * 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.
* ファイルのダウンロードがタイムアウトしなくなってい ↵MeiMei2020-04-112-52/+25
| | | | | | | のを修正など (#6233) * Refactor download / file-info * body read timeout on download Fix syuilo#6232
* Fix url type of AP object #6231 (#6234)MeiMei2020-04-113-6/+17
|
* Use node-fetch instead of request (#6228)MeiMei2020-04-0910-198/+115
| | | | | | | | | | | * requestをnode-fetchになど * format * fix error * t * Fix test
* Create aiscript.ja-JP.mdsyuilo2020-04-051-0/+4
|
* Ability to set header image for a Page (#6210)Balazs Nadasdi2020-04-053-7/+9
| | | | | | | | | | | | | | | | | | | * 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>
* refactor: Use ===syuilo2020-04-0438-68/+68
|
* enhance(server): Log error message when internal error occuredsyuilo2020-04-041-1/+1
|
* perf(client): Lazy load themessyuilo2020-04-041-4/+5
|
* APIリファレンスでレスポンスのスキーマを見るのにいち ↵MeiMei2020-04-031-1/+1
| | | | ち2回クリックさせられるのを修正 (#6217)
* Revertsyuilo2020-04-039-98/+89
|
* APメンションはaudienceじゃなくてtagを参照するなど (#6128)MeiMei2020-04-038-64/+128
| | | | | | | | | | | | | | | | | | | * APメンションはaudienceじゃなくてtagを参照するなど * AP/tag/Mentionではurlじゃなくてuriを提示する * createPersonでaliasが入力された場合に対応 * AP HTMLパースでMention/Hashtag判定にtagを使うように * fix * indent * use hashtag name * fix * URLエンコード不要だったら<>を使わないの条件が消えたたのを修正
* APIリファレンスのカテゴリ処理の修正 (#6218)MeiMei2020-04-0316-13/+19
| | | | | * APIリファレンスのカテゴリ処理の修正 * tune
* i18n (#6219)Satsuki Yanagi2020-04-031-1/+1
|
* Fix linttamaina2020-04-033-7/+7
|
* Pre-render ReDoctamaina2020-04-039-95/+104
| | | | redoc-cliはexpandResponsesは200のみとすると数値と認識されてしまい設定できないため202,204という指定にしています
* feat(streaming): Add emoji added eventsyuilo2020-04-024-0/+24
|
* Update api.ja-JP.mdsyuilo2020-04-021-0/+2
|
* Use url if available (#6214)MeiMei2020-04-026-8/+18
| | | | | | | * Fix #6213 * other link * fix
* lintmei232020-04-021-6/+6
|
* Refactoringsyuilo2020-03-315-25/+32
|
* Refactoringsyuilo2020-03-313-95/+101
|
* Merge branch 'master' into developsyuilo2020-03-313-5/+9
|\
| * Fix #6203syuilo2020-03-313-5/+9
| |
* | APIの権限設定漏れを修正 (#6202)MeiMei2020-03-302-2/+4
| | | | | | | | | | * Fix: 権限設定漏れ * requireAdmin
* | admin/accounts/createで一般ユーザーがアカウントを作成し放 ↵MeiMei2020-03-301-1/+1
| | | | | | | | なのを修正 (#6205)
* | Fix #6199 (#6201)MeiMei2020-03-292-2/+3
| |
* | トークン系の乱数ソースではcryptoを使うように (#6200)MeiMei2020-03-295-8/+29
|/
* Add miauth info into meta.featuressyuilo2020-03-291-0/+1
|
* アプリの権限を確認できるようにsyuilo2020-03-292-0/+7
|
* Fix bugsyuilo2020-03-291-3/+3
|
* テーマ関係syuilo2020-03-292-9/+91
|
* Better sql logsyuilo2020-03-291-2/+4
|
* Fix typesyuilo2020-03-291-1/+1
|
* :art:syuilo2020-03-291-15/+2
|
* Clean upsyuilo2020-03-292-3/+3
|
* Fix bugsyuilo2020-03-294-7/+7
|