summaryrefslogtreecommitdiff
path: root/src/models/repositories (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show moderator badgesyuilo2020-01-311-0/+1
|
* v12 (#5712)syuilo2020-01-306-18/+156
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* カスタム絵文字リアクションでないものは絵文字クエリ ↵MeiMei2020-01-091-1/+3
| | | | | | | | | | | | しないように (#5693) * カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 * ねんのため * 記述順 * カスタム絵文字リアクションでないものは絵文字クエリをしないように
* カスタム絵文字リアクションの絵文字がNoteに添付されな ↵MeiMei2020-01-071-6/+26
| | | | | | | | | | いのを修正 (#5686) * カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 * ねんのため * 記述順
* ドライブファイルURL生成などの修正 (#5671)MeiMei2020-01-021-16/+4
| | | | | | * Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい * fix drive
* 期限切れ/未保存リモートファイルのローカルプロキシ ↵MeiMei2019-12-311-7/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | (#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>
* Media Proxy を実装 (#5649)和風ドレッシング2019-12-201-1/+6
| | | | | | * Media Proxy を実装 * サンプルを追加
* Fix bugsyuilo2019-09-241-6/+6
|
* Fix #5403syuilo2019-09-091-3/+7
|
* PackedUserがサイレンスや凍結の情報を持つように (#5255)Satsuki Yanagi2019-08-081-0/+2
|
* Mastodonのリンクの所有者認証に対応 (#5161)MeiMei2019-07-181-0/+1
| | | | | | * Profile metadata を設定できるように * API desc
* Resolve #3238syuilo2019-07-141-0/+31
|
* Fix #5140syuilo2019-07-121-0/+1
|
* Improve Pagesyuilo2019-07-072-1/+4
| | | | | * ページをピン留めできるように * デッキでカラム内でページを見れるように
* Support password-less login with WebAuthn (#5112)Satsuki Yanagi2019-07-071-1/+1
| | | | | | * Support password-less login with WebAuthn * Fix initial value of usePasswordLessLogin
* Implement Webauthn 🎉 (#5088)Mary2019-07-031-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement Webauthn :tada: * 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
* Fix: AP object / actor type (#5086)MeiMei2019-06-281-2/+2
| | | | | | | | | | | | | | | | | | * attributedToがArrayの場合などに対応 * attachment以外で来るDocument系のObjectに対応 * Renote, Reply 対応 * 表示をいい感じに * fix type * revert as const * Fix Note / Question type * attributedToのtypeで複合配列を想定する
* Use as constsyuilo2019-06-2716-338/+337
| | | | #5089
* Resolve #365syuilo2019-06-152-24/+9
|
* Fix #5036syuilo2019-06-071-0/+1
|
* Fix #4996 (#4997)Satsuki Yanagi2019-05-271-0/+1
|
* renamesyuilo2019-05-221-2/+2
|
* Add group update / transfer APISatsuki Yanagi2019-05-221-0/+6
|
* Improve API docsyuilo2019-05-201-0/+31
|
* Fix #4948syuilo2019-05-191-1/+1
|
* Update note-favorite.tssyuilo2019-05-191-0/+2
|
* Resolve #4941syuilo2019-05-191-0/+24
|
* ユーザーグループsyuilo2019-05-183-15/+119
| | | | Resolve #3218
* ページにいいねできるようにsyuilo2019-05-172-22/+56
|
* Fix: ピン留め投稿の表示順がおかしい (#4906)MeiMei2019-05-121-1/+4
| | | | | | * Fix: syuilo#4904 * fix comment
* Resolve #4870syuilo2019-05-091-5/+0
|
* 外部サービス連携後のPackedUserがその情報を持つように ↵Satsuki Yanagi2019-05-051-0/+13
| | | | (#4850)
* 様々な修正 (#4859)Satsuki Yanagi2019-05-051-1/+1
| | | Typo, Redundant code, Syntax error の修正
* Fix #4840syuilo2019-05-031-1/+1
|
* Improve API docsyuilo2019-05-011-0/+46
| | | | Fix #4825
* Improve MisskeyPagessyuilo2019-04-301-0/+27
|
* Pages (#4811)syuilo2019-04-291-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update page-editor.vue * wip * wip * wip * wip * wip * wip * wip * Update page-editor.variable.core.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update aiscript.ts * wip * Update package.json * wip * wip * wip * wip * wip * Update page.vue * wip * wip * wip * wip * more info * wip fn * wip * wip * wip
* Refactorsyuilo2019-04-2510-84/+84
|
* Improve hashtag APIsyuilo2019-04-251-0/+71
|
* Refactor API (#4770)syuilo2019-04-2315-55/+786
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update description.ts * wip
* 2段階認証を有効にするとログインできない問題を修正syuilo2019-04-221-0/+1
|
* Fix #4734 (#4745)tamaina2019-04-181-0/+1
|
* Fix bugsyuilo2019-04-181-0/+1
|
* Refactorsyuilo2019-04-171-1/+1
|
* Clean upsyuilo2019-04-171-2/+1
|
* Better responsesyuilo2019-04-171-5/+7
|
* Refactorsyuilo2019-04-171-1/+1
|
* ランダムにアバターを生成するようにsyuilo2019-04-151-1/+2
|
* Fix bugsyuilo2019-04-151-0/+1
|
* Fix #4688 (#4689)MeiMei2019-04-151-1/+1
|