summaryrefslogtreecommitdiff
path: root/src/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* リモートで投票を見たりしたりできるように (#3940)MeiMei2019-01-211-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix type * expose Question * Note refs Question * rename * wip * リモート投票の場合リプライ送信 * voteの実装をservicesに移動 * 投票受信 * debug * つくる * Revert "つくる" This reverts commit 0c9245886680b7d3b93a0278642f4cf6a43b5cb2. * APIの実装はもどし * Send Update * AP type * Recv Update * Revert "Recv Update" This reverts commit ffda39c0936d8e023f64603edabeb8e0eb9fc370. * Revert "AP type" This reverts commit 63d8bbe29dd6f326773214346350607cc4381996. * Revert "Send Update" This reverts commit 171b046de549f1478e928dee3177eeefab341fcf. * リモートで投票を見る * 投票はDM * Provides choices as text for AP * 絵文字 * fix error * revert * APからには不要な処理を削除 * Revert "APからには不要な処理を削除" This reverts commit 8b5d8af9b0cc4d4ad0cf21de59827ff21df99560. * てぬき * めんどい * ちっ * remove unused code
* Drop stalk featuresyuilo2019-01-202-3/+0
| | | | | | Resolve #3935 Closes #2226 Closes #1946
* スパム報告機能syuilo2019-01-191-0/+52
| | | | Resolve #1970
* Resolve #3896syuilo2019-01-161-0/+1
|
* Renamesyuilo2019-01-041-1/+1
|
* Make instance logo customisable (#3829)ibrokemypie2019-01-041-0/+1
|
* adds ko-KR な to にゃ (#3820)Ch. (Chanhwi Choi)2019-01-031-1/+8
| | | | | | | | | * adds ko-KR な to にゃ - this only take considers pre-composed "Hangul Syllables", not composable area "Hangul Jamo" which are not used commonly - 56 is '냐' - '나' * replace magic number as suggested
* Add id to return of users/relation (#3795)ibrokemypie2018-12-301-0/+1
|
* Privateの公開範囲を廃止syuilo2018-12-291-3/+2
|
* Resolve #3786 (#3788)MeiMei2018-12-291-0/+5
|
* フォローしているユーザーからのフォローを自動承認す ↵MeiMei2018-12-281-0/+5
| | | | オプション (#3780)
* Resolve #3248Aya Morisawa2018-12-272-13/+2
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Fix #3683syuilo2018-12-201-0/+13
|
* Resolve #3687syuilo2018-12-201-0/+4
|
* Update remote Emoji (#3680)MeiMei2018-12-191-0/+2
|
* Re: #3457 (#3614)Acid Chicken (硫酸鶏)2018-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update parser.ts * Update user.ts * Update search.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update mfm.ts * Update parser.ts * Merge branch 'develop' into 3440-mk2 * Fix typo * Update parser.ts * Update mfm.ts * Update mfm.ts
* Implement admin drive pagesyuilo2018-12-141-0/+8
|
* Resolve #3581 (#3589)Acid Chicken (硫酸鶏)2018-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update ja-JP.yml * Create 404.vue * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update 404.vue * Update meta.ts * Update instance.vue * Update update-meta.ts
* Show user fields (#3590)MeiMei2018-12-111-0/+4
|
* Emoji support in profile (#3514)MeiMei2018-12-061-0/+13
| | | | | | * Emoji in profile * Add emojis to fields
* Resolve #327syuilo2018-12-031-0/+1
|
* Use primitive type boolean (#3474)Aya Morisawa2018-12-021-1/+1
|
* Allow hyphens in the middle of remote usernames (#3440)Acid Chicken (硫酸鶏)2018-12-011-2/+2
| | | | | | | | | | * Allow hyphens in the middle of remote usernames refs: d797c29db462de4a3d69a5077a1ae4d03195b6f2 * Make options fallback better * Make options flat
* Implement email configsyuilo2018-11-292-4/+12
|
* Image for web publish (#3402)MeiMei2018-11-262-7/+89
| | | | | | | | * Image for Web * Add comment * Make main to original
* Fix bug: ↵syuilo2018-11-241-0/+2
| | | | リモートユーザーのアイコンとバナーの色が取得されていない問題を修正
* Do not use _replyIds (#3392)MeiMei2018-11-231-1/+3
|
* Resolve #3376syuilo2018-11-231-0/+2
|
* Improve user operationssyuilo2018-11-231-2/+2
| | | | | Resolve #2197 Resolve #3367
* Feature / user recommendation config in admin ui (#3357)Hakaba Hitoyo2018-11-211-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add config for external user recommendation into admin ui * debug * correct admin ui * switch external user recommendation to admin ui config * debug * debug * debug * Revert "debug" This reverts commit f4a0460e5bde21cd1f39a735f496a2d74233ef3f. * explicit parseInt radix * add Japanese message * change default engine to https * remove unused settings * debug * nullable externalUserRecommendationTimeout
* local only visibility (#3254)MeiMei2018-11-161-0/+1
| | | | | | * local only visibility * fix UI
* WIP: Add Discord auth (#3239)Acid Chicken (硫酸鶏)2018-11-152-0/+17
| | | | | | * Add Discord auth * Apply review 175263424
* Moderator systemsyuilo2018-11-151-0/+2
| | | | Closes #2357
* GitHub / Twitter連携の設定をDBに保存するようにsyuilo2018-11-071-0/+34
|
* インスタンスの対象言語の設定を実装syuilo2018-11-071-0/+2
|
* メンテナ情報をDBに保存するようにsyuilo2018-11-071-0/+29
|
* ghostの設定をDBに保存するようにsyuilo2018-11-072-2/+20
|
* reCAPTCHAの設定をDBに保存するようにsyuilo2018-11-071-0/+17
|
* リモートのファイルをキャッシュするかどうかの設定をD ↵syuilo2018-11-061-0/+13
| | | | Bに保存するように
* ドライブ容量の設定をDBに保存するようにしたりリファ ↵syuilo2018-11-061-0/+32
| | | | タリングしたり
* Refactorsyuilo2018-11-051-35/+0
|
* Make /api/v1/instance and /api/v1/custom_emojis better (#3118)Acid Chicken (硫酸鶏)2018-11-051-0/+35
| | | | | | | | | | * Separate commits From commit dca110ebaa78f64600429f812c238a07d2f1dc1d. * Re-separate commits From commit 9719387bee40363f63a837e7ecffacf2a476c334.
* 投稿の最大文字数情報を設定ファイルではなくDBに保存 ↵syuilo2018-11-052-5/+5
| | | | るように
* Resolve #3098syuilo2018-11-041-0/+28
|
* Add GitHub auth (#3095)Acid Chicken (硫酸鶏)2018-11-041-0/+8
|
* Revert "Add GitHub auth"Acid Chicken (硫酸鶏)2018-11-041-8/+0
| | | | This reverts commit c1460064769c9d824e60a39356671ccb3a4d1f44.
* Add GitHub authAcid Chicken (硫酸鶏)2018-11-041-0/+8
|
* Do not send needless emojis in notesyuilo2018-11-042-13/+18
| | | | | | 投稿作成時に含まれている絵文字を保存しておくように SEE: https://github.com/syuilo/misskey/pull/3085#issuecomment-435608434
* [API] Implement some Emoji APIssyuilo2018-11-041-0/+2
|
* Improve performancesyuilo2018-11-031-1/+5
|