summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update switch.vuesyuilo2018-12-041-1/+0
|
* Remove unnecessary Renote check code (#3489)MeiMei2018-12-041-5/+0
|
* Do not show Renote button when inhibited (#3488)MeiMei2018-12-044-6/+24
|
* [MFM] Implement strike syntaxsyuilo2018-12-043-0/+29
| | | | Resolve #3485
* Fix bugsyuilo2018-12-041-2/+2
|
* :art:syuilo2018-12-041-1/+1
|
* :art:syuilo2018-12-041-1/+72
| | | | Add ripple effect
* Improve widget paging looks (#3482)MeiMei2018-12-032-2/+23
| | | | | | * Improve widget paging looks * rewind when error
* Update init.tssyuilo2018-12-031-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2018-12-033-24/+30
|\
| * Resolve #3281 (#3479)Aya Morisawa2018-12-033-24/+30
| |
* | Update post-form.vuesyuilo2018-12-031-1/+0
|/
* Resolve #327syuilo2018-12-033-0/+23
|
* Refactorsyuilo2018-12-036-259/+103
|
* :art:syuilo2018-12-031-0/+1
|
* Improve usabilitysyuilo2018-12-031-3/+7
|
* Refactorsyuilo2018-12-033-66/+62
|
* :art:syuilo2018-12-033-3/+3
|
* Clean upsyuilo2018-12-021-1/+0
|
* Merge if-statements (#3478)Aya Morisawa2018-12-021-4/+2
|
* Fix syntax error (#3477)nico2018-12-021-1/+1
| | | src/remote/activitypub/models/person.ts(326,4): error TS1005: ',' expected.
* Use takeWhile instead of some (#3475)Aya Morisawa2018-12-022-9/+14
|
* Remove self-assignment (#3476)Aya Morisawa2018-12-021-1/+1
|
* [Client] Resolve #2596syuilo2018-12-021-0/+10
|
* Merge branches 'develop', 'develop' and 'develop' of ↵syuilo2018-12-024-8/+6
|\ | | | | | | https://github.com/syuilo/misskey into develop
| * Use primitive type boolean (#3474)Aya Morisawa2018-12-021-1/+1
| |
| * Simplify expressions (#3473)Aya Morisawa2018-12-021-2/+2
| |
| * Fix #3445 (#3471)Aya Morisawa2018-12-021-3/+1
| |
| * Remove unneccesary castsAya Morisawa2018-12-021-2/+2
| |
* | Improve input dialogsyuilo2018-12-0226-318/+201
|/
* No MFM parsing when remote note (#3470)MeiMei2018-12-022-9/+35
| | | | | | * Use tag for hashtag detection of remote note * No MFM parsing when remote note
* :art:syuilo2018-12-021-1/+1
|
* Fixsyuilo2018-12-021-2/+2
|
* Refactor: rename alert to dialogsyuilo2018-12-0227-66/+66
|
* [Client] Resolve #2225syuilo2018-12-024-5/+53
|
* :art:syuilo2018-12-022-1/+12
|
* Suggest in CW (#3467)MeiMei2018-12-022-2/+2
|
* Resolve #1826syuilo2018-12-028-10/+12
|
* [MFM] Better hashtag detectionsyuilo2018-12-021-1/+1
|
* Improve performancesyuilo2018-12-023-4/+13
|
* [Client] Add missing icon (#3464)MeiMei2018-12-021-1/+5
|
* Resolve external recommended users (#3462)MeiMei2018-12-021-9/+34
| | | | | | | | | | * Resolve external recommended users * Skip unresolvable users * Fix indent * Use original for unresolvable users
* [MFM] Better MFM parsingsyuilo2018-12-012-42/+1
|
* :art:syuilo2018-12-011-0/+1
|
* Disable update notificationsyuilo2018-12-011-2/+2
|
* [ImgBot] Optimize images (#3455)imgbot[bot]2018-12-011-0/+0
| | | | | | | | | | | | | | | | | *Total -- 1,383.25kb -> 1,231.27kb (10.99%) /assets/apple-touch-icon.png -- 4.72kb -> 2.51kb (46.79%) /assets/icons/256.png -- 4.72kb -> 2.51kb (46.79%) /assets/title.png -- 6.63kb -> 3.80kb (42.73%) /assets/favicon/favicon.png -- 6.83kb -> 3.93kb (42.45%) /assets/icons/192.png -- 3.49kb -> 2.02kb (42.08%) /assets/icons/128.png -- 2.29kb -> 1.50kb (34.81%) /assets/about/ui.png -- 125.21kb -> 94.85kb (24.25%) /assets/ai-orig.png -- 255.55kb -> 199.67kb (21.86%) /assets/icons/64.png -- 1.21kb -> 0.99kb (18.34%) /assets/about/drive.png -- 110.33kb -> 94.20kb (14.62%) /assets/about/post.png -- 344.52kb -> 316.57kb (8.11%) /assets/ai.png -- 243.43kb -> 234.93kb (3.49%) /src/client/assets/pointer.png -- 274.33kb -> 273.80kb (0.19%)
* Allow hyphens in the middle of remote usernames (#3440)Acid Chicken (硫酸鶏)2018-12-013-4/+4
| | | | | | | | | | * Allow hyphens in the middle of remote usernames refs: d797c29db462de4a3d69a5077a1ae4d03195b6f2 * Make options fallback better * Make options flat
* Fix media video (#3452)MeiMei2018-12-013-2/+4
| | | | | | * Fix: Always show nsfw * [Client] Add missing video play icon
* Exclude remote user or myself from talk user suggestions (#3449)MeiMei2018-12-011-1/+2
|
* AP CW (#3448)MeiMei2018-12-012-2/+6
|