MeiMei
d6d7c15bac
Add mark-admin command ( #5705 )
...
* mark-admin command
* no cli
2020-01-20 01:50:12 +09:00
MeiMei
f9f41c67bf
Fix typo - invalied ( #5433 )
...
* Fix typo - invelied
* fix Valied
2019-09-15 23:27:33 +09:00
syuilo
ffa9b7f8df
Create accept-migration.ts
2019-06-30 04:49:30 +09:00
syuilo
6f00143bd6
Improve drive management
2019-05-27 16:54:47 +09:00
syuilo
02511b837f
Fix bugs
...
Use Not(IsNull())
2019-05-20 21:44:16 +09:00
syuilo
1b3848ee5d
Better error handling
2019-04-14 04:17:24 +09:00
syuilo
8d94a6a8df
strictNullChecks ( #4666 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2019-04-13 01:43:22 +09:00
syuilo
c625323d8d
Refactor
2019-04-07 23:06:07 +09:00
syuilo
2b8602bd1b
Use PostgreSQL instead of MongoDB ( #4572 )
...
* 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
* ✌️
* wip
* Update note.ts
* Update postgre.ts
* wip
* wip
* wip
* wip
* Update add-file.ts
* wip
* wip
* wip
* Clean up
* Update logs.ts
* wip
* 🍕
* 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
* ✌️
* clean up
* docs
* Update push.ts
* wip
* Update api.ts
* wip
* ✌️
* Update make-pagination-query.ts
* ✌️
* 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
* 🎨
* 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
* ✌️
* 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
* 🎨
* 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
* ✌️
* Refactoring
#1540
* test
* test
* test
* test
* test
* test
* test
* Fix bug
* Fix test
* 🍣
* wip
* #4471
* Add test for #4335
* Refactor
* Fix test
* Add tests
* 🕓
* Fix bug
* Add test
* Add test
* rename
* Fix bug
2019-04-07 21:50:36 +09:00
MeiMei
a5581fda78
Implement Update Question ( #4435 )
...
* Update remote votes count
* save updatedAt
* deliver Update
* use renderNote
* use id
* fix typeof
2019-03-07 21:19:32 +09:00
syuilo
c59ca22a81
Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0d
2019-02-07 21:02:33 +09:00
Aya Morisawa
ff80a2c934
Check config on load ( #4170 )
...
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2019-02-06 22:44:55 +09:00
syuilo
210cf78606
Better logging
2019-02-03 16:45:13 +09:00
MeiMei
1588567410
tools/resync-remote-user で exit しないように ( #3990 )
2019-01-26 16:56:05 +09:00
MeiMei
b0778dde7a
管理者がサインイン履歴を参照できるツール ( #3870 )
...
* 管理者がサインイン履歴を参照できるツール
* remove debug code
2019-01-11 08:07:09 +09:00
Acid Chicken (硫酸鶏)
1b04b89199
Resolve #3676 ( #3677 )
2018-12-19 21:20:25 +09:00
MeiMei
a22f657c0f
Remote custom emojis ( #3074 )
...
* Remote custom emojis
* んほおおおおお
2018-11-02 08:59:40 +09:00
MeiMei
9d96058a7f
Fix: can't recognize rebirthed instance user ( #3046 )
...
* resync uri from WebFinger
* trigger resync on user page
* allways update on resync
* Revert "trigger resync on user page"
This reverts commit 8ff139fb49ee61ad55e4b42c562f8a2c3f8098ac.
* background resync
2018-10-31 02:16:13 +09:00
syuilo
0f38215b5e
Update src/tools/clean-remote-files.ts
2018-10-16 20:10:46 +09:00
syuilo
fc0a98cef0
trim filename
2018-10-12 04:01:45 +09:00
syuilo
680a920098
Fix bug
2018-10-11 23:52:11 +09:00
syuilo
7f40fba652
並列に処理するように
2018-10-11 21:14:20 +09:00
syuilo
aebff8cbce
Fix
2018-10-11 18:35:19 +09:00
syuilo
91eec82593
Fix
2018-10-11 17:25:53 +09:00
syuilo
00ab96e90c
Reduce memory usage in file migration tool
2018-10-11 15:56:18 +09:00
syuilo
7fef237868
Update src/tools/move-drive-files.ts
2018-10-09 05:46:21 +09:00
syuilo
ec4cf12bce
Add tool
2018-10-09 02:14:03 +09:00
syuilo
40c10a00d8
整理した
2018-03-29 20:32:18 +09:00
syuilo
47a5ec94f0
Resolve conflicts
2018-03-29 14:48:47 +09:00
Akihiko Odaki
660cdf05c4
Introduce processor
2018-03-29 01:54:41 +09:00
syuilo
d833b7dce9
Implement #771
2017-09-08 22:10:25 +09:00
syuilo
36c8acde5f
✌️
2017-09-07 18:15:24 +09:00
syuilo
bb667c7af4
✌️
2017-09-07 16:15:40 +09:00
syuilo
edf484506f
✌️
2017-09-07 14:52:07 +09:00
syuilo
87a259b1e2
✌️
2017-09-07 13:33:39 +09:00
syuilo
1c6ad232a6
Fix bug
2017-09-07 13:32:07 +09:00
syuilo
8d9f7e2033
Rename
2017-09-07 13:31:31 +09:00
syuilo
8094f3b983
Rename
2017-09-07 13:19:28 +09:00
syuilo
dd193c5d49
Add analysis script
2017-09-07 13:19:14 +09:00
syuilo
0610f64ad9
👍
2017-09-07 02:59:33 +09:00
syuilo
b383172210
Refactoring
2017-09-06 23:58:28 +09:00
syuilo
39c4c78354
wip
2017-09-06 23:19:58 +09:00
syuilo
4e250b66d4
wip
2017-09-06 21:29:56 +09:00
syuilo
e1c2697fe1
wip
2017-09-06 19:41:36 +09:00