summaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete /docssyuilo2023-05-191-25/+0
|
* ドキュメントをmisskey-hubに移管syuilo2021-10-2115-1146/+0
|
* doc: recursive (#7893)tamaina2021-10-214-4/+4
|
* update contribution guidesyuilo2021-09-201-66/+0
|
* GitHub Actionsを使用してDocker Hubへpushする方法 の説明 (#7790)MeiMei2021-09-121-0/+28
| | | | | * Create push-docker-hub.ja.md * remove space
* 藍モード (#7687)syuilo2021-09-048-32/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * シンボリックリンクやめた * install lib dependency * bring live2d assets from misskey-dev/assets * refactor * nanka iroiro * コミット忘れ * random motion * wip * run git submodule update --init * コミット忘れ * refactor * fix bug * Update misskey-assets * lint * lint * lint * 藍モード修正 (#7702) * lazy load live2d script * fix typo * lazy load also widget * hot link to cubism core * https://github.com/misskey-dev/misskey/pull/7702/files#r695623821 * fix lint * remove live2d stuff * use iframe * update * Update gulpfile.ts * update * Update .gitattributes * update Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* Update CONTRIBUTING.en.mdsyuilo2021-08-301-5/+21
|
* Update CONTRIBUTING.en.mdsyuilo2021-08-301-0/+16
|
* Update CONTRIBUTING.en.mdsyuilo2021-08-301-3/+2
|
* Update CONTRIBUTING.en.mdsyuilo2021-08-301-0/+6
|
* update contribution guidessyuilo2021-08-281-0/+29
|
* Update setup.en.md (#7675)okpierre2021-08-211-1/+1
| | | | | Updated PostgreSQL version to 12 See https://github.com/misskey-dev/misskey/issues/7632#issuecomment-901653826
* syuilo/misskey --> misskey-dev/misskeysyuilo2021-03-248-16/+16
|
* nginxのサンプルにコメント追加 (#7113)MeiMei2021-01-231-2/+4
|
* Simplified Chinese Install & Setup Guides Added (#6604)Nya Candy2020-07-3010-7/+297
| | | | | | | | | * Simplified Chinese Install & Setup Guides Added * Using lists in navigation between languages * (Delete a closing bracket added by mistake Co-authored-by: Candinya <dev@lcy.moe>
* Fix #6397 Mastodon v2.5.0未満からのActivityが受け取れない (#6518)MeiMei2020-07-111-1/+0
|
* Drop support for Node v11, v13 (#6402)MeiMei2020-05-233-5/+5
|
* brotli圧縮の無効化など Resolve #6325 (#6326)MeiMei2020-05-091-0/+1
| | | | | * disable brotli * disable compress between nginx and app
* nginxサンプルでTLSv1.2以外をdropなど (#6298)MeiMei2020-04-261-2/+2
|
* Add mark-admin command (#5705)MeiMei2020-01-206-21/+9
| | | | | | * mark-admin command * no cli
* ドキュメントのNode.js最小バージョンを修正 (#5700)rinsuki2020-01-093-3/+3
| | | | | | | @typescript-eslint/parserが11.10.1以上じゃないと入らない > error @typescript-eslint/parser@2.3.3: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "11.7.0" https://github.com/syuilo/misskey/runs/274115939
* fix typo in misskey.nginx (#5445)YuzuRyo612019-09-211-1/+1
| | | sites-ebabled => sites-enabled
* Modify ssl directive to 'ssl' for listen directive (#5237)Takeshi Umeda2019-08-011-3/+2
| | | | the "ssl" directive is deprecated. http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl
* Use yarn (#5154)Acid Chicken (硫酸鶏)2019-07-155-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert ":v:" This reverts commit b5b437b8784eb32531e0965d722ddb691775df08. * Welcome back, yarn.lock [lockfiles for all](https://yarnpkg.com/blog/2016/11/24/lockfiles-for-all/) * Use alpine package registry instead of npm's * Avoid npx * Remove `"` * Follow review refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303227256 * Update lockfile * Use yarn instead of npm run refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303227285 * Back to npm * Follow review refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303292279
* Corriger les omissionsAcid Chicken (硫酸鶏)2019-07-141-0/+1
|
* Use yarn instead of npmAcid Chicken (硫酸鶏)2019-07-143-7/+7
|
* Update docsyuilo2019-07-091-0/+4
|
* Update uodate docssyuilo2019-07-093-3/+3
|
* Doc: Update setup documents (#4680)かひわし4(バージョン1)2019-04-176-108/+222
| | | | | | | | | | | | | | | | * Doc: Update setup documents Use GitHub api to checkout latest release instead of "git tag" command which cannot accurately determine prerelease tag. Also, Changed numbered list format because the shell command is too long to fit on one line. * Doc: Use tab instead of spaces * Doc: Use master branch as latest release tag master branch and latest release is the same. master branch merges develop branch with each latest release.
* Fix space indent in misskey.nginx (#4717)YuzuRyo612019-04-161-1/+1
| | | Tabインデントになっていたものをスペースインデントに変更
* Doc: Add "Init DB" section (#4695)かひわし4(バージョン1)2019-04-152-2/+14
| | | Misskey 11.x requires database initialization.
* Redis必須にsyuilo2019-04-133-38/+17
|
* Doc: Update installing command (#4655)かひわし4(バージョン1)2019-04-086-12/+12
| | | | | Replace the "Checkout to Latest Release" command. Current setup document will checkout latest alpha version. Because grep command in the document does not exclude alpha version tags.
* Use PostgreSQL instead of MongoDB (#4572)syuilo2019-04-077-77/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update docsyuilo2019-03-121-1/+1
|
* docs to run in production mode (#4347)MeiMei2019-02-223-22/+15
| | | | | | | | * run in production mode from systemd * NODE_ENV=production npm run build * npm start
* Update setup.ja.mdsyuilo2019-02-151-0/+2
|
* Update setup.ja.mdsyuilo2019-02-051-0/+1
|
* Improve docsyuilo2019-02-053-3/+3
|
* Resolve #4139syuilo2019-02-053-0/+3
|
* Improve docsyuilo2019-02-052-0/+10
|
* Close #4093syuilo2019-02-033-9/+6
|
* Update setup.en.mdAya Morisawa2019-01-201-1/+1
|
* Update setup.en.mdsyuilo2019-01-201-0/+2
|
* Correct some weird french translations in the docs. (#3884)Skid2019-01-142-13/+13
| | | | | | | | | | | | | | * Correct some weird french translations * Update docker.fr.md * Update setup.fr.md * Update setup.fr.md * Update docker.fr.md * Update setup.fr.md
* Add manage and docker docs in french and correct mistake in english (#3863)Stéphane Burdin2019-01-103-1/+86
|
* [Doc] Clean upsyuilo2018-12-203-29/+0
|
* Add example nginx configuration (#3659)MeiMei2018-12-191-0/+70
| | | | | | | | * Sample Nginx configuration * nginxによせる * 非Debian系ではsites-enabledがない
* Update manage.ja.mdsyuilo2018-11-231-14/+2
|
* Update manage.en.mdsyuilo2018-11-231-15/+3
|