summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use for-of instead of mapAya Morisawa2018-11-303-7/+7
| | | | return values are not being used
* Remove consecutive blank lineAya Morisawa2018-11-301-1/+0
|
* Fix #3442 (#3443)MeiMei2018-11-301-0/+1
|
* Trim notifications text (#3438)MeiMei2018-11-304-18/+36
| | | | | | | | | | * Trim notifications * Remove needless colons * Use single quote * :art:
* Better limitsyuilo2018-11-302-2/+2
|
* Fix SMTP (#3436)MeiMei2018-11-301-2/+4
|
* Fix #3432syuilo2018-11-301-78/+0
|
* Fix #3434syuilo2018-11-301-1/+1
|
* Fix SMTP (#3433)MeiMei2018-11-302-3/+4
| | | | | | | | * Fix: SMTP local relay * Fix SMTP SSL description * :v:
* Fix #3430syuilo2018-11-291-4/+4
|
* Show current selected language (#3429)MeiMei2018-11-292-1/+19
|
* メールサーバーの設定がオフの場合はメール設定を表示 ↵syuilo2018-11-292-7/+9
| | | | ないように
* Make require password to update emailsyuilo2018-11-292-2/+20
|
* [MFM] Improve hashtag detectionsyuilo2018-11-291-1/+1
|
* Refactorsyuilo2018-11-292-2/+2
|
* [Client] Fix #3427syuilo2018-11-291-1/+1
|