summaryrefslogtreecommitdiff
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HTTPリクエストのKeep-AliveとPrxoy対応など (#5226)MeiMei2019-07-281-0/+1
| | | | | | | | | | * DriveのKeep-Alive, Proxy と APのProxy対応 * request系でKeep-Aliveするように * fix lookup-dns-cache.d.ts * remove debug output
* Fix: ↵MeiMei2019-07-261-4/+2
| | | | | | | | リンクバリデーションリンクが一瞬表示されてしまう (#5216) * Fix: リンクバリデーションリンクが一瞬表示されてしまう * use link
* Better errorsyuilo2019-07-221-1/+1
|
* Update signup.tssyuilo2019-07-221-0/+1
|
* Prevent username reusingsyuilo2019-07-222-3/+17
|
* Patch #5060 (#5205)Oni-Men2019-07-212-0/+21
| | | | | | * fix #5060 * forgot ";" :p
* Clean up: Remove unused importssyuilo2019-07-201-2/+1
|
* Fix question (#5197)MeiMei2019-07-201-22/+0
|
* Remove unused importsyuilo2019-07-191-1/+0
|
* Fix signin (#5181)MeiMei2019-07-181-11/+8
| | | | | | | | | | | | * Revert "Fix signin history (#5180)" This reverts commit a97c14a7b7b306e2ffee56642be93d90814ee299. * fix signin * failはfail専用に * fix password less 200
* Fix signin history (#5180)Satsuki Yanagi2019-07-182-1/+19
| | | | | | * Fix #5179 * Fix wrong value in signin history
* Send Delete activity on suspend (#5165)MeiMei2019-07-183-1/+12
| | | | | | | | * Send Delete Person activity * Delete activityの後にフォロー解除する * アカウント削除でもDelete activity
* Mastodonのリンクの所有者認証に対応 (#5161)MeiMei2019-07-184-2/+29
| | | | | | * Profile metadata を設定できるように * API desc
* Resolve #5117 (#5171)Satsuki Yanagi2019-07-181-1/+11
| | | | | | * Resolve #5117 * 出来立てのユーザーがストリームコネクションを持ってるはずがない
* 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
|
* Fix: proxy-media後のContent-Typeが違う (#5143)MeiMei2019-07-121-1/+1
|
* Prevent duplicate user registration (#5129)MeiMei2019-07-101-0/+7
|
* Tune font (#5125)MeiMei2019-07-091-1/+1
|
* 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
* Refactor: Remove needless returnsyuilo2019-07-071-1/+0
|
* Improve Pagesyuilo2019-07-073-2/+36
| | | | | * ページをピン留めできるように * デッキでカラム内でページを見れるように
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-07-072-8/+49
|\
| * Support password-less login with WebAuthn (#5112)Satsuki Yanagi2019-07-072-8/+49
| | | | | | | | | | | | * Support password-less login with WebAuthn * Fix initial value of usePasswordLessLogin
* | イベント送信時に指定の変数の値を添付出来るようにsyuilo2019-07-071-0/+5
|/
* MisskeyPagesにイベント送信ボタンを追加syuilo2019-07-061-0/+44
|
* APNGでもMIME typeはimage/pngにするように (#5100)MeiMei2019-07-051-1/+1
| | | | | | | | | | * APNGでもMIME typeはimage/pngにするように * Revert "APNGでもMIME typeはimage/pngにするように" This reverts commit e579eb2bf44f526cabfa9bd4adc6b4fa84727e3b. * APNGはファイル送信時のみimage/pngにするように
* ハッシュタグのトレンドの計算を5分単位で丸める (#5107)Satsuki Yanagi2019-07-051-4/+7
|
* Fix WebAuthn login (#5103)Satsuki Yanagi2019-07-052-69/+40
|
* Update Emojis immediately (#5106)Satsuki Yanagi2019-07-054-1/+10
|
* Fix errorssyuilo2019-07-052-7/+7
|
* Resolve #3431syuilo2019-07-041-0/+26
|
* APNG supportsyuilo2019-07-041-2/+2
|
* Implement Webauthn 🎉 (#5088)Mary2019-07-036-30/+853
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Update dependencies :rocket:syuilo2019-07-021-4/+5
|
* リモートファイルの削除が重い問題を修正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
|
* Improve url-preview (#5077)MeiMei2019-06-211-4/+6
| | | | | | | | | | * url-previewリクエスト時にハッシュは除く * ハッシュだけ違うプレビューカードは表示しない * url-previewをユーザーロケールで出し分けるように * Fix code style
* Provide Redis versionsyuilo2019-06-203-0/+7
|
* Add psql version to info pagesyuilo2019-06-202-0/+5
|
* Resolve #5063syuilo2019-06-181-0/+37
|
* Provide version of postgresqlsyuilo2019-06-181-0/+2
|