summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-071-0/+1
|\
| * Update index.jsAcid Chicken (硫酸鶏)2019-03-071-0/+1
| |
* | Update issue templatessyuilo2019-03-075-7/+7
|/
* Resolve #4437syuilo2019-03-075-8/+140
|
* Fixsyuilo2019-03-071-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-071-1/+3
|\
| * Update README.md [AUTOGEN] (#4436)Acid Chicken (硫酸鶏)2019-03-071-1/+3
| |
* | :art:syuilo2019-03-072-9/+9
|/
* 10.92.0syuilo2019-03-062-1/+14
|
* New Crowdin translations (#4414)syuilo2019-03-0614-56/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Czech) * 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 (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (French) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Czech)
* Make building locales better (#4427)Acid Chicken (硫酸鶏)2019-03-064-30/+47
|
* Add fallback for broken dbsyuilo2019-03-061-0/+7
|
* Clean upsyuilo2019-03-061-1/+0
|
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-0634-86/+505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start working * WIP: Enhance poll * Fix bug * Use `name` in voting note refs: https://github.com/syuilo/misskey/issues/4407#issuecomment-469057296 * Fix style * Refactor Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> * WIP: Update poll editor * Fix bug * Fix bug refs: https://github.com/syuilo/misskey/pull/4409#discussion_r * Fix typo * Better design * Beautify poll editor * Fix UI * Fix bug refs: https://github.com/syuilo/misskey/pull/4409#discussion_r262217524 * Add debug logging * Fix bug * Log deliver * fix vote * Update ap/show refs: https://github.com/syuilo/misskey/pull/4409#issuecomment-469652386 * Update poll view * Maybe done * Add tests * Fix path * Fix test * Fix test * Fix test * Fix expired check on AP * Update note.ts * Squashed commit of the following: commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e Author: mei23 <m@m544.net> Date: Wed Mar 6 05:16:14 2019 +0900 tune commit 83ff421a6e978243f80ba9ec820189bc897e6e3b Author: mei23 <m@m544.net> Date: Wed Mar 6 05:01:14 2019 +0900 fallback commit 0b566af973b115ade9e75ea4b8094ee2b329dabc Author: mei23 <m@m544.net> Date: Wed Mar 6 04:40:12 2019 +0900 Note commit cc0296dd6127580ac584c40398db3f762a311f8b Author: mei23 <m@m544.net> Date: Wed Mar 6 04:33:58 2019 +0900 createで送る * Squashed commit of the following: commit ae696b1ed12568b27c27367ac5a77035c97c9a1f Author: mei23 <m@m544.net> Date: Wed Mar 6 06:11:17 2019 +0900 fix commit b735e354e7a9e64534c4f17d04ecbc65fb735c21 Author: mei23 <m@m544.net> Date: Wed Mar 6 06:08:33 2019 +0900 messge commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e Author: mei23 <m@m544.net> Date: Wed Mar 6 05:16:14 2019 +0900 tune commit 83ff421a6e978243f80ba9ec820189bc897e6e3b Author: mei23 <m@m544.net> Date: Wed Mar 6 05:01:14 2019 +0900 fallback commit 0b566af973b115ade9e75ea4b8094ee2b329dabc Author: mei23 <m@m544.net> Date: Wed Mar 6 04:40:12 2019 +0900 Note commit cc0296dd6127580ac584c40398db3f762a311f8b Author: mei23 <m@m544.net> Date: Wed Mar 6 04:33:58 2019 +0900 createで送る * Fix typo * Update vote.ts * Update vote.ts * Update poll-editor.vue * Update tslint.json * Fix layout * Add note * Fix bug * Rename text key * 投票するときに投稿として扱わないように (#4425) * wip * 形式をMastodonと合わせた * Bye something * Use - instead of ~ * Redundancy * Yes! * Refactor * Use moment instead of Date * Fix indent * Refactor if (votes.length) は必要なさそう * Clean up * Bye Date * Clean * Fix timer is not displayed * Fix リモートから無期限pollにvoteできない * Fix vote actor
* [Client] Fix bugsyuilo2019-03-061-3/+3
|
* Use meta url instead of constant urlAcid Chicken (硫酸鶏)2019-03-061-2/+18
|
* Bye on-build-webpack (#4404)Acid Chicken (硫酸鶏)2019-03-062-2/+9
| | | | | | * Update webpack.config.ts * Update package.json
* Fix #4421syuilo2019-03-061-3/+7
|
* [MFM] Improve hashtag parsingsyuilo2019-03-052-1/+9
|
* [Client] Better transitionsyuilo2019-03-052-4/+2
|
* Refactorsyuilo2019-03-052-3/+3
|
* Fix #4416syuilo2019-03-051-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-052-2/+10
|\
| * Fix #4413 (#4417)MeiMei2019-03-052-2/+10
| |
* | Fix #4415syuilo2019-03-051-1/+1
|/
* Update README.md [AUTOGEN] (#4411)Acid Chicken (硫酸鶏)2019-03-041-1/+3
|
* Add indexessyuilo2019-03-041-0/+2
|
* Resolve #3220syuilo2019-03-041-76/+59
|
* Better logsyuilo2019-03-042-1/+11
|
* 10.91.2syuilo2019-03-042-1/+6
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-0415-11298/+1389
|\
| * New Crowdin translations (#4403)syuilo2019-03-0415-11298/+1389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (French) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (French) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Portuguese)
* | Fix bugsyuilo2019-03-041-2/+2
|/
* Use vue-json-prettysyuilo2019-03-042-1/+10
|
* Revert "Improve log view" (#4406)MeiMei2019-03-042-10/+1
| | | This reverts commit e8ef8f0004576b094981094c3d6b71900f29e1b6.
* Update logssyuilo2019-03-031-3/+6
|
* 10.91.1syuilo2019-03-032-1/+7
|
* New Crowdin translations (#4398)syuilo2019-03-0314-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (French) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English)
* Fix SVG detection (#4401)MeiMei2019-03-033-4/+16
| | | | | | * Fix SVG detection * remove unnecessary import
* Hide some componentssyuilo2019-03-031-0/+4
|
* テーマの切り替えをなめらかにsyuilo2019-03-033-2/+14
|
* Improve log viewsyuilo2019-03-032-1/+10
|
* Increase log limitsyuilo2019-03-031-1/+1
|
* Fix log ordersyuilo2019-03-031-1/+1
|
* Better logsyuilo2019-03-031-1/+5
|
* Improve usabilitysyuilo2019-03-033-2/+25
|
* Improve log apisyuilo2019-03-031-4/+20
|
* Better logssyuilo2019-03-031-3/+12
|
* Use dotsyuilo2019-03-032-2/+2
|
* Better logssyuilo2019-03-032-4/+10
|