summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor removal of trailing comma/period (#5434)Aya Morisawa2019-09-271-4/+1
| | | | | | * Refactor removal of trailing comma/period * Use regex
* AP featured collectionの修正 / Collection Activityの対応 / ↵MeiMei2019-09-2710-106/+85
| | | | | | | | | | | | | | typeの修正など (#5460) * resolver type / fix updateFeatured * type ApObject * fix strange type * AP Activity * Collection Activityが失敗したらとりあえず無視
* Use mk-fracsyuilo2019-09-261-2/+2
|
* Add mk-frac component (#5456)Acid Chicken (硫酸鶏)2019-09-262-0/+51
| | | | | | | | * Add mk-frac component * Follow lint * FIx linting miss
* Better broadcast widget mk2 (#5455)tamaina2019-09-261-78/+128
| | | | | | | | | | | | | | | | * better broadcast widget * :art: * :art: * :art: * mk2 (left nav with chevron icons) * fix * button title
* Resolve #5454 (#5458)Satsuki Yanagi2019-09-261-1/+1
|
* 任意のグループからユーザーを削除すると他のグループ ↵Satsuki Yanagi2019-09-261-1/+1
| | | | らでも削除されちゃうのを修正 (#5459)
* Resolve #5447 (#5448)MeiMei2019-09-242-7/+9
| | | | | | * Resolve syuilo#5447 * subページではalternateを表示しないように
* Fix bug (#5453)syuilo2019-09-241-4/+12
|
* Fix bugsyuilo2019-09-241-6/+6
|
* Use stringz.length instead of String.length in hashtag length calculation ↵Acid Chicken (硫酸鶏)2019-09-222-2/+2
| | | | | | | | (#5443) * Use stringz.length instead of String.length * length to 128, ignore combining
* Adminページのユーザー一覧フィルターに利用可能アカウ ↵Satsuki Yanagi2019-09-212-0/+3
| | | | | | | | | | トを追加 (#5430) * Adminページのユーザー一覧フィルターにアクティブアカウントを追加 * validator update * availableに
* Fix: syuilo#3122 (#5435)MeiMei2019-09-211-1/+1
|
* 絵文字ピッカーの Unicode 12.0 対応など (#5441)MeiMei2019-09-217-32/+1690
| | | | | | | | | | | | | | | | | | | | * Twemoji 12.1 * 絵文字ライブラリを持つように * Fix chess_pawn emoji * Add Unicode 12.0 emojis * Add transgender flag/symbol emoji * Add some japanese emoji keywords * format emojilist.json * fix emojilist order * Add missing flags
* Fix: selectでprefix/sufixがないときにいらない下線が付く (#5440)MeiMei2019-09-211-0/+3
|
* Fix: unknown user cause 500 on AP (#5436)MeiMei2019-09-201-3/+3
|
* Fix: Keycap Number Sign が表示できない (#5431)MeiMei2019-09-151-0/+1
| | | | | | * Fix: Keycap Number Sign が表示できない * add U+20E3
* Fix typo - invalied (#5433)MeiMei2019-09-154-4/+4
| | | | | | * Fix typo - invelied * fix Valied
* Follow requests page improvements (#5429)Zero King2019-09-151-1/+2
| | | | | | * follow-requests: add spacing between actions * follow-requests: make separator more visible in dark themes
* Resolve #5420 (#5421)Satsuki Yanagi2019-09-123-9/+9
|
* Fix typo: ommited -> omitted (#5406)Aya Morisawa2019-09-091-1/+1
|
* AP Lock (#5410)MeiMei2019-09-094-56/+90
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-09-094-30/+4
|\
| * 広告ブロッカーの警告を削除 (#5408)MeiMei2019-09-084-30/+4
| | | | | | | | | | | | | | | | | | | | * remove f*ckadbloack * follow-buttonが消されないように * revert version * remove locales
* | Fix #5403syuilo2019-09-091-3/+7
| |
* | Refactoringsyuilo2019-09-091-4/+1
|/
* AP Undo Announce (#5400)MeiMei2019-09-083-2/+34
| | | | | | * AP Undo Announce * Use activity id
* Fix indentationsyuilo2019-09-041-23/+23
|
* Fix bugsyuilo2019-09-031-3/+8
|
* Improve reaction tooltipsyuilo2019-09-033-4/+20
|
* Fetch more reactinssyuilo2019-09-031-1/+2
|
* :art:syuilo2019-09-031-1/+4
|
* Update reactions-viewer.reaction.vuesyuilo2019-09-031-0/+1
|
* Update reactions-viewer.reaction.vuesyuilo2019-09-031-0/+8
|
* Fix bugsyuilo2019-09-031-0/+4
|
* :art:syuilo2019-09-031-2/+1
|
* :art:syuilo2019-09-032-2/+6
|
* Fix #5380 (#5381)Aya Morisawa2019-09-021-1/+5
|
* Fix bugsyuilo2019-09-021-2/+2
|
* Improve readabilitysyuilo2019-09-021-15/+11
|
* ページURLが空の時currentNameを使うように (#5368)Oni-Men2019-09-023-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ページURLが空の時currentNameを使う * 空の時はページURLにcurrentNameを代入するように * Update src/client/app/common/views/pages/page-editor/page-editor.vue Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * update validator * Update src/client/app/common/views/pages/page-editor/page-editor.vue Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * やっぱりuuidは統一 * エラー処理を追加 * some fix * ちょっとだけ翻訳の追加と改善 * リファクタリング * Revert "やっぱりuuidは統一" This reverts commit 965a860504e8b09e5561a4ab862f8bab6a95e8d5. * やっぱりuuidをわける * エラー判定をidからcodeに+リファクタリング
* Fix #5353syuilo2019-09-022-3/+2
|
* Improve readavilitysyuilo2019-09-021-7/+8
|
* Fix errorsyuilo2019-09-021-1/+2
|
* Fix #5373syuilo2019-09-021-0/+2
|
* Prevent users from opening note menu when already opened (#5367)Aya Morisawa2019-09-022-2/+9
|
* Proxy for SMTP (#5371)MeiMei2019-09-022-0/+3
|
* Chart resyncing (#5372)syuilo2019-09-023-2/+41
| | | | | | | | | | | | * wip * Add test * Fix test * Insert moderation log * Add todo
* Show users who sent reaction on hover (#5362)Aya Morisawa2019-08-312-0/+143
| | | | | | | | | | | | * Show users who sent reaction on hover * Support i18n * detail -> details * Extract methods * Update on change
* Syslog supportsyuilo2019-08-302-11/+46
| | | | Resolve #5355