forked from FoundKeyGang/FoundKey
commit
4cc38ce026
61 changed files with 1490 additions and 950 deletions
46
package.json
46
package.json
|
@ -30,20 +30,16 @@
|
||||||
"@fortawesome/fontawesome-free-brands": "5.0.2",
|
"@fortawesome/fontawesome-free-brands": "5.0.2",
|
||||||
"@fortawesome/fontawesome-free-regular": "5.0.2",
|
"@fortawesome/fontawesome-free-regular": "5.0.2",
|
||||||
"@fortawesome/fontawesome-free-solid": "5.0.2",
|
"@fortawesome/fontawesome-free-solid": "5.0.2",
|
||||||
|
"@koa/cors": "2.2.1",
|
||||||
"@prezzemolo/rap": "0.1.2",
|
"@prezzemolo/rap": "0.1.2",
|
||||||
"@prezzemolo/zip": "0.0.3",
|
"@prezzemolo/zip": "0.0.3",
|
||||||
"@types/bcryptjs": "2.4.1",
|
"@types/bcryptjs": "2.4.1",
|
||||||
"@types/body-parser": "1.16.8",
|
|
||||||
"@types/chai": "4.1.2",
|
"@types/chai": "4.1.2",
|
||||||
"@types/chai-http": "3.0.4",
|
"@types/chai-http": "3.0.4",
|
||||||
"@types/compression": "0.0.36",
|
|
||||||
"@types/cookie": "0.3.1",
|
|
||||||
"@types/cors": "2.8.3",
|
|
||||||
"@types/debug": "0.0.30",
|
"@types/debug": "0.0.30",
|
||||||
"@types/deep-equal": "1.0.1",
|
"@types/deep-equal": "1.0.1",
|
||||||
"@types/elasticsearch": "5.0.22",
|
"@types/elasticsearch": "5.0.22",
|
||||||
"@types/eventemitter3": "2.0.2",
|
"@types/eventemitter3": "2.0.2",
|
||||||
"@types/express": "4.11.1",
|
|
||||||
"@types/gm": "1.17.33",
|
"@types/gm": "1.17.33",
|
||||||
"@types/gulp": "3.8.36",
|
"@types/gulp": "3.8.36",
|
||||||
"@types/gulp-htmlmin": "1.3.32",
|
"@types/gulp-htmlmin": "1.3.32",
|
||||||
|
@ -56,18 +52,24 @@
|
||||||
"@types/is-root": "1.0.0",
|
"@types/is-root": "1.0.0",
|
||||||
"@types/is-url": "1.2.28",
|
"@types/is-url": "1.2.28",
|
||||||
"@types/js-yaml": "3.11.1",
|
"@types/js-yaml": "3.11.1",
|
||||||
"@types/kue": "^0.11.8",
|
"@types/koa": "2.0.45",
|
||||||
|
"@types/koa-bodyparser": "4.2.0",
|
||||||
|
"@types/koa-compress": "^2.0.8",
|
||||||
|
"@types/koa-favicon": "2.0.19",
|
||||||
|
"@types/koa-mount": "3.0.1",
|
||||||
|
"@types/koa-multer": "1.0.0",
|
||||||
|
"@types/koa-router": "7.0.27",
|
||||||
|
"@types/koa-send": "4.1.1",
|
||||||
|
"@types/koa__cors": "2.2.2",
|
||||||
|
"@types/kue": "0.11.8",
|
||||||
"@types/license-checker": "15.0.0",
|
"@types/license-checker": "15.0.0",
|
||||||
"@types/mkdirp": "0.5.2",
|
"@types/mkdirp": "0.5.2",
|
||||||
"@types/mocha": "5.0.0",
|
"@types/mocha": "5.0.0",
|
||||||
"@types/mongodb": "3.0.12",
|
"@types/mongodb": "3.0.12",
|
||||||
"@types/monk": "6.0.0",
|
"@types/monk": "6.0.0",
|
||||||
"@types/morgan": "1.7.35",
|
|
||||||
"@types/ms": "0.7.30",
|
"@types/ms": "0.7.30",
|
||||||
"@types/multer": "1.3.6",
|
"@types/node": "9.6.4",
|
||||||
"@types/node": "9.6.2",
|
|
||||||
"@types/nopt": "3.0.29",
|
"@types/nopt": "3.0.29",
|
||||||
"@types/proxy-addr": "2.0.0",
|
|
||||||
"@types/pug": "2.0.4",
|
"@types/pug": "2.0.4",
|
||||||
"@types/qrcode": "0.8.1",
|
"@types/qrcode": "0.8.1",
|
||||||
"@types/ratelimiter": "2.1.28",
|
"@types/ratelimiter": "2.1.28",
|
||||||
|
@ -76,7 +78,6 @@
|
||||||
"@types/request-promise-native": "1.0.14",
|
"@types/request-promise-native": "1.0.14",
|
||||||
"@types/rimraf": "2.0.2",
|
"@types/rimraf": "2.0.2",
|
||||||
"@types/seedrandom": "2.4.27",
|
"@types/seedrandom": "2.4.27",
|
||||||
"@types/serve-favicon": "2.2.30",
|
|
||||||
"@types/speakeasy": "2.0.2",
|
"@types/speakeasy": "2.0.2",
|
||||||
"@types/tmp": "0.0.33",
|
"@types/tmp": "0.0.33",
|
||||||
"@types/uuid": "3.4.3",
|
"@types/uuid": "3.4.3",
|
||||||
|
@ -84,27 +85,22 @@
|
||||||
"@types/webpack-stream": "3.2.10",
|
"@types/webpack-stream": "3.2.10",
|
||||||
"@types/websocket": "0.0.38",
|
"@types/websocket": "0.0.38",
|
||||||
"@types/ws": "4.0.2",
|
"@types/ws": "4.0.2",
|
||||||
"accesses": "2.5.0",
|
|
||||||
"animejs": "2.2.0",
|
"animejs": "2.2.0",
|
||||||
"autosize": "4.0.1",
|
"autosize": "4.0.1",
|
||||||
"autwh": "0.1.0",
|
"autwh": "0.1.0",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"body-parser": "1.18.2",
|
|
||||||
"bootstrap-vue": "2.0.0-rc.6",
|
"bootstrap-vue": "2.0.0-rc.6",
|
||||||
"cafy": "3.2.1",
|
"cafy": "3.2.1",
|
||||||
"chai": "4.1.2",
|
"chai": "4.1.2",
|
||||||
"chai-http": "4.0.0",
|
"chai-http": "4.0.0",
|
||||||
"chalk": "2.3.2",
|
"chalk": "2.3.2",
|
||||||
"compression": "1.7.2",
|
|
||||||
"cookie": "0.3.1",
|
|
||||||
"cors": "2.8.4",
|
|
||||||
"crc-32": "1.2.0",
|
"crc-32": "1.2.0",
|
||||||
"css-loader": "0.28.11",
|
"css-loader": "0.28.11",
|
||||||
"debug": "3.1.0",
|
"debug": "3.1.0",
|
||||||
"deep-equal": "1.0.1",
|
"deep-equal": "1.0.1",
|
||||||
"deepcopy": "0.6.3",
|
"deepcopy": "0.6.3",
|
||||||
"diskusage": "0.2.4",
|
"diskusage": "0.2.4",
|
||||||
"dompurify": "^1.0.3",
|
"dompurify": "1.0.3",
|
||||||
"elasticsearch": "14.2.2",
|
"elasticsearch": "14.2.2",
|
||||||
"element-ui": "2.3.3",
|
"element-ui": "2.3.3",
|
||||||
"emojilib": "2.2.12",
|
"emojilib": "2.2.12",
|
||||||
|
@ -113,7 +109,6 @@
|
||||||
"eslint-plugin-vue": "4.4.0",
|
"eslint-plugin-vue": "4.4.0",
|
||||||
"eventemitter3": "3.0.1",
|
"eventemitter3": "3.0.1",
|
||||||
"exif-js": "2.3.0",
|
"exif-js": "2.3.0",
|
||||||
"express": "4.16.3",
|
|
||||||
"file-loader": "1.1.11",
|
"file-loader": "1.1.11",
|
||||||
"file-type": "7.6.0",
|
"file-type": "7.6.0",
|
||||||
"fuckadblock": "3.2.1",
|
"fuckadblock": "3.2.1",
|
||||||
|
@ -135,12 +130,20 @@
|
||||||
"hard-source-webpack-plugin": "0.6.4",
|
"hard-source-webpack-plugin": "0.6.4",
|
||||||
"highlight.js": "9.12.0",
|
"highlight.js": "9.12.0",
|
||||||
"html-minifier": "3.5.14",
|
"html-minifier": "3.5.14",
|
||||||
"http-signature": "^1.2.0",
|
"http-signature": "1.2.0",
|
||||||
"inquirer": "5.2.0",
|
"inquirer": "5.2.0",
|
||||||
"is-root": "2.0.0",
|
"is-root": "2.0.0",
|
||||||
"is-url": "1.2.4",
|
"is-url": "1.2.4",
|
||||||
"js-yaml": "3.11.0",
|
"js-yaml": "3.11.0",
|
||||||
"jsdom": "11.7.0",
|
"jsdom": "11.7.0",
|
||||||
|
"koa": "2.5.0",
|
||||||
|
"koa-bodyparser": "4.2.0",
|
||||||
|
"koa-compress": "^2.0.0",
|
||||||
|
"koa-favicon": "2.0.1",
|
||||||
|
"koa-mount": "3.0.0",
|
||||||
|
"koa-multer": "1.0.2",
|
||||||
|
"koa-router": "7.4.0",
|
||||||
|
"koa-send": "4.1.3",
|
||||||
"kue": "0.11.6",
|
"kue": "0.11.6",
|
||||||
"license-checker": "18.0.0",
|
"license-checker": "18.0.0",
|
||||||
"loader-utils": "1.1.0",
|
"loader-utils": "1.1.0",
|
||||||
|
@ -150,9 +153,7 @@
|
||||||
"moji": "0.5.1",
|
"moji": "0.5.1",
|
||||||
"mongodb": "3.0.6",
|
"mongodb": "3.0.6",
|
||||||
"monk": "6.0.5",
|
"monk": "6.0.5",
|
||||||
"morgan": "1.9.0",
|
|
||||||
"ms": "2.1.1",
|
"ms": "2.1.1",
|
||||||
"multer": "1.3.0",
|
|
||||||
"nan": "2.10.0",
|
"nan": "2.10.0",
|
||||||
"node-sass": "4.8.3",
|
"node-sass": "4.8.3",
|
||||||
"node-sass-json-importer": "3.1.6",
|
"node-sass-json-importer": "3.1.6",
|
||||||
|
@ -163,7 +164,6 @@
|
||||||
"os-utils": "0.0.14",
|
"os-utils": "0.0.14",
|
||||||
"progress-bar-webpack-plugin": "1.11.0",
|
"progress-bar-webpack-plugin": "1.11.0",
|
||||||
"prominence": "0.2.0",
|
"prominence": "0.2.0",
|
||||||
"proxy-addr": "2.0.3",
|
|
||||||
"pug": "2.0.3",
|
"pug": "2.0.3",
|
||||||
"punycode": "2.1.0",
|
"punycode": "2.1.0",
|
||||||
"qrcode": "1.2.0",
|
"qrcode": "1.2.0",
|
||||||
|
@ -178,7 +178,6 @@
|
||||||
"s-age": "1.1.2",
|
"s-age": "1.1.2",
|
||||||
"sass-loader": "6.0.7",
|
"sass-loader": "6.0.7",
|
||||||
"seedrandom": "2.4.3",
|
"seedrandom": "2.4.3",
|
||||||
"serve-favicon": "2.5.0",
|
|
||||||
"speakeasy": "2.0.0",
|
"speakeasy": "2.0.0",
|
||||||
"style-loader": "0.20.3",
|
"style-loader": "0.20.3",
|
||||||
"stylus": "0.54.5",
|
"stylus": "0.54.5",
|
||||||
|
@ -198,7 +197,6 @@
|
||||||
"url-loader": "1.0.1",
|
"url-loader": "1.0.1",
|
||||||
"uuid": "3.2.1",
|
"uuid": "3.2.1",
|
||||||
"v-animate-css": "0.0.2",
|
"v-animate-css": "0.0.2",
|
||||||
"vhost": "3.0.2",
|
|
||||||
"vue": "2.5.16",
|
"vue": "2.5.16",
|
||||||
"vue-cropperjs": "2.2.0",
|
"vue-cropperjs": "2.2.0",
|
||||||
"vue-js-modal": "1.3.12",
|
"vue-js-modal": "1.3.12",
|
||||||
|
|
|
@ -97,6 +97,8 @@
|
||||||
|
|
||||||
// Compare versions
|
// Compare versions
|
||||||
if (meta.version != ver) {
|
if (meta.version != ver) {
|
||||||
|
localStorage.setItem('v', meta.version);
|
||||||
|
|
||||||
alert(
|
alert(
|
||||||
'Misskeyの新しいバージョンがあります。ページを再度読み込みします。' +
|
'Misskeyの新しいバージョンがあります。ページを再度読み込みします。' +
|
||||||
'\n\n' +
|
'\n\n' +
|
||||||
|
|
|
@ -444,14 +444,17 @@ export default class MiOS extends EventEmitter {
|
||||||
// Append a credential
|
// Append a credential
|
||||||
if (this.isSignedIn) (data as any).i = this.i.token;
|
if (this.isSignedIn) (data as any).i = this.i.token;
|
||||||
|
|
||||||
const viaStream = localStorage.getItem('enableExperimental') == 'true';
|
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
const viaStream = this.stream.hasConnection &&
|
||||||
|
(localStorage.getItem('apiViaStream') ? localStorage.getItem('apiViaStream') == 'true' : true);
|
||||||
|
|
||||||
if (viaStream) {
|
if (viaStream) {
|
||||||
const stream = this.stream.borrow();
|
const stream = this.stream.borrow();
|
||||||
const id = Math.random().toString();
|
const id = Math.random().toString();
|
||||||
|
|
||||||
stream.once(`api-res:${id}`, res => {
|
stream.once(`api-res:${id}`, res => {
|
||||||
|
if (--pending === 0) spinner.parentNode.removeChild(spinner);
|
||||||
|
|
||||||
if (res.res) {
|
if (res.res) {
|
||||||
resolve(res.res);
|
resolve(res.res);
|
||||||
} else {
|
} else {
|
||||||
|
@ -503,7 +506,7 @@ export default class MiOS extends EventEmitter {
|
||||||
reject(body.error);
|
reject(body.error);
|
||||||
}
|
}
|
||||||
}).catch(reject);
|
}).catch(reject);
|
||||||
/*}*/
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,7 @@ export default Vue.extend({
|
||||||
// サウンドを再生する
|
// サウンドを再生する
|
||||||
if ((this as any).os.isEnableSounds) {
|
if ((this as any).os.isEnableSounds) {
|
||||||
const sound = new Audio(`${url}/assets/message.mp3`);
|
const sound = new Audio(`${url}/assets/message.mp3`);
|
||||||
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 1;
|
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 0.5;
|
||||||
sound.play();
|
sound.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -164,7 +164,7 @@ export default Vue.extend({
|
||||||
// サウンドを再生する
|
// サウンドを再生する
|
||||||
if ((this as any).os.isEnableSounds) {
|
if ((this as any).os.isEnableSounds) {
|
||||||
const sound = new Audio(`${url}/assets/othello-put-me.mp3`);
|
const sound = new Audio(`${url}/assets/othello-put-me.mp3`);
|
||||||
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 1;
|
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 0.5;
|
||||||
sound.play();
|
sound.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,7 +188,7 @@ export default Vue.extend({
|
||||||
// サウンドを再生する
|
// サウンドを再生する
|
||||||
if ((this as any).os.isEnableSounds && x.color != this.myColor) {
|
if ((this as any).os.isEnableSounds && x.color != this.myColor) {
|
||||||
const sound = new Audio(`${url}/assets/othello-put-you.mp3`);
|
const sound = new Audio(`${url}/assets/othello-put-you.mp3`);
|
||||||
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 1;
|
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 0.5;
|
||||||
sound.play();
|
sound.play();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -77,7 +77,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
const err =
|
const err =
|
||||||
!this.username.match(/^[a-zA-Z0-9_]+$/) ? 'invalid-format' :
|
!this.username.match(/^[a-zA-Z0-9_]+$/) ? 'invalid-format' :
|
||||||
this.username.length < 3 ? 'min-range' :
|
this.username.length < 1 ? 'min-range' :
|
||||||
this.username.length > 20 ? 'max-range' :
|
this.username.length > 20 ? 'max-range' :
|
||||||
null;
|
null;
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ export default Vue.extend({
|
||||||
} else if (url.hostname == 'youtu.be') {
|
} else if (url.hostname == 'youtu.be') {
|
||||||
this.youtubeId = url.pathname;
|
this.youtubeId = url.pathname;
|
||||||
} else {
|
} else {
|
||||||
fetch('/api:url?url=' + this.url).then(res => {
|
fetch('/url?url=' + this.url).then(res => {
|
||||||
res.json().then(info => {
|
res.json().then(info => {
|
||||||
this.title = info.title;
|
this.title = info.title;
|
||||||
this.description = info.description;
|
this.description = info.description;
|
||||||
|
|
|
@ -26,6 +26,12 @@
|
||||||
<mk-switch v-model="autoPopout" text="ウィンドウの自動ポップアウト">
|
<mk-switch v-model="autoPopout" text="ウィンドウの自動ポップアウト">
|
||||||
<span>ウィンドウが開かれるとき、ポップアウト(ブラウザ外に切り離す)可能なら自動でポップアウトします。この設定はブラウザに記憶されます。</span>
|
<span>ウィンドウが開かれるとき、ポップアウト(ブラウザ外に切り離す)可能なら自動でポップアウトします。この設定はブラウザに記憶されます。</span>
|
||||||
</mk-switch>
|
</mk-switch>
|
||||||
|
<details>
|
||||||
|
<summary>詳細設定</summary>
|
||||||
|
<mk-switch v-model="apiViaStream" text="ストリームを経由したAPIリクエスト">
|
||||||
|
<span>この設定をオンにすると、websocket接続を経由してAPIリクエストが行われます(パフォーマンス向上が期待できます)。オフにすると、ネイティブの fetch APIが利用されます。この設定はこのデバイスのみ有効です。</span>
|
||||||
|
</mk-switch>
|
||||||
|
</details>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="web" v-show="page == 'web'">
|
<section class="web" v-show="page == 'web'">
|
||||||
|
@ -223,7 +229,8 @@ export default Vue.extend({
|
||||||
checkingForUpdate: false,
|
checkingForUpdate: false,
|
||||||
enableSounds: localStorage.getItem('enableSounds') == 'true',
|
enableSounds: localStorage.getItem('enableSounds') == 'true',
|
||||||
autoPopout: localStorage.getItem('autoPopout') == 'true',
|
autoPopout: localStorage.getItem('autoPopout') == 'true',
|
||||||
soundVolume: localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) : 100,
|
apiViaStream: localStorage.getItem('apiViaStream') ? localStorage.getItem('apiViaStream') == 'true' : true,
|
||||||
|
soundVolume: localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) : 50,
|
||||||
lang: localStorage.getItem('lang') || '',
|
lang: localStorage.getItem('lang') || '',
|
||||||
preventUpdate: localStorage.getItem('preventUpdate') == 'true',
|
preventUpdate: localStorage.getItem('preventUpdate') == 'true',
|
||||||
debug: localStorage.getItem('debug') == 'true',
|
debug: localStorage.getItem('debug') == 'true',
|
||||||
|
@ -240,6 +247,9 @@ export default Vue.extend({
|
||||||
autoPopout() {
|
autoPopout() {
|
||||||
localStorage.setItem('autoPopout', this.autoPopout ? 'true' : 'false');
|
localStorage.setItem('autoPopout', this.autoPopout ? 'true' : 'false');
|
||||||
},
|
},
|
||||||
|
apiViaStream() {
|
||||||
|
localStorage.setItem('apiViaStream', this.apiViaStream ? 'true' : 'false');
|
||||||
|
},
|
||||||
enableSounds() {
|
enableSounds() {
|
||||||
localStorage.setItem('enableSounds', this.enableSounds ? 'true' : 'false');
|
localStorage.setItem('enableSounds', this.enableSounds ? 'true' : 'false');
|
||||||
},
|
},
|
||||||
|
@ -337,7 +347,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
soundTest() {
|
soundTest() {
|
||||||
const sound = new Audio(`${url}/assets/message.mp3`);
|
const sound = new Audio(`${url}/assets/message.mp3`);
|
||||||
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 1;
|
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 0.5;
|
||||||
sound.play();
|
sound.play();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,7 +97,7 @@ export default Vue.extend({
|
||||||
// サウンドを再生する
|
// サウンドを再生する
|
||||||
if ((this as any).os.isEnableSounds) {
|
if ((this as any).os.isEnableSounds) {
|
||||||
const sound = new Audio(`${url}/assets/post.mp3`);
|
const sound = new Audio(`${url}/assets/post.mp3`);
|
||||||
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 1;
|
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 0.5;
|
||||||
sound.play();
|
sound.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,9 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/i/customize-home">%fa:wrench%カスタマイズ%fa:angle-right%</a>
|
||||||
|
</li>
|
||||||
<li @click="settings">
|
<li @click="settings">
|
||||||
<p>%fa:cog%%i18n:desktop.tags.mk-ui-header-account.settings%%fa:angle-right%</p>
|
<p>%fa:cog%%i18n:desktop.tags.mk-ui-header-account.settings%%fa:angle-right%</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
const yn = window.confirm(
|
|
||||||
'サーバー上に存在しないスクリプトがリクエストされました。お使いのMisskeyのバージョンが古いことが原因の可能性があります。Misskeyを更新しますか?\n\nA script that does not exist on the server was requested. It may be caused by an old version of Misskey you’re using. Do you want to delete the cache?');
|
|
||||||
|
|
||||||
const langYn = window.confirm('また、言語を日本語に設定すると解決する場合があります。日本語に設定しますか?\n\nAlso, setting the language to Japanese may solve the problem. Would you like to set it to Japanese?');
|
|
||||||
|
|
||||||
if (langYn) {
|
|
||||||
localStorage.setItem('lang', 'ja');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (yn) {
|
|
||||||
// Clear cache (serive worker)
|
|
||||||
try {
|
|
||||||
navigator.serviceWorker.controller.postMessage('clear');
|
|
||||||
|
|
||||||
navigator.serviceWorker.getRegistrations().then(registrations => {
|
|
||||||
registrations.forEach(registration => registration.unregister());
|
|
||||||
});
|
|
||||||
} catch (e) {
|
|
||||||
console.error(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
localStorage.removeItem('v');
|
|
||||||
|
|
||||||
location.reload(true);
|
|
||||||
}
|
|
|
@ -6,7 +6,7 @@ html(lang= lang)
|
||||||
meta(name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no")
|
meta(name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no")
|
||||||
title
|
title
|
||||||
| #{title} | Misskey Docs
|
| #{title} | Misskey Docs
|
||||||
link(rel="stylesheet" href="/assets/style.css")
|
link(rel="stylesheet" href="/docs/assets/style.css")
|
||||||
block meta
|
block meta
|
||||||
|
|
||||||
//- FontAwesome style
|
//- FontAwesome style
|
||||||
|
|
|
@ -41,10 +41,6 @@ export type Source = {
|
||||||
secret_key: string;
|
secret_key: string;
|
||||||
};
|
};
|
||||||
accesslog?: string;
|
accesslog?: string;
|
||||||
accesses?: {
|
|
||||||
enable: boolean;
|
|
||||||
port: number;
|
|
||||||
};
|
|
||||||
twitter?: {
|
twitter?: {
|
||||||
consumer_key: string;
|
consumer_key: string;
|
||||||
consumer_secret: string;
|
consumer_secret: string;
|
||||||
|
|
|
@ -10,7 +10,6 @@ import * as debug from 'debug';
|
||||||
import chalk from 'chalk';
|
import chalk from 'chalk';
|
||||||
// import portUsed = require('tcp-port-used');
|
// import portUsed = require('tcp-port-used');
|
||||||
import isRoot = require('is-root');
|
import isRoot = require('is-root');
|
||||||
import { master } from 'accesses';
|
|
||||||
import Xev from 'xev';
|
import Xev from 'xev';
|
||||||
|
|
||||||
import Logger from './utils/logger';
|
import Logger from './utils/logger';
|
||||||
|
@ -73,11 +72,6 @@ async function masterMain(opt) {
|
||||||
|
|
||||||
Logger.info(chalk.green('Successfully initialized :)'));
|
Logger.info(chalk.green('Successfully initialized :)'));
|
||||||
|
|
||||||
// Init accesses
|
|
||||||
if (config.accesses && config.accesses.enable) {
|
|
||||||
master();
|
|
||||||
}
|
|
||||||
|
|
||||||
spawnWorkers(() => {
|
spawnWorkers(() => {
|
||||||
if (!opt['only-processor']) {
|
if (!opt['only-processor']) {
|
||||||
Logger.info(chalk.bold.green(
|
Logger.info(chalk.bold.green(
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
import * as mongo from 'mongodb';
|
import * as mongo from 'mongodb';
|
||||||
import db from '../db/mongodb';
|
import db from '../db/mongodb';
|
||||||
|
|
||||||
const AccessToken = db.get<IAccessTokens>('accessTokens');
|
const AccessToken = db.get<IAccessToken>('accessTokens');
|
||||||
AccessToken.createIndex('token');
|
AccessToken.createIndex('token');
|
||||||
AccessToken.createIndex('hash');
|
AccessToken.createIndex('hash');
|
||||||
export default AccessToken;
|
export default AccessToken;
|
||||||
|
|
||||||
export type IAccessTokens = {
|
export type IAccessToken = {
|
||||||
_id: mongo.ObjectID;
|
_id: mongo.ObjectID;
|
||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
appId: mongo.ObjectID;
|
appId: mongo.ObjectID;
|
||||||
|
@ -14,3 +14,30 @@ export type IAccessTokens = {
|
||||||
token: string;
|
token: string;
|
||||||
hash: string;
|
hash: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* AccessTokenを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteAccessToken(accessToken: string | mongo.ObjectID | IAccessToken) {
|
||||||
|
let a: IAccessToken;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(accessToken)) {
|
||||||
|
a = await AccessToken.findOne({
|
||||||
|
_id: accessToken
|
||||||
|
});
|
||||||
|
} else if (typeof accessToken === 'string') {
|
||||||
|
a = await AccessToken.findOne({
|
||||||
|
_id: new mongo.ObjectID(accessToken)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
a = accessToken as IAccessToken;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (a == null) return;
|
||||||
|
|
||||||
|
// このAccessTokenを削除
|
||||||
|
await AccessToken.remove({
|
||||||
|
_id: a._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
import * as mongodb from 'mongodb';
|
import * as mongo from 'mongodb';
|
||||||
import deepcopy = require('deepcopy');
|
import deepcopy = require('deepcopy');
|
||||||
import { pack as packFolder } from './drive-folder';
|
import { pack as packFolder } from './drive-folder';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import monkDb, { nativeDbConn } from '../db/mongodb';
|
import monkDb, { nativeDbConn } from '../db/mongodb';
|
||||||
|
import Note, { deleteNote } from './note';
|
||||||
|
import MessagingMessage, { deleteMessagingMessage } from './messaging-message';
|
||||||
|
import User from './user';
|
||||||
|
|
||||||
const DriveFile = monkDb.get<IDriveFile>('driveFiles.files');
|
const DriveFile = monkDb.get<IDriveFile>('driveFiles.files');
|
||||||
|
|
||||||
|
@ -10,9 +13,9 @@ DriveFile.createIndex('metadata.uri', { sparse: true, unique: true });
|
||||||
|
|
||||||
export default DriveFile;
|
export default DriveFile;
|
||||||
|
|
||||||
const getGridFSBucket = async (): Promise<mongodb.GridFSBucket> => {
|
const getGridFSBucket = async (): Promise<mongo.GridFSBucket> => {
|
||||||
const db = await nativeDbConn();
|
const db = await nativeDbConn();
|
||||||
const bucket = new mongodb.GridFSBucket(db, {
|
const bucket = new mongo.GridFSBucket(db, {
|
||||||
bucketName: 'driveFiles'
|
bucketName: 'driveFiles'
|
||||||
});
|
});
|
||||||
return bucket;
|
return bucket;
|
||||||
|
@ -22,14 +25,14 @@ export { getGridFSBucket };
|
||||||
|
|
||||||
export type IMetadata = {
|
export type IMetadata = {
|
||||||
properties: any;
|
properties: any;
|
||||||
userId: mongodb.ObjectID;
|
userId: mongo.ObjectID;
|
||||||
folderId: mongodb.ObjectID;
|
folderId: mongo.ObjectID;
|
||||||
comment: string;
|
comment: string;
|
||||||
uri: string;
|
uri: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type IDriveFile = {
|
export type IDriveFile = {
|
||||||
_id: mongodb.ObjectID;
|
_id: mongo.ObjectID;
|
||||||
uploadDate: Date;
|
uploadDate: Date;
|
||||||
md5: string;
|
md5: string;
|
||||||
filename: string;
|
filename: string;
|
||||||
|
@ -47,12 +50,56 @@ export function validateFileName(name: string): boolean {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* DriveFileを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteDriveFile(driveFile: string | mongo.ObjectID | IDriveFile) {
|
||||||
|
let d: IDriveFile;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(driveFile)) {
|
||||||
|
d = await DriveFile.findOne({
|
||||||
|
_id: driveFile
|
||||||
|
});
|
||||||
|
} else if (typeof driveFile === 'string') {
|
||||||
|
d = await DriveFile.findOne({
|
||||||
|
_id: new mongo.ObjectID(driveFile)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
d = driveFile as IDriveFile;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (d == null) return;
|
||||||
|
|
||||||
|
// このDriveFileを添付しているNoteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Note.find({ mediaIds: d._id })
|
||||||
|
).map(x => deleteNote(x)));
|
||||||
|
|
||||||
|
// このDriveFileを添付しているMessagingMessageをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await MessagingMessage.find({ fileId: d._id })
|
||||||
|
).map(x => deleteMessagingMessage(x)));
|
||||||
|
|
||||||
|
// このDriveFileがアバターやバナーに使われていたらそれらのプロパティをnullにする
|
||||||
|
const u = await User.findOne({ _id: d.metadata.userId });
|
||||||
|
if (u) {
|
||||||
|
if (u.avatarId.equals(d._id)) {
|
||||||
|
await User.update({ _id: u._id }, { $set: { avatarId: null } });
|
||||||
|
}
|
||||||
|
if (u.bannerId.equals(d._id)) {
|
||||||
|
await User.update({ _id: u._id }, { $set: { bannerId: null } });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// このDriveFileを削除
|
||||||
|
await DriveFile.remove({
|
||||||
|
_id: d._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pack a drive file for API response
|
* Pack a drive file for API response
|
||||||
*
|
|
||||||
* @param {any} file
|
|
||||||
* @param {any} options?
|
|
||||||
* @return {Promise<any>}
|
|
||||||
*/
|
*/
|
||||||
export const pack = (
|
export const pack = (
|
||||||
file: any,
|
file: any,
|
||||||
|
@ -67,13 +114,13 @@ export const pack = (
|
||||||
let _file: any;
|
let _file: any;
|
||||||
|
|
||||||
// Populate the file if 'file' is ID
|
// Populate the file if 'file' is ID
|
||||||
if (mongodb.ObjectID.prototype.isPrototypeOf(file)) {
|
if (mongo.ObjectID.prototype.isPrototypeOf(file)) {
|
||||||
_file = await DriveFile.findOne({
|
_file = await DriveFile.findOne({
|
||||||
_id: file
|
_id: file
|
||||||
});
|
});
|
||||||
} else if (typeof file === 'string') {
|
} else if (typeof file === 'string') {
|
||||||
_file = await DriveFile.findOne({
|
_file = await DriveFile.findOne({
|
||||||
_id: new mongodb.ObjectID(file)
|
_id: new mongo.ObjectID(file)
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
_file = deepcopy(file);
|
_file = deepcopy(file);
|
||||||
|
|
|
@ -21,12 +21,53 @@ export function isValidFolderName(name: string): boolean {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* DriveFolderを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteDriveFolder(driveFolder: string | mongo.ObjectID | IDriveFolder) {
|
||||||
|
let d: IDriveFolder;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(driveFolder)) {
|
||||||
|
d = await DriveFolder.findOne({
|
||||||
|
_id: driveFolder
|
||||||
|
});
|
||||||
|
} else if (typeof driveFolder === 'string') {
|
||||||
|
d = await DriveFolder.findOne({
|
||||||
|
_id: new mongo.ObjectID(driveFolder)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
d = driveFolder as IDriveFolder;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (d == null) return;
|
||||||
|
|
||||||
|
// このDriveFolderに格納されているDriveFileがあればすべてルートに移動
|
||||||
|
await DriveFile.update({
|
||||||
|
'metadata.folderId': d._id
|
||||||
|
}, {
|
||||||
|
$set: {
|
||||||
|
'metadata.folderId': null
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// このDriveFolderに格納されているDriveFolderがあればすべてルートに移動
|
||||||
|
await DriveFolder.update({
|
||||||
|
parentId: d._id
|
||||||
|
}, {
|
||||||
|
$set: {
|
||||||
|
parentId: null
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// このDriveFolderを削除
|
||||||
|
await DriveFolder.remove({
|
||||||
|
_id: d._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pack a drive folder for API response
|
* Pack a drive folder for API response
|
||||||
*
|
|
||||||
* @param {any} folder
|
|
||||||
* @param {any} options?
|
|
||||||
* @return {Promise<any>}
|
|
||||||
*/
|
*/
|
||||||
export const pack = (
|
export const pack = (
|
||||||
folder: any,
|
folder: any,
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
import * as mongo from 'mongodb';
|
import * as mongo from 'mongodb';
|
||||||
import db from '../db/mongodb';
|
import db from '../db/mongodb';
|
||||||
|
|
||||||
const Favorites = db.get<IFavorite>('favorites');
|
const Favorite = db.get<IFavorite>('favorites');
|
||||||
export default Favorites;
|
export default Favorite;
|
||||||
|
|
||||||
export type IFavorite = {
|
export type IFavorite = {
|
||||||
_id: mongo.ObjectID;
|
_id: mongo.ObjectID;
|
||||||
|
@ -10,3 +10,30 @@ export type IFavorite = {
|
||||||
userId: mongo.ObjectID;
|
userId: mongo.ObjectID;
|
||||||
noteId: mongo.ObjectID;
|
noteId: mongo.ObjectID;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Favoriteを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteFavorite(favorite: string | mongo.ObjectID | IFavorite) {
|
||||||
|
let f: IFavorite;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(favorite)) {
|
||||||
|
f = await Favorite.findOne({
|
||||||
|
_id: favorite
|
||||||
|
});
|
||||||
|
} else if (typeof favorite === 'string') {
|
||||||
|
f = await Favorite.findOne({
|
||||||
|
_id: new mongo.ObjectID(favorite)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
f = favorite as IFavorite;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (f == null) return;
|
||||||
|
|
||||||
|
// このFavoriteを削除
|
||||||
|
await Favorite.remove({
|
||||||
|
_id: f._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -1,12 +1,39 @@
|
||||||
import { ObjectID } from 'mongodb';
|
import * as mongo from 'mongodb';
|
||||||
import db from '../db/mongodb';
|
import db from '../db/mongodb';
|
||||||
|
|
||||||
const FollowedLog = db.get<IFollowedLog>('followedLogs');
|
const FollowedLog = db.get<IFollowedLog>('followedLogs');
|
||||||
export default FollowedLog;
|
export default FollowedLog;
|
||||||
|
|
||||||
export type IFollowedLog = {
|
export type IFollowedLog = {
|
||||||
_id: ObjectID;
|
_id: mongo.ObjectID;
|
||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
userId: ObjectID;
|
userId: mongo.ObjectID;
|
||||||
count: number;
|
count: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* FollowedLogを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteFollowedLog(followedLog: string | mongo.ObjectID | IFollowedLog) {
|
||||||
|
let f: IFollowedLog;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(followedLog)) {
|
||||||
|
f = await FollowedLog.findOne({
|
||||||
|
_id: followedLog
|
||||||
|
});
|
||||||
|
} else if (typeof followedLog === 'string') {
|
||||||
|
f = await FollowedLog.findOne({
|
||||||
|
_id: new mongo.ObjectID(followedLog)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
f = followedLog as IFollowedLog;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (f == null) return;
|
||||||
|
|
||||||
|
// このFollowedLogを削除
|
||||||
|
await FollowedLog.remove({
|
||||||
|
_id: f._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -1,12 +1,39 @@
|
||||||
import { ObjectID } from 'mongodb';
|
import * as mongo from 'mongodb';
|
||||||
import db from '../db/mongodb';
|
import db from '../db/mongodb';
|
||||||
|
|
||||||
const FollowingLog = db.get<IFollowingLog>('followingLogs');
|
const FollowingLog = db.get<IFollowingLog>('followingLogs');
|
||||||
export default FollowingLog;
|
export default FollowingLog;
|
||||||
|
|
||||||
export type IFollowingLog = {
|
export type IFollowingLog = {
|
||||||
_id: ObjectID;
|
_id: mongo.ObjectID;
|
||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
userId: ObjectID;
|
userId: mongo.ObjectID;
|
||||||
count: number;
|
count: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* FollowingLogを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteFollowingLog(followingLog: string | mongo.ObjectID | IFollowingLog) {
|
||||||
|
let f: IFollowingLog;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(followingLog)) {
|
||||||
|
f = await FollowingLog.findOne({
|
||||||
|
_id: followingLog
|
||||||
|
});
|
||||||
|
} else if (typeof followingLog === 'string') {
|
||||||
|
f = await FollowingLog.findOne({
|
||||||
|
_id: new mongo.ObjectID(followingLog)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
f = followingLog as IFollowingLog;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (f == null) return;
|
||||||
|
|
||||||
|
// このFollowingLogを削除
|
||||||
|
await FollowingLog.remove({
|
||||||
|
_id: f._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -11,3 +11,30 @@ export type IFollowing = {
|
||||||
followeeId: mongo.ObjectID;
|
followeeId: mongo.ObjectID;
|
||||||
followerId: mongo.ObjectID;
|
followerId: mongo.ObjectID;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Followingを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteFollowing(following: string | mongo.ObjectID | IFollowing) {
|
||||||
|
let f: IFollowing;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(following)) {
|
||||||
|
f = await Following.findOne({
|
||||||
|
_id: following
|
||||||
|
});
|
||||||
|
} else if (typeof following === 'string') {
|
||||||
|
f = await Following.findOne({
|
||||||
|
_id: new mongo.ObjectID(following)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
f = following as IFollowing;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (f == null) return;
|
||||||
|
|
||||||
|
// このFollowingを削除
|
||||||
|
await Following.remove({
|
||||||
|
_id: f._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -11,3 +11,30 @@ export type IMessagingHistory = {
|
||||||
partnerId: mongo.ObjectID;
|
partnerId: mongo.ObjectID;
|
||||||
messageId: mongo.ObjectID;
|
messageId: mongo.ObjectID;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* MessagingHistoryを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteMessagingHistory(messagingHistory: string | mongo.ObjectID | IMessagingHistory) {
|
||||||
|
let m: IMessagingHistory;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(messagingHistory)) {
|
||||||
|
m = await MessagingHistory.findOne({
|
||||||
|
_id: messagingHistory
|
||||||
|
});
|
||||||
|
} else if (typeof messagingHistory === 'string') {
|
||||||
|
m = await MessagingHistory.findOne({
|
||||||
|
_id: new mongo.ObjectID(messagingHistory)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
m = messagingHistory as IMessagingHistory;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (m == null) return;
|
||||||
|
|
||||||
|
// このMessagingHistoryを削除
|
||||||
|
await MessagingHistory.remove({
|
||||||
|
_id: m._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@ import deepcopy = require('deepcopy');
|
||||||
import { pack as packUser } from './user';
|
import { pack as packUser } from './user';
|
||||||
import { pack as packFile } from './drive-file';
|
import { pack as packFile } from './drive-file';
|
||||||
import db from '../db/mongodb';
|
import db from '../db/mongodb';
|
||||||
|
import MessagingHistory, { deleteMessagingHistory } from './messaging-history';
|
||||||
|
|
||||||
const MessagingMessage = db.get<IMessagingMessage>('messagingMessages');
|
const MessagingMessage = db.get<IMessagingMessage>('messagingMessages');
|
||||||
export default MessagingMessage;
|
export default MessagingMessage;
|
||||||
|
@ -22,13 +23,40 @@ export function isValidText(text: string): boolean {
|
||||||
return text.length <= 1000 && text.trim() != '';
|
return text.length <= 1000 && text.trim() != '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* MessagingMessageを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteMessagingMessage(messagingMessage: string | mongo.ObjectID | IMessagingMessage) {
|
||||||
|
let m: IMessagingMessage;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(messagingMessage)) {
|
||||||
|
m = await MessagingMessage.findOne({
|
||||||
|
_id: messagingMessage
|
||||||
|
});
|
||||||
|
} else if (typeof messagingMessage === 'string') {
|
||||||
|
m = await MessagingMessage.findOne({
|
||||||
|
_id: new mongo.ObjectID(messagingMessage)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
m = messagingMessage as IMessagingMessage;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (m == null) return;
|
||||||
|
|
||||||
|
// このMessagingMessageを指すMessagingHistoryをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await MessagingHistory.find({ messageId: m._id })
|
||||||
|
).map(x => deleteMessagingHistory(x)));
|
||||||
|
|
||||||
|
// このMessagingMessageを削除
|
||||||
|
await MessagingMessage.remove({
|
||||||
|
_id: m._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pack a messaging message for API response
|
* Pack a messaging message for API response
|
||||||
*
|
|
||||||
* @param {any} message
|
|
||||||
* @param {any} me?
|
|
||||||
* @param {any} options?
|
|
||||||
* @return {Promise<any>}
|
|
||||||
*/
|
*/
|
||||||
export const pack = (
|
export const pack = (
|
||||||
message: any,
|
message: any,
|
||||||
|
|
|
@ -11,3 +11,30 @@ export interface IMute {
|
||||||
muterId: mongo.ObjectID;
|
muterId: mongo.ObjectID;
|
||||||
muteeId: mongo.ObjectID;
|
muteeId: mongo.ObjectID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Muteを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteMute(mute: string | mongo.ObjectID | IMute) {
|
||||||
|
let m: IMute;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(mute)) {
|
||||||
|
m = await Mute.findOne({
|
||||||
|
_id: mute
|
||||||
|
});
|
||||||
|
} else if (typeof mute === 'string') {
|
||||||
|
m = await Mute.findOne({
|
||||||
|
_id: new mongo.ObjectID(mute)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
m = mute as IMute;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (m == null) return;
|
||||||
|
|
||||||
|
// このMuteを削除
|
||||||
|
await Mute.remove({
|
||||||
|
_id: m._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -16,12 +16,35 @@ export interface INoteReaction {
|
||||||
reaction: string;
|
reaction: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* NoteReactionを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteNoteReaction(noteReaction: string | mongo.ObjectID | INoteReaction) {
|
||||||
|
let n: INoteReaction;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(noteReaction)) {
|
||||||
|
n = await NoteReaction.findOne({
|
||||||
|
_id: noteReaction
|
||||||
|
});
|
||||||
|
} else if (typeof noteReaction === 'string') {
|
||||||
|
n = await NoteReaction.findOne({
|
||||||
|
_id: new mongo.ObjectID(noteReaction)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
n = noteReaction as INoteReaction;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (n == null) return;
|
||||||
|
|
||||||
|
// このNoteReactionを削除
|
||||||
|
await NoteReaction.remove({
|
||||||
|
_id: n._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pack a reaction for API response
|
* Pack a reaction for API response
|
||||||
*
|
|
||||||
* @param {any} reaction
|
|
||||||
* @param {any} me?
|
|
||||||
* @return {Promise<any>}
|
|
||||||
*/
|
*/
|
||||||
export const pack = (
|
export const pack = (
|
||||||
reaction: any,
|
reaction: any,
|
||||||
|
|
|
@ -11,3 +11,30 @@ export interface INoteWatching {
|
||||||
userId: mongo.ObjectID;
|
userId: mongo.ObjectID;
|
||||||
noteId: mongo.ObjectID;
|
noteId: mongo.ObjectID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* NoteWatchingを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteNoteWatching(noteWatching: string | mongo.ObjectID | INoteWatching) {
|
||||||
|
let n: INoteWatching;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(noteWatching)) {
|
||||||
|
n = await NoteWatching.findOne({
|
||||||
|
_id: noteWatching
|
||||||
|
});
|
||||||
|
} else if (typeof noteWatching === 'string') {
|
||||||
|
n = await NoteWatching.findOne({
|
||||||
|
_id: new mongo.ObjectID(noteWatching)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
n = noteWatching as INoteWatching;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (n == null) return;
|
||||||
|
|
||||||
|
// このNoteWatchingを削除
|
||||||
|
await NoteWatching.remove({
|
||||||
|
_id: n._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -5,9 +5,13 @@ import db from '../db/mongodb';
|
||||||
import { IUser, pack as packUser } from './user';
|
import { IUser, pack as packUser } from './user';
|
||||||
import { pack as packApp } from './app';
|
import { pack as packApp } from './app';
|
||||||
import { pack as packChannel } from './channel';
|
import { pack as packChannel } from './channel';
|
||||||
import Vote from './poll-vote';
|
import Vote, { deletePollVote } from './poll-vote';
|
||||||
import Reaction from './note-reaction';
|
import Reaction, { deleteNoteReaction } from './note-reaction';
|
||||||
import { pack as packFile } from './drive-file';
|
import { pack as packFile } from './drive-file';
|
||||||
|
import NoteWatching, { deleteNoteWatching } from './note-watching';
|
||||||
|
import NoteReaction from './note-reaction';
|
||||||
|
import Favorite, { deleteFavorite } from './favorite';
|
||||||
|
import PollVote from './poll-vote';
|
||||||
|
|
||||||
const Note = db.get<INote>('notes');
|
const Note = db.get<INote>('notes');
|
||||||
|
|
||||||
|
@ -69,6 +73,63 @@ export type INote = {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Noteを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteNote(note: string | mongo.ObjectID | INote) {
|
||||||
|
let n: INote;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(note)) {
|
||||||
|
n = await Note.findOne({
|
||||||
|
_id: note
|
||||||
|
});
|
||||||
|
} else if (typeof note === 'string') {
|
||||||
|
n = await Note.findOne({
|
||||||
|
_id: new mongo.ObjectID(note)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
n = note as INote;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (n == null) return;
|
||||||
|
|
||||||
|
// このNoteへの返信をすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Note.find({ replyId: n._id })
|
||||||
|
).map(x => deleteNote(x)));
|
||||||
|
|
||||||
|
// このNoteのRenoteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Note.find({ renoteId: n._id })
|
||||||
|
).map(x => deleteNote(x)));
|
||||||
|
|
||||||
|
// この投稿に対するNoteWatchingをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await NoteWatching.find({ noteId: n._id })
|
||||||
|
).map(x => deleteNoteWatching(x)));
|
||||||
|
|
||||||
|
// この投稿に対するNoteReactionをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await NoteReaction.find({ noteId: n._id })
|
||||||
|
).map(x => deleteNoteReaction(x)));
|
||||||
|
|
||||||
|
// この投稿に対するPollVoteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await PollVote.find({ noteId: n._id })
|
||||||
|
).map(x => deletePollVote(x)));
|
||||||
|
|
||||||
|
// この投稿に対するFavoriteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Favorite.find({ noteId: n._id })
|
||||||
|
).map(x => deleteFavorite(x)));
|
||||||
|
|
||||||
|
// このNoteを削除
|
||||||
|
await Note.remove({
|
||||||
|
_id: n._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pack a note for API response
|
* Pack a note for API response
|
||||||
*
|
*
|
||||||
|
|
|
@ -11,3 +11,30 @@ export interface IPollVote {
|
||||||
noteId: mongo.ObjectID;
|
noteId: mongo.ObjectID;
|
||||||
choice: number;
|
choice: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* PollVoteを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deletePollVote(pollVote: string | mongo.ObjectID | IPollVote) {
|
||||||
|
let p: IPollVote;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(pollVote)) {
|
||||||
|
p = await PollVote.findOne({
|
||||||
|
_id: pollVote
|
||||||
|
});
|
||||||
|
} else if (typeof pollVote === 'string') {
|
||||||
|
p = await PollVote.findOne({
|
||||||
|
_id: new mongo.ObjectID(pollVote)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
p = pollVote as IPollVote;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (p == null) return;
|
||||||
|
|
||||||
|
// このPollVoteを削除
|
||||||
|
await PollVote.remove({
|
||||||
|
_id: p._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -11,3 +11,31 @@ export interface ISwSubscription {
|
||||||
auth: string;
|
auth: string;
|
||||||
publickey: string;
|
publickey: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SwSubscriptionを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteSwSubscription(swSubscription: string | mongo.ObjectID | ISwSubscription) {
|
||||||
|
let s: ISwSubscription;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(swSubscription)) {
|
||||||
|
s = await SwSubscription.findOne({
|
||||||
|
_id: swSubscription
|
||||||
|
});
|
||||||
|
} else if (typeof swSubscription === 'string') {
|
||||||
|
s = await SwSubscription.findOne({
|
||||||
|
_id: new mongo.ObjectID(swSubscription)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
s = swSubscription as ISwSubscription;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (s == null) return;
|
||||||
|
|
||||||
|
// このSwSubscriptionを削除
|
||||||
|
await SwSubscription.remove({
|
||||||
|
_id: s._id
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,15 +2,28 @@ import * as mongo from 'mongodb';
|
||||||
import deepcopy = require('deepcopy');
|
import deepcopy = require('deepcopy');
|
||||||
import rap from '@prezzemolo/rap';
|
import rap from '@prezzemolo/rap';
|
||||||
import db from '../db/mongodb';
|
import db from '../db/mongodb';
|
||||||
import { INote, pack as packNote } from './note';
|
import Note, { INote, pack as packNote, deleteNote } from './note';
|
||||||
import Following from './following';
|
import Following, { deleteFollowing } from './following';
|
||||||
import Mute from './mute';
|
import Mute, { deleteMute } from './mute';
|
||||||
import getFriends from '../server/api/common/get-friends';
|
import getFriends from '../server/api/common/get-friends';
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
|
import AccessToken, { deleteAccessToken } from './access-token';
|
||||||
|
import NoteWatching, { deleteNoteWatching } from './note-watching';
|
||||||
|
import Favorite, { deleteFavorite } from './favorite';
|
||||||
|
import NoteReaction, { deleteNoteReaction } from './note-reaction';
|
||||||
|
import MessagingMessage, { deleteMessagingMessage } from './messaging-message';
|
||||||
|
import MessagingHistory, { deleteMessagingHistory } from './messaging-history';
|
||||||
|
import DriveFile, { deleteDriveFile } from './drive-file';
|
||||||
|
import DriveFolder, { deleteDriveFolder } from './drive-folder';
|
||||||
|
import PollVote, { deletePollVote } from './poll-vote';
|
||||||
|
import FollowingLog, { deleteFollowingLog } from './following-log';
|
||||||
|
import FollowedLog, { deleteFollowedLog } from './followed-log';
|
||||||
|
import SwSubscription, { deleteSwSubscription } from './sw-subscription';
|
||||||
|
|
||||||
const User = db.get<IUser>('users');
|
const User = db.get<IUser>('users');
|
||||||
|
|
||||||
User.createIndex('username');
|
User.createIndex('username');
|
||||||
|
User.createIndex('usernameLower');
|
||||||
User.createIndex('token');
|
User.createIndex('token');
|
||||||
User.createIndex('uri', { sparse: true, unique: true });
|
User.createIndex('uri', { sparse: true, unique: true });
|
||||||
|
|
||||||
|
@ -121,6 +134,120 @@ export function init(user): IUser {
|
||||||
return user;
|
return user;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Userを物理削除します
|
||||||
|
*/
|
||||||
|
export async function deleteUser(user: string | mongo.ObjectID | IUser) {
|
||||||
|
let u: IUser;
|
||||||
|
|
||||||
|
// Populate
|
||||||
|
if (mongo.ObjectID.prototype.isPrototypeOf(user)) {
|
||||||
|
u = await User.findOne({
|
||||||
|
_id: user
|
||||||
|
});
|
||||||
|
} else if (typeof user === 'string') {
|
||||||
|
u = await User.findOne({
|
||||||
|
_id: new mongo.ObjectID(user)
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
u = user as IUser;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (u == null) return;
|
||||||
|
|
||||||
|
// このユーザーのAccessTokenをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await AccessToken.find({ userId: u._id })
|
||||||
|
).map(x => deleteAccessToken(x)));
|
||||||
|
|
||||||
|
// このユーザーのNoteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Note.find({ userId: u._id })
|
||||||
|
).map(x => deleteNote(x)));
|
||||||
|
|
||||||
|
// このユーザーのNoteReactionをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await NoteReaction.find({ userId: u._id })
|
||||||
|
).map(x => deleteNoteReaction(x)));
|
||||||
|
|
||||||
|
// このユーザーのNoteWatchingをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await NoteWatching.find({ userId: u._id })
|
||||||
|
).map(x => deleteNoteWatching(x)));
|
||||||
|
|
||||||
|
// このユーザーのPollVoteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await PollVote.find({ userId: u._id })
|
||||||
|
).map(x => deletePollVote(x)));
|
||||||
|
|
||||||
|
// このユーザーのFavoriteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Favorite.find({ userId: u._id })
|
||||||
|
).map(x => deleteFavorite(x)));
|
||||||
|
|
||||||
|
// このユーザーのMessageをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await MessagingMessage.find({ userId: u._id })
|
||||||
|
).map(x => deleteMessagingMessage(x)));
|
||||||
|
|
||||||
|
// このユーザーへのMessageをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await MessagingMessage.find({ recipientId: u._id })
|
||||||
|
).map(x => deleteMessagingMessage(x)));
|
||||||
|
|
||||||
|
// このユーザーの関わるMessagingHistoryをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await MessagingHistory.find({ $or: [{ partnerId: u._id }, { userId: u._id }] })
|
||||||
|
).map(x => deleteMessagingHistory(x)));
|
||||||
|
|
||||||
|
// このユーザーのDriveFileをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await DriveFile.find({ 'metadata.userId': u._id })
|
||||||
|
).map(x => deleteDriveFile(x)));
|
||||||
|
|
||||||
|
// このユーザーのDriveFolderをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await DriveFolder.find({ userId: u._id })
|
||||||
|
).map(x => deleteDriveFolder(x)));
|
||||||
|
|
||||||
|
// このユーザーのMuteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Mute.find({ muterId: u._id })
|
||||||
|
).map(x => deleteMute(x)));
|
||||||
|
|
||||||
|
// このユーザーへのMuteをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Mute.find({ muteeId: u._id })
|
||||||
|
).map(x => deleteMute(x)));
|
||||||
|
|
||||||
|
// このユーザーのFollowingをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Following.find({ followerId: u._id })
|
||||||
|
).map(x => deleteFollowing(x)));
|
||||||
|
|
||||||
|
// このユーザーへのFollowingをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await Following.find({ followeeId: u._id })
|
||||||
|
).map(x => deleteFollowing(x)));
|
||||||
|
|
||||||
|
// このユーザーのFollowingLogをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await FollowingLog.find({ userId: u._id })
|
||||||
|
).map(x => deleteFollowingLog(x)));
|
||||||
|
|
||||||
|
// このユーザーのFollowedLogをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await FollowedLog.find({ userId: u._id })
|
||||||
|
).map(x => deleteFollowedLog(x)));
|
||||||
|
|
||||||
|
// このユーザーのSwSubscriptionをすべて削除
|
||||||
|
await Promise.all((
|
||||||
|
await SwSubscription.find({ userId: u._id })
|
||||||
|
).map(x => deleteSwSubscription(x)));
|
||||||
|
|
||||||
|
// このユーザーを削除
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pack a user for API response
|
* Pack a user for API response
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
export default [
|
|
||||||
'https://www.w3.org/ns/activitystreams',
|
|
||||||
'https://w3id.org/security/v1',
|
|
||||||
{ Hashtag: 'as:Hashtag' }
|
|
||||||
];
|
|
7
src/remote/activitypub/renderer/index.ts
Normal file
7
src/remote/activitypub/renderer/index.ts
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
export default (x: any) => Object.assign({
|
||||||
|
'@context': [
|
||||||
|
'https://www.w3.org/ns/activitystreams',
|
||||||
|
'https://w3id.org/security/v1',
|
||||||
|
{ Hashtag: 'as:Hashtag' }
|
||||||
|
]
|
||||||
|
}, x);
|
131
src/server/activitypub.ts
Normal file
131
src/server/activitypub.ts
Normal file
|
@ -0,0 +1,131 @@
|
||||||
|
import * as Router from 'koa-router';
|
||||||
|
import { parseRequest } from 'http-signature';
|
||||||
|
|
||||||
|
import { createHttp } from '../queue';
|
||||||
|
import pack from '../remote/activitypub/renderer';
|
||||||
|
import Note from '../models/note';
|
||||||
|
import User, { isLocalUser } from '../models/user';
|
||||||
|
import renderNote from '../remote/activitypub/renderer/note';
|
||||||
|
import renderKey from '../remote/activitypub/renderer/key';
|
||||||
|
import renderPerson from '../remote/activitypub/renderer/person';
|
||||||
|
import renderOrderedCollection from '../remote/activitypub/renderer/ordered-collection';
|
||||||
|
//import parseAcct from '../acct/parse';
|
||||||
|
import config from '../config';
|
||||||
|
|
||||||
|
// Init router
|
||||||
|
const router = new Router();
|
||||||
|
|
||||||
|
//#region Routing
|
||||||
|
|
||||||
|
// inbox
|
||||||
|
router.post('/users/:user/inbox', ctx => {
|
||||||
|
let signature;
|
||||||
|
|
||||||
|
ctx.req.headers.authorization = 'Signature ' + ctx.req.headers.signature;
|
||||||
|
|
||||||
|
try {
|
||||||
|
signature = parseRequest(ctx.req);
|
||||||
|
} catch (e) {
|
||||||
|
ctx.status = 401;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
createHttp({
|
||||||
|
type: 'processInbox',
|
||||||
|
activity: ctx.request.body,
|
||||||
|
signature
|
||||||
|
}).save();
|
||||||
|
|
||||||
|
ctx.status = 202;
|
||||||
|
});
|
||||||
|
|
||||||
|
// note
|
||||||
|
router.get('/notes/:note', async (ctx, next) => {
|
||||||
|
const accepted = ctx.accepts('html', 'application/activity+json', 'application/ld+json');
|
||||||
|
if (!['application/activity+json', 'application/ld+json'].includes(accepted as string)) {
|
||||||
|
await next();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const note = await Note.findOne({
|
||||||
|
_id: ctx.params.note
|
||||||
|
});
|
||||||
|
|
||||||
|
if (note === null) {
|
||||||
|
ctx.status = 404;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
ctx.body = pack(await renderNote(note));
|
||||||
|
});
|
||||||
|
|
||||||
|
// outbot
|
||||||
|
router.get('/users/:user/outbox', async ctx => {
|
||||||
|
const userId = ctx.params.user;
|
||||||
|
|
||||||
|
const user = await User.findOne({ _id: userId });
|
||||||
|
|
||||||
|
if (user === null) {
|
||||||
|
ctx.status = 404;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const notes = await Note.find({ userId: user._id }, {
|
||||||
|
limit: 10,
|
||||||
|
sort: { _id: -1 }
|
||||||
|
});
|
||||||
|
|
||||||
|
const renderedNotes = await Promise.all(notes.map(note => renderNote(note)));
|
||||||
|
const rendered = renderOrderedCollection(`${config.url}/users/${userId}/inbox`, user.notesCount, renderedNotes);
|
||||||
|
|
||||||
|
ctx.body = pack(rendered);
|
||||||
|
});
|
||||||
|
|
||||||
|
// publickey
|
||||||
|
router.get('/users/:user/publickey', async ctx => {
|
||||||
|
const userId = ctx.params.user;
|
||||||
|
|
||||||
|
const user = await User.findOne({ _id: userId });
|
||||||
|
|
||||||
|
if (user === null) {
|
||||||
|
ctx.status = 404;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isLocalUser(user)) {
|
||||||
|
ctx.body = pack(renderKey(user));
|
||||||
|
} else {
|
||||||
|
ctx.status = 400;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// user
|
||||||
|
router.get('/users/:user', async ctx => {
|
||||||
|
const userId = ctx.params.user;
|
||||||
|
|
||||||
|
const user = await User.findOne({ _id: userId });
|
||||||
|
|
||||||
|
if (user === null) {
|
||||||
|
ctx.status = 404;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
ctx.body = pack(renderPerson(user));
|
||||||
|
});
|
||||||
|
|
||||||
|
// follow form
|
||||||
|
router.get('/authorize-follow', async ctx => {
|
||||||
|
/* TODO
|
||||||
|
const { username, host } = parseAcct(ctx.query.acct);
|
||||||
|
if (host === null) {
|
||||||
|
res.sendStatus(422);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const finger = await request(`https://${host}`)
|
||||||
|
*/
|
||||||
|
});
|
||||||
|
|
||||||
|
//#endregion
|
||||||
|
|
||||||
|
export default router;
|
|
@ -1,32 +0,0 @@
|
||||||
import * as bodyParser from 'body-parser';
|
|
||||||
import * as express from 'express';
|
|
||||||
import { parseRequest } from 'http-signature';
|
|
||||||
import { createHttp } from '../../queue';
|
|
||||||
|
|
||||||
const app = express.Router();
|
|
||||||
|
|
||||||
app.post('/users/:user/inbox', bodyParser.json({
|
|
||||||
type() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}), async (req, res) => {
|
|
||||||
let signature;
|
|
||||||
|
|
||||||
req.headers.authorization = 'Signature ' + req.headers.signature;
|
|
||||||
|
|
||||||
try {
|
|
||||||
signature = parseRequest(req);
|
|
||||||
} catch (exception) {
|
|
||||||
return res.sendStatus(401);
|
|
||||||
}
|
|
||||||
|
|
||||||
createHttp({
|
|
||||||
type: 'processInbox',
|
|
||||||
activity: req.body,
|
|
||||||
signature,
|
|
||||||
}).save();
|
|
||||||
|
|
||||||
return res.status(202).end();
|
|
||||||
});
|
|
||||||
|
|
||||||
export default app;
|
|
|
@ -1,18 +0,0 @@
|
||||||
import * as express from 'express';
|
|
||||||
|
|
||||||
import user from './user';
|
|
||||||
import inbox from './inbox';
|
|
||||||
import outbox from './outbox';
|
|
||||||
import publicKey from './publickey';
|
|
||||||
import note from './note';
|
|
||||||
|
|
||||||
const app = express();
|
|
||||||
app.disable('x-powered-by');
|
|
||||||
|
|
||||||
app.use(user);
|
|
||||||
app.use(inbox);
|
|
||||||
app.use(outbox);
|
|
||||||
app.use(publicKey);
|
|
||||||
app.use(note);
|
|
||||||
|
|
||||||
export default app;
|
|
|
@ -1,28 +0,0 @@
|
||||||
import * as express from 'express';
|
|
||||||
import context from '../../remote/activitypub/renderer/context';
|
|
||||||
import render from '../../remote/activitypub/renderer/note';
|
|
||||||
import Note from '../../models/note';
|
|
||||||
|
|
||||||
const app = express.Router();
|
|
||||||
|
|
||||||
app.get('/notes/:note', async (req, res, next) => {
|
|
||||||
const accepted = req.accepts(['html', 'application/activity+json', 'application/ld+json']);
|
|
||||||
if (!(['application/activity+json', 'application/ld+json'] as any[]).includes(accepted)) {
|
|
||||||
return next();
|
|
||||||
}
|
|
||||||
|
|
||||||
const note = await Note.findOne({
|
|
||||||
_id: req.params.note
|
|
||||||
});
|
|
||||||
|
|
||||||
if (note === null) {
|
|
||||||
return res.sendStatus(404);
|
|
||||||
}
|
|
||||||
|
|
||||||
const rendered = await render(note);
|
|
||||||
rendered['@context'] = context;
|
|
||||||
|
|
||||||
res.json(rendered);
|
|
||||||
});
|
|
||||||
|
|
||||||
export default app;
|
|
|
@ -1,28 +0,0 @@
|
||||||
import * as express from 'express';
|
|
||||||
import context from '../../remote/activitypub/renderer/context';
|
|
||||||
import renderNote from '../../remote/activitypub/renderer/note';
|
|
||||||
import renderOrderedCollection from '../../remote/activitypub/renderer/ordered-collection';
|
|
||||||
import config from '../../config';
|
|
||||||
import Note from '../../models/note';
|
|
||||||
import User from '../../models/user';
|
|
||||||
|
|
||||||
const app = express.Router();
|
|
||||||
|
|
||||||
app.get('/users/:user/outbox', async (req, res) => {
|
|
||||||
const userId = req.params.user;
|
|
||||||
|
|
||||||
const user = await User.findOne({ _id: userId });
|
|
||||||
|
|
||||||
const notes = await Note.find({ userId: user._id }, {
|
|
||||||
limit: 20,
|
|
||||||
sort: { _id: -1 }
|
|
||||||
});
|
|
||||||
|
|
||||||
const renderedNotes = await Promise.all(notes.map(note => renderNote(note)));
|
|
||||||
const rendered = renderOrderedCollection(`${config.url}/users/${userId}/inbox`, user.notesCount, renderedNotes);
|
|
||||||
rendered['@context'] = context;
|
|
||||||
|
|
||||||
res.json(rendered);
|
|
||||||
});
|
|
||||||
|
|
||||||
export default app;
|
|
|
@ -1,23 +0,0 @@
|
||||||
import * as express from 'express';
|
|
||||||
import context from '../../remote/activitypub/renderer/context';
|
|
||||||
import render from '../../remote/activitypub/renderer/key';
|
|
||||||
import User, { isLocalUser } from '../../models/user';
|
|
||||||
|
|
||||||
const app = express.Router();
|
|
||||||
|
|
||||||
app.get('/users/:user/publickey', async (req, res) => {
|
|
||||||
const userId = req.params.user;
|
|
||||||
|
|
||||||
const user = await User.findOne({ _id: userId });
|
|
||||||
|
|
||||||
if (isLocalUser(user)) {
|
|
||||||
const rendered = render(user);
|
|
||||||
rendered['@context'] = context;
|
|
||||||
|
|
||||||
res.json(rendered);
|
|
||||||
} else {
|
|
||||||
res.sendStatus(400);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
export default app;
|
|
|
@ -1,19 +0,0 @@
|
||||||
import * as express from 'express';
|
|
||||||
import context from '../../remote/activitypub/renderer/context';
|
|
||||||
import render from '../../remote/activitypub/renderer/person';
|
|
||||||
import User from '../../models/user';
|
|
||||||
|
|
||||||
const app = express.Router();
|
|
||||||
|
|
||||||
app.get('/users/:user', async (req, res) => {
|
|
||||||
const userId = req.params.user;
|
|
||||||
|
|
||||||
const user = await User.findOne({ _id: userId });
|
|
||||||
|
|
||||||
const rendered = render(user);
|
|
||||||
rendered['@context'] = context;
|
|
||||||
|
|
||||||
res.json(rendered);
|
|
||||||
});
|
|
||||||
|
|
||||||
export default app;
|
|
|
@ -1,4 +1,4 @@
|
||||||
import * as express from 'express';
|
import * as Koa from 'koa';
|
||||||
|
|
||||||
import { Endpoint } from './endpoints';
|
import { Endpoint } from './endpoints';
|
||||||
import authenticate from './authenticate';
|
import authenticate from './authenticate';
|
||||||
|
@ -6,16 +6,19 @@ import call from './call';
|
||||||
import { IUser } from '../../models/user';
|
import { IUser } from '../../models/user';
|
||||||
import { IApp } from '../../models/app';
|
import { IApp } from '../../models/app';
|
||||||
|
|
||||||
export default async (endpoint: Endpoint, req: express.Request, res: express.Response) => {
|
export default async (endpoint: Endpoint, ctx: Koa.Context) => {
|
||||||
|
const body = ctx.is('multipart/form-data') ? (ctx.req as any).body : ctx.request.body;
|
||||||
|
|
||||||
const reply = (x?: any, y?: any) => {
|
const reply = (x?: any, y?: any) => {
|
||||||
if (x === undefined) {
|
if (x === undefined) {
|
||||||
res.sendStatus(204);
|
ctx.status = 204;
|
||||||
} else if (typeof x === 'number') {
|
} else if (typeof x === 'number') {
|
||||||
res.status(x).send({
|
ctx.status = x;
|
||||||
|
ctx.body = {
|
||||||
error: x === 500 ? 'INTERNAL_ERROR' : y
|
error: x === 500 ? 'INTERNAL_ERROR' : y
|
||||||
});
|
};
|
||||||
} else {
|
} else {
|
||||||
res.send(x);
|
ctx.body = x;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,11 +27,21 @@ export default async (endpoint: Endpoint, req: express.Request, res: express.Res
|
||||||
|
|
||||||
// Authentication
|
// Authentication
|
||||||
try {
|
try {
|
||||||
[user, app] = await authenticate(req.body['i']);
|
[user, app] = await authenticate(body['i']);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return reply(403, 'AUTHENTICATION_FAILED');
|
reply(403, 'AUTHENTICATION_FAILED');
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let res;
|
||||||
|
|
||||||
// API invoking
|
// API invoking
|
||||||
call(endpoint, user, app, req.body, req).then(reply).catch(e => reply(400, e));
|
try {
|
||||||
|
res = await call(endpoint, user, app, body, (ctx.req as any).file);
|
||||||
|
} catch (e) {
|
||||||
|
reply(400, e);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
reply(res);
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import * as EventEmitter from 'events';
|
import * as EventEmitter from 'events';
|
||||||
import * as express from 'express';
|
import * as Router from 'koa-router';
|
||||||
import * as request from 'request';
|
import * as request from 'request';
|
||||||
import * as crypto from 'crypto';
|
import * as crypto from 'crypto';
|
||||||
import User from '../../../../models/user';
|
import User from '../../../../models/user';
|
||||||
|
@ -158,82 +158,81 @@ class LineBot extends BotCore {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = async (app: express.Application) => {
|
const handler = new EventEmitter();
|
||||||
if (config.line_bot == null) return;
|
|
||||||
|
|
||||||
const handler = new EventEmitter();
|
handler.on('event', async (ev) => {
|
||||||
|
|
||||||
handler.on('event', async (ev) => {
|
const sourceId = ev.source.userId;
|
||||||
|
const sessionId = `line-bot-sessions:${sourceId}`;
|
||||||
|
|
||||||
const sourceId = ev.source.userId;
|
const session = await redis.get(sessionId);
|
||||||
const sessionId = `line-bot-sessions:${sourceId}`;
|
let bot: LineBot;
|
||||||
|
|
||||||
const session = await redis.get(sessionId);
|
if (session == null) {
|
||||||
let bot: LineBot;
|
const user = await User.findOne({
|
||||||
|
host: null,
|
||||||
if (session == null) {
|
'line': {
|
||||||
const user = await User.findOne({
|
userId: sourceId
|
||||||
host: null,
|
}
|
||||||
'line': {
|
|
||||||
userId: sourceId
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
bot = new LineBot(user);
|
|
||||||
|
|
||||||
bot.on('signin', user => {
|
|
||||||
User.update(user._id, {
|
|
||||||
$set: {
|
|
||||||
'line': {
|
|
||||||
userId: sourceId
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
bot.on('signout', user => {
|
|
||||||
User.update(user._id, {
|
|
||||||
$set: {
|
|
||||||
'line': {
|
|
||||||
userId: null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
redis.set(sessionId, JSON.stringify(bot.export()));
|
|
||||||
} else {
|
|
||||||
bot = LineBot.import(JSON.parse(session));
|
|
||||||
}
|
|
||||||
|
|
||||||
bot.on('updated', () => {
|
|
||||||
redis.set(sessionId, JSON.stringify(bot.export()));
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if (session != null) bot.refreshUser();
|
bot = new LineBot(user);
|
||||||
|
|
||||||
bot.react(ev);
|
bot.on('signin', user => {
|
||||||
|
User.update(user._id, {
|
||||||
|
$set: {
|
||||||
|
'line': {
|
||||||
|
userId: sourceId
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
bot.on('signout', user => {
|
||||||
|
User.update(user._id, {
|
||||||
|
$set: {
|
||||||
|
'line': {
|
||||||
|
userId: null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
redis.set(sessionId, JSON.stringify(bot.export()));
|
||||||
|
} else {
|
||||||
|
bot = LineBot.import(JSON.parse(session));
|
||||||
|
}
|
||||||
|
|
||||||
|
bot.on('updated', () => {
|
||||||
|
redis.set(sessionId, JSON.stringify(bot.export()));
|
||||||
});
|
});
|
||||||
|
|
||||||
app.post('/hooks/line', (req, res, next) => {
|
if (session != null) bot.refreshUser();
|
||||||
// req.headers['x-line-signature'] は常に string ですが、型定義の都合上
|
|
||||||
// string | string[] になっているので string を明示しています
|
bot.react(ev);
|
||||||
const sig1 = req.headers['x-line-signature'] as string;
|
});
|
||||||
|
|
||||||
|
// Init router
|
||||||
|
const router = new Router();
|
||||||
|
|
||||||
|
if (config.line_bot) {
|
||||||
|
router.post('/hooks/line', ctx => {
|
||||||
|
const sig1 = ctx.headers['x-line-signature'];
|
||||||
|
|
||||||
const hash = crypto.createHmac('SHA256', config.line_bot.channel_secret)
|
const hash = crypto.createHmac('SHA256', config.line_bot.channel_secret)
|
||||||
.update((req as any).rawBody);
|
.update(ctx.request.rawBody);
|
||||||
|
|
||||||
const sig2 = hash.digest('base64');
|
const sig2 = hash.digest('base64');
|
||||||
|
|
||||||
// シグネチャ比較
|
// シグネチャ比較
|
||||||
if (sig1 === sig2) {
|
if (sig1 === sig2) {
|
||||||
req.body.events.forEach(ev => {
|
ctx.request.body.events.forEach(ev => {
|
||||||
handler.emit('event', ev);
|
handler.emit('event', ev);
|
||||||
});
|
});
|
||||||
|
|
||||||
res.sendStatus(200);
|
|
||||||
} else {
|
} else {
|
||||||
res.sendStatus(400);
|
ctx.status = 400;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
|
module.exports = router;
|
||||||
|
|
|
@ -1,15 +1,11 @@
|
||||||
import * as express from 'express';
|
|
||||||
|
|
||||||
import endpoints, { Endpoint } from './endpoints';
|
import endpoints, { Endpoint } from './endpoints';
|
||||||
import limitter from './limitter';
|
import limitter from './limitter';
|
||||||
import { IUser } from '../../models/user';
|
import { IUser } from '../../models/user';
|
||||||
import { IApp } from '../../models/app';
|
import { IApp } from '../../models/app';
|
||||||
|
|
||||||
export default (endpoint: string | Endpoint, user: IUser, app: IApp, data: any, req?: express.Request) => new Promise(async (ok, rej) => {
|
export default (endpoint: string | Endpoint, user: IUser, app: IApp, data: any, file?: any) => new Promise<any>(async (ok, rej) => {
|
||||||
const isSecure = user != null && app == null;
|
const isSecure = user != null && app == null;
|
||||||
|
|
||||||
//console.log(endpoint, user, app, data);
|
|
||||||
|
|
||||||
const ep = typeof endpoint == 'string' ? endpoints.find(e => e.name == endpoint) : endpoint;
|
const ep = typeof endpoint == 'string' ? endpoints.find(e => e.name == endpoint) : endpoint;
|
||||||
|
|
||||||
if (ep.secure && !isSecure) {
|
if (ep.secure && !isSecure) {
|
||||||
|
@ -37,8 +33,8 @@ export default (endpoint: string | Endpoint, user: IUser, app: IApp, data: any,
|
||||||
|
|
||||||
let exec = require(`${__dirname}/endpoints/${ep.name}`);
|
let exec = require(`${__dirname}/endpoints/${ep.name}`);
|
||||||
|
|
||||||
if (ep.withFile && req) {
|
if (ep.withFile && file) {
|
||||||
exec = exec.bind(null, req.file);
|
exec = exec.bind(null, file);
|
||||||
}
|
}
|
||||||
|
|
||||||
let res;
|
let res;
|
||||||
|
|
|
@ -1,19 +1,22 @@
|
||||||
import config from '../../../config';
|
import * as Koa from 'koa';
|
||||||
|
|
||||||
export default function(res, user, redirect: boolean) {
|
import config from '../../../config';
|
||||||
|
import { ILocalUser } from '../../../models/user';
|
||||||
|
|
||||||
|
export default function(ctx: Koa.Context, user: ILocalUser, redirect = false) {
|
||||||
const expires = 1000 * 60 * 60 * 24 * 365; // One Year
|
const expires = 1000 * 60 * 60 * 24 * 365; // One Year
|
||||||
res.cookie('i', user.token, {
|
ctx.cookies.set('i', user.token, {
|
||||||
path: '/',
|
path: '/',
|
||||||
domain: `.${config.hostname}`,
|
domain: config.hostname,
|
||||||
secure: config.url.substr(0, 5) === 'https',
|
secure: config.url.startsWith('https'),
|
||||||
httpOnly: false,
|
httpOnly: false,
|
||||||
expires: new Date(Date.now() + expires),
|
expires: new Date(Date.now() + expires),
|
||||||
maxAge: expires
|
maxAge: expires
|
||||||
});
|
});
|
||||||
|
|
||||||
if (redirect) {
|
if (redirect) {
|
||||||
res.redirect(config.url);
|
ctx.redirect(config.url);
|
||||||
} else {
|
} else {
|
||||||
res.sendStatus(204);
|
ctx.status = 204;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,53 +2,46 @@
|
||||||
* API Server
|
* API Server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import * as express from 'express';
|
import * as Koa from 'koa';
|
||||||
import * as bodyParser from 'body-parser';
|
import * as Router from 'koa-router';
|
||||||
import * as cors from 'cors';
|
import * as multer from 'koa-multer';
|
||||||
import * as multer from 'multer';
|
import * as bodyParser from 'koa-bodyparser';
|
||||||
|
|
||||||
import endpoints from './endpoints';
|
import endpoints from './endpoints';
|
||||||
|
|
||||||
/**
|
const handler = require('./api-handler').default;
|
||||||
* Init app
|
|
||||||
*/
|
|
||||||
const app = express();
|
|
||||||
|
|
||||||
app.disable('x-powered-by');
|
// Init app
|
||||||
app.set('etag', false);
|
const app = new Koa();
|
||||||
app.use(bodyParser.urlencoded({ extended: true }));
|
app.use(bodyParser({
|
||||||
app.use(bodyParser.json({
|
// リクエストが multipart/form-data でない限りはJSONだと見なす
|
||||||
type: ['application/json', 'text/plain'],
|
detectJSON: ctx => !ctx.is('multipart/form-data')
|
||||||
verify: (req, res, buf, encoding) => {
|
|
||||||
if (buf && buf.length) {
|
|
||||||
(req as any).rawBody = buf.toString(encoding || 'utf8');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}));
|
}));
|
||||||
app.use(cors());
|
|
||||||
|
|
||||||
app.get('/', (req, res) => {
|
// Init multer instance
|
||||||
res.send('YEE HAW');
|
const upload = multer({
|
||||||
|
storage: multer.diskStorage({})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Init router
|
||||||
|
const router = new Router();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register endpoint handlers
|
* Register endpoint handlers
|
||||||
*/
|
*/
|
||||||
endpoints.forEach(endpoint =>
|
endpoints.forEach(endpoint => endpoint.withFile
|
||||||
endpoint.withFile ?
|
? router.post(`/${endpoint.name}`, upload.single('file'), handler.bind(null, endpoint))
|
||||||
app.post(`/${endpoint.name}`,
|
: router.post(`/${endpoint.name}`, handler.bind(null, endpoint))
|
||||||
endpoint.withFile ? multer({ storage: multer.diskStorage({}) }).single('file') : null,
|
|
||||||
require('./api-handler').default.bind(null, endpoint)) :
|
|
||||||
app.post(`/${endpoint.name}`,
|
|
||||||
require('./api-handler').default.bind(null, endpoint))
|
|
||||||
);
|
);
|
||||||
|
|
||||||
app.post('/signup', require('./private/signup').default);
|
router.post('/signup', require('./private/signup').default);
|
||||||
app.post('/signin', require('./private/signin').default);
|
router.post('/signin', require('./private/signin').default);
|
||||||
|
|
||||||
require('./service/github')(app);
|
router.use(require('./service/github').routes());
|
||||||
require('./service/twitter')(app);
|
router.use(require('./service/twitter').routes());
|
||||||
|
router.use(require('./bot/interfaces/line').routes());
|
||||||
|
|
||||||
require('./bot/interfaces/line')(app);
|
// Register router
|
||||||
|
app.use(router.routes());
|
||||||
|
|
||||||
module.exports = app;
|
module.exports = app;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import * as express from 'express';
|
import * as Koa from 'koa';
|
||||||
import * as bcrypt from 'bcryptjs';
|
import * as bcrypt from 'bcryptjs';
|
||||||
import * as speakeasy from 'speakeasy';
|
import * as speakeasy from 'speakeasy';
|
||||||
import User, { ILocalUser } from '../../../models/user';
|
import User, { ILocalUser } from '../../../models/user';
|
||||||
|
@ -7,26 +7,26 @@ import event from '../../../publishers/stream';
|
||||||
import signin from '../common/signin';
|
import signin from '../common/signin';
|
||||||
import config from '../../../config';
|
import config from '../../../config';
|
||||||
|
|
||||||
export default async (req: express.Request, res: express.Response) => {
|
export default async (ctx: Koa.Context) => {
|
||||||
res.header('Access-Control-Allow-Origin', config.url);
|
ctx.set('Access-Control-Allow-Origin', config.url);
|
||||||
res.header('Access-Control-Allow-Credentials', 'true');
|
ctx.set('Access-Control-Allow-Credentials', 'true');
|
||||||
|
|
||||||
const username = req.body['username'];
|
const username = ctx.request.body['username'];
|
||||||
const password = req.body['password'];
|
const password = ctx.request.body['password'];
|
||||||
const token = req.body['token'];
|
const token = ctx.request.body['token'];
|
||||||
|
|
||||||
if (typeof username != 'string') {
|
if (typeof username != 'string') {
|
||||||
res.sendStatus(400);
|
ctx.status = 400;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof password != 'string') {
|
if (typeof password != 'string') {
|
||||||
res.sendStatus(400);
|
ctx.status = 400;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (token != null && typeof token != 'string') {
|
if (token != null && typeof token != 'string') {
|
||||||
res.sendStatus(400);
|
ctx.status = 400;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,12 +37,12 @@ export default async (req: express.Request, res: express.Response) => {
|
||||||
}, {
|
}, {
|
||||||
fields: {
|
fields: {
|
||||||
data: false,
|
data: false,
|
||||||
'profile': false
|
profile: false
|
||||||
}
|
}
|
||||||
}) as ILocalUser;
|
}) as ILocalUser;
|
||||||
|
|
||||||
if (user === null) {
|
if (user === null) {
|
||||||
res.status(404).send({
|
ctx.throw(404, {
|
||||||
error: 'user not found'
|
error: 'user not found'
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
@ -60,17 +60,17 @@ export default async (req: express.Request, res: express.Response) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (verified) {
|
if (verified) {
|
||||||
signin(res, user, false);
|
signin(ctx, user);
|
||||||
} else {
|
} else {
|
||||||
res.status(400).send({
|
ctx.throw(400, {
|
||||||
error: 'invalid token'
|
error: 'invalid token'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
signin(res, user, false);
|
signin(ctx, user);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
res.status(400).send({
|
ctx.throw(400, {
|
||||||
error: 'incorrect password'
|
error: 'incorrect password'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -79,8 +79,8 @@ export default async (req: express.Request, res: express.Response) => {
|
||||||
const record = await Signin.insert({
|
const record = await Signin.insert({
|
||||||
createdAt: new Date(),
|
createdAt: new Date(),
|
||||||
userId: user._id,
|
userId: user._id,
|
||||||
ip: req.ip,
|
ip: ctx.ip,
|
||||||
headers: req.headers,
|
headers: ctx.headers,
|
||||||
success: same
|
success: same
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import * as uuid from 'uuid';
|
import * as uuid from 'uuid';
|
||||||
import * as express from 'express';
|
import * as Koa from 'koa';
|
||||||
import * as bcrypt from 'bcryptjs';
|
import * as bcrypt from 'bcryptjs';
|
||||||
import { generate as generateKeypair } from '../../../crypto_key';
|
import { generate as generateKeypair } from '../../../crypto_key';
|
||||||
import recaptcha = require('recaptcha-promise');
|
import recaptcha = require('recaptcha-promise');
|
||||||
|
@ -33,30 +33,30 @@ const home = {
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
export default async (req: express.Request, res: express.Response) => {
|
export default async (ctx: Koa.Context) => {
|
||||||
// Verify recaptcha
|
// Verify recaptcha
|
||||||
// ただしテスト時はこの機構は障害となるため無効にする
|
// ただしテスト時はこの機構は障害となるため無効にする
|
||||||
if (process.env.NODE_ENV !== 'test') {
|
if (process.env.NODE_ENV !== 'test') {
|
||||||
const success = await recaptcha(req.body['g-recaptcha-response']);
|
const success = await recaptcha(ctx.request.body['g-recaptcha-response']);
|
||||||
|
|
||||||
if (!success) {
|
if (!success) {
|
||||||
res.status(400).send('recaptcha-failed');
|
ctx.throw(400, 'recaptcha-failed');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const username = req.body['username'];
|
const username = ctx.request.body['username'];
|
||||||
const password = req.body['password'];
|
const password = ctx.request.body['password'];
|
||||||
|
|
||||||
// Validate username
|
// Validate username
|
||||||
if (!validateUsername(username)) {
|
if (!validateUsername(username)) {
|
||||||
res.sendStatus(400);
|
ctx.status = 400;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate password
|
// Validate password
|
||||||
if (!validatePassword(password)) {
|
if (!validatePassword(password)) {
|
||||||
res.sendStatus(400);
|
ctx.status = 400;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ export default async (req: express.Request, res: express.Response) => {
|
||||||
|
|
||||||
// Check username already used
|
// Check username already used
|
||||||
if (usernameExist !== 0) {
|
if (usernameExist !== 0) {
|
||||||
res.sendStatus(400);
|
ctx.status = 400;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,5 +143,5 @@ export default async (req: express.Request, res: express.Response) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Response
|
// Response
|
||||||
res.send(await pack(account));
|
ctx.body = await pack(account);
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,140 +1,156 @@
|
||||||
import * as EventEmitter from 'events';
|
import * as EventEmitter from 'events';
|
||||||
import * as express from 'express';
|
import * as Router from 'koa-router';
|
||||||
import * as request from 'request';
|
import * as request from 'request';
|
||||||
const crypto = require('crypto');
|
const crypto = require('crypto');
|
||||||
|
|
||||||
import User from '../../../models/user';
|
import User, { IUser } from '../../../models/user';
|
||||||
import createNote from '../../../services/note/create';
|
import createNote from '../../../services/note/create';
|
||||||
import config from '../../../config';
|
import config from '../../../config';
|
||||||
|
|
||||||
module.exports = async (app: express.Application) => {
|
const handler = new EventEmitter();
|
||||||
if (config.github_bot == null) return;
|
|
||||||
|
|
||||||
const bot = await User.findOne({
|
let bot: IUser;
|
||||||
usernameLower: config.github_bot.username.toLowerCase()
|
|
||||||
});
|
|
||||||
|
|
||||||
|
const post = async text => {
|
||||||
if (bot == null) {
|
if (bot == null) {
|
||||||
console.warn(`GitHub hook bot specified, but not found: @${config.github_bot.username}`);
|
const account = await User.findOne({
|
||||||
return;
|
usernameLower: config.github_bot.username.toLowerCase()
|
||||||
|
});
|
||||||
|
|
||||||
|
if (account == null) {
|
||||||
|
console.warn(`GitHub hook bot specified, but not found: @${config.github_bot.username}`);
|
||||||
|
return;
|
||||||
|
} else {
|
||||||
|
bot = account;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const post = text => createNote(bot, { text });
|
createNote(bot, { text });
|
||||||
|
|
||||||
const handler = new EventEmitter();
|
|
||||||
|
|
||||||
app.post('/hooks/github', (req, res, next) => {
|
|
||||||
// req.headers['x-hub-signature'] および
|
|
||||||
// req.headers['x-github-event'] は常に string ですが、型定義の都合上
|
|
||||||
// string | string[] になっているので string を明示しています
|
|
||||||
if ((new Buffer(req.headers['x-hub-signature'] as string)).equals(new Buffer(`sha1=${crypto.createHmac('sha1', config.github_bot.hook_secret).update(JSON.stringify(req.body)).digest('hex')}`))) {
|
|
||||||
handler.emit(req.headers['x-github-event'] as string, req.body);
|
|
||||||
res.sendStatus(200);
|
|
||||||
} else {
|
|
||||||
res.sendStatus(400);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
handler.on('status', event => {
|
|
||||||
const state = event.state;
|
|
||||||
switch (state) {
|
|
||||||
case 'error':
|
|
||||||
case 'failure':
|
|
||||||
const commit = event.commit;
|
|
||||||
const parent = commit.parents[0];
|
|
||||||
|
|
||||||
// Fetch parent status
|
|
||||||
request({
|
|
||||||
url: `${parent.url}/statuses`,
|
|
||||||
headers: {
|
|
||||||
'User-Agent': 'misskey'
|
|
||||||
}
|
|
||||||
}, (err, res, body) => {
|
|
||||||
if (err) {
|
|
||||||
console.error(err);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
const parentStatuses = JSON.parse(body);
|
|
||||||
const parentState = parentStatuses[0].state;
|
|
||||||
const stillFailed = parentState == 'failure' || parentState == 'error';
|
|
||||||
if (stillFailed) {
|
|
||||||
post(`**⚠️BUILD STILL FAILED⚠️**: ?[${commit.commit.message}](${commit.html_url})`);
|
|
||||||
} else {
|
|
||||||
post(`**🚨BUILD FAILED🚨**: →→→?[${commit.commit.message}](${commit.html_url})←←←`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
handler.on('push', event => {
|
|
||||||
const ref = event.ref;
|
|
||||||
switch (ref) {
|
|
||||||
case 'refs/heads/master':
|
|
||||||
const pusher = event.pusher;
|
|
||||||
const compare = event.compare;
|
|
||||||
const commits = event.commits;
|
|
||||||
post([
|
|
||||||
`Pushed by **${pusher.name}** with ?[${commits.length} commit${commits.length > 1 ? 's' : ''}](${compare}):`,
|
|
||||||
commits.reverse().map(commit => `・[?[${commit.id.substr(0, 7)}](${commit.url})] ${commit.message.split('\n')[0]}`).join('\n'),
|
|
||||||
].join('\n'));
|
|
||||||
break;
|
|
||||||
case 'refs/heads/release':
|
|
||||||
const commit = event.commits[0];
|
|
||||||
post(`RELEASED: ${commit.message}`);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
handler.on('issues', event => {
|
|
||||||
const issue = event.issue;
|
|
||||||
const action = event.action;
|
|
||||||
let title: string;
|
|
||||||
switch (action) {
|
|
||||||
case 'opened': title = 'Issue opened'; break;
|
|
||||||
case 'closed': title = 'Issue closed'; break;
|
|
||||||
case 'reopened': title = 'Issue reopened'; break;
|
|
||||||
default: return;
|
|
||||||
}
|
|
||||||
post(`${title}: <${issue.number}>「${issue.title}」\n${issue.html_url}`);
|
|
||||||
});
|
|
||||||
|
|
||||||
handler.on('issue_comment', event => {
|
|
||||||
const issue = event.issue;
|
|
||||||
const comment = event.comment;
|
|
||||||
const action = event.action;
|
|
||||||
let text: string;
|
|
||||||
switch (action) {
|
|
||||||
case 'created': text = `Commented to「${issue.title}」:${comment.user.login}「${comment.body}」\n${comment.html_url}`; break;
|
|
||||||
default: return;
|
|
||||||
}
|
|
||||||
post(text);
|
|
||||||
});
|
|
||||||
|
|
||||||
handler.on('watch', event => {
|
|
||||||
const sender = event.sender;
|
|
||||||
post(`⭐️ Starred by **${sender.login}** ⭐️`);
|
|
||||||
});
|
|
||||||
|
|
||||||
handler.on('fork', event => {
|
|
||||||
const repo = event.forkee;
|
|
||||||
post(`🍴 Forked:\n${repo.html_url} 🍴`);
|
|
||||||
});
|
|
||||||
|
|
||||||
handler.on('pull_request', event => {
|
|
||||||
const pr = event.pull_request;
|
|
||||||
const action = event.action;
|
|
||||||
let text: string;
|
|
||||||
switch (action) {
|
|
||||||
case 'opened': text = `New Pull Request:「${pr.title}」\n${pr.html_url}`; break;
|
|
||||||
case 'reopened': text = `Pull Request Reopened:「${pr.title}」\n${pr.html_url}`; break;
|
|
||||||
case 'closed':
|
|
||||||
text = pr.merged
|
|
||||||
? `Pull Request Merged!:「${pr.title}」\n${pr.html_url}`
|
|
||||||
: `Pull Request Closed:「${pr.title}」\n${pr.html_url}`;
|
|
||||||
break;
|
|
||||||
default: return;
|
|
||||||
}
|
|
||||||
post(text);
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Init router
|
||||||
|
const router = new Router();
|
||||||
|
|
||||||
|
if (config.github_bot != null) {
|
||||||
|
const secret = config.github_bot.hook_secret;
|
||||||
|
|
||||||
|
router.post('/hooks/github', ctx => {
|
||||||
|
const body = JSON.stringify(ctx.request.body);
|
||||||
|
const hash = crypto.createHmac('sha1', secret).update(body).digest('hex');
|
||||||
|
const sig1 = new Buffer(ctx.headers['x-hub-signature']);
|
||||||
|
const sig2 = new Buffer(`sha1=${hash}`);
|
||||||
|
|
||||||
|
// シグネチャ比較
|
||||||
|
if (sig1.equals(sig2)) {
|
||||||
|
handler.emit(ctx.headers['x-github-event'], ctx.request.body);
|
||||||
|
ctx.status = 204;
|
||||||
|
} else {
|
||||||
|
ctx.status = 400;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = router;
|
||||||
|
|
||||||
|
handler.on('status', event => {
|
||||||
|
const state = event.state;
|
||||||
|
switch (state) {
|
||||||
|
case 'error':
|
||||||
|
case 'failure':
|
||||||
|
const commit = event.commit;
|
||||||
|
const parent = commit.parents[0];
|
||||||
|
|
||||||
|
// Fetch parent status
|
||||||
|
request({
|
||||||
|
url: `${parent.url}/statuses`,
|
||||||
|
headers: {
|
||||||
|
'User-Agent': 'misskey'
|
||||||
|
}
|
||||||
|
}, (err, res, body) => {
|
||||||
|
if (err) {
|
||||||
|
console.error(err);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const parentStatuses = JSON.parse(body);
|
||||||
|
const parentState = parentStatuses[0].state;
|
||||||
|
const stillFailed = parentState == 'failure' || parentState == 'error';
|
||||||
|
if (stillFailed) {
|
||||||
|
post(`**⚠️BUILD STILL FAILED⚠️**: ?[${commit.commit.message}](${commit.html_url})`);
|
||||||
|
} else {
|
||||||
|
post(`**🚨BUILD FAILED🚨**: →→→?[${commit.commit.message}](${commit.html_url})←←←`);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
handler.on('push', event => {
|
||||||
|
const ref = event.ref;
|
||||||
|
switch (ref) {
|
||||||
|
case 'refs/heads/master':
|
||||||
|
const pusher = event.pusher;
|
||||||
|
const compare = event.compare;
|
||||||
|
const commits = event.commits;
|
||||||
|
post([
|
||||||
|
`Pushed by **${pusher.name}** with ?[${commits.length} commit${commits.length > 1 ? 's' : ''}](${compare}):`,
|
||||||
|
commits.reverse().map(commit => `・[?[${commit.id.substr(0, 7)}](${commit.url})] ${commit.message.split('\n')[0]}`).join('\n'),
|
||||||
|
].join('\n'));
|
||||||
|
break;
|
||||||
|
case 'refs/heads/release':
|
||||||
|
const commit = event.commits[0];
|
||||||
|
post(`RELEASED: ${commit.message}`);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
handler.on('issues', event => {
|
||||||
|
const issue = event.issue;
|
||||||
|
const action = event.action;
|
||||||
|
let title: string;
|
||||||
|
switch (action) {
|
||||||
|
case 'opened': title = 'Issue opened'; break;
|
||||||
|
case 'closed': title = 'Issue closed'; break;
|
||||||
|
case 'reopened': title = 'Issue reopened'; break;
|
||||||
|
default: return;
|
||||||
|
}
|
||||||
|
post(`${title}: <${issue.number}>「${issue.title}」\n${issue.html_url}`);
|
||||||
|
});
|
||||||
|
|
||||||
|
handler.on('issue_comment', event => {
|
||||||
|
const issue = event.issue;
|
||||||
|
const comment = event.comment;
|
||||||
|
const action = event.action;
|
||||||
|
let text: string;
|
||||||
|
switch (action) {
|
||||||
|
case 'created': text = `Commented to「${issue.title}」:${comment.user.login}「${comment.body}」\n${comment.html_url}`; break;
|
||||||
|
default: return;
|
||||||
|
}
|
||||||
|
post(text);
|
||||||
|
});
|
||||||
|
|
||||||
|
handler.on('watch', event => {
|
||||||
|
const sender = event.sender;
|
||||||
|
post(`⭐️ Starred by **${sender.login}** ⭐️`);
|
||||||
|
});
|
||||||
|
|
||||||
|
handler.on('fork', event => {
|
||||||
|
const repo = event.forkee;
|
||||||
|
post(`🍴 Forked:\n${repo.html_url} 🍴`);
|
||||||
|
});
|
||||||
|
|
||||||
|
handler.on('pull_request', event => {
|
||||||
|
const pr = event.pull_request;
|
||||||
|
const action = event.action;
|
||||||
|
let text: string;
|
||||||
|
switch (action) {
|
||||||
|
case 'opened': text = `New Pull Request:「${pr.title}」\n${pr.html_url}`; break;
|
||||||
|
case 'reopened': text = `Pull Request Reopened:「${pr.title}」\n${pr.html_url}`; break;
|
||||||
|
case 'closed':
|
||||||
|
text = pr.merged
|
||||||
|
? `Pull Request Merged!:「${pr.title}」\n${pr.html_url}`
|
||||||
|
: `Pull Request Closed:「${pr.title}」\n${pr.html_url}`;
|
||||||
|
break;
|
||||||
|
default: return;
|
||||||
|
}
|
||||||
|
post(text);
|
||||||
|
});
|
||||||
|
|
|
@ -1,160 +1,155 @@
|
||||||
import * as express from 'express';
|
import * as Koa from 'koa';
|
||||||
import * as cookie from 'cookie';
|
import * as Router from 'koa-router';
|
||||||
import * as uuid from 'uuid';
|
import * as uuid from 'uuid';
|
||||||
// import * as Twitter from 'twitter';
|
|
||||||
// const Twitter = require('twitter');
|
|
||||||
import autwh from 'autwh';
|
import autwh from 'autwh';
|
||||||
import redis from '../../../db/redis';
|
import redis from '../../../db/redis';
|
||||||
import User, { pack } from '../../../models/user';
|
import User, { pack, ILocalUser } from '../../../models/user';
|
||||||
import event from '../../../publishers/stream';
|
import event from '../../../publishers/stream';
|
||||||
import config from '../../../config';
|
import config from '../../../config';
|
||||||
import signin from '../common/signin';
|
import signin from '../common/signin';
|
||||||
|
|
||||||
module.exports = (app: express.Application) => {
|
function getUserToken(ctx: Koa.Context) {
|
||||||
function getUserToken(req: express.Request) {
|
return ((ctx.headers['cookie'] || '').match(/i=(!\w+)/) || [null, null])[1];
|
||||||
// req.headers['cookie'] は常に string ですが、型定義の都合上
|
}
|
||||||
// string | string[] になっているので string を明示しています
|
|
||||||
return ((req.headers['cookie'] as string || '').match(/i=(!\w+)/) || [null, null])[1];
|
function compareOrigin(ctx: Koa.Context) {
|
||||||
|
function normalizeUrl(url: string) {
|
||||||
|
return url[url.length - 1] === '/' ? url.substr(0, url.length - 1) : url;
|
||||||
}
|
}
|
||||||
|
|
||||||
function compareOrigin(req: express.Request) {
|
const referer = ctx.headers['referer'];
|
||||||
function normalizeUrl(url: string) {
|
|
||||||
return url[url.length - 1] === '/' ? url.substr(0, url.length - 1) : url;
|
|
||||||
}
|
|
||||||
|
|
||||||
// req.headers['referer'] は常に string ですが、型定義の都合上
|
return (normalizeUrl(referer) == normalizeUrl(config.url));
|
||||||
// string | string[] になっているので string を明示しています
|
}
|
||||||
const referer = req.headers['referer'] as string;
|
|
||||||
|
|
||||||
return (normalizeUrl(referer) == normalizeUrl(config.url));
|
// Init router
|
||||||
}
|
const router = new Router();
|
||||||
|
|
||||||
app.get('/disconnect/twitter', async (req, res): Promise<any> => {
|
|
||||||
if (!compareOrigin(req)) {
|
|
||||||
res.status(400).send('invalid origin');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const userToken = getUserToken(req);
|
|
||||||
if (userToken == null) return res.send('plz signin');
|
|
||||||
|
|
||||||
const user = await User.findOneAndUpdate({
|
|
||||||
host: null,
|
|
||||||
'token': userToken
|
|
||||||
}, {
|
|
||||||
$set: {
|
|
||||||
'twitter': null
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
res.send(`Twitterの連携を解除しました :v:`);
|
|
||||||
|
|
||||||
// Publish i updated event
|
|
||||||
event(user._id, 'i_updated', await pack(user, user, {
|
|
||||||
detail: true,
|
|
||||||
includeSecrets: true
|
|
||||||
}));
|
|
||||||
});
|
|
||||||
|
|
||||||
if (config.twitter == null) {
|
|
||||||
app.get('/connect/twitter', (req, res) => {
|
|
||||||
res.send('現在Twitterへ接続できません (このインスタンスではTwitterはサポートされていません)');
|
|
||||||
});
|
|
||||||
|
|
||||||
app.get('/signin/twitter', (req, res) => {
|
|
||||||
res.send('現在Twitterへ接続できません (このインスタンスではTwitterはサポートされていません)');
|
|
||||||
});
|
|
||||||
|
|
||||||
|
router.get('/disconnect/twitter', async ctx => {
|
||||||
|
if (!compareOrigin(ctx)) {
|
||||||
|
ctx.throw(400, 'invalid origin');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const userToken = getUserToken(ctx);
|
||||||
|
if (userToken == null) {
|
||||||
|
ctx.throw(400, 'signin required');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const user = await User.findOneAndUpdate({
|
||||||
|
host: null,
|
||||||
|
'token': userToken
|
||||||
|
}, {
|
||||||
|
$set: {
|
||||||
|
'twitter': null
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
ctx.body = `Twitterの連携を解除しました :v:`;
|
||||||
|
|
||||||
|
// Publish i updated event
|
||||||
|
event(user._id, 'i_updated', await pack(user, user, {
|
||||||
|
detail: true,
|
||||||
|
includeSecrets: true
|
||||||
|
}));
|
||||||
|
});
|
||||||
|
|
||||||
|
if (config.twitter == null) {
|
||||||
|
router.get('/connect/twitter', ctx => {
|
||||||
|
ctx.body = '現在Twitterへ接続できません (このインスタンスではTwitterはサポートされていません)';
|
||||||
|
});
|
||||||
|
|
||||||
|
router.get('/signin/twitter', ctx => {
|
||||||
|
ctx.body = '現在Twitterへ接続できません (このインスタンスではTwitterはサポートされていません)';
|
||||||
|
});
|
||||||
|
} else {
|
||||||
const twAuth = autwh({
|
const twAuth = autwh({
|
||||||
consumerKey: config.twitter.consumer_key,
|
consumerKey: config.twitter.consumer_key,
|
||||||
consumerSecret: config.twitter.consumer_secret,
|
consumerSecret: config.twitter.consumer_secret,
|
||||||
callbackUrl: `${config.url}/api/tw/cb`
|
callbackUrl: `${config.url}/api/tw/cb`
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/connect/twitter', async (req, res): Promise<any> => {
|
router.get('/connect/twitter', async ctx => {
|
||||||
if (!compareOrigin(req)) {
|
if (!compareOrigin(ctx)) {
|
||||||
res.status(400).send('invalid origin');
|
ctx.throw(400, 'invalid origin');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const userToken = getUserToken(req);
|
const userToken = getUserToken(ctx);
|
||||||
if (userToken == null) return res.send('plz signin');
|
if (userToken == null) {
|
||||||
|
ctx.throw(400, 'signin required');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const ctx = await twAuth.begin();
|
const twCtx = await twAuth.begin();
|
||||||
redis.set(userToken, JSON.stringify(ctx));
|
redis.set(userToken, JSON.stringify(twCtx));
|
||||||
res.redirect(ctx.url);
|
ctx.redirect(twCtx.url);
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/signin/twitter', async (req, res): Promise<any> => {
|
router.get('/signin/twitter', async ctx => {
|
||||||
const ctx = await twAuth.begin();
|
const twCtx = await twAuth.begin();
|
||||||
|
|
||||||
const sessid = uuid();
|
const sessid = uuid();
|
||||||
|
|
||||||
redis.set(sessid, JSON.stringify(ctx));
|
redis.set(sessid, JSON.stringify(twCtx));
|
||||||
|
|
||||||
const expires = 1000 * 60 * 60; // 1h
|
const expires = 1000 * 60 * 60; // 1h
|
||||||
res.cookie('signin_with_twitter_session_id', sessid, {
|
ctx.cookies.set('signin_with_twitter_session_id', sessid, {
|
||||||
path: '/',
|
path: '/',
|
||||||
domain: `.${config.host}`,
|
domain: config.host,
|
||||||
secure: config.url.substr(0, 5) === 'https',
|
secure: config.url.startsWith('https'),
|
||||||
httpOnly: true,
|
httpOnly: true,
|
||||||
expires: new Date(Date.now() + expires),
|
expires: new Date(Date.now() + expires),
|
||||||
maxAge: expires
|
maxAge: expires
|
||||||
});
|
});
|
||||||
|
|
||||||
res.redirect(ctx.url);
|
ctx.redirect(twCtx.url);
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/tw/cb', (req, res): any => {
|
router.get('/tw/cb', ctx => {
|
||||||
const userToken = getUserToken(req);
|
const userToken = getUserToken(ctx);
|
||||||
|
|
||||||
if (userToken == null) {
|
if (userToken == null) {
|
||||||
// req.headers['cookie'] は常に string ですが、型定義の都合上
|
const sessid = ctx.cookies.get('signin_with_twitter_session_id');
|
||||||
// string | string[] になっているので string を明示しています
|
|
||||||
const cookies = cookie.parse((req.headers['cookie'] as string || ''));
|
|
||||||
|
|
||||||
const sessid = cookies['signin_with_twitter_session_id'];
|
if (sessid == null) {
|
||||||
|
ctx.throw(400, 'invalid session');
|
||||||
if (sessid == undefined) {
|
|
||||||
res.status(400).send('invalid session');
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
redis.get(sessid, async (_, ctx) => {
|
redis.get(sessid, async (_, twCtx) => {
|
||||||
const result = await twAuth.done(JSON.parse(ctx), req.query.oauth_verifier);
|
const result = await twAuth.done(JSON.parse(twCtx), ctx.query.oauth_verifier);
|
||||||
|
|
||||||
const user = await User.findOne({
|
const user = await User.findOne({
|
||||||
host: null,
|
host: null,
|
||||||
'twitter.userId': result.userId
|
'twitter.userId': result.userId
|
||||||
});
|
}) as ILocalUser;
|
||||||
|
|
||||||
if (user == null) {
|
if (user == null) {
|
||||||
res.status(404).send(`@${result.screenName}と連携しているMisskeyアカウントはありませんでした...`);
|
ctx.throw(404, `@${result.screenName}と連携しているMisskeyアカウントはありませんでした...`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
signin(res, user, true);
|
signin(ctx, user, true);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
const verifier = req.query.oauth_verifier;
|
const verifier = ctx.query.oauth_verifier;
|
||||||
|
|
||||||
if (verifier == null) {
|
if (verifier == null) {
|
||||||
res.status(400).send('invalid session');
|
ctx.throw(400, 'invalid session');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
redis.get(userToken, async (_, ctx) => {
|
redis.get(userToken, async (_, twCtx) => {
|
||||||
const result = await twAuth.done(JSON.parse(ctx), verifier);
|
const result = await twAuth.done(JSON.parse(twCtx), verifier);
|
||||||
|
|
||||||
const user = await User.findOneAndUpdate({
|
const user = await User.findOneAndUpdate({
|
||||||
host: null,
|
host: null,
|
||||||
'token': userToken
|
token: userToken
|
||||||
}, {
|
}, {
|
||||||
$set: {
|
$set: {
|
||||||
'twitter': {
|
twitter: {
|
||||||
accessToken: result.accessToken,
|
accessToken: result.accessToken,
|
||||||
accessTokenSecret: result.accessTokenSecret,
|
accessTokenSecret: result.accessTokenSecret,
|
||||||
userId: result.userId,
|
userId: result.userId,
|
||||||
|
@ -163,7 +158,7 @@ module.exports = (app: express.Application) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
res.send(`Twitter: @${result.screenName} を、Misskey: @${user.username} に接続しました!`);
|
ctx.body = `Twitter: @${result.screenName} を、Misskey: @${user.username} に接続しました!`;
|
||||||
|
|
||||||
// Publish i updated event
|
// Publish i updated event
|
||||||
event(user._id, 'i_updated', await pack(user, user, {
|
event(user._id, 'i_updated', await pack(user, user, {
|
||||||
|
@ -173,4 +168,6 @@ module.exports = (app: express.Application) => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
|
module.exports = router;
|
||||||
|
|
|
@ -3,170 +3,38 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
import * as express from 'express';
|
import * as Koa from 'koa';
|
||||||
import * as bodyParser from 'body-parser';
|
import * as cors from '@koa/cors';
|
||||||
import * as cors from 'cors';
|
import * as Router from 'koa-router';
|
||||||
import * as mongodb from 'mongodb';
|
import pour from './pour';
|
||||||
import * as _gm from 'gm';
|
import sendDriveFile from './send-drive-file';
|
||||||
import * as stream from 'stream';
|
|
||||||
|
|
||||||
import DriveFile, { getGridFSBucket } from '../../models/drive-file';
|
// Init app
|
||||||
|
const app = new Koa();
|
||||||
const gm = _gm.subClass({
|
|
||||||
imageMagick: true
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Init app
|
|
||||||
*/
|
|
||||||
const app = express();
|
|
||||||
|
|
||||||
app.disable('x-powered-by');
|
|
||||||
app.locals.cache = true;
|
|
||||||
app.use(bodyParser.urlencoded({ extended: true }));
|
|
||||||
app.use(cors());
|
app.use(cors());
|
||||||
|
|
||||||
/**
|
app.use(async (ctx, next) => {
|
||||||
* Statics
|
ctx.set('Cache-Control', 'max-age=31536000, immutable');
|
||||||
*/
|
await next();
|
||||||
app.use('/assets', express.static(`${__dirname}/assets`, {
|
|
||||||
maxAge: 1000 * 60 * 60 * 24 * 365 // 一年
|
|
||||||
}));
|
|
||||||
|
|
||||||
app.get('/', (req, res) => {
|
|
||||||
res.send('yee haw');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/default-avatar.jpg', (req, res) => {
|
// Init router
|
||||||
|
const router = new Router();
|
||||||
|
|
||||||
|
router.get('/default-avatar.jpg', ctx => {
|
||||||
const file = fs.createReadStream(`${__dirname}/assets/avatar.jpg`);
|
const file = fs.createReadStream(`${__dirname}/assets/avatar.jpg`);
|
||||||
send(file, 'image/jpeg', req, res);
|
pour(file, 'image/jpeg', ctx);
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/app-default.jpg', (req, res) => {
|
router.get('/app-default.jpg', ctx => {
|
||||||
const file = fs.createReadStream(`${__dirname}/assets/dummy.png`);
|
const file = fs.createReadStream(`${__dirname}/assets/dummy.png`);
|
||||||
send(file, 'image/png', req, res);
|
pour(file, 'image/png', ctx);
|
||||||
});
|
});
|
||||||
|
|
||||||
interface ISend {
|
router.get('/:id', sendDriveFile);
|
||||||
contentType: string;
|
router.get('/:id/*', sendDriveFile);
|
||||||
stream: stream.Readable;
|
|
||||||
}
|
|
||||||
|
|
||||||
function thumbnail(data: stream.Readable, type: string, resize: number): ISend {
|
// Register router
|
||||||
const readable: stream.Readable = (() => {
|
app.use(router.routes());
|
||||||
// 動画であれば
|
|
||||||
if (/^video\/.*$/.test(type)) {
|
|
||||||
// 実装は先延ばし
|
|
||||||
// 使わないことになったストリームはしっかり取り壊す
|
|
||||||
data.destroy();
|
|
||||||
return fs.createReadStream(`${__dirname}/assets/thumbnail-not-available.png`);
|
|
||||||
// 画像であれば
|
|
||||||
} else if (/^image\/.*$/.test(type) || type == 'application/xml') {
|
|
||||||
// 0フレーム目を送る
|
|
||||||
try {
|
|
||||||
return gm(data).selectFrame(0).stream();
|
|
||||||
// だめだったら
|
|
||||||
} catch (e) {
|
|
||||||
// 使わないことになったストリームはしっかり取り壊す
|
|
||||||
data.destroy();
|
|
||||||
return fs.createReadStream(`${__dirname}/assets/thumbnail-not-available.png`);
|
|
||||||
}
|
|
||||||
// 動画か画像以外
|
|
||||||
} else {
|
|
||||||
data.destroy();
|
|
||||||
return fs.createReadStream(`${__dirname}/assets/not-an-image.png`);
|
|
||||||
}
|
|
||||||
})();
|
|
||||||
|
|
||||||
let g = gm(readable);
|
|
||||||
|
|
||||||
if (resize) {
|
|
||||||
g = g.resize(resize, resize);
|
|
||||||
}
|
|
||||||
|
|
||||||
const stream = g
|
|
||||||
.compress('jpeg')
|
|
||||||
.quality(80)
|
|
||||||
.interlace('line')
|
|
||||||
.stream();
|
|
||||||
|
|
||||||
return {
|
|
||||||
contentType: 'image/jpeg',
|
|
||||||
stream
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
const commonReadableHandlerGenerator = (req: express.Request, res: express.Response) => (e: Error): void => {
|
|
||||||
console.dir(e);
|
|
||||||
req.destroy();
|
|
||||||
res.destroy(e);
|
|
||||||
};
|
|
||||||
|
|
||||||
function send(readable: stream.Readable, type: string, req: express.Request, res: express.Response): void {
|
|
||||||
readable.on('error', commonReadableHandlerGenerator(req, res));
|
|
||||||
|
|
||||||
const data = ((): ISend => {
|
|
||||||
if (req.query.thumbnail !== undefined) {
|
|
||||||
return thumbnail(readable, type, req.query.size);
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
contentType: type,
|
|
||||||
stream: readable
|
|
||||||
};
|
|
||||||
})();
|
|
||||||
|
|
||||||
if (readable !== data.stream) {
|
|
||||||
data.stream.on('error', commonReadableHandlerGenerator(req, res));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (req.query.download !== undefined) {
|
|
||||||
res.header('Content-Disposition', 'attachment');
|
|
||||||
}
|
|
||||||
|
|
||||||
res.header('Content-Type', data.contentType);
|
|
||||||
|
|
||||||
data.stream.pipe(res);
|
|
||||||
|
|
||||||
data.stream.on('end', () => {
|
|
||||||
res.end();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
async function sendFileById(req: express.Request, res: express.Response): Promise<void> {
|
|
||||||
// Validate id
|
|
||||||
if (!mongodb.ObjectID.isValid(req.params.id)) {
|
|
||||||
res.status(400).send('incorrect id');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const fileId = new mongodb.ObjectID(req.params.id);
|
|
||||||
|
|
||||||
// Fetch (drive) file
|
|
||||||
const file = await DriveFile.findOne({ _id: fileId });
|
|
||||||
|
|
||||||
// validate name
|
|
||||||
if (req.params.name !== undefined && req.params.name !== file.filename) {
|
|
||||||
res.status(404).send('there is no file has given name');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (file == null) {
|
|
||||||
res.status(404).sendFile(`${__dirname}/assets/dummy.png`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const bucket = await getGridFSBucket();
|
|
||||||
|
|
||||||
const readable = bucket.openDownloadStream(fileId);
|
|
||||||
|
|
||||||
send(readable, file.contentType, req, res);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Routing
|
|
||||||
*/
|
|
||||||
|
|
||||||
app.get('/:id', sendFileById);
|
|
||||||
app.get('/:id/:name', sendFileById);
|
|
||||||
|
|
||||||
module.exports = app;
|
module.exports = app;
|
||||||
|
|
88
src/server/file/pour.ts
Normal file
88
src/server/file/pour.ts
Normal file
|
@ -0,0 +1,88 @@
|
||||||
|
import * as fs from 'fs';
|
||||||
|
import * as stream from 'stream';
|
||||||
|
import * as Koa from 'koa';
|
||||||
|
import * as Gm from 'gm';
|
||||||
|
|
||||||
|
const gm = Gm.subClass({
|
||||||
|
imageMagick: true
|
||||||
|
});
|
||||||
|
|
||||||
|
interface ISend {
|
||||||
|
contentType: string;
|
||||||
|
stream: stream.Readable;
|
||||||
|
}
|
||||||
|
|
||||||
|
function thumbnail(data: stream.Readable, type: string, resize: number): ISend {
|
||||||
|
const readable: stream.Readable = (() => {
|
||||||
|
// 動画であれば
|
||||||
|
if (/^video\/.*$/.test(type)) {
|
||||||
|
// TODO
|
||||||
|
// 使わないことになったストリームはしっかり取り壊す
|
||||||
|
data.destroy();
|
||||||
|
return fs.createReadStream(`${__dirname}/assets/thumbnail-not-available.png`);
|
||||||
|
// 画像であれば
|
||||||
|
// Note: SVGはapplication/xml
|
||||||
|
} else if (/^image\/.*$/.test(type) || type == 'application/xml') {
|
||||||
|
// 0フレーム目を送る
|
||||||
|
try {
|
||||||
|
return gm(data).selectFrame(0).stream();
|
||||||
|
// だめだったら
|
||||||
|
} catch (e) {
|
||||||
|
// 使わないことになったストリームはしっかり取り壊す
|
||||||
|
data.destroy();
|
||||||
|
return fs.createReadStream(`${__dirname}/assets/thumbnail-not-available.png`);
|
||||||
|
}
|
||||||
|
// 動画か画像以外
|
||||||
|
} else {
|
||||||
|
data.destroy();
|
||||||
|
return fs.createReadStream(`${__dirname}/assets/not-an-image.png`);
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
|
||||||
|
let g = gm(readable);
|
||||||
|
|
||||||
|
if (resize) {
|
||||||
|
g = g.resize(resize, resize);
|
||||||
|
}
|
||||||
|
|
||||||
|
const stream = g
|
||||||
|
.compress('jpeg')
|
||||||
|
.quality(80)
|
||||||
|
.interlace('line')
|
||||||
|
.stream();
|
||||||
|
|
||||||
|
return {
|
||||||
|
contentType: 'image/jpeg',
|
||||||
|
stream
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
const commonReadableHandlerGenerator = (ctx: Koa.Context) => (e: Error): void => {
|
||||||
|
console.error(e);
|
||||||
|
ctx.status = 500;
|
||||||
|
};
|
||||||
|
|
||||||
|
export default function(readable: stream.Readable, type: string, ctx: Koa.Context): void {
|
||||||
|
readable.on('error', commonReadableHandlerGenerator(ctx));
|
||||||
|
|
||||||
|
const data = ((): ISend => {
|
||||||
|
if (ctx.query.thumbnail !== undefined) {
|
||||||
|
return thumbnail(readable, type, ctx.query.size);
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
contentType: type,
|
||||||
|
stream: readable
|
||||||
|
};
|
||||||
|
})();
|
||||||
|
|
||||||
|
if (readable !== data.stream) {
|
||||||
|
data.stream.on('error', commonReadableHandlerGenerator(ctx));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ctx.query.download !== undefined) {
|
||||||
|
ctx.set('Content-Disposition', 'attachment');
|
||||||
|
}
|
||||||
|
|
||||||
|
ctx.set('Content-Type', data.contentType);
|
||||||
|
ctx.body = data.stream;
|
||||||
|
}
|
30
src/server/file/send-drive-file.ts
Normal file
30
src/server/file/send-drive-file.ts
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
import * as Koa from 'koa';
|
||||||
|
import * as send from 'koa-send';
|
||||||
|
import * as mongodb from 'mongodb';
|
||||||
|
import DriveFile, { getGridFSBucket } from '../../models/drive-file';
|
||||||
|
import pour from './pour';
|
||||||
|
|
||||||
|
export default async function(ctx: Koa.Context) {
|
||||||
|
// Validate id
|
||||||
|
if (!mongodb.ObjectID.isValid(ctx.params.id)) {
|
||||||
|
ctx.throw(400, 'incorrect id');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const fileId = new mongodb.ObjectID(ctx.params.id);
|
||||||
|
|
||||||
|
// Fetch drive file
|
||||||
|
const file = await DriveFile.findOne({ _id: fileId });
|
||||||
|
|
||||||
|
if (file == null) {
|
||||||
|
ctx.status = 404;
|
||||||
|
await send(ctx, `${__dirname}/assets/dummy.png`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const bucket = await getGridFSBucket();
|
||||||
|
|
||||||
|
const readable = bucket.openDownloadStream(fileId);
|
||||||
|
|
||||||
|
pour(readable, file.contentType, ctx);
|
||||||
|
}
|
|
@ -4,68 +4,48 @@
|
||||||
|
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
import * as http from 'http';
|
import * as http from 'http';
|
||||||
import * as https from 'https';
|
import * as http2 from 'http2';
|
||||||
import * as express from 'express';
|
import * as zlib from 'zlib';
|
||||||
import * as morgan from 'morgan';
|
import * as Koa from 'koa';
|
||||||
import Accesses from 'accesses';
|
import * as Router from 'koa-router';
|
||||||
|
import * as mount from 'koa-mount';
|
||||||
|
import * as compress from 'koa-compress';
|
||||||
|
|
||||||
import activityPub from './activitypub';
|
import activityPub from './activitypub';
|
||||||
import webFinger from './webfinger';
|
import webFinger from './webfinger';
|
||||||
import log from './log-request';
|
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
|
|
||||||
/**
|
// Init app
|
||||||
* Init app
|
const app = new Koa();
|
||||||
*/
|
app.proxy = true;
|
||||||
const app = express();
|
|
||||||
app.disable('x-powered-by');
|
|
||||||
app.set('trust proxy', 'loopback');
|
|
||||||
|
|
||||||
// Log
|
app.use(compress({
|
||||||
if (config.accesses && config.accesses.enable) {
|
flush: zlib.constants.Z_SYNC_FLUSH
|
||||||
const accesses = new Accesses({
|
|
||||||
appName: 'Misskey',
|
|
||||||
port: config.accesses.port
|
|
||||||
});
|
|
||||||
|
|
||||||
app.use(accesses.express);
|
|
||||||
}
|
|
||||||
|
|
||||||
app.use(morgan(process.env.NODE_ENV == 'production' ? 'combined' : 'dev', {
|
|
||||||
// create a write stream (in append mode)
|
|
||||||
stream: config.accesslog ? fs.createWriteStream(config.accesslog) : null
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
app.use((req, res, next) => {
|
// HSTS
|
||||||
log(req);
|
// 6months (15552000sec)
|
||||||
next();
|
if (config.url.startsWith('https')) {
|
||||||
});
|
app.use(async (ctx, next) => {
|
||||||
|
ctx.set('strict-transport-security', 'max-age=15552000; preload');
|
||||||
// Drop request when without 'Host' header
|
await next();
|
||||||
app.use((req, res, next) => {
|
|
||||||
if (!req.headers['host']) {
|
|
||||||
res.sendStatus(400);
|
|
||||||
} else {
|
|
||||||
next();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// 互換性のため
|
|
||||||
app.post('/meta', (req, res) => {
|
|
||||||
res.header('Access-Control-Allow-Origin', '*');
|
|
||||||
res.json({
|
|
||||||
version: 'nighthike'
|
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
app.use(mount('/api', require('./api')));
|
||||||
* Register modules
|
app.use(mount('/files', require('./file')));
|
||||||
*/
|
|
||||||
app.use('/api', require('./api'));
|
// Init router
|
||||||
app.use('/files', require('./file'));
|
const router = new Router();
|
||||||
app.use(activityPub);
|
|
||||||
app.use(webFinger);
|
// Routing
|
||||||
app.use(require('./web'));
|
router.use(activityPub.routes());
|
||||||
|
router.use(webFinger.routes());
|
||||||
|
|
||||||
|
// Register router
|
||||||
|
app.use(router.routes());
|
||||||
|
|
||||||
|
app.use(mount(require('./web')));
|
||||||
|
|
||||||
function createServer() {
|
function createServer() {
|
||||||
if (config.https) {
|
if (config.https) {
|
||||||
|
@ -73,9 +53,9 @@ function createServer() {
|
||||||
Object.keys(config.https).forEach(k => {
|
Object.keys(config.https).forEach(k => {
|
||||||
certs[k] = fs.readFileSync(config.https[k]);
|
certs[k] = fs.readFileSync(config.https[k]);
|
||||||
});
|
});
|
||||||
return https.createServer(certs, app);
|
return http2.createSecureServer(certs, app.callback());
|
||||||
} else {
|
} else {
|
||||||
return http.createServer(app);
|
return http.createServer(app.callback());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
import * as crypto from 'crypto';
|
|
||||||
import * as express from 'express';
|
|
||||||
import * as proxyAddr from 'proxy-addr';
|
|
||||||
import Xev from 'xev';
|
|
||||||
|
|
||||||
const ev = new Xev();
|
|
||||||
|
|
||||||
export default function(req: express.Request) {
|
|
||||||
const ip = proxyAddr(req, () => true);
|
|
||||||
|
|
||||||
const md5 = crypto.createHash('md5');
|
|
||||||
md5.update(ip);
|
|
||||||
const hashedIp = md5.digest('hex').substr(0, 3);
|
|
||||||
|
|
||||||
ev.emit('request', {
|
|
||||||
ip: hashedIp,
|
|
||||||
method: req.method,
|
|
||||||
hostname: req.hostname,
|
|
||||||
path: req.originalUrl
|
|
||||||
});
|
|
||||||
}
|
|
|
@ -1,24 +1,27 @@
|
||||||
/**
|
/**
|
||||||
* Docs Server
|
* Docs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import * as path from 'path';
|
import ms = require('ms');
|
||||||
import * as express from 'express';
|
import * as Router from 'koa-router';
|
||||||
|
import * as send from 'koa-send';
|
||||||
|
|
||||||
const docs = path.resolve(`${__dirname}/../../client/docs/`);
|
const docs = `${__dirname}/../../client/docs/`;
|
||||||
|
|
||||||
/**
|
const router = new Router();
|
||||||
* Init app
|
|
||||||
*/
|
|
||||||
const app = express();
|
|
||||||
app.disable('x-powered-by');
|
|
||||||
|
|
||||||
app.use('/assets', express.static(`${docs}/assets`));
|
router.get('/assets/*', async ctx => {
|
||||||
|
await send(ctx, ctx.params[0], {
|
||||||
|
root: docs + '/assets/',
|
||||||
|
maxage: ms('7 days'),
|
||||||
|
immutable: true
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
router.get('*', async ctx => {
|
||||||
* Routing
|
await send(ctx, `${ctx.params[0]}.html`, {
|
||||||
*/
|
root: docs
|
||||||
app.get(/^\/([a-z_\-\/]+?)$/, (req, res) =>
|
});
|
||||||
res.sendFile(`${docs}/${req.params[0]}.html`));
|
});
|
||||||
|
|
||||||
module.exports = app;
|
export default router;
|
||||||
|
|
|
@ -2,63 +2,75 @@
|
||||||
* Web Client Server
|
* Web Client Server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import * as path from 'path';
|
|
||||||
import ms = require('ms');
|
import ms = require('ms');
|
||||||
|
import * as Koa from 'koa';
|
||||||
|
import * as Router from 'koa-router';
|
||||||
|
import * as send from 'koa-send';
|
||||||
|
import * as favicon from 'koa-favicon';
|
||||||
|
|
||||||
// express modules
|
import docs from './docs';
|
||||||
import * as express from 'express';
|
|
||||||
import * as bodyParser from 'body-parser';
|
|
||||||
import * as favicon from 'serve-favicon';
|
|
||||||
import * as compression from 'compression';
|
|
||||||
|
|
||||||
const client = path.resolve(`${__dirname}/../../client/`);
|
const client = `${__dirname}/../../client/`;
|
||||||
|
|
||||||
// Create server
|
// Init app
|
||||||
const app = express();
|
const app = new Koa();
|
||||||
app.disable('x-powered-by');
|
|
||||||
|
|
||||||
app.use('/docs', require('./docs'));
|
// Serve favicon
|
||||||
|
app.use(favicon(`${client}/assets/favicon.ico`));
|
||||||
|
|
||||||
app.use(bodyParser.urlencoded({ extended: true }));
|
// Common request handler
|
||||||
app.use(bodyParser.json({
|
app.use(async (ctx, next) => {
|
||||||
type: ['application/json', 'text/plain']
|
// IFrameの中に入れられないようにする
|
||||||
}));
|
ctx.set('X-Frame-Options', 'DENY');
|
||||||
app.use(compression());
|
await next();
|
||||||
|
|
||||||
app.use((req, res, next) => {
|
|
||||||
res.header('X-Frame-Options', 'DENY');
|
|
||||||
next();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Init router
|
||||||
|
const router = new Router();
|
||||||
|
|
||||||
//#region static assets
|
//#region static assets
|
||||||
|
|
||||||
app.use(favicon(`${client}/assets/favicon.ico`));
|
router.get('/assets/*', async ctx => {
|
||||||
app.get('/apple-touch-icon.png', (req, res) => res.sendFile(`${client}/assets/apple-touch-icon.png`));
|
await send(ctx, ctx.path, {
|
||||||
app.use('/assets', express.static(`${client}/assets`, {
|
root: client,
|
||||||
maxAge: ms('7 days')
|
maxage: ms('7 days'),
|
||||||
}));
|
immutable: true
|
||||||
app.use('/assets/*.js', (req, res) => res.sendFile(`${client}/assets/404.js`));
|
|
||||||
app.use('/assets', (req, res) => {
|
|
||||||
res.sendStatus(404);
|
|
||||||
});
|
|
||||||
|
|
||||||
// ServiceWroker
|
|
||||||
app.get(/^\/sw\.(.+?)\.js$/, (req, res) =>
|
|
||||||
res.sendFile(`${client}/assets/sw.${req.params[0]}.js`));
|
|
||||||
|
|
||||||
// Manifest
|
|
||||||
app.get('/manifest.json', (req, res) =>
|
|
||||||
res.sendFile(`${client}/assets/manifest.json`));
|
|
||||||
|
|
||||||
//#endregion
|
|
||||||
|
|
||||||
app.get(/\/api:url/, require('./url-preview'));
|
|
||||||
|
|
||||||
// Render base html for all requests
|
|
||||||
app.get('*', (req, res) => {
|
|
||||||
res.sendFile(path.resolve(`${client}/app/base.html`), {
|
|
||||||
maxAge: ms('7 days')
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Apple touch icon
|
||||||
|
router.get('/apple-touch-icon.png', async ctx => {
|
||||||
|
await send(ctx, `${client}/assets/apple-touch-icon.png`);
|
||||||
|
});
|
||||||
|
|
||||||
|
// ServiceWroker
|
||||||
|
router.get(/^\/sw\.(.+?)\.js$/, async ctx => {
|
||||||
|
await send(ctx, `${client}/assets/sw.${ctx.params[0]}.js`);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Manifest
|
||||||
|
router.get('/manifest.json', async ctx => {
|
||||||
|
await send(ctx, `${client}/assets/manifest.json`);
|
||||||
|
});
|
||||||
|
|
||||||
|
//#endregion
|
||||||
|
|
||||||
|
// Docs
|
||||||
|
router.use('/docs', docs.routes());
|
||||||
|
|
||||||
|
// URL preview endpoint
|
||||||
|
router.get('url', require('./url-preview'));
|
||||||
|
|
||||||
|
// Render base html for all requests
|
||||||
|
router.get('*', async ctx => {
|
||||||
|
await send(ctx, `app/base.html`, {
|
||||||
|
root: client,
|
||||||
|
maxage: ms('3 days'),
|
||||||
|
immutable: true
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
// Register router
|
||||||
|
app.use(router.routes());
|
||||||
|
|
||||||
module.exports = app;
|
module.exports = app;
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import * as express from 'express';
|
import * as Koa from 'koa';
|
||||||
import summaly from 'summaly';
|
import summaly from 'summaly';
|
||||||
|
|
||||||
module.exports = async (req: express.Request, res: express.Response) => {
|
module.exports = async (ctx: Koa.Context) => {
|
||||||
const summary = await summaly(req.query.url);
|
const summary = await summaly(ctx.query.url);
|
||||||
summary.icon = wrap(summary.icon);
|
summary.icon = wrap(summary.icon);
|
||||||
summary.thumbnail = wrap(summary.thumbnail);
|
summary.thumbnail = wrap(summary.thumbnail);
|
||||||
res.send(summary);
|
ctx.body = summary;
|
||||||
};
|
};
|
||||||
|
|
||||||
function wrap(url: string): string {
|
function wrap(url: string): string {
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
import * as express from 'express';
|
import * as Router from 'koa-router';
|
||||||
|
|
||||||
import config from '../config';
|
import config from '../config';
|
||||||
import parseAcct from '../acct/parse';
|
import parseAcct from '../acct/parse';
|
||||||
import User from '../models/user';
|
import User from '../models/user';
|
||||||
|
|
||||||
const app = express.Router();
|
// Init router
|
||||||
|
const router = new Router();
|
||||||
|
|
||||||
app.get('/.well-known/webfinger', async (req, res) => {
|
router.get('/.well-known/webfinger', async ctx => {
|
||||||
if (typeof req.query.resource !== 'string') {
|
if (typeof ctx.query.resource !== 'string') {
|
||||||
return res.sendStatus(400);
|
ctx.status = 400;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const resourceLower = req.query.resource.toLowerCase();
|
const resourceLower = ctx.query.resource.toLowerCase();
|
||||||
const webPrefix = config.url.toLowerCase() + '/@';
|
const webPrefix = config.url.toLowerCase() + '/@';
|
||||||
let acctLower;
|
let acctLower;
|
||||||
|
|
||||||
|
@ -25,15 +27,21 @@ app.get('/.well-known/webfinger', async (req, res) => {
|
||||||
|
|
||||||
const parsedAcctLower = parseAcct(acctLower);
|
const parsedAcctLower = parseAcct(acctLower);
|
||||||
if (![null, config.host.toLowerCase()].includes(parsedAcctLower.host)) {
|
if (![null, config.host.toLowerCase()].includes(parsedAcctLower.host)) {
|
||||||
return res.sendStatus(422);
|
ctx.status = 422;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const user = await User.findOne({ usernameLower: parsedAcctLower.username, host: null });
|
const user = await User.findOne({
|
||||||
|
usernameLower: parsedAcctLower.username,
|
||||||
|
host: null
|
||||||
|
});
|
||||||
|
|
||||||
if (user === null) {
|
if (user === null) {
|
||||||
return res.sendStatus(404);
|
ctx.status = 404;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return res.json({
|
ctx.body = {
|
||||||
subject: `acct:${user.username}@${config.host}`,
|
subject: `acct:${user.username}@${config.host}`,
|
||||||
links: [{
|
links: [{
|
||||||
rel: 'self',
|
rel: 'self',
|
||||||
|
@ -47,7 +55,7 @@ app.get('/.well-known/webfinger', async (req, res) => {
|
||||||
rel: 'http://ostatus.org/schema/1.0/subscribe',
|
rel: 'http://ostatus.org/schema/1.0/subscribe',
|
||||||
template: `${config.url}/authorize-follow?acct={uri}`
|
template: `${config.url}/authorize-follow?acct={uri}`
|
||||||
}]
|
}]
|
||||||
});
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
export default app;
|
export default router;
|
||||||
|
|
|
@ -4,7 +4,7 @@ import FollowingLog from '../../models/following-log';
|
||||||
import FollowedLog from '../../models/followed-log';
|
import FollowedLog from '../../models/followed-log';
|
||||||
import event from '../../publishers/stream';
|
import event from '../../publishers/stream';
|
||||||
import notify from '../../publishers/notify';
|
import notify from '../../publishers/notify';
|
||||||
import context from '../../remote/activitypub/renderer/context';
|
import pack from '../../remote/activitypub/renderer';
|
||||||
import renderFollow from '../../remote/activitypub/renderer/follow';
|
import renderFollow from '../../remote/activitypub/renderer/follow';
|
||||||
import renderAccept from '../../remote/activitypub/renderer/accept';
|
import renderAccept from '../../remote/activitypub/renderer/accept';
|
||||||
import { deliver } from '../../queue';
|
import { deliver } from '../../queue';
|
||||||
|
@ -57,16 +57,12 @@ export default async function(follower: IUser, followee: IUser, activity?) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLocalUser(follower) && isRemoteUser(followee)) {
|
if (isLocalUser(follower) && isRemoteUser(followee)) {
|
||||||
const content = renderFollow(follower, followee);
|
const content = pack(renderFollow(follower, followee));
|
||||||
content['@context'] = context;
|
|
||||||
|
|
||||||
deliver(follower, content, followee.inbox).save();
|
deliver(follower, content, followee.inbox).save();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isRemoteUser(follower) && isLocalUser(followee)) {
|
if (isRemoteUser(follower) && isLocalUser(followee)) {
|
||||||
const content = renderAccept(activity);
|
const content = pack(renderAccept(activity));
|
||||||
content['@context'] = context;
|
|
||||||
|
|
||||||
deliver(followee, content, follower.inbox).save();
|
deliver(followee, content, follower.inbox).save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ import Following from '../../models/following';
|
||||||
import FollowingLog from '../../models/following-log';
|
import FollowingLog from '../../models/following-log';
|
||||||
import FollowedLog from '../../models/followed-log';
|
import FollowedLog from '../../models/followed-log';
|
||||||
import event from '../../publishers/stream';
|
import event from '../../publishers/stream';
|
||||||
import context from '../../remote/activitypub/renderer/context';
|
import pack from '../../remote/activitypub/renderer';
|
||||||
import renderFollow from '../../remote/activitypub/renderer/follow';
|
import renderFollow from '../../remote/activitypub/renderer/follow';
|
||||||
import renderUndo from '../../remote/activitypub/renderer/undo';
|
import renderUndo from '../../remote/activitypub/renderer/undo';
|
||||||
import { deliver } from '../../queue';
|
import { deliver } from '../../queue';
|
||||||
|
@ -56,9 +56,7 @@ export default async function(follower: IUser, followee: IUser, activity?) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLocalUser(follower) && isRemoteUser(followee)) {
|
if (isLocalUser(follower) && isRemoteUser(followee)) {
|
||||||
const content = renderUndo(renderFollow(follower, followee));
|
const content = pack(renderUndo(renderFollow(follower, followee)));
|
||||||
content['@context'] = context;
|
|
||||||
|
|
||||||
deliver(follower, content, followee.inbox).save();
|
deliver(follower, content, followee.inbox).save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { deliver } from '../../queue';
|
||||||
import renderNote from '../../remote/activitypub/renderer/note';
|
import renderNote from '../../remote/activitypub/renderer/note';
|
||||||
import renderCreate from '../../remote/activitypub/renderer/create';
|
import renderCreate from '../../remote/activitypub/renderer/create';
|
||||||
import renderAnnounce from '../../remote/activitypub/renderer/announce';
|
import renderAnnounce from '../../remote/activitypub/renderer/announce';
|
||||||
import context from '../../remote/activitypub/renderer/context';
|
import packAp from '../../remote/activitypub/renderer';
|
||||||
import { IDriveFile } from '../../models/drive-file';
|
import { IDriveFile } from '../../models/drive-file';
|
||||||
import notify from '../../publishers/notify';
|
import notify from '../../publishers/notify';
|
||||||
import NoteWatching from '../../models/note-watching';
|
import NoteWatching from '../../models/note-watching';
|
||||||
|
@ -132,8 +132,7 @@ export default async (user: IUser, data: {
|
||||||
const content = data.renote && data.text == null
|
const content = data.renote && data.text == null
|
||||||
? renderAnnounce(data.renote.uri ? data.renote.uri : await renderNote(data.renote))
|
? renderAnnounce(data.renote.uri ? data.renote.uri : await renderNote(data.renote))
|
||||||
: renderCreate(await renderNote(note));
|
: renderCreate(await renderNote(note));
|
||||||
content['@context'] = context;
|
return packAp(content);
|
||||||
return content;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 投稿がリプライかつ投稿者がローカルユーザーかつリプライ先の投稿の投稿者がリモートユーザーなら配送
|
// 投稿がリプライかつ投稿者がローカルユーザーかつリプライ先の投稿の投稿者がリモートユーザーなら配送
|
||||||
|
|
|
@ -8,7 +8,7 @@ import NoteWatching from '../../../models/note-watching';
|
||||||
import watch from '../watch';
|
import watch from '../watch';
|
||||||
import renderLike from '../../../remote/activitypub/renderer/like';
|
import renderLike from '../../../remote/activitypub/renderer/like';
|
||||||
import { deliver } from '../../../queue';
|
import { deliver } from '../../../queue';
|
||||||
import context from '../../../remote/activitypub/renderer/context';
|
import pack from '../../../remote/activitypub/renderer';
|
||||||
|
|
||||||
export default async (user: IUser, note: INote, reaction: string) => new Promise(async (res, rej) => {
|
export default async (user: IUser, note: INote, reaction: string) => new Promise(async (res, rej) => {
|
||||||
// Myself
|
// Myself
|
||||||
|
@ -85,9 +85,7 @@ export default async (user: IUser, note: INote, reaction: string) => new Promise
|
||||||
//#region 配信
|
//#region 配信
|
||||||
// リアクターがローカルユーザーかつリアクション対象がリモートユーザーの投稿なら配送
|
// リアクターがローカルユーザーかつリアクション対象がリモートユーザーの投稿なら配送
|
||||||
if (isLocalUser(user) && isRemoteUser(note._user)) {
|
if (isLocalUser(user) && isRemoteUser(note._user)) {
|
||||||
const content = renderLike(user, note);
|
const content = pack(renderLike(user, note));
|
||||||
content['@context'] = context;
|
|
||||||
|
|
||||||
deliver(user, content, note._user.inbox).save();
|
deliver(user, content, note._user.inbox).save();
|
||||||
}
|
}
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
Loading…
Reference in a new issue