syuilo
|
bf10d57f03
|
Resolve #3238
|
2019-07-14 03:18:45 +09:00 |
|
MeiMei
|
a4996bd034
|
Fix: postgres redis cache の option が適用されない (#5114)
|
2019-07-07 07:59:59 +09:00 |
|
Mary
|
9c76e03c3a
|
Implement Webauthn 🎉 (#5088)
* Implement Webauthn 🎉
* Share hexifyAB
* Move hr inside template and add AttestationChallenges janitor daemon
* Apply suggestions from code review
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add newline at the end of file
* Fix stray newline in promise chain
* Ignore var in try{}catch(){} block
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add missing comma
* Add missing semicolon
* Support more attestation formats
* add support for more key types and linter pass
* Refactor
* Refactor
* credentialId --> id
* Fix
* Improve readability
* Add indexes
* fixes for credentialId->id
* Avoid changing store state
* Fix syntax error and code style
* Remove unused import
* Refactor of getkey API
* Create 1561706992953-webauthn.ts
* Update ja-JP.yml
* Add type annotations
* Fix code style
* Specify depedency version
* Fix code style
* Fix janitor daemon and login requesting 2FA regardless of status
|
2019-07-03 20:18:07 +09:00 |
|
syuilo
|
2a7d4b07b6
|
Fix #4926
|
2019-06-29 23:12:00 +09:00 |
|
Satsuki Yanagi
|
4501f7478a
|
設定でPostgreSQLのクエリー結果のキャッシュを無効できるように (#5046)
|
2019-06-11 20:49:08 +09:00 |
|
Satsuki Yanagi
|
f4356640c6
|
✌️ (#5041)
related #5020
|
2019-06-10 01:02:33 +09:00 |
|
syuilo
|
f963bfd3b8
|
Fix #5020
|
2019-06-09 23:07:32 +09:00 |
|
Satsuki Yanagi
|
66677fe5ae
|
Enable query result cache for meta / stats / hashtags trend (#4978)
|
2019-05-25 08:35:16 +09:00 |
|
Satsuki Yanagi
|
355ece9d37
|
Support PostgreSQL Extra Connection options (#4970)
|
2019-05-24 03:26:56 +09:00 |
|
syuilo
|
494cbf3aa7
|
Resolve #4941
|
2019-05-19 20:41:23 +09:00 |
|
syuilo
|
20c34ead23
|
ユーザーグループ
Resolve #3218
|
2019-05-18 20:36:33 +09:00 |
|
syuilo
|
ddeb98ece4
|
ページにいいねできるように
|
2019-05-17 19:56:47 +09:00 |
|
syuilo
|
94d23dfa19
|
Pages (#4811)
* wip
* wip
* wip
* Update page-editor.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update page-editor.variable.core.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update aiscript.ts
* wip
* Update package.json
* wip
* wip
* wip
* wip
* wip
* Update page.vue
* wip
* wip
* wip
* wip
* more info
* wip fn
* wip
* wip
* wip
|
2019-04-29 09:11:57 +09:00 |
|
syuilo
|
2c885dc8a4
|
Resolve #3119
|
2019-04-25 07:46:39 +09:00 |
|
syuilo
|
22bf8eb86f
|
Disable sql log
|
2019-04-17 16:45:31 +09:00 |
|
syuilo
|
af93cdd49f
|
Redis必須に
|
2019-04-13 19:19:32 +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
|
16965eb4a1
|
テーブル分割
|
2019-04-10 15:04:27 +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 |
|
syuilo
|
f5a4c133a7
|
Improve redis config
|
2019-03-09 23:44:54 +09:00 |
|
syuilo
|
3d277fe4a0
|
ログをデータベースに保存して管理画面で見れるように
|
2019-03-02 18:51:59 +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
|
f38d7b91aa
|
Use internal logger instead of debug/console for logging
Resolve #4104
Resolve #1966
Resolve #1937
|
2019-02-03 18:16:57 +09:00 |
|
syuilo
|
67f5d5d321
|
Redisをオプションにしたり
|
2018-10-11 15:50:27 +09:00 |
|
syuilo
|
4269eed6fa
|
#2607
|
2018-09-05 16:48:59 +09:00 |
|
Aya Morisawa
|
ace81febb7
|
Refactoring (#2160)
|
2018-08-12 00:01:07 +09:00 |
|
syuilo
|
e98400cca5
|
✌️
|
2018-07-27 03:34:28 +09:00 |
|
Aya Morisawa
|
6cba391ae6
|
Not cast to any
|
2018-07-15 01:59:24 +09:00 |
|
syuilo
|
a4a70ed543
|
wip
|
2018-07-04 20:36:06 +09:00 |
|
syuilo
|
f7d27bc50f
|
wip
|
2018-07-04 20:23:55 +09:00 |
|
syuilo
|
3e42f5e05c
|
wip
|
2018-07-04 20:13:05 +09:00 |
|
syuilo
|
20f91f0b12
|
wip
|
2018-07-04 20:02:45 +09:00 |
|
syuilo
|
a640a1e4d4
|
wip
|
2018-06-18 09:54:53 +09:00 |
|
syuilo
|
df997d83bb
|
🍕
|
2018-06-11 00:24:03 +09:00 |
|
syuilo
|
8bb5dab657
|
#1686
|
2018-06-09 04:14:26 +09:00 |
|
Akihiko Odaki
|
8b3407e16c
|
Introduce config module
|
2018-04-02 13:15:53 +09:00 |
|
syuilo
|
cef8a3a7bb
|
Update dependencies 🚀
|
2018-02-02 07:34:51 +09:00 |
|
syuilo
|
ef371d9bf4
|
Fix bug
|
2018-01-01 02:26:25 +09:00 |
|
syuilo
|
f1416f785a
|
Fix bug
SEE:
https://github.com/mongodb/node-mongodb-native/blob/3.0.0/CHANGES_3.0.0.md
|
2017-12-31 15:15:19 +09:00 |
|
syuilo
|
3831e36589
|
Improve readability
|
2017-12-31 14:38:41 +09:00 |
|
otofune
|
f1571e223b
|
fix lint (automattic)
|
2017-11-06 16:32:01 +09:00 |
|
otofune
|
22714b05b6
|
support GridFS
|
2017-11-06 14:37:24 +09:00 |
|
syuilo
|
d1b3d53d3b
|
✌️
|
2017-01-17 10:39:21 +09:00 |
|
syuilo
|
ebdbb8b4be
|
Fix bug
|
2017-01-17 09:14:06 +09:00 |
|
syuilo
|
bdb5ba4aea
|
✌️
|
2017-01-17 09:12:33 +09:00 |
|
Aya Morisawa
|
041f9d73ba
|
😟
|
2017-01-03 06:08:44 +09:00 |
|
syuilo
|
4a5996a8ae
|
Initial commit 🍀
|
2016-12-29 07:49:51 +09:00 |
|