summaryrefslogtreecommitdiff
path: root/src/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Clean upsyuilo2018-11-021-20/+0
|
* Better indexsyuilo2018-11-021-0/+2
|
* Better indexsyuilo2018-11-021-1/+2
|
* Remote custom emojis (#3074)MeiMei2018-11-022-0/+28
| | | | | | * Remote custom emojis * んほおおおおお
* Refactoring, Clean up and bug fixessyuilo2018-11-021-1/+1
|
* Custom emoji (#3061)syuilo2018-11-011-0/+20
| | | | | | | | * wip * wip * wip
* Clean upsyuilo2018-11-012-35/+19
|
* Improve performancesyuilo2018-11-011-2/+11
|
* Clean upsyuilo2018-11-011-0/+1
|
* Improve performancesyuilo2018-11-011-1/+2
|
* [API] Implement users/relationsyuilo2018-11-011-48/+53
|
* [API] Include detailed user information for block/mute responsesyuilo2018-10-312-2/+6
|
* Fixsyuilo2018-10-311-2/+2
|
* Refactorsyuilo2018-10-312-13/+10
|
* Revert "Clean up"syuilo2018-10-311-0/+10
| | | | This reverts commit 8948a0d3a461cb39bcc8267ae291f15af1fac73c.
* Clean upsyuilo2018-10-311-10/+0
|
* Clean upsyuilo2018-10-311-5/+0
|
* Improve performancesyuilo2018-10-311-1/+11
|
* Improve performancesyuilo2018-10-311-1/+2
|
* Remove needless async/awaitsyuilo2018-10-316-12/+12
|
* Clean upsyuilo2018-10-316-8/+8
|
* 良い感じにsyuilo2018-10-312-0/+82
|
* Better indexessyuilo2018-10-295-0/+9
|
* Improve performancesyuilo2018-10-291-1/+1
|
* 物理削除系の処理を削除syuilo2018-10-2919-777/+8
| | | | | これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難 論理削除でなんとかする
* User blocking (Following part) (#3035)MeiMei2018-10-292-1/+67
| | | | | | | | | | | | | | | | * block wip * UndoBlock * UnBlock * wip * follow * UI * fix
* Update note-reaction.tssyuilo2018-10-281-0/+2
|
* Implement featured note APIsyuilo2018-10-251-3/+10
|
* Implement #2993syuilo2018-10-241-0/+35
|
* Make max allowed text length configurable (#2992)MeiMei2018-10-241-1/+2
| | | | | | * Make max allowed text length configurable * Fix canPost