summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Mastodonのリンクの所有者認証に対応 (#5161)MeiMei2019-07-181-0/+15
| | | | | | * Profile metadata を設定できるように * API desc
* Improve usability of users view (#5176)Satsuki Yanagi2019-07-171-0/+18
| | | | | | | | | | | | * Improve usability of users view Resolve #5173 * Fix query * Follow review and fix * Follow review
* Fix #5128 (#5153)Satsuki Yanagi2019-07-141-1/+1
|
* Fix bugsyuilo2019-07-141-6/+6
|
* Resolve #3238syuilo2019-07-1410-10/+82
|
* Add userId propsyuilo2019-07-091-0/+1
|
* Fix bugsyuilo2019-07-091-1/+1
|
* Improve paste uploading Resolve #3023 (#4542)tamaina2019-07-081-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * resolve #3023 * fix * fix * better description * widget * fix text * Update post-form.vue * Fix enter-file-name dialog title text * Fix type * On messaging room * Replace moment.js to original one * Fix formatDateTimeString
* Improve Pagesyuilo2019-07-073-2/+36
| | | | | * ページをピン留めできるように * デッキでカラム内でページを見れるように
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-07-071-0/+21
|\
| * Support password-less login with WebAuthn (#5112)Satsuki Yanagi2019-07-071-0/+21
| | | | | | | | | | | | * Support password-less login with WebAuthn * Fix initial value of usePasswordLessLogin
* | イベント送信時に指定の変数の値を添付出来るようにsyuilo2019-07-071-0/+5
|/
* MisskeyPagesにイベント送信ボタンを追加syuilo2019-07-061-0/+44
|
* ハッシュタグのトレンドの計算を5分単位で丸める (#5107)Satsuki Yanagi2019-07-051-4/+7
|
* Fix WebAuthn login (#5103)Satsuki Yanagi2019-07-051-67/+0
|
* Update Emojis immediately (#5106)Satsuki Yanagi2019-07-054-1/+10
|
* Fix errorssyuilo2019-07-051-3/+3
|
* Resolve #3431syuilo2019-07-041-0/+26
|
* Implement Webauthn 🎉 (#5088)Mary2019-07-034-0/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Resolve #5072syuilo2019-07-031-0/+33
|
* リモートファイルの削除が重い問題を修正syuilo2019-07-011-11/+2
|
* 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-281-1/+1
| | | | #5089
* Use as constsyuilo2019-06-2768-344/+276
| | | | #5089
* Fix bugsyuilo2019-06-251-2/+5
|
* Provide Redis versionsyuilo2019-06-201-0/+2
|
* Resolve #5063syuilo2019-06-181-0/+37
|
* Provide version of postgresqlsyuilo2019-06-181-0/+2
|
* Better error handlingsyuilo2019-06-181-1/+10
|
* Resolve #365syuilo2019-06-154-7/+7
|
* Deny 'private' in note visibility (#5031)Acid Chicken (硫酸鶏)2019-06-061-1/+1
| | | Fixes #5028
* Fix bugsyuilo2019-05-291-1/+2
|
* Improve job queue viewsyuilo2019-05-271-2/+6
|
* Improve drive managementsyuilo2019-05-275-6/+48
|
* Enable query result cache for meta / stats / hashtags trend (#4978)Satsuki Yanagi2019-05-253-5/+8
|
* Refactorsyuilo2019-05-231-31/+2
|
* Resolve #4967syuilo2019-05-231-0/+13
|
* Better deninitionsyuilo2019-05-222-0/+14
|
* align formatsyuilo2019-05-221-1/+1
|
* Add group update / transfer APISatsuki Yanagi2019-05-222-0/+148
|
* Improve API docsyuilo2019-05-201-1/+12
|
* Fix bugssyuilo2019-05-201-2/+2
| | | | Use Not(IsNull())
* Fix bugsyuilo2019-05-191-1/+1
|
* Fix bugsyuilo2019-05-191-1/+3
|
* Fix #4945syuilo2019-05-191-1/+11
|
* Resolve #4941syuilo2019-05-195-9/+190
|
* Fix bugsyuilo2019-05-181-2/+10
|
* ユーザーグループsyuilo2019-05-1813-69/+620
| | | | Resolve #3218
* ページにいいねできるようにsyuilo2019-05-174-1/+187
|
* Update API docssyuilo2019-05-172-2/+2
|