summaryrefslogtreecommitdiff
path: root/src/models/user.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use PostgreSQL instead of MongoDB (#4572)syuilo2019-04-071-438/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
* Revert "Remove deepcopy dependency"syuilo2019-03-191-1/+1
| | | | This reverts commit cbf5663179c60abb6d9f1a612027065432500643.
* Remove deepcopy dependencysyuilo2019-03-191-1/+1
|
* Resolve #4501syuilo2019-03-151-0/+1
|
* ログをデータベースに保存して管理画面で見れるようにsyuilo2019-03-021-1/+2
|
* Use camelCasesyuilo2019-02-241-1/+1
|
* Fix bool-param-defaultAcid Chicken (硫酸鶏)2019-02-231-1/+1
|
* Resolve #2017syuilo2019-02-211-0/+2
|
* ハッシュタグでユーザー検索できるように (#4298)syuilo2019-02-171-0/+1
| | | | | | | | | | | | | | | | * ハッシュタグでユーザー検索できるように * :art: * Increase limit * リモートユーザーも表示 * Fix bug * Fix bug * Improve performance
* Exploreページを実装syuilo2019-02-161-0/+3
|
* Introduce per-instance chart (#4183)syuilo2019-02-081-0/+1
| | | | | | | | | | | | | | | | | | * Introduce per-instance chart * Implement chart view in client * Handle note deleting * More chart srcs * Add drive stats * Improve drive stats * Fix bug * Add icon
* アニメーション画像を無効にする際、サーバーサイドで ↵syuilo2019-02-051-8/+2
| | | | なくクライアントサイドでURLを変更するように
* アニメーションを自動再生しないオプション (#4131)MeiMei2019-02-051-2/+8
| | | | | | | | | | * Refactor * settings * Media Proxy * Replace API response
* Use internal logger instead of debug/console for loggingsyuilo2019-02-031-2/+2
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* Create type definition for 'deepcopy' (#4000)Acid Chicken (硫酸鶏)2019-02-011-1/+1
|
* send/receive user hashtags via AP (#4064)MeiMei2019-01-311-0/+1
|
* delete unnecessary key (#4045)MeiMei2019-01-301-0/+1
| | | | | | * delete unnecessary key * Add note
* Introduce silence (#4043)syuilo2019-01-301-0/+5
| | | | | | * Introduce silence * Fix icon
* Drop stalk featuresyuilo2019-01-201-2/+0
| | | | | | Resolve #3935 Closes #2226 Closes #1946
* Add id to return of users/relation (#3795)ibrokemypie2018-12-301-0/+1
|
* フォローしているユーザーからのフォローを自動承認す ↵MeiMei2018-12-281-0/+5
| | | | オプション (#3780)
* 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
* 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
|
* 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-291-4/+4
|
* Fix bug: ↵syuilo2018-11-241-0/+2
| | | | リモートユーザーのアイコンとバナーの色が取得されていない問題を修正
* Improve user operationssyuilo2018-11-231-2/+2
| | | | | Resolve #2197 Resolve #3367
* WIP: Add Discord auth (#3239)Acid Chicken (硫酸鶏)2018-11-151-0/+13
| | | | | | * Add Discord auth * Apply review 175263424
* Moderator systemsyuilo2018-11-151-0/+2
| | | | Closes #2357
* ghostの設定をDBに保存するようにsyuilo2018-11-071-2/+4
|
* 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
|
* Refactoring, Clean up and bug fixessyuilo2018-11-021-1/+1
|
* Clean upsyuilo2018-11-011-27/+10
|
* Improve performancesyuilo2018-11-011-2/+11
|
* Improve performancesyuilo2018-11-011-1/+2
|
* [API] Implement users/relationsyuilo2018-11-011-48/+53
|
* Refactorsyuilo2018-10-311-10/+0
|
* Revert "Clean up"syuilo2018-10-311-0/+10
| | | | This reverts commit 8948a0d3a461cb39bcc8267ae291f15af1fac73c.
* Clean upsyuilo2018-10-311-10/+0
|
* Improve performancesyuilo2018-10-311-1/+11
|
* Improve performancesyuilo2018-10-311-1/+2
|
* Improve performancesyuilo2018-10-291-1/+1
|
* 物理削除系の処理を削除syuilo2018-10-291-173/+5
| | | | | これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難 論理削除でなんとかする
* User blocking (Following part) (#3035)MeiMei2018-10-291-1/+26
| | | | | | | | | | | | | | | | * block wip * UndoBlock * UnBlock * wip * follow * UI * fix
* Clean upsyuilo2018-10-211-12/+0
|
* Update mongodbsyuilo2018-10-161-4/+4
|