summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce initial bundle sizesyuilo2019-05-211-2/+1
|
* Fix meta tags (#4918)MeiMei2019-05-141-1/+1
|
* Fix bugsyuilo2019-04-251-1/+1
|
* Improve announcementsyuilo2019-04-241-1/+2
| | | | | * お知らせにMFMを使えるように * お知らせに画像を添付できるように
* Fix errorsyuilo2019-04-171-1/+1
|
* 色々な修正; Fix #4709 (#4714)tamaina2019-04-161-1/+4
| | | | | | * Fix a la carte 1 * use dialog instead of alert() etc
* Improve post form attaches; Fix #4673, Resolve #2327, Resolve #2145 [v11] ↵tamaina2019-04-141-42/+3
| | | | | | | | | | | | (#4674) * improve post form attaches * Fix * chain * 右クリックでも反応するように
* Fix: ↵MeiMei2019-04-081-1/+13
| | | | 投稿ウィジットでローカルのみの公開範囲で投稿できない (#4647)
* Use PostgreSQL instead of MongoDB (#4572)syuilo2019-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
* :art:syuilo2019-03-131-0/+8
|
* :art:syuilo2019-03-131-5/+10
|
* activeなジョブ数のカウント方法を分けたsyuilo2019-03-121-4/+4
| | | | https://github.com/syuilo/misskey/issues/4470#issuecomment-471827030
* Resolve #4462syuilo2019-03-102-0/+158
|
* Use internal dialogsyuilo2019-02-281-3/+9
|
* Improve usabilitysyuilo2019-02-281-1/+1
|
* Resolve #4374syuilo2019-02-272-0/+307
|
* Improve docsyuilo2019-02-251-2/+2
|
* Resolve #4362syuilo2019-02-241-1/+4
|
* Use # instead of v-slot:syuilo2019-02-186-9/+9
|
* Use v-slot instead of slotsyuilo2019-02-186-9/+9
|
* Resolve #4305syuilo2019-02-181-1/+1
|
* :art:syuilo2019-02-1511-22/+22
|
* Improve desktop UX (#4262)syuilo2019-02-152-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Merge * wip * wip * wip * wip * wip * wip
* :art:syuilo2019-02-063-3/+3
|
* アニメーション停止箇所の追加 (#4138)MeiMei2019-02-051-2/+9
|
* animejs 3.xに対応syuilo2019-01-182-2/+2
|
* :art:syuilo2018-12-302-2/+2
|
* :art:syuilo2018-12-302-3/+5
|
* :art:syuilo2018-12-282-2/+2
|
* Format uptimes (#3629)MeiMei2018-12-161-4/+5
| | | | | | | | | | | | * Format uptime * 逆だわ * ザ * 1個多い * Fix comment
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-112-2/+2
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update photo-stream.vuesyuilo2018-12-061-5/+0
|
* [Client] Resolve #3500syuilo2018-12-052-58/+0
|
* Cores => Logical cores (#3332)MeiMei2018-11-201-1/+1
|
* Show server version on server.info.vue (#3264)Aya Morisawa2018-11-161-0/+1
|
* [Client] Fix bugsyuilo2018-11-133-3/+3
|
* [Client] Some performance optimizationssyuilo2018-11-131-1/+1
|
* Improve usabilitysyuilo2018-11-131-2/+21
|
* Refactor client (#3178)syuilo2018-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* [Client] Fix bugsyuilo2018-11-091-23/+26
|
* [Client] Fix bugsyuilo2018-11-091-1/+1
|
* Refactor & Clean upsyuilo2018-11-096-8/+8
|
* Refactoring of i18n (#3165)syuilo2018-11-0911-60/+91
| | | Refactoring of i18n
* メンテナ情報をDBに保存するようにsyuilo2018-11-072-2/+2
|
* [WIP] Use FontAwesome Component for Vue (#3127)syuilo2018-11-0611-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Rename * Clean up * Clean up * wip * wip * Enable tree shaking * :v: * :v: * wip * wip * Clean up
* Misskeyのバージョンもクライアントの環境変数に突っ込む ↵syuilo2018-11-031-1/+1
| | | | ように
* Use thumbnail instead of original in photo-stream (#2971)MeiMei2018-10-221-1/+1
|
* #2930 (#2933)syuilo2018-10-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Clean up * wip * wip * wip * wip * wip * wip * wip * wip * :art: * wip * wip
* Use cache with RSS (#2915)MeiMei2018-10-161-1/+0
|
* Better idsyuilo2018-10-131-1/+1
|