summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Assign URL to each page of admin (#5366)Aya Morisawa2019-08-302-19/+18
| | | | | | * Assign URL to each page of admin * Remove cursor pointer
* Assign URL to each page of settings (#5349)Aya Morisawa2019-08-294-21/+18
| | | | | | | | | | | | | | | | | | | | | | * Assign URL to each page of settings * Use router-link * comma * Use active-class * Clean up * space * comma * Redirect if mobile * Redirect to /i/settings/profile * Clean up
* 不要なプロパティをレスポンスから削除syuilo2019-08-291-1/+6
|
* Perform animation only when reaction is added (#5359)Aya Morisawa2019-08-291-2/+2
|
* Refactor reactions-viewer.vue (#5358)Aya Morisawa2019-08-291-4/+1
|
* Fix bugsyuilo2019-08-291-0/+2
|
* Fix animation not being performed on new reaction (#5345)Aya Morisawa2019-08-292-1/+13
| | | | | | * Fix animation not being performed on new reaction * Clean up
* ページURLが他と重複してたらエラーを投げるように (#5354)Oni-Men2019-08-283-23/+61
| | | | | | | | | | * [Page]nameが重複したときの処理を追加 * page-editor側のerr.idにuuidを適用 * refactor * uuidをわけた
* Save memo automatically (#5351)Aya Morisawa2019-08-281-1/+4
| | | | | | | | | | * Save memo automatically * Use clearTimeout * Clean up * Clean up
* [MFM] Fallback to js if specified lang is not available (#5347)Aya Morisawa2019-08-271-3/+9
|
* excludeNsfwやCWのNSFW扱いなど (#5341)MeiMei2019-08-273-11/+5
| | | | | | | | | | | | | | * NoteにisSensitive * Revert "NoteにisSensitive" This reverts commit 3d5bcfbaf078ff91257a508f817dd1ef4ea31d7b. * query excludeNsfw * AP deliverでCW付きはsensitiveにするように * excludeNsfwでCW付きも除くように
* Tune worker/job counts (#5346)MeiMei2019-08-273-3/+6
| | | | | | * デフォルトのワーカー数を1に * Tune default job count
* 未実装のTLのRenoteクエリを実装 (#5343)MeiMei2019-08-274-167/+74
| | | | | | | | | | | | | | * users/notes includeMyRenotes * other renotes * fix target user in users/notes * users/notesからv10から未実装でありえないオプションを削除 * users/notesのincludeMyRenotesの説明を修正 * remove needless anonymous checks
* Prevent users from changing the disabled option (#5344)Aya Morisawa2019-08-271-0/+1
|
* Improve post form (#5326)Satsuki Yanagi2019-08-253-35/+95
| | | | | | * Improve post form * Remove local icon from button