summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactorginsyuilo2019-04-251-67/+64
|
* Fix #4704 (#4797)MeiMei2019-04-253-3/+31
| | | | | | * Fix #4632 * Fix #4795
* 11.3.1syuilo2019-04-242-1/+6
|
* Update post-form.vuesyuilo2019-04-241-1/+1
| | | | | | Close #4792 Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
* Fix bugsyuilo2019-04-241-2/+2
|
* 11.3.0syuilo2019-04-242-2/+2
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-04-241-3/+3
|\
| * Update README.md [AUTOGEN] (#4778)Acid Chicken (硫酸鶏)2019-04-241-3/+3
| |
| * Update README.md [AUTOGEN] (#4777)Acid Chicken (硫酸鶏)2019-04-241-3/+3
| |
* | Improve announcementsyuilo2019-04-246-5/+17
|/ | | | | * お知らせにMFMを使えるように * お知らせに画像を添付できるように
* Create find-by-hash.tssyuilo2019-04-241-0/+44
|
* Fix responsesyuilo2019-04-241-9/+2
|
* Update attached-notes.tssyuilo2019-04-241-4/+7
|
* Rename themesyuilo2019-04-242-3/+3
|
* Fix bugsyuilo2019-04-242-2/+3
|
* Update CHANGELOG.mdsyuilo2019-04-241-0/+6
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-04-242-4/+11
|\
| * New Crowdin translations (#4771)syuilo2019-04-242-4/+11
| | | | | | | | | | | | | | | | * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Chinese Simplified)
* | Fix #4767syuilo2019-04-242-5/+2
|/
* Cache metasyuilo2019-04-2434-55/+62
|
* Increase reaction column lengthsyuilo2019-04-241-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-04-241-3/+3
|\
| * Update README.md [AUTOGEN] (#4773)Acid Chicken (硫酸鶏)2019-04-241-3/+3
| |
| * Update README.md [AUTOGEN] (#4772)Acid Chicken (硫酸鶏)2019-04-241-2/+2
| |
* | Refactorsyuilo2019-04-241-10/+11
|/
* メンテナ名を必須でなくすsyuilo2019-04-231-1/+1
| | | | Close #4753
* Refactor API (#4770)syuilo2019-04-23105-807/+1621
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update description.ts * wip
* Fix #4768syuilo2019-04-232-0/+27
|
* Add @rinsuki into collaborators (#4762)Acid Chicken (硫酸鶏)2019-04-223-3/+5
|
* 11.2.2syuilo2019-04-222-1/+8
|
* Update dependencies :rocket:syuilo2019-04-221-9/+9
|
* New Crowdin translations (#4736)syuilo2019-04-2211-63/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Czech)
* 2段階認証を有効にするとログインできない問題を修正syuilo2019-04-221-0/+1
|
* Docker: Remove quotes in docker_example.env (#4765)かひわし4(バージョン1)2019-04-211-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Docker does not parse quotes in env_file. As follows if enclosed in quotation marks. docker_example.env: POSTGRES_PASSWORD="password" Environment value in Misskey container: $ echo $POSTGRES_PASSWORD "password" Some users may see this behavior as unexpected. Dockerはenv_fileのクォーテーションマークを解析しません。 もし値がクォーテーションマークで囲まれていた場合は以下のような動作になります。 docker_example.env: POSTGRES_PASSWORD="password" Misskeyのコンテナ内の環境変数: $ echo $POSTGRES_PASSWORD "password" この動作を予期しない動作のように思うユーザーがいるかもしれません。
* Fix: ↵MeiMei2019-04-213-23/+17
| | | | | | | | リモートユーザーの修復処理が自動的に実行されない など for v11 (#4764) * Fix #4761 * Fix: updatePersonができない
* 11.2.1syuilo2019-04-212-1/+7
|
* Fix #4752 (#4759)MeiMei2019-04-211-1/+1
|
* Update CHANGELOG.mdsyuilo2019-04-201-4/+4
|
* Update CHANGELOG.mdsyuilo2019-04-201-0/+30
|
* Fix bugsyuilo2019-04-191-2/+1
|
* Update README.md [AUTOGEN] (#4748)Acid Chicken (硫酸鶏)2019-04-191-5/+7
|
* Fix bugsyuilo2019-04-191-2/+2
|
* 11.2.0syuilo2019-04-182-1/+17
|
* Improve warpsyuilo2019-04-187-7/+47
|
* Fix bugsyuilo2019-04-181-7/+6
|
* Use -syuilo2019-04-181-1/+1
|
* Fix iconsyuilo2019-04-181-2/+3
|
* Improve user lists index (#4605)tamaina2019-04-186-105/+123
| | | | | | | | | | | | * wip * Revert "wip" This reverts commit 6212831ce3bdae5ce17f8ace9945710ba7696185. * improve list index * Update user-lists.vue
* Resolve #4732syuilo2019-04-183-3/+36
|
* Fix #4734 (#4745)tamaina2019-04-181-0/+1
|