summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): Do not expand each notes in my/messagessyuilo2020-05-101-1/+1
|
* fix(client): Do not expand each notes in my/mentionssyuilo2020-05-101-1/+1
| | | | Related #6336
* chore(lint): Add missing semicolonsyuilo2020-05-101-1/+1
|
* feat(client): Implement threaded repliessyuilo2020-05-102-41/+79
| | | | | Resolve #2113 Resolve #5819
* refactor(client): Clean up componentsyuilo2020-05-101-4/+2
|
* refactor(client): Use ===syuilo2020-05-101-4/+4
|
* refactor(server): Improve readabilitysyuilo2020-05-101-6/+16
|
* Fix inbox bug (#6334)MeiMei2020-05-091-0/+2
|
* refactor(client): Remove deprecated propertysyuilo2020-05-091-1/+0
|
* fix(client): Fix bug that cannot set custom texturesyuilo2020-05-092-5/+5
|
* feat(client): Reimplement Misskey Roomssyuilo2020-05-09147-0/+1605
|
* refactor(client): Use getters to avoid watch vuexsyuilo2020-05-094-133/+112
|
* Receive Flag (#6331)MeiMei2020-05-094-4/+40
|
* APリファクタとLD-Signatureの検証に対応 (#6300)MeiMei2020-05-0917-230/+985
| | | | | | | | | | | | | | | * DbResolver * inbox types * 認証順を変更 * User/Keyあたりをまとめる * LD-Signatue * Validate contexts url * LD-Signature DocumentLoaderにProxyとTimeout
* WebAuthnでログインできないのを修正 (#6327)Satsuki Yanagi2020-05-093-30/+44
| | | Resolve #6319
* brotli圧縮の無効化など Resolve #6325 (#6326)MeiMei2020-05-091-2/+3
| | | | | * disable brotli * disable compress between nginx and app
* Fix using Buffer on window scope (#6324)Acid Chicken (硫酸鶏)2020-05-061-6/+6
| | | | | | | * Update 2fa.vue * Import 'core-js/es/typed-array/from' * Bye polyfill
* fix(client): Add missing iconsyuilo2020-05-061-1/+2
|
* fix(client): Fix default reaction settingsyuilo2020-05-061-1/+1
|
* feat(client): Make possible to customize sidebarsyuilo2020-05-065-86/+279
| | | | Resolve #6285
* refactor(client): Reorder propertysyuilo2020-05-061-6/+6
|
* refactor(client): Export default reaction setting and use itsyuilo2020-05-062-2/+3
|
* Merge pull request #6303 from syuilo/features/hcaptchaAcid Chicken (硫酸鶏)2020-05-0512-46/+302
|\ | | | | Add support for hCaptcha
| * Update hcaptcha.d.tsAcid Chicken (硫酸鶏)2020-05-021-2/+2
| |
| * Update src/@types/hcaptcha.d.tsAcid Chicken (硫酸鶏)2020-05-021-2/+4
| |
| * Update src/server/api/private/signup.tsAcid Chicken (硫酸鶏)2020-05-021-1/+1
| |
| * refactorsyuilo2020-05-021-15/+18
| |
| * Update signup.vueAcid Chicken (硫酸鶏)2020-04-291-0/+1
| |
| * Fix bugAcid Chicken (硫酸鶏)2020-04-291-36/+35
| |
| * Factorize *captcha componentAcid Chicken (硫酸鶏)2020-04-295-175/+179
| |
| * Refactor codeAcid Chicken (硫酸鶏)2020-04-291-2/+2
| |
| * Add *captcha settings guideAcid Chicken (硫酸鶏)2020-04-291-0/+38
| |
| * Refactor codesAcid Chicken (硫酸鶏)2020-04-293-17/+8
| |
| * Fix bugAcid Chicken (硫酸鶏)2020-04-281-3/+12
| |
| * Add support for hCaptchaAcid Chicken (硫酸鶏)2020-04-2811-20/+229
| |
* | アップロードプログレスバーが動かないのを修正 Fix #6306 ↵MeiMei2020-05-021-12/+14
|/ | | | (#6307)
* enhance(server): Resolve #6286syuilo2020-04-261-1/+3
|
* chore: Use kebab-case for file namessyuilo2020-04-268-5/+5
|
* fix(server): Fix #6284syuilo2020-04-261-1/+5
|
* feat(server): Improve boot processsyuilo2020-04-261-9/+11
|
* feat(server): Log postgresql version when bootsyuilo2020-04-261-0/+3
|
* chore(server): Add TODOsyuilo2020-04-261-0/+4
|
* fix(client): Fix a bug that if block of pages not workingsyuilo2020-04-231-1/+1
|
* fix(client): Fix lintsyuilo2020-04-221-8/+8
|
* refactor(client): :sparkles:syuilo2020-04-224-21/+19
|
* feat(client): Implement default upload folder settingsyuilo2020-04-229-206/+136
| | | | Resolve #5985
* Fix #6289syuilo2020-04-211-1/+1
|
* Fix #6229syuilo2020-04-211-2/+2
|
* fix(lint): Use constsyuilo2020-04-201-1/+1
|
* refactor(client): :sparkles:syuilo2020-04-2025-293/+285
|