├── .autogen ├── check_pr.jq ├── next_url.jq ├── patreon.jq └── update_readme_patreon.sh ├── .babelrc ├── .circleci ├── config.yml └── misskey │ ├── default.yml │ └── test.yml ├── .config ├── docker_example.env └── example.yml ├── .dockerignore ├── .editorconfig ├── .eslintrc ├── .gitattributes ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── 01_bug-report.md │ └── 02_feature-request.md ├── PULL_REQUEST_TEMPLATE.md └── workflows │ ├── build-and-push.yml │ ├── dockerimage.yml │ └── nodejs.yml ├── .gitignore ├── .gitmodules ├── .imgbotconfig ├── .mocharc.json ├── .node-version ├── .npmrc ├── .vscode └── extensions.json ├── .vsls.json ├── CONTRIBUTING-ja.md ├── CONTRIBUTING.md ├── COPYING ├── DIFFERENCE.md ├── Dockerfile ├── LICENSE ├── Procfile ├── README-ja.md ├── README.md ├── assets ├── about │ ├── banner.svg │ ├── drive.png │ ├── post.png │ ├── reaction.png │ └── ui.png ├── ai-orig.png ├── ai.png ├── api-doc.png ├── apple-touch-icon.png ├── favicon.png ├── icon_transparent.svg ├── icons │ ├── 192.png │ └── 512.png ├── milkey_transparent.svg ├── robots.txt ├── ss │ ├── explore.jpg │ └── user.jpg ├── title.svg └── user-unknown.png ├── docker-compose.yml ├── docs └── examples │ └── misskey.nginx ├── gen-migration.sh ├── gulpfile.ts ├── index.js ├── jsconfig.json ├── locales ├── en-US.yml ├── index.d.ts ├── index.js ├── ja-JP.yml ├── ja-NCAT.yml └── ja-OK.yml ├── migration ├── 1000000000000-Init.ts ├── 1556348509290-Pages.ts ├── 1556746559567-UserProfile.ts ├── 1557476068003-PinnedUsers.ts ├── 1557761316509-AddSomeUrls.ts ├── 1557932705754-ObjectStorageSetting.ts ├── 1558072954435-PageLike.ts ├── 1558103093633-UserGroup.ts ├── 1558257926829-UserGroupInvite.ts ├── 1558266512381-UserListJoining.ts ├── 1561706992953-webauthn.ts ├── 1561873850023-ChartIndexes.ts ├── 1562422242907-PasswordLessLogin.ts ├── 1562444565093-PinnedPage.ts ├── 1562448332510-PageTitleHideOption.ts ├── 1562869971568-ModerationLog.ts ├── 1563757595828-UsedUsername.ts ├── 1565634203341-room.ts ├── 1567272052176-Sex.ts ├── 1567337649930-visibility-users.ts ├── 1570083630758-Premium.ts ├── 1570091775183-PremiumDrive.ts ├── 1571220798684-CustomEmojiCategory.ts ├── 1572760203493-nodeinfo.ts ├── 1575729291627-hideServerInfo.ts ├── 1576269851876-TalkFederationId.ts ├── 1576869585998-ProxyRemoteFiles.ts ├── 1579267006611-v12.ts ├── 1579270193251-v12-2.ts ├── 1579282808087-v12-3.ts ├── 1579544426412-v12-4.ts ├── 1579977526288-v12-5.ts ├── 1579993013959-v12-6.ts ├── 1580069531114-v12-7.ts ├── 1580148575182-v12-8.ts ├── 1580154400017-v12-9.ts ├── 1580276619901-v12-10.ts ├── 1580331224276-v12-11.ts ├── 1580508795118-v12-12.ts ├── 1580543501339-v12-13.ts ├── 1580814094796-gpv3-1.ts ├── 1580864313253-v12-14.ts ├── 1581526429287-user-group-invitation.ts ├── 1581695816408-user-group-antenna.ts ├── 1581708415836-drive-user-folder-id-index.ts ├── 1581979837262-promo.ts ├── 1582019042083-featured-injecttion.ts ├── 1582210532752-antenna-exclude.ts ├── 1582875306439-note-reaction-length.ts ├── 1585361548360-miauth.ts ├── 1585385921215-custom-notification.ts ├── 1585772678853-ap-url.ts ├── 1586624197029-AddObjectStorageUseProxy.ts ├── 1586641139527-remote-reaction.ts ├── 1586708940386-pageAiScript.ts ├── 1588044505511-hCaptcha.ts ├── 1589023282116-pubRelay.ts ├── 1590746057549-ctl.ts ├── 1590764983545-remoteFollowersOnly.ts ├── 1590805350225-hideFF.ts ├── 1591438314624-EmojiSuggestion.ts ├── 1592288966883-disableInvitation.ts ├── 1592314093570-disableFeatured.ts ├── 1595075960584-blurhash.ts ├── 1595077605646-blurhash-for-avatar-banner.ts ├── 1595676934834-instance-icon-url.ts ├── 1595771249699-word-mute.ts ├── 1595782306083-word-mute2.ts ├── 1596548170836-channel.ts ├── 1596786425167-channel2.ts ├── 1597230137744-objectStorageSetPublicRead.ts ├── 1597236229720-IncludingNotificationTypes.ts ├── 1597385880794-add-sensitive-index.ts ├── 1597459042300-channel-unread.ts ├── 1597893996136-ChannelNoteIdDescIndex.ts ├── 1600353287890-mutingNotificationTypes.ts ├── 1602552329017-Dislike.ts ├── 1602555335140-noindex.ts ├── 1602556175872-noindex-2.ts ├── 1603094348345-refine-abuse-user-report.ts ├── 1603095701770-refine-abuse-user-report2.ts ├── 1603776877564-instance-theme-color.ts ├── 1603781553011-instance-favicon.ts ├── 1604821689616-delete-auto-watch.ts ├── 1605408848373-clip-description.ts ├── 1605408971051-comments.ts ├── 1605585339718-instance-pinned-pages.ts ├── 1605965516823-instance-images.ts ├── 1606083866431-renoteMute.ts ├── 1606191203881-no-crawle.ts ├── 1607151207216-instance-pinned-clip.ts ├── 1607353487793-isExplorable.ts ├── 1610277136869-registry.ts ├── 1610277585759-registry2.ts ├── 1610283021566-registry3.ts ├── 1611354329133-followersUri.ts ├── 1611547387175-objectStorageS3ForcePathStyle.ts ├── 1612619156584-announcement-email.ts ├── 1613503367223-use-bigint-for-driveUsage.ts ├── 1616819210942-suggestionLimitationSettings.ts ├── 1619942102890-password-reset.ts ├── 1621479946000-add-note-indexes.ts ├── 1629288472000-fix-channel-userId.ts ├── 1629512953000-user-is-deleted.ts ├── 1634486652000-user-public-reactions.ts ├── 1637204036143-deleteLogTable.ts ├── 1639580990395-user-profile.ts ├── 1644395759931-instance-theme-color.ts └── 1702199825139-addpartialindexforlocalnote.ts ├── ormconfig.js ├── package.json ├── src ├── @types │ ├── hcaptcha.d.ts │ ├── http-signature.d.ts │ ├── jsrsasign.d.ts │ ├── koa-json-body.d.ts │ ├── koa-slow.d.ts │ ├── langmap.d.ts │ ├── meta.json.d.ts │ ├── ms.d.ts │ ├── os-utils.d.ts │ ├── package.json.d.ts │ └── probe-image-size.d.ts ├── argv.ts ├── boot │ ├── index.ts │ ├── master.ts │ └── worker.ts ├── client │ ├── .eslintrc │ ├── @types │ │ ├── global.d.ts │ │ └── vue.d.ts │ ├── account.ts │ ├── assets │ │ ├── about-icon.png │ │ ├── fedi.jpg │ │ ├── label-red.svg │ │ ├── label.svg │ │ ├── manifest.json │ │ ├── misskey.svg │ │ ├── redoc.html │ │ ├── remove.png │ │ ├── room │ │ │ ├── furnitures │ │ │ │ ├── banknote │ │ │ │ │ ├── banknote.blend │ │ │ │ │ ├── banknote.glb │ │ │ │ │ └── tex.png │ │ │ │ ├── bed │ │ │ │ │ ├── bed.blend │ │ │ │ │ └── bed.glb │ │ │ │ ├── bin │ │ │ │ │ ├── bin.blend │ │ │ │ │ └── bin.glb │ │ │ │ ├── book │ │ │ │ │ ├── book.blend │ │ │ │ │ └── book.glb │ │ │ │ ├── book2 │ │ │ │ │ ├── barcode.png │ │ │ │ │ ├── book2.blend │ │ │ │ │ ├── book2.glb │ │ │ │ │ ├── texture.afdesign │ │ │ │ │ ├── texture.png │ │ │ │ │ └── uv.png │ │ │ │ ├── cardboard-box │ │ │ │ │ ├── cardboard-box.blend │ │ │ │ │ └── cardboard-box.glb │ │ │ │ ├── cardboard-box2 │ │ │ │ │ ├── cardboard-box2.blend │ │ │ │ │ ├── cardboard-box2.glb │ │ │ │ │ ├── texture.png │ │ │ │ │ └── uv.png │ │ │ │ ├── cardboard-box3 │ │ │ │ │ ├── cardboard-box3.blend │ │ │ │ │ ├── cardboard-box3.glb │ │ │ │ │ ├── texture.png │ │ │ │ │ ├── texture.xcf │ │ │ │ │ └── uv.png │ │ │ │ ├── carpet-stripe │ │ │ │ │ ├── carpet-stripe.blend │ │ │ │ │ └── carpet-stripe.glb │ │ │ │ ├── chair │ │ │ │ │ ├── chair.blend │ │ │ │ │ └── chair.glb │ │ │ │ ├── chair2 │ │ │ │ │ ├── chair2.blend │ │ │ │ │ └── chair2.glb │ │ │ │ ├── color-box │ │ │ │ │ ├── color-box.blend │ │ │ │ │ └── color-box.glb │ │ │ │ ├── corkboard │ │ │ │ │ ├── corkboard.blend │ │ │ │ │ └── corkboard.glb │ │ │ │ ├── cube │ │ │ │ │ ├── cube.blend │ │ │ │ │ └── cube.glb │ │ │ │ ├── cup-noodle │ │ │ │ │ ├── cup-noodle.blend │ │ │ │ │ ├── cup-noodle.glb │ │ │ │ │ └── noodle.png │ │ │ │ ├── desk │ │ │ │ │ ├── desk.blend │ │ │ │ │ └── desk.glb │ │ │ │ ├── doll-ai │ │ │ │ │ ├── doll-ai.blend │ │ │ │ │ ├── doll-ai.glb │ │ │ │ │ └── doll_ai_tex.png │ │ │ │ ├── energy-drink │ │ │ │ │ ├── energy-drink.blend │ │ │ │ │ ├── energy-drink.glb │ │ │ │ │ ├── texture.afdesign │ │ │ │ │ ├── texture.png │ │ │ │ │ └── uv.png │ │ │ │ ├── eraser │ │ │ │ │ ├── cover.png │ │ │ │ │ ├── cover.psd │ │ │ │ │ ├── eraser-uv.png │ │ │ │ │ ├── eraser.blend │ │ │ │ │ └── eraser.glb │ │ │ │ ├── facial-tissue │ │ │ │ │ ├── facial-tissue-uv.png │ │ │ │ │ ├── facial-tissue.blend │ │ │ │ │ ├── facial-tissue.glb │ │ │ │ │ ├── facial-tissue.png │ │ │ │ │ └── facial-tissue.psd │ │ │ │ ├── fan │ │ │ │ │ ├── fan.blend │ │ │ │ │ └── fan.glb │ │ │ │ ├── holo-display │ │ │ │ │ ├── holo-display.blend │ │ │ │ │ ├── holo-display.glb │ │ │ │ │ ├── ray-uv.png │ │ │ │ │ └── ray.png │ │ │ │ ├── keyboard │ │ │ │ │ ├── keyboard.blend │ │ │ │ │ └── keyboard.glb │ │ │ │ ├── low-table │ │ │ │ │ ├── low-table.blend │ │ │ │ │ └── low-table.glb │ │ │ │ ├── mat │ │ │ │ │ ├── mat.blend │ │ │ │ │ └── mat.glb │ │ │ │ ├── milk │ │ │ │ │ ├── milk-uv.png │ │ │ │ │ ├── milk.blend │ │ │ │ │ ├── milk.glb │ │ │ │ │ ├── milk.png │ │ │ │ │ └── milk.psd │ │ │ │ ├── monitor │ │ │ │ │ ├── monitor.blend │ │ │ │ │ ├── monitor.glb │ │ │ │ │ ├── monitor.psd │ │ │ │ │ ├── screen-uv.png │ │ │ │ │ └── screen.jpg │ │ │ │ ├── moon │ │ │ │ │ ├── moon.blend │ │ │ │ │ ├── moon.glb │ │ │ │ │ └── moon.jpg │ │ │ │ ├── mousepad │ │ │ │ │ ├── mousepad.blend │ │ │ │ │ └── mousepad.glb │ │ │ │ ├── pc │ │ │ │ │ ├── motherboard-uv.png │ │ │ │ │ ├── motherboard-uv.psd │ │ │ │ │ ├── motherboard.jpg │ │ │ │ │ ├── pc.blend │ │ │ │ │ └── pc.glb │ │ │ │ ├── pencil │ │ │ │ │ ├── pencil.blend │ │ │ │ │ └── pencil.glb │ │ │ │ ├── photoframe │ │ │ │ │ ├── photo-uv.png │ │ │ │ │ ├── photo.jpg │ │ │ │ │ ├── photoframe.blend │ │ │ │ │ └── photoframe.glb │ │ │ │ ├── piano │ │ │ │ │ ├── piano.blend │ │ │ │ │ └── piano.glb │ │ │ │ ├── pinguin │ │ │ │ │ ├── pinguin.blend │ │ │ │ │ └── pinguin.glb │ │ │ │ ├── plant │ │ │ │ │ ├── plant-soil-uv.png │ │ │ │ │ ├── plant-soil.png │ │ │ │ │ ├── plant-soil.psd │ │ │ │ │ ├── plant.blend │ │ │ │ │ └── plant.glb │ │ │ │ ├── plant2 │ │ │ │ │ ├── plant2.blend │ │ │ │ │ ├── plant2.glb │ │ │ │ │ └── soil.png │ │ │ │ ├── poster-h │ │ │ │ │ ├── poster-h.blend │ │ │ │ │ ├── poster-h.glb │ │ │ │ │ └── uv.png │ │ │ │ ├── poster-v │ │ │ │ │ ├── poster-v.blend │ │ │ │ │ ├── poster-v.glb │ │ │ │ │ └── uv.png │ │ │ │ ├── pudding │ │ │ │ │ ├── pudding.blend │ │ │ │ │ └── pudding.glb │ │ │ │ ├── rubik-cube │ │ │ │ │ ├── rubik-cube.blend │ │ │ │ │ └── rubik-cube.glb │ │ │ │ ├── server │ │ │ │ │ ├── rack-uv.png │ │ │ │ │ ├── rack.png │ │ │ │ │ ├── server.blend │ │ │ │ │ ├── server.glb │ │ │ │ │ ├── server.png │ │ │ │ │ └── uv.png │ │ │ │ ├── sofa │ │ │ │ │ ├── sofa.blend │ │ │ │ │ └── sofa.glb │ │ │ │ ├── spiral │ │ │ │ │ ├── spiral.blend │ │ │ │ │ └── spiral.glb │ │ │ │ ├── tv │ │ │ │ │ ├── screen-uv.png │ │ │ │ │ ├── tv.blend │ │ │ │ │ └── tv.glb │ │ │ │ └── wall-clock │ │ │ │ │ ├── wall-clock.blend │ │ │ │ │ └── wall-clock.glb │ │ │ └── rooms │ │ │ │ ├── default │ │ │ │ ├── default.blend │ │ │ │ └── default.glb │ │ │ │ └── washitsu │ │ │ │ ├── husuma-uv.png │ │ │ │ ├── husuma.png │ │ │ │ ├── tatami-single1600.png │ │ │ │ ├── tatami-uv.png │ │ │ │ ├── tatami.afdesign │ │ │ │ ├── tatami.png │ │ │ │ ├── washitsu.blend │ │ │ │ └── washitsu.glb │ │ ├── sounds │ │ │ ├── aisha │ │ │ │ ├── 1.mp3 │ │ │ │ ├── 2.mp3 │ │ │ │ └── 3.mp3 │ │ │ ├── noizenecio │ │ │ │ ├── kick_gaba.mp3 │ │ │ │ └── kick_gaba2.mp3 │ │ │ ├── syuilo │ │ │ │ ├── down.mp3 │ │ │ │ ├── kick.mp3 │ │ │ │ ├── pirori-square-wet.mp3 │ │ │ │ ├── pirori-wet.mp3 │ │ │ │ ├── pirori.mp3 │ │ │ │ ├── poi1.mp3 │ │ │ │ ├── poi2.mp3 │ │ │ │ ├── pope1.mp3 │ │ │ │ ├── pope2.mp3 │ │ │ │ ├── popo.mp3 │ │ │ │ ├── reverved.mp3 │ │ │ │ ├── ryukyu.mp3 │ │ │ │ ├── snare.mp3 │ │ │ │ ├── square-pico.mp3 │ │ │ │ ├── triple.mp3 │ │ │ │ ├── up.mp3 │ │ │ │ └── waon.mp3 │ │ │ └── xeltica │ │ │ │ ├── alert.mp3 │ │ │ │ ├── marimba_1.mp3 │ │ │ │ ├── marimba_2.mp3 │ │ │ │ ├── marimba_3.mp3 │ │ │ │ └── marimba_4.mp3 │ │ └── unread.svg │ ├── components │ │ ├── abuse-report-window.vue │ │ ├── analog-clock.vue │ │ ├── announcements-window.vue │ │ ├── autocomplete.vue │ │ ├── avatars.vue │ │ ├── captcha.vue │ │ ├── channel-follow-button.vue │ │ ├── channel-preview.vue │ │ ├── code-core.vue │ │ ├── code.vue │ │ ├── color-picker.vue │ │ ├── cw-button.vue │ │ ├── date-separated-list.vue │ │ ├── dialog.vue │ │ ├── drive-file-thumbnail.vue │ │ ├── drive-select-dialog.vue │ │ ├── drive-window.vue │ │ ├── drive.file.vue │ │ ├── drive.folder.vue │ │ ├── drive.nav-folder.vue │ │ ├── drive.vue │ │ ├── emoji-editor-window.vue │ │ ├── emoji-picker.vue │ │ ├── featured-photos.vue │ │ ├── file-type-icon.vue │ │ ├── follow-button.vue │ │ ├── forgot-password.vue │ │ ├── form-dialog.vue │ │ ├── form │ │ │ ├── base.vue │ │ │ ├── button.vue │ │ │ ├── form.scss │ │ │ ├── group.vue │ │ │ ├── input.vue │ │ │ ├── key-value-view.vue │ │ │ ├── link.vue │ │ │ ├── pagination.vue │ │ │ ├── radios.vue │ │ │ ├── range.vue │ │ │ ├── select.vue │ │ │ ├── switch.vue │ │ │ ├── textarea.vue │ │ │ └── tuple.vue │ │ ├── formula-core.vue │ │ ├── formula.vue │ │ ├── function-builder-window.vue │ │ ├── global │ │ │ ├── a.vue │ │ │ ├── acct.vue │ │ │ ├── avatar.vue │ │ │ ├── ellipsis.vue │ │ │ ├── emoji.vue │ │ │ ├── error.vue │ │ │ ├── i18n.ts │ │ │ ├── loading.vue │ │ │ ├── misskey-flavored-markdown.vue │ │ │ ├── plain-text.vue │ │ │ ├── time.vue │ │ │ ├── url.vue │ │ │ └── user-name.vue │ │ ├── google.vue │ │ ├── image-viewer.vue │ │ ├── img-with-blurhash.vue │ │ ├── index.ts │ │ ├── instance-stats.vue │ │ ├── instance-ticker.vue │ │ ├── launch-pad.vue │ │ ├── link.vue │ │ ├── markdown.vue │ │ ├── media-banner.vue │ │ ├── media-image.vue │ │ ├── media-list.vue │ │ ├── media-video.vue │ │ ├── mention.vue │ │ ├── mfm.functions.ts │ │ ├── mfm.ts │ │ ├── mini-chart.vue │ │ ├── note-detailed.vue │ │ ├── note-header.vue │ │ ├── note-preview.vue │ │ ├── note.sub.vue │ │ ├── note.vue │ │ ├── notes.vue │ │ ├── notification-setting-window.vue │ │ ├── notification.vue │ │ ├── notifications.vue │ │ ├── page-preview.vue │ │ ├── page-window.vue │ │ ├── page │ │ │ ├── page.block.vue │ │ │ ├── page.button.vue │ │ │ ├── page.canvas.vue │ │ │ ├── page.counter.vue │ │ │ ├── page.if.vue │ │ │ ├── page.image.vue │ │ │ ├── page.note.vue │ │ │ ├── page.number-input.vue │ │ │ ├── page.post.vue │ │ │ ├── page.radio-button.vue │ │ │ ├── page.section.vue │ │ │ ├── page.switch.vue │ │ │ ├── page.text-input.vue │ │ │ ├── page.text.vue │ │ │ ├── page.textarea-input.vue │ │ │ ├── page.textarea.vue │ │ │ └── page.vue │ │ ├── particle.vue │ │ ├── poll-editor.vue │ │ ├── poll.vue │ │ ├── post-form-attaches.vue │ │ ├── post-form-dialog.vue │ │ ├── post-form-v2.vue │ │ ├── post-form.vue │ │ ├── reaction-icon.vue │ │ ├── reaction-picker.vue │ │ ├── reactions-viewer.details.vue │ │ ├── reactions-viewer.reaction.vue │ │ ├── reactions-viewer.vue │ │ ├── remote-caution.vue │ │ ├── sample.vue │ │ ├── search.vue │ │ ├── sidebar.vue │ │ ├── signin-dialog.vue │ │ ├── signin.vue │ │ ├── signup-dialog.vue │ │ ├── signup.vue │ │ ├── sub-note-content.vue │ │ ├── tab.vue │ │ ├── taskmanager.api-window.vue │ │ ├── taskmanager.vue │ │ ├── template-picker.vue │ │ ├── timeline.vue │ │ ├── toast.vue │ │ ├── token-generate-window.vue │ │ ├── ui │ │ │ ├── button.vue │ │ │ ├── container.vue │ │ │ ├── context-menu.vue │ │ │ ├── folder.vue │ │ │ ├── hr.vue │ │ │ ├── info.vue │ │ │ ├── input.vue │ │ │ ├── menu.vue │ │ │ ├── modal-menu.vue │ │ │ ├── modal-window.vue │ │ │ ├── modal.vue │ │ │ ├── pagination.vue │ │ │ ├── radio.vue │ │ │ ├── radios.vue │ │ │ ├── range.vue │ │ │ ├── select.vue │ │ │ ├── switch.vue │ │ │ ├── textarea.vue │ │ │ ├── tooltip.vue │ │ │ └── window.vue │ │ ├── url-preview-popup.vue │ │ ├── url-preview.player-window.vue │ │ ├── url-preview.vue │ │ ├── user-info.vue │ │ ├── user-list.vue │ │ ├── user-preview.vue │ │ ├── user-select-dialog.vue │ │ ├── user.vue │ │ ├── users-dialog.vue │ │ ├── users.vue │ │ ├── verified.vue │ │ ├── visibility-icon.vue │ │ ├── visibility-picker.vue │ │ └── waiting-dialog.vue │ ├── config.ts │ ├── directives │ │ ├── anim.ts │ │ ├── appear.ts │ │ ├── follow-append.ts │ │ ├── hotkey.ts │ │ ├── index.ts │ │ ├── particle.ts │ │ ├── size.ts │ │ ├── tooltip.ts │ │ └── user-preview.ts │ ├── filters │ │ ├── bytes.ts │ │ ├── note.ts │ │ ├── number.ts │ │ └── user.ts │ ├── i18n.ts │ ├── init.ts │ ├── instance.ts │ ├── menus │ │ └── timeline.ts │ ├── os.ts │ ├── pages │ │ ├── _error_.vue │ │ ├── _loading_.vue │ │ ├── about-misskey.vue │ │ ├── about.vue │ │ ├── advanced-theme-editor.vue │ │ ├── announcements.vue │ │ ├── api-console.vue │ │ ├── auth.form.vue │ │ ├── auth.vue │ │ ├── channel-editor.vue │ │ ├── channel.vue │ │ ├── channels.vue │ │ ├── clip.vue │ │ ├── doc.vue │ │ ├── docs.vue │ │ ├── drive.vue │ │ ├── emoji-suggestion.vue │ │ ├── explore.vue │ │ ├── favorites.vue │ │ ├── featured.vue │ │ ├── follow-requests.vue │ │ ├── follow.vue │ │ ├── instance │ │ │ ├── abuses.vue │ │ │ ├── announcements.vue │ │ │ ├── emoji-edit-dialog.vue │ │ │ ├── emojis.vue │ │ │ ├── federation.vue │ │ │ ├── file-dialog.vue │ │ │ ├── files.vue │ │ │ ├── index.metrics.vue │ │ │ ├── index.vue │ │ │ ├── instance.vue │ │ │ ├── logs.vue │ │ │ ├── queue.chart.vue │ │ │ ├── queue.vue │ │ │ ├── relays.vue │ │ │ ├── settings.vue │ │ │ ├── user-dialog.vue │ │ │ └── users.vue │ │ ├── mentions.vue │ │ ├── messages.vue │ │ ├── messaging │ │ │ ├── index.vue │ │ │ ├── messaging-room.form.vue │ │ │ ├── messaging-room.message.vue │ │ │ └── messaging-room.vue │ │ ├── mfm-cheat-sheet.section.vue │ │ ├── mfm-cheat-sheet.vue │ │ ├── miauth.vue │ │ ├── my-antennas │ │ │ ├── index.antenna.vue │ │ │ └── index.vue │ │ ├── my-clips │ │ │ └── index.vue │ │ ├── my-groups │ │ │ ├── group.vue │ │ │ └── index.vue │ │ ├── my-lists │ │ │ ├── index.vue │ │ │ └── list.vue │ │ ├── not-found.vue │ │ ├── note.vue │ │ ├── notifications.vue │ │ ├── page-editor │ │ │ ├── els │ │ │ │ ├── page-editor.el.button.vue │ │ │ │ ├── page-editor.el.canvas.vue │ │ │ │ ├── page-editor.el.counter.vue │ │ │ │ ├── page-editor.el.if.vue │ │ │ │ ├── page-editor.el.image.vue │ │ │ │ ├── page-editor.el.note.vue │ │ │ │ ├── page-editor.el.number-input.vue │ │ │ │ ├── page-editor.el.post.vue │ │ │ │ ├── page-editor.el.radio-button.vue │ │ │ │ ├── page-editor.el.section.vue │ │ │ │ ├── page-editor.el.switch.vue │ │ │ │ ├── page-editor.el.text-input.vue │ │ │ │ ├── page-editor.el.text.vue │ │ │ │ ├── page-editor.el.textarea-input.vue │ │ │ │ └── page-editor.el.textarea.vue │ │ │ ├── page-editor.blocks.vue │ │ │ ├── page-editor.container.vue │ │ │ ├── page-editor.script-block.vue │ │ │ └── page-editor.vue │ │ ├── page.vue │ │ ├── pages.vue │ │ ├── paint.vue │ │ ├── preview.vue │ │ ├── renotes.vue │ │ ├── reset-password.vue │ │ ├── reversi │ │ │ ├── game.board.vue │ │ │ ├── game.setting.vue │ │ │ ├── game.vue │ │ │ └── index.vue │ │ ├── room │ │ │ ├── preview.vue │ │ │ └── room.vue │ │ ├── scratchpad.vue │ │ ├── search.vue │ │ ├── settings │ │ │ ├── 2fa.vue │ │ │ ├── account-info.vue │ │ │ ├── api.vue │ │ │ ├── apps.vue │ │ │ ├── deck.vue │ │ │ ├── drive.vue │ │ │ ├── email-address.vue │ │ │ ├── email.vue │ │ │ ├── experimental-features.vue │ │ │ ├── gacha.vue │ │ │ ├── general.vue │ │ │ ├── import-export.vue │ │ │ ├── index.pages.ts │ │ │ ├── index.vue │ │ │ ├── integration.vue │ │ │ ├── labs.custom-css.vue │ │ │ ├── labs.vue │ │ │ ├── mute-block.vue │ │ │ ├── notifications.vue │ │ │ ├── other.vue │ │ │ ├── plugin.install.vue │ │ │ ├── plugin.manage.vue │ │ │ ├── plugin.vue │ │ │ ├── privacy.vue │ │ │ ├── profile.vue │ │ │ ├── reaction.vue │ │ │ ├── registry.keys.vue │ │ │ ├── registry.value.vue │ │ │ ├── registry.vue │ │ │ ├── security.vue │ │ │ ├── sidebar.vue │ │ │ ├── sounds.vue │ │ │ ├── template.vue │ │ │ ├── theme.install.vue │ │ │ ├── theme.manage.vue │ │ │ ├── theme.store.vue │ │ │ ├── theme.vue │ │ │ ├── timeline.vue │ │ │ ├── update.vue │ │ │ └── word-mute.vue │ │ ├── share.vue │ │ ├── tag.vue │ │ ├── test.vue │ │ ├── theme-editor.vue │ │ ├── timeline.tutorial.vue │ │ ├── timeline.vue │ │ ├── user │ │ │ ├── clips.vue │ │ │ ├── follow-list.vue │ │ │ ├── index.activity.vue │ │ │ ├── index.photos.vue │ │ │ ├── index.timeline.vue │ │ │ ├── index.vue │ │ │ ├── pages.vue │ │ │ └── reactions.vue │ │ ├── v.vue │ │ ├── welcome.entrance.a.vue │ │ ├── welcome.entrance.b.vue │ │ ├── welcome.entrance.c.vue │ │ ├── welcome.setup.vue │ │ ├── welcome.timeline.vue │ │ └── welcome.vue │ ├── pizzax.ts │ ├── plugin.ts │ ├── router.ts │ ├── scripts │ │ ├── 2fa.ts │ │ ├── aiscript │ │ │ └── api.ts │ │ ├── autocomplete.ts │ │ ├── check-word-mute.ts │ │ ├── collect-page-vars.ts │ │ ├── contains.ts │ │ ├── copy-to-clipboard.ts │ │ ├── create-note-instantly.ts │ │ ├── default-faces.ts │ │ ├── extract-avg-color-from-blurhash.ts │ │ ├── find-child-by-tag.ts │ │ ├── focus.ts │ │ ├── form.ts │ │ ├── gen-search-query.ts │ │ ├── get-icon-of-timeline.ts │ │ ├── get-instance.ts │ │ ├── get-md5.ts │ │ ├── get-static-image-url.ts │ │ ├── get-user-menu.ts │ │ ├── hotkey.ts │ │ ├── hpml │ │ │ ├── block.ts │ │ │ ├── evaluator.ts │ │ │ ├── expr.ts │ │ │ ├── index.ts │ │ │ ├── lib.ts │ │ │ └── type-checker.ts │ │ ├── i18n.ts │ │ ├── initialize-sw.ts │ │ ├── is-device-darkmode.ts │ │ ├── is-device-touch.ts │ │ ├── keycode.ts │ │ ├── loading.ts │ │ ├── mark-raw-all.ts │ │ ├── paging.ts │ │ ├── physics.ts │ │ ├── please-login.ts │ │ ├── popout.ts │ │ ├── rgba.ts │ │ ├── room │ │ │ ├── furniture.ts │ │ │ ├── furnitures.json5 │ │ │ └── room.ts │ │ ├── scroll.ts │ │ ├── search.ts │ │ ├── select-file.ts │ │ ├── should-mute-note.ts │ │ ├── sound.ts │ │ ├── sticky-sidebar.ts │ │ ├── stream.ts │ │ ├── theme-editor.ts │ │ └── theme.ts │ ├── sidebar.ts │ ├── store.ts │ ├── style.scss │ ├── sw │ │ ├── compose-notification.ts │ │ └── sw.ts │ ├── theme-store.ts │ ├── themes │ │ ├── _dark.json5 │ │ ├── _light.json5 │ │ ├── d-dark.json5 │ │ ├── d-groundpolis.json5 │ │ ├── d-persimmon.json5 │ │ ├── l-apricot.json5 │ │ └── l-light.json5 │ ├── timeline-kinds.ts │ ├── tsconfig.json │ ├── ui │ │ ├── _common_ │ │ │ ├── common.vue │ │ │ ├── header.vue │ │ │ ├── stream-indicator.vue │ │ │ └── upload.vue │ │ ├── deck.vue │ │ ├── deck │ │ │ ├── antenna-column.vue │ │ │ ├── column-core.vue │ │ │ ├── column.vue │ │ │ ├── deck-store.ts │ │ │ ├── direct-column.vue │ │ │ ├── list-column.vue │ │ │ ├── main-column.vue │ │ │ ├── mentions-column.vue │ │ │ ├── notifications-column.vue │ │ │ ├── tl-column.vue │ │ │ └── widgets-column.vue │ │ ├── default.side.vue │ │ ├── default.vue │ │ ├── default.widgets.vue │ │ ├── visitor.vue │ │ ├── visitor │ │ │ ├── a.vue │ │ │ ├── b.vue │ │ │ ├── header.vue │ │ │ └── kanban.vue │ │ └── zen.vue │ ├── v2ui.scss │ └── widgets │ │ ├── activity.calendar.vue │ │ ├── activity.chart.vue │ │ ├── activity.vue │ │ ├── aichan.vue │ │ ├── aiscript.vue │ │ ├── button.vue │ │ ├── calendar.vue │ │ ├── clock.vue │ │ ├── define.ts │ │ ├── digital-clock.vue │ │ ├── federation.vue │ │ ├── index.ts │ │ ├── job-queue.vue │ │ ├── memo.vue │ │ ├── notifications.vue │ │ ├── online-users.vue │ │ ├── photos.vue │ │ ├── post-form.vue │ │ ├── rss.vue │ │ ├── server-metric │ │ ├── cpu-mem.vue │ │ ├── cpu.vue │ │ ├── disk.vue │ │ ├── index.vue │ │ ├── mem.vue │ │ ├── net.vue │ │ └── pie.vue │ │ ├── slideshow.vue │ │ ├── timeline.vue │ │ └── trends.vue ├── config │ ├── index.ts │ ├── load.ts │ └── types.ts ├── const.ts ├── daemons │ ├── janitor.ts │ ├── queue-stats.ts │ └── server-stats.ts ├── db │ ├── elasticsearch.ts │ ├── logger.ts │ ├── postgre.ts │ └── redis.ts ├── docs │ ├── en-US │ │ ├── aiscript.md │ │ ├── api.md │ │ ├── create-plugin.md │ │ ├── custom-emoji.md │ │ ├── deck.md │ │ ├── follow.md │ │ ├── keyboard-shortcut.md │ │ ├── mfm.md │ │ ├── mute.md │ │ ├── pages.md │ │ ├── reaction.md │ │ ├── reversi-bot.md │ │ ├── stream.md │ │ ├── theme.md │ │ └── timelines.md │ └── ja-JP │ │ ├── aiscript.md │ │ ├── api.md │ │ ├── create-plugin.md │ │ ├── custom-emoji.md │ │ ├── deck.md │ │ ├── follow.md │ │ ├── keyboard-shortcut.md │ │ ├── mfm.md │ │ ├── mute.md │ │ ├── pages.md │ │ ├── post.md │ │ ├── reaction.md │ │ ├── reversi-bot.md │ │ ├── stream.md │ │ ├── theme.md │ │ ├── timelines.md │ │ └── visibility.md ├── emojilist.json ├── games │ └── reversi │ │ ├── core.ts │ │ ├── maps.ts │ │ ├── package.json │ │ └── tsconfig.json ├── index.ts ├── meta.json ├── mfm │ ├── from-html.ts │ └── to-html.ts ├── misc │ ├── acct │ │ ├── parse.ts │ │ ├── render.ts │ │ └── type.ts │ ├── api-permissions.ts │ ├── app-lock.ts │ ├── birthday.ts │ ├── cafy-id.ts │ ├── captcha.ts │ ├── check-hit-antenna.ts │ ├── check-word-mute.ts │ ├── checked-fetch.ts │ ├── content-disposition.ts │ ├── convert-host.ts │ ├── count-same-renotes.ts │ ├── create-temp.ts │ ├── detect-url-mime.ts │ ├── download-text-file.ts │ ├── download-url.ts │ ├── emoji-regex.ts │ ├── emojilist.ts │ ├── extract-custom-emojis-from-mfm.ts │ ├── extract-hashtags.ts │ ├── extract-mentions.ts │ ├── extract-url-from-mfm.ts │ ├── fetch-meta.ts │ ├── fetch-proxy-account.ts │ ├── fetch.ts │ ├── format-time-string.ts │ ├── gen-avatar.ts │ ├── gen-id.ts │ ├── gen-key-pair.ts │ ├── get-drive-capacity.ts │ ├── get-file-info.ts │ ├── get-ip-hash.ts │ ├── get-note-speech.ts │ ├── get-note-summary.ts │ ├── get-reaction-emoji.ts │ ├── get-user-name.ts │ ├── hard-limits.ts │ ├── id │ │ ├── aid.ts │ │ ├── meid.ts │ │ ├── meidg.ts │ │ └── object-id.ts │ ├── identifiable-error.ts │ ├── is-duplicate-key-value-error.ts │ ├── is-muted-user-related.ts │ ├── is-quote.ts │ ├── is-valid-url.ts │ ├── normalize-for-search.ts │ ├── nyaize.ts │ ├── reaction-lib.ts │ ├── safe-for-sql.ts │ ├── sanitize-url.ts │ ├── schema.ts │ ├── secure-rndstr.ts │ ├── show-machine-info.ts │ ├── twemoji-base.ts │ └── vcard-sex-map.ts ├── models │ ├── entities │ │ ├── abuse-user-report.ts │ │ ├── access-token.ts │ │ ├── announcement-read.ts │ │ ├── announcement.ts │ │ ├── antenna-note.ts │ │ ├── antenna.ts │ │ ├── app.ts │ │ ├── attestation-challenge.ts │ │ ├── auth-session.ts │ │ ├── blocking.ts │ │ ├── channel-following.ts │ │ ├── channel-note-pining.ts │ │ ├── channel.ts │ │ ├── clip-note.ts │ │ ├── clip.ts │ │ ├── drive-file.ts │ │ ├── drive-folder.ts │ │ ├── emoji-request.ts │ │ ├── emoji.ts │ │ ├── follow-request.ts │ │ ├── following.ts │ │ ├── games │ │ │ └── reversi │ │ │ │ ├── game.ts │ │ │ │ └── matching.ts │ │ ├── hashtag.ts │ │ ├── instance.ts │ │ ├── log.ts │ │ ├── messaging-message.ts │ │ ├── meta.ts │ │ ├── moderation-log.ts │ │ ├── muted-note.ts │ │ ├── muting.ts │ │ ├── note-favorite.ts │ │ ├── note-reaction.ts │ │ ├── note-unread.ts │ │ ├── note-watching.ts │ │ ├── note.ts │ │ ├── notification.ts │ │ ├── page-like.ts │ │ ├── page.ts │ │ ├── password-reset-request.ts │ │ ├── poll-vote.ts │ │ ├── poll.ts │ │ ├── promo-note.ts │ │ ├── promo-read.ts │ │ ├── registration-tickets.ts │ │ ├── registry-item.ts │ │ ├── relay.ts │ │ ├── signin.ts │ │ ├── sw-subscription.ts │ │ ├── used-username.ts │ │ ├── user-group-invitation.ts │ │ ├── user-group-joining.ts │ │ ├── user-group.ts │ │ ├── user-keypair.ts │ │ ├── user-list-joining.ts │ │ ├── user-list.ts │ │ ├── user-note-pining.ts │ │ ├── user-profile.ts │ │ ├── user-publickey.ts │ │ ├── user-security-key.ts │ │ └── user.ts │ ├── id.ts │ ├── index.ts │ └── repositories │ │ ├── abuse-user-report.ts │ │ ├── antenna.ts │ │ ├── app.ts │ │ ├── auth-session.ts │ │ ├── blocking.ts │ │ ├── channel.ts │ │ ├── clip.ts │ │ ├── drive-file.ts │ │ ├── drive-folder.ts │ │ ├── emoji-request.ts │ │ ├── emoji.ts │ │ ├── follow-request.ts │ │ ├── following.ts │ │ ├── games │ │ └── reversi │ │ │ ├── game.ts │ │ │ └── matching.ts │ │ ├── hashtag.ts │ │ ├── messaging-message.ts │ │ ├── moderation-logs.ts │ │ ├── muting.ts │ │ ├── note-favorite.ts │ │ ├── note-reaction.ts │ │ ├── note.ts │ │ ├── notification.ts │ │ ├── page-like.ts │ │ ├── page.ts │ │ ├── relay.ts │ │ ├── signin.ts │ │ ├── user-group-invitation.ts │ │ ├── user-group.ts │ │ ├── user-list.ts │ │ └── user.ts ├── prelude │ ├── README.md │ ├── array.ts │ ├── await-all.ts │ ├── ensure.ts │ ├── math.ts │ ├── maybe.ts │ ├── relation.ts │ ├── string.ts │ ├── symbol.ts │ ├── time.ts │ ├── url.ts │ └── xml.ts ├── queue │ ├── get-job-info.ts │ ├── index.ts │ ├── logger.ts │ ├── processors │ │ ├── db │ │ │ ├── delete-account.ts │ │ │ ├── delete-drive-files.ts │ │ │ ├── export-blocking.ts │ │ │ ├── export-following.ts │ │ │ ├── export-mute.ts │ │ │ ├── export-notes.ts │ │ │ ├── export-user-lists.ts │ │ │ ├── import-blocking.ts │ │ │ ├── import-following.ts │ │ │ ├── import-muting.ts │ │ │ ├── import-user-lists.ts │ │ │ └── index.ts │ │ ├── deliver.ts │ │ ├── inbox.ts │ │ └── object-storage │ │ │ ├── clean-remote-files.ts │ │ │ ├── delete-file.ts │ │ │ └── index.ts │ └── types.ts ├── remote │ ├── activitypub │ │ ├── ap-request.ts │ │ ├── audience.ts │ │ ├── check-fetch.ts │ │ ├── db-resolver.ts │ │ ├── deliver-manager.ts │ │ ├── kernel │ │ │ ├── accept │ │ │ │ ├── follow.ts │ │ │ │ └── index.ts │ │ │ ├── add │ │ │ │ └── index.ts │ │ │ ├── announce │ │ │ │ ├── index.ts │ │ │ │ └── note.ts │ │ │ ├── block │ │ │ │ └── index.ts │ │ │ ├── create │ │ │ │ ├── index.ts │ │ │ │ └── note.ts │ │ │ ├── delete │ │ │ │ ├── actor.ts │ │ │ │ ├── index.ts │ │ │ │ └── note.ts │ │ │ ├── flag │ │ │ │ └── index.ts │ │ │ ├── follow.ts │ │ │ ├── index.ts │ │ │ ├── like.ts │ │ │ ├── move │ │ │ │ └── index.ts │ │ │ ├── read.ts │ │ │ ├── reject │ │ │ │ ├── follow.ts │ │ │ │ └── index.ts │ │ │ ├── remove │ │ │ │ └── index.ts │ │ │ ├── undo │ │ │ │ ├── announce.ts │ │ │ │ ├── block.ts │ │ │ │ ├── follow.ts │ │ │ │ ├── index.ts │ │ │ │ └── like.ts │ │ │ └── update │ │ │ │ └── index.ts │ │ ├── logger.ts │ │ ├── misc │ │ │ ├── contexts.ts │ │ │ ├── get-note-html.ts │ │ │ ├── html-to-mfm.ts │ │ │ └── ld-signature.ts │ │ ├── models │ │ │ ├── gender.ts │ │ │ ├── icon.ts │ │ │ ├── identifier.ts │ │ │ ├── image.ts │ │ │ ├── mention.ts │ │ │ ├── note.ts │ │ │ ├── person.ts │ │ │ ├── question.ts │ │ │ └── tag.ts │ │ ├── perform.ts │ │ ├── renderer │ │ │ ├── accept.ts │ │ │ ├── add.ts │ │ │ ├── announce.ts │ │ │ ├── block.ts │ │ │ ├── create.ts │ │ │ ├── delete.ts │ │ │ ├── document.ts │ │ │ ├── emoji.ts │ │ │ ├── follow-relay.ts │ │ │ ├── follow-user.ts │ │ │ ├── follow.ts │ │ │ ├── hashtag.ts │ │ │ ├── image.ts │ │ │ ├── index.ts │ │ │ ├── key.ts │ │ │ ├── like.ts │ │ │ ├── mention.ts │ │ │ ├── note.ts │ │ │ ├── ordered-collection-page.ts │ │ │ ├── ordered-collection.ts │ │ │ ├── person.ts │ │ │ ├── question.ts │ │ │ ├── read.ts │ │ │ ├── reject.ts │ │ │ ├── remove.ts │ │ │ ├── tombstone.ts │ │ │ ├── undo.ts │ │ │ ├── update.ts │ │ │ └── vote.ts │ │ ├── request.ts │ │ ├── resolver.ts │ │ └── type.ts │ ├── logger.ts │ ├── resolve-user.ts │ └── webfinger.ts ├── server │ ├── activitypub.ts │ ├── activitypub │ │ ├── featured.ts │ │ ├── followers.ts │ │ ├── following.ts │ │ └── outbox.ts │ ├── api │ │ ├── 2fa.ts │ │ ├── api-handler.ts │ │ ├── authenticate.ts │ │ ├── call.ts │ │ ├── common │ │ │ ├── generate-block-query.ts │ │ │ ├── generate-channel-query.ts │ │ │ ├── generate-muted-note-query.ts │ │ │ ├── generate-muted-user-query.ts │ │ │ ├── generate-native-user-token.ts │ │ │ ├── generate-replies-query.ts │ │ │ ├── generate-suspended-query.ts │ │ │ ├── generate-visibility-query.ts │ │ │ ├── getters.ts │ │ │ ├── inject-featured.ts │ │ │ ├── inject-promo.ts │ │ │ ├── is-native-token.ts │ │ │ ├── make-pagination-query.ts │ │ │ ├── read-messaging-message.ts │ │ │ ├── read-notification.ts │ │ │ ├── signin.ts │ │ │ └── signup.ts │ │ ├── define.ts │ │ ├── endpoints.ts │ │ ├── endpoints │ │ │ ├── admin │ │ │ │ ├── abuse-user-reports.ts │ │ │ │ ├── accounts │ │ │ │ │ └── create.ts │ │ │ │ ├── admins │ │ │ │ │ ├── add.ts │ │ │ │ │ └── remove.ts │ │ │ │ ├── announcements │ │ │ │ │ ├── create.ts │ │ │ │ │ ├── delete.ts │ │ │ │ │ ├── list.ts │ │ │ │ │ └── update.ts │ │ │ │ ├── delete-account.ts │ │ │ │ ├── delete-all-files-of-a-user.ts │ │ │ │ ├── drive │ │ │ │ │ ├── clean-remote-files.ts │ │ │ │ │ ├── cleanup.ts │ │ │ │ │ ├── files.ts │ │ │ │ │ └── show-file.ts │ │ │ │ ├── emoji │ │ │ │ │ ├── add.ts │ │ │ │ │ ├── copy.ts │ │ │ │ │ ├── list-remote.ts │ │ │ │ │ ├── list.ts │ │ │ │ │ ├── remove.ts │ │ │ │ │ └── update.ts │ │ │ │ ├── federation │ │ │ │ │ ├── delete-all-files.ts │ │ │ │ │ ├── refresh-remote-instance-metadata.ts │ │ │ │ │ ├── remove-all-following.ts │ │ │ │ │ └── update-instance.ts │ │ │ │ ├── get-table-stats.ts │ │ │ │ ├── invite.ts │ │ │ │ ├── moderators │ │ │ │ │ ├── add.ts │ │ │ │ │ └── remove.ts │ │ │ │ ├── promo │ │ │ │ │ └── create.ts │ │ │ │ ├── queue │ │ │ │ │ ├── clear.ts │ │ │ │ │ ├── deliver-delayed.ts │ │ │ │ │ ├── inbox-delayed.ts │ │ │ │ │ ├── jobs.ts │ │ │ │ │ └── stats.ts │ │ │ │ ├── relays │ │ │ │ │ ├── add.ts │ │ │ │ │ ├── list.ts │ │ │ │ │ └── remove.ts │ │ │ │ ├── reset-password.ts │ │ │ │ ├── resolve-abuse-user-report.ts │ │ │ │ ├── resync-chart.ts │ │ │ │ ├── send-email.ts │ │ │ │ ├── server-info.ts │ │ │ │ ├── set-premium.ts │ │ │ │ ├── show-moderation-logs.ts │ │ │ │ ├── show-user-signins.ts │ │ │ │ ├── show-user.ts │ │ │ │ ├── show-users.ts │ │ │ │ ├── silence-user.ts │ │ │ │ ├── suggestions │ │ │ │ │ └── emojis │ │ │ │ │ │ ├── accept.ts │ │ │ │ │ │ └── reject.ts │ │ │ │ ├── suspend-user.ts │ │ │ │ ├── unset-premium.ts │ │ │ │ ├── unsilence-user.ts │ │ │ │ ├── unsuspend-user.ts │ │ │ │ ├── unverify-user.ts │ │ │ │ ├── update-meta.ts │ │ │ │ ├── update-remote-user.ts │ │ │ │ ├── vacuum.ts │ │ │ │ └── verify-user.ts │ │ │ ├── announcements.ts │ │ │ ├── antennas │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ ├── list.ts │ │ │ │ ├── notes.ts │ │ │ │ ├── show.ts │ │ │ │ └── update.ts │ │ │ ├── ap │ │ │ │ └── show.ts │ │ │ ├── app │ │ │ │ ├── create.ts │ │ │ │ └── show.ts │ │ │ ├── auth │ │ │ │ ├── accept.ts │ │ │ │ └── session │ │ │ │ │ ├── generate.ts │ │ │ │ │ ├── show.ts │ │ │ │ │ └── userkey.ts │ │ │ ├── blocking │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ └── list.ts │ │ │ ├── channels │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ ├── featured.ts │ │ │ │ ├── follow.ts │ │ │ │ ├── followed.ts │ │ │ │ ├── owned.ts │ │ │ │ ├── pin-note.ts │ │ │ │ ├── show.ts │ │ │ │ ├── timeline.ts │ │ │ │ ├── unfollow.ts │ │ │ │ └── update.ts │ │ │ ├── charts │ │ │ │ ├── active-users.ts │ │ │ │ ├── drive.ts │ │ │ │ ├── federation.ts │ │ │ │ ├── hashtag.ts │ │ │ │ ├── instance.ts │ │ │ │ ├── network.ts │ │ │ │ ├── notes.ts │ │ │ │ ├── user │ │ │ │ │ ├── drive.ts │ │ │ │ │ ├── following.ts │ │ │ │ │ ├── notes.ts │ │ │ │ │ └── reactions.ts │ │ │ │ └── users.ts │ │ │ ├── clips │ │ │ │ ├── add-note.ts │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ ├── list.ts │ │ │ │ ├── notes.ts │ │ │ │ ├── show.ts │ │ │ │ └── update.ts │ │ │ ├── drive.ts │ │ │ ├── drive │ │ │ │ ├── files.ts │ │ │ │ ├── files │ │ │ │ │ ├── attached-notes.ts │ │ │ │ │ ├── check-existence.ts │ │ │ │ │ ├── create.ts │ │ │ │ │ ├── delete.ts │ │ │ │ │ ├── find-by-hash.ts │ │ │ │ │ ├── find.ts │ │ │ │ │ ├── show.ts │ │ │ │ │ ├── update.ts │ │ │ │ │ └── upload-from-url.ts │ │ │ │ ├── folders.ts │ │ │ │ ├── folders │ │ │ │ │ ├── create.ts │ │ │ │ │ ├── delete.ts │ │ │ │ │ ├── find.ts │ │ │ │ │ ├── show.ts │ │ │ │ │ └── update.ts │ │ │ │ └── stream.ts │ │ │ ├── endpoint.ts │ │ │ ├── endpoints.ts │ │ │ ├── federation │ │ │ │ ├── followers.ts │ │ │ │ ├── following.ts │ │ │ │ ├── instances.ts │ │ │ │ ├── show-instance.ts │ │ │ │ └── users.ts │ │ │ ├── following │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ ├── invalidate.ts │ │ │ │ └── requests │ │ │ │ │ ├── accept.ts │ │ │ │ │ ├── cancel.ts │ │ │ │ │ ├── list.ts │ │ │ │ │ └── reject.ts │ │ │ ├── games │ │ │ │ └── reversi │ │ │ │ │ ├── games.ts │ │ │ │ │ ├── games │ │ │ │ │ ├── show.ts │ │ │ │ │ └── surrender.ts │ │ │ │ │ ├── invitations.ts │ │ │ │ │ ├── match.ts │ │ │ │ │ └── match │ │ │ │ │ └── cancel.ts │ │ │ ├── get-online-users-count.ts │ │ │ ├── hashtags │ │ │ │ ├── list.ts │ │ │ │ ├── search.ts │ │ │ │ ├── show.ts │ │ │ │ ├── trend.ts │ │ │ │ └── users.ts │ │ │ ├── i.ts │ │ │ ├── i │ │ │ │ ├── 2fa │ │ │ │ │ ├── done.ts │ │ │ │ │ ├── key-done.ts │ │ │ │ │ ├── password-less.ts │ │ │ │ │ ├── register-key.ts │ │ │ │ │ ├── register.ts │ │ │ │ │ ├── remove-key.ts │ │ │ │ │ └── unregister.ts │ │ │ │ ├── apps.ts │ │ │ │ ├── authorized-apps.ts │ │ │ │ ├── change-password.ts │ │ │ │ ├── delete-account.ts │ │ │ │ ├── export-blocking.ts │ │ │ │ ├── export-following.ts │ │ │ │ ├── export-mute.ts │ │ │ │ ├── export-notes.ts │ │ │ │ ├── export-user-lists.ts │ │ │ │ ├── favorites.ts │ │ │ │ ├── get-word-muted-notes-count.ts │ │ │ │ ├── import-blocking.ts │ │ │ │ ├── import-following.ts │ │ │ │ ├── import-muting.ts │ │ │ │ ├── import-user-lists.ts │ │ │ │ ├── notifications.ts │ │ │ │ ├── page-likes.ts │ │ │ │ ├── pages.ts │ │ │ │ ├── pin.ts │ │ │ │ ├── read-all-messaging-messages.ts │ │ │ │ ├── read-all-unread-notes.ts │ │ │ │ ├── read-announcement.ts │ │ │ │ ├── regenerate-token.ts │ │ │ │ ├── registry │ │ │ │ │ ├── get-all.ts │ │ │ │ │ ├── get-detail.ts │ │ │ │ │ ├── get.ts │ │ │ │ │ ├── keys-with-type.ts │ │ │ │ │ ├── keys.ts │ │ │ │ │ ├── remove.ts │ │ │ │ │ ├── scopes.ts │ │ │ │ │ └── set.ts │ │ │ │ ├── revoke-token.ts │ │ │ │ ├── signin-history.ts │ │ │ │ ├── unpin.ts │ │ │ │ ├── update-email.ts │ │ │ │ ├── update.ts │ │ │ │ └── user-group-invites.ts │ │ │ ├── messaging │ │ │ │ ├── history.ts │ │ │ │ ├── messages.ts │ │ │ │ └── messages │ │ │ │ │ ├── create.ts │ │ │ │ │ ├── delete.ts │ │ │ │ │ └── read.ts │ │ │ ├── meta.ts │ │ │ ├── miauth │ │ │ │ └── gen-token.ts │ │ │ ├── mute │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ └── list.ts │ │ │ ├── my │ │ │ │ └── apps.ts │ │ │ ├── notes.ts │ │ │ ├── notes │ │ │ │ ├── cat-timeline.ts │ │ │ │ ├── children.ts │ │ │ │ ├── clips.ts │ │ │ │ ├── conversation.ts │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ ├── favorites │ │ │ │ │ ├── create.ts │ │ │ │ │ └── delete.ts │ │ │ │ ├── featured.ts │ │ │ │ ├── followers-timeline.ts │ │ │ │ ├── global-timeline.ts │ │ │ │ ├── hybrid-timeline.ts │ │ │ │ ├── is-renoted.ts │ │ │ │ ├── local-hybrid-timeline.ts │ │ │ │ ├── local-timeline.ts │ │ │ │ ├── mentions.ts │ │ │ │ ├── polls │ │ │ │ │ ├── recommendation.ts │ │ │ │ │ └── vote.ts │ │ │ │ ├── quotes.ts │ │ │ │ ├── reactions.ts │ │ │ │ ├── reactions │ │ │ │ │ ├── create.ts │ │ │ │ │ └── delete.ts │ │ │ │ ├── renoted-users.ts │ │ │ │ ├── renotes.ts │ │ │ │ ├── replies.ts │ │ │ │ ├── search-by-tag.ts │ │ │ │ ├── search.ts │ │ │ │ ├── show.ts │ │ │ │ ├── state.ts │ │ │ │ ├── timeline.ts │ │ │ │ ├── unrenote.ts │ │ │ │ ├── user-list-timeline.ts │ │ │ │ └── watching │ │ │ │ │ ├── create.ts │ │ │ │ │ └── delete.ts │ │ │ ├── notifications │ │ │ │ ├── create.ts │ │ │ │ └── mark-all-as-read.ts │ │ │ ├── page-push.ts │ │ │ ├── pages │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ ├── featured.ts │ │ │ │ ├── like.ts │ │ │ │ ├── show.ts │ │ │ │ ├── unlike.ts │ │ │ │ └── update.ts │ │ │ ├── ping.ts │ │ │ ├── pinned-users.ts │ │ │ ├── promo │ │ │ │ └── read.ts │ │ │ ├── request-reset-password.ts │ │ │ ├── reset-password.ts │ │ │ ├── room │ │ │ │ ├── show.ts │ │ │ │ └── update.ts │ │ │ ├── server-info.ts │ │ │ ├── stats.ts │ │ │ ├── suggestions │ │ │ │ └── emojis │ │ │ │ │ ├── create.ts │ │ │ │ │ ├── delete.ts │ │ │ │ │ ├── list.ts │ │ │ │ │ └── remaining.ts │ │ │ ├── sw │ │ │ │ └── register.ts │ │ │ ├── username │ │ │ │ └── available.ts │ │ │ ├── users.ts │ │ │ └── users │ │ │ │ ├── clips.ts │ │ │ │ ├── followers.ts │ │ │ │ ├── following.ts │ │ │ │ ├── get-frequently-replied-users.ts │ │ │ │ ├── groups │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ ├── invitations │ │ │ │ │ ├── accept.ts │ │ │ │ │ └── reject.ts │ │ │ │ ├── invite.ts │ │ │ │ ├── joined.ts │ │ │ │ ├── leave.ts │ │ │ │ ├── owned.ts │ │ │ │ ├── pull.ts │ │ │ │ ├── show.ts │ │ │ │ ├── transfer.ts │ │ │ │ └── update.ts │ │ │ │ ├── lists │ │ │ │ ├── create.ts │ │ │ │ ├── delete.ts │ │ │ │ ├── list.ts │ │ │ │ ├── pull.ts │ │ │ │ ├── push.ts │ │ │ │ ├── show.ts │ │ │ │ └── update.ts │ │ │ │ ├── notes.ts │ │ │ │ ├── pages.ts │ │ │ │ ├── reactions.ts │ │ │ │ ├── recommendation.ts │ │ │ │ ├── relation.ts │ │ │ │ ├── report-abuse.ts │ │ │ │ ├── search-by-username-and-host.ts │ │ │ │ ├── search-keyword.ts │ │ │ │ ├── search.ts │ │ │ │ ├── show.ts │ │ │ │ └── stats.ts │ │ ├── error.ts │ │ ├── index.ts │ │ ├── limiter.ts │ │ ├── logger.ts │ │ ├── openapi │ │ │ ├── description.ts │ │ │ ├── errors.ts │ │ │ ├── gen-spec.ts │ │ │ └── schemas.ts │ │ ├── private │ │ │ ├── signin.ts │ │ │ └── signup.ts │ │ ├── service │ │ │ ├── discord.ts │ │ │ ├── github.ts │ │ │ └── twitter.ts │ │ ├── stream │ │ │ ├── channel.ts │ │ │ ├── channels │ │ │ │ ├── admin.ts │ │ │ │ ├── antenna.ts │ │ │ │ ├── cat-timeline.ts │ │ │ │ ├── channel.ts │ │ │ │ ├── drive.ts │ │ │ │ ├── followers-timeline.ts │ │ │ │ ├── games │ │ │ │ │ ├── reversi-game.ts │ │ │ │ │ └── reversi.ts │ │ │ │ ├── global-timeline.ts │ │ │ │ ├── hashtag.ts │ │ │ │ ├── home-timeline.ts │ │ │ │ ├── hybrid-timeline.ts │ │ │ │ ├── index.ts │ │ │ │ ├── local-hybrid-timeline.ts │ │ │ │ ├── local-timeline.ts │ │ │ │ ├── main.ts │ │ │ │ ├── messaging-index.ts │ │ │ │ ├── messaging.ts │ │ │ │ ├── queue-stats.ts │ │ │ │ ├── remote-following-timeline.ts │ │ │ │ ├── server-stats.ts │ │ │ │ └── user-list.ts │ │ │ └── index.ts │ │ └── streaming.ts │ ├── file │ │ ├── assets │ │ │ ├── bad-egg.png │ │ │ ├── cache-expired.png │ │ │ ├── dummy.png │ │ │ ├── not-an-image.png │ │ │ ├── thumbnail-not-available.png │ │ │ └── tombstone.png │ │ ├── index.ts │ │ └── send-drive-file.ts │ ├── index.ts │ ├── nodeinfo.ts │ ├── proxy │ │ ├── index.ts │ │ └── proxy-media.ts │ ├── web │ │ ├── boot.js │ │ ├── feed.ts │ │ ├── index.ts │ │ ├── manifest.ts │ │ ├── style.css │ │ ├── url-preview.ts │ │ └── views │ │ │ ├── base.pug │ │ │ ├── channel.pug │ │ │ ├── clip.pug │ │ │ ├── flush.pug │ │ │ ├── info.pug │ │ │ ├── note.pug │ │ │ ├── page.pug │ │ │ └── user.pug │ └── well-known.ts ├── services │ ├── add-note-to-antenna.ts │ ├── blocking │ │ ├── create.ts │ │ └── delete.ts │ ├── chart │ │ ├── charts │ │ │ ├── classes │ │ │ │ ├── active-users.ts │ │ │ │ ├── drive.ts │ │ │ │ ├── federation.ts │ │ │ │ ├── hashtag.ts │ │ │ │ ├── instance.ts │ │ │ │ ├── network.ts │ │ │ │ ├── notes.ts │ │ │ │ ├── per-user-drive.ts │ │ │ │ ├── per-user-following.ts │ │ │ │ ├── per-user-notes.ts │ │ │ │ ├── per-user-reactions.ts │ │ │ │ ├── test-grouped.ts │ │ │ │ ├── test-unique.ts │ │ │ │ ├── test.ts │ │ │ │ └── users.ts │ │ │ └── schemas │ │ │ │ ├── active-users.ts │ │ │ │ ├── drive.ts │ │ │ │ ├── federation.ts │ │ │ │ ├── hashtag.ts │ │ │ │ ├── instance.ts │ │ │ │ ├── network.ts │ │ │ │ ├── notes.ts │ │ │ │ ├── per-user-drive.ts │ │ │ │ ├── per-user-following.ts │ │ │ │ ├── per-user-notes.ts │ │ │ │ ├── per-user-reactions.ts │ │ │ │ ├── test-grouped.ts │ │ │ │ ├── test-unique.ts │ │ │ │ ├── test.ts │ │ │ │ └── users.ts │ │ ├── core.ts │ │ ├── entities.ts │ │ └── index.ts │ ├── create-notification.ts │ ├── create-system-user.ts │ ├── drive │ │ ├── add-file.ts │ │ ├── delete-file.ts │ │ ├── generate-video-thumbnail.ts │ │ ├── image-processor.ts │ │ ├── internal-storage.ts │ │ ├── logger.ts │ │ ├── s3.ts │ │ └── upload-from-url.ts │ ├── fetch-instance-metadata.ts │ ├── following │ │ ├── create.ts │ │ ├── delete.ts │ │ └── requests │ │ │ ├── accept-all.ts │ │ │ ├── accept.ts │ │ │ ├── cancel.ts │ │ │ ├── create.ts │ │ │ └── reject.ts │ ├── i │ │ ├── pin.ts │ │ └── update.ts │ ├── insert-moderation-log.ts │ ├── instance-actor.ts │ ├── logger.ts │ ├── messages │ │ ├── create.ts │ │ └── delete.ts │ ├── note │ │ ├── create.ts │ │ ├── delete.ts │ │ ├── polls │ │ │ ├── update.ts │ │ │ └── vote.ts │ │ ├── reaction │ │ │ ├── create.ts │ │ │ └── delete.ts │ │ ├── read.ts │ │ ├── unread.ts │ │ ├── unwatch.ts │ │ └── watch.ts │ ├── push-notification.ts │ ├── register-or-fetch-instance-doc.ts │ ├── relay.ts │ ├── send-email.ts │ ├── stream.ts │ ├── suspend-user.ts │ ├── unsuspend-user.ts │ ├── update-hashtag.ts │ └── user-list │ │ └── push.ts ├── tools │ ├── accept-migration.ts │ ├── add-emoji.ts │ ├── demote-admin.ts │ ├── dev │ │ └── emoji2.ts │ ├── mark-admin.ts │ ├── refresh-question.ts │ ├── resync-remote-user.ts │ └── show-signin-history.ts ├── types.ts └── well-known-services.ts ├── test ├── ap-request.ts ├── api-visibility.ts ├── api.ts ├── chart.ts ├── docker-compose.yml ├── extract-mentions.ts ├── fetch-resource.ts ├── get-file-info.ts ├── mute.ts ├── note.ts ├── prelude │ └── maybe.ts ├── reaction-lib.ts ├── resources │ ├── 25000x25000.png │ ├── Lenna.jpg │ ├── Lenna.png │ ├── anime.gif │ ├── anime.png │ ├── emptyfile │ ├── image.svg │ ├── with-alpha.png │ └── with-xml-def.svg ├── streaming.ts ├── test.yml ├── tsconfig.json ├── user-notes.ts └── utils.ts ├── tsconfig.json ├── update ├── update.default.env ├── vetur.config.js ├── webpack.config.ts └── yarn.lock /.autogen/check_pr.jq: -------------------------------------------------------------------------------- 1 | .[] 2 | .head 3 | .label 4 | -------------------------------------------------------------------------------- /.autogen/next_url.jq: -------------------------------------------------------------------------------- 1 | .links 2 | .next 3 | -------------------------------------------------------------------------------- /.autogen/patreon.jq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.autogen/patreon.jq -------------------------------------------------------------------------------- /.autogen/update_readme_patreon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.autogen/update_readme_patreon.sh -------------------------------------------------------------------------------- /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.babelrc -------------------------------------------------------------------------------- /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.circleci/misskey/default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.circleci/misskey/default.yml -------------------------------------------------------------------------------- /.circleci/misskey/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.circleci/misskey/test.yml -------------------------------------------------------------------------------- /.config/docker_example.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.config/docker_example.env -------------------------------------------------------------------------------- /.config/example.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.config/example.yml -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.dockerignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.eslintrc -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/01_bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.github/ISSUE_TEMPLATE/01_bug-report.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/build-and-push.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.github/workflows/build-and-push.yml -------------------------------------------------------------------------------- /.github/workflows/dockerimage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.github/workflows/dockerimage.yml -------------------------------------------------------------------------------- /.github/workflows/nodejs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.github/workflows/nodejs.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.gitmodules -------------------------------------------------------------------------------- /.imgbotconfig: -------------------------------------------------------------------------------- 1 | { 2 | "ignoredFiles": [ 3 | "test/resources/*" 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /.mocharc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.mocharc.json -------------------------------------------------------------------------------- /.node-version: -------------------------------------------------------------------------------- 1 | v18.20.8 2 | -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | save-exact = true 2 | package-lock = false 3 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vsls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/.vsls.json -------------------------------------------------------------------------------- /CONTRIBUTING-ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/CONTRIBUTING-ja.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/COPYING -------------------------------------------------------------------------------- /DIFFERENCE.md: -------------------------------------------------------------------------------- 1 | [こちら](src/docs/difference.ja-JP.md) に移動した 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/LICENSE -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | web: NODE_ENV=production npm start 2 | -------------------------------------------------------------------------------- /README-ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/README-ja.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/README.md -------------------------------------------------------------------------------- /assets/about/banner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/about/banner.svg -------------------------------------------------------------------------------- /assets/about/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/about/drive.png -------------------------------------------------------------------------------- /assets/about/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/about/post.png -------------------------------------------------------------------------------- /assets/about/reaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/about/reaction.png -------------------------------------------------------------------------------- /assets/about/ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/about/ui.png -------------------------------------------------------------------------------- /assets/ai-orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/ai-orig.png -------------------------------------------------------------------------------- /assets/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/ai.png -------------------------------------------------------------------------------- /assets/api-doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/api-doc.png -------------------------------------------------------------------------------- /assets/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/apple-touch-icon.png -------------------------------------------------------------------------------- /assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/favicon.png -------------------------------------------------------------------------------- /assets/icon_transparent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/icon_transparent.svg -------------------------------------------------------------------------------- /assets/icons/192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/icons/192.png -------------------------------------------------------------------------------- /assets/icons/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/icons/512.png -------------------------------------------------------------------------------- /assets/milkey_transparent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/milkey_transparent.svg -------------------------------------------------------------------------------- /assets/robots.txt: -------------------------------------------------------------------------------- 1 | user-agent: * 2 | allow: / 3 | 4 | # todo: sitemap 5 | -------------------------------------------------------------------------------- /assets/ss/explore.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/ss/explore.jpg -------------------------------------------------------------------------------- /assets/ss/user.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/ss/user.jpg -------------------------------------------------------------------------------- /assets/title.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/title.svg -------------------------------------------------------------------------------- /assets/user-unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/assets/user-unknown.png -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docs/examples/misskey.nginx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/docs/examples/misskey.nginx -------------------------------------------------------------------------------- /gen-migration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/gen-migration.sh -------------------------------------------------------------------------------- /gulpfile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/gulpfile.ts -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/index.js -------------------------------------------------------------------------------- /jsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/jsconfig.json -------------------------------------------------------------------------------- /locales/en-US.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/locales/en-US.yml -------------------------------------------------------------------------------- /locales/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/locales/index.d.ts -------------------------------------------------------------------------------- /locales/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/locales/index.js -------------------------------------------------------------------------------- /locales/ja-JP.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/locales/ja-JP.yml -------------------------------------------------------------------------------- /locales/ja-NCAT.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/locales/ja-NCAT.yml -------------------------------------------------------------------------------- /locales/ja-OK.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/locales/ja-OK.yml -------------------------------------------------------------------------------- /migration/1000000000000-Init.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1000000000000-Init.ts -------------------------------------------------------------------------------- /migration/1556348509290-Pages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1556348509290-Pages.ts -------------------------------------------------------------------------------- /migration/1556746559567-UserProfile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1556746559567-UserProfile.ts -------------------------------------------------------------------------------- /migration/1557476068003-PinnedUsers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1557476068003-PinnedUsers.ts -------------------------------------------------------------------------------- /migration/1557761316509-AddSomeUrls.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1557761316509-AddSomeUrls.ts -------------------------------------------------------------------------------- /migration/1558072954435-PageLike.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1558072954435-PageLike.ts -------------------------------------------------------------------------------- /migration/1558103093633-UserGroup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1558103093633-UserGroup.ts -------------------------------------------------------------------------------- /migration/1561706992953-webauthn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1561706992953-webauthn.ts -------------------------------------------------------------------------------- /migration/1561873850023-ChartIndexes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1561873850023-ChartIndexes.ts -------------------------------------------------------------------------------- /migration/1562444565093-PinnedPage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1562444565093-PinnedPage.ts -------------------------------------------------------------------------------- /migration/1562869971568-ModerationLog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1562869971568-ModerationLog.ts -------------------------------------------------------------------------------- /migration/1563757595828-UsedUsername.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1563757595828-UsedUsername.ts -------------------------------------------------------------------------------- /migration/1565634203341-room.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1565634203341-room.ts -------------------------------------------------------------------------------- /migration/1567272052176-Sex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1567272052176-Sex.ts -------------------------------------------------------------------------------- /migration/1570083630758-Premium.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1570083630758-Premium.ts -------------------------------------------------------------------------------- /migration/1570091775183-PremiumDrive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1570091775183-PremiumDrive.ts -------------------------------------------------------------------------------- /migration/1572760203493-nodeinfo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1572760203493-nodeinfo.ts -------------------------------------------------------------------------------- /migration/1579267006611-v12.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1579267006611-v12.ts -------------------------------------------------------------------------------- /migration/1579270193251-v12-2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1579270193251-v12-2.ts -------------------------------------------------------------------------------- /migration/1579282808087-v12-3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1579282808087-v12-3.ts -------------------------------------------------------------------------------- /migration/1579544426412-v12-4.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1579544426412-v12-4.ts -------------------------------------------------------------------------------- /migration/1579977526288-v12-5.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1579977526288-v12-5.ts -------------------------------------------------------------------------------- /migration/1579993013959-v12-6.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1579993013959-v12-6.ts -------------------------------------------------------------------------------- /migration/1580069531114-v12-7.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580069531114-v12-7.ts -------------------------------------------------------------------------------- /migration/1580148575182-v12-8.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580148575182-v12-8.ts -------------------------------------------------------------------------------- /migration/1580154400017-v12-9.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580154400017-v12-9.ts -------------------------------------------------------------------------------- /migration/1580276619901-v12-10.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580276619901-v12-10.ts -------------------------------------------------------------------------------- /migration/1580331224276-v12-11.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580331224276-v12-11.ts -------------------------------------------------------------------------------- /migration/1580508795118-v12-12.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580508795118-v12-12.ts -------------------------------------------------------------------------------- /migration/1580543501339-v12-13.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580543501339-v12-13.ts -------------------------------------------------------------------------------- /migration/1580814094796-gpv3-1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580814094796-gpv3-1.ts -------------------------------------------------------------------------------- /migration/1580864313253-v12-14.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1580864313253-v12-14.ts -------------------------------------------------------------------------------- /migration/1581979837262-promo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1581979837262-promo.ts -------------------------------------------------------------------------------- /migration/1585361548360-miauth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1585361548360-miauth.ts -------------------------------------------------------------------------------- /migration/1585772678853-ap-url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1585772678853-ap-url.ts -------------------------------------------------------------------------------- /migration/1586708940386-pageAiScript.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1586708940386-pageAiScript.ts -------------------------------------------------------------------------------- /migration/1588044505511-hCaptcha.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1588044505511-hCaptcha.ts -------------------------------------------------------------------------------- /migration/1589023282116-pubRelay.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1589023282116-pubRelay.ts -------------------------------------------------------------------------------- /migration/1590746057549-ctl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1590746057549-ctl.ts -------------------------------------------------------------------------------- /migration/1590805350225-hideFF.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1590805350225-hideFF.ts -------------------------------------------------------------------------------- /migration/1595075960584-blurhash.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1595075960584-blurhash.ts -------------------------------------------------------------------------------- /migration/1595771249699-word-mute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1595771249699-word-mute.ts -------------------------------------------------------------------------------- /migration/1595782306083-word-mute2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1595782306083-word-mute2.ts -------------------------------------------------------------------------------- /migration/1596548170836-channel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1596548170836-channel.ts -------------------------------------------------------------------------------- /migration/1596786425167-channel2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1596786425167-channel2.ts -------------------------------------------------------------------------------- /migration/1602552329017-Dislike.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1602552329017-Dislike.ts -------------------------------------------------------------------------------- /migration/1602555335140-noindex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1602555335140-noindex.ts -------------------------------------------------------------------------------- /migration/1602556175872-noindex-2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1602556175872-noindex-2.ts -------------------------------------------------------------------------------- /migration/1605408971051-comments.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1605408971051-comments.ts -------------------------------------------------------------------------------- /migration/1606083866431-renoteMute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1606083866431-renoteMute.ts -------------------------------------------------------------------------------- /migration/1606191203881-no-crawle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1606191203881-no-crawle.ts -------------------------------------------------------------------------------- /migration/1607353487793-isExplorable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1607353487793-isExplorable.ts -------------------------------------------------------------------------------- /migration/1610277136869-registry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1610277136869-registry.ts -------------------------------------------------------------------------------- /migration/1610277585759-registry2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1610277585759-registry2.ts -------------------------------------------------------------------------------- /migration/1610283021566-registry3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1610283021566-registry3.ts -------------------------------------------------------------------------------- /migration/1611354329133-followersUri.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1611354329133-followersUri.ts -------------------------------------------------------------------------------- /migration/1639580990395-user-profile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/migration/1639580990395-user-profile.ts -------------------------------------------------------------------------------- /ormconfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/ormconfig.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/package.json -------------------------------------------------------------------------------- /src/@types/hcaptcha.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/hcaptcha.d.ts -------------------------------------------------------------------------------- /src/@types/http-signature.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/http-signature.d.ts -------------------------------------------------------------------------------- /src/@types/jsrsasign.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/jsrsasign.d.ts -------------------------------------------------------------------------------- /src/@types/koa-json-body.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/koa-json-body.d.ts -------------------------------------------------------------------------------- /src/@types/koa-slow.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/koa-slow.d.ts -------------------------------------------------------------------------------- /src/@types/langmap.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/langmap.d.ts -------------------------------------------------------------------------------- /src/@types/meta.json.d.ts: -------------------------------------------------------------------------------- 1 | declare module '*/meta.json' { 2 | const version: string; 3 | } 4 | -------------------------------------------------------------------------------- /src/@types/ms.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/ms.d.ts -------------------------------------------------------------------------------- /src/@types/os-utils.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/os-utils.d.ts -------------------------------------------------------------------------------- /src/@types/package.json.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/package.json.d.ts -------------------------------------------------------------------------------- /src/@types/probe-image-size.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/@types/probe-image-size.d.ts -------------------------------------------------------------------------------- /src/argv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/argv.ts -------------------------------------------------------------------------------- /src/boot/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/boot/index.ts -------------------------------------------------------------------------------- /src/boot/master.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/boot/master.ts -------------------------------------------------------------------------------- /src/boot/worker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/boot/worker.ts -------------------------------------------------------------------------------- /src/client/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/.eslintrc -------------------------------------------------------------------------------- /src/client/@types/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/@types/global.d.ts -------------------------------------------------------------------------------- /src/client/@types/vue.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/@types/vue.d.ts -------------------------------------------------------------------------------- /src/client/account.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/account.ts -------------------------------------------------------------------------------- /src/client/assets/about-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/about-icon.png -------------------------------------------------------------------------------- /src/client/assets/fedi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/fedi.jpg -------------------------------------------------------------------------------- /src/client/assets/label-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/label-red.svg -------------------------------------------------------------------------------- /src/client/assets/label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/label.svg -------------------------------------------------------------------------------- /src/client/assets/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/manifest.json -------------------------------------------------------------------------------- /src/client/assets/misskey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/misskey.svg -------------------------------------------------------------------------------- /src/client/assets/redoc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/redoc.html -------------------------------------------------------------------------------- /src/client/assets/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/remove.png -------------------------------------------------------------------------------- /src/client/assets/sounds/aisha/1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/aisha/1.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/aisha/2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/aisha/2.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/aisha/3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/aisha/3.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/syuilo/down.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/syuilo/down.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/syuilo/kick.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/syuilo/kick.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/syuilo/poi1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/syuilo/poi1.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/syuilo/poi2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/syuilo/poi2.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/syuilo/popo.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/syuilo/popo.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/syuilo/up.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/syuilo/up.mp3 -------------------------------------------------------------------------------- /src/client/assets/sounds/syuilo/waon.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/sounds/syuilo/waon.mp3 -------------------------------------------------------------------------------- /src/client/assets/unread.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/assets/unread.svg -------------------------------------------------------------------------------- /src/client/components/analog-clock.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/analog-clock.vue -------------------------------------------------------------------------------- /src/client/components/autocomplete.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/autocomplete.vue -------------------------------------------------------------------------------- /src/client/components/avatars.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/avatars.vue -------------------------------------------------------------------------------- /src/client/components/captcha.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/captcha.vue -------------------------------------------------------------------------------- /src/client/components/code-core.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/code-core.vue -------------------------------------------------------------------------------- /src/client/components/code.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/code.vue -------------------------------------------------------------------------------- /src/client/components/color-picker.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/color-picker.vue -------------------------------------------------------------------------------- /src/client/components/cw-button.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/cw-button.vue -------------------------------------------------------------------------------- /src/client/components/dialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/dialog.vue -------------------------------------------------------------------------------- /src/client/components/drive-window.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/drive-window.vue -------------------------------------------------------------------------------- /src/client/components/drive.file.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/drive.file.vue -------------------------------------------------------------------------------- /src/client/components/drive.folder.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/drive.folder.vue -------------------------------------------------------------------------------- /src/client/components/drive.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/drive.vue -------------------------------------------------------------------------------- /src/client/components/emoji-picker.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/emoji-picker.vue -------------------------------------------------------------------------------- /src/client/components/file-type-icon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/file-type-icon.vue -------------------------------------------------------------------------------- /src/client/components/follow-button.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/follow-button.vue -------------------------------------------------------------------------------- /src/client/components/form-dialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form-dialog.vue -------------------------------------------------------------------------------- /src/client/components/form/base.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/base.vue -------------------------------------------------------------------------------- /src/client/components/form/button.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/button.vue -------------------------------------------------------------------------------- /src/client/components/form/form.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/form.scss -------------------------------------------------------------------------------- /src/client/components/form/group.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/group.vue -------------------------------------------------------------------------------- /src/client/components/form/input.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/input.vue -------------------------------------------------------------------------------- /src/client/components/form/link.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/link.vue -------------------------------------------------------------------------------- /src/client/components/form/radios.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/radios.vue -------------------------------------------------------------------------------- /src/client/components/form/range.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/range.vue -------------------------------------------------------------------------------- /src/client/components/form/select.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/select.vue -------------------------------------------------------------------------------- /src/client/components/form/switch.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/switch.vue -------------------------------------------------------------------------------- /src/client/components/form/textarea.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/textarea.vue -------------------------------------------------------------------------------- /src/client/components/form/tuple.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/form/tuple.vue -------------------------------------------------------------------------------- /src/client/components/formula-core.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/formula-core.vue -------------------------------------------------------------------------------- /src/client/components/formula.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/formula.vue -------------------------------------------------------------------------------- /src/client/components/global/a.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/a.vue -------------------------------------------------------------------------------- /src/client/components/global/acct.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/acct.vue -------------------------------------------------------------------------------- /src/client/components/global/avatar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/avatar.vue -------------------------------------------------------------------------------- /src/client/components/global/emoji.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/emoji.vue -------------------------------------------------------------------------------- /src/client/components/global/error.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/error.vue -------------------------------------------------------------------------------- /src/client/components/global/i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/i18n.ts -------------------------------------------------------------------------------- /src/client/components/global/loading.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/loading.vue -------------------------------------------------------------------------------- /src/client/components/global/time.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/time.vue -------------------------------------------------------------------------------- /src/client/components/global/url.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/global/url.vue -------------------------------------------------------------------------------- /src/client/components/google.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/google.vue -------------------------------------------------------------------------------- /src/client/components/image-viewer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/image-viewer.vue -------------------------------------------------------------------------------- /src/client/components/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/index.ts -------------------------------------------------------------------------------- /src/client/components/instance-stats.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/instance-stats.vue -------------------------------------------------------------------------------- /src/client/components/launch-pad.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/launch-pad.vue -------------------------------------------------------------------------------- /src/client/components/link.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/link.vue -------------------------------------------------------------------------------- /src/client/components/markdown.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/markdown.vue -------------------------------------------------------------------------------- /src/client/components/media-banner.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/media-banner.vue -------------------------------------------------------------------------------- /src/client/components/media-image.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/media-image.vue -------------------------------------------------------------------------------- /src/client/components/media-list.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/media-list.vue -------------------------------------------------------------------------------- /src/client/components/media-video.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/media-video.vue -------------------------------------------------------------------------------- /src/client/components/mention.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/mention.vue -------------------------------------------------------------------------------- /src/client/components/mfm.functions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/mfm.functions.ts -------------------------------------------------------------------------------- /src/client/components/mfm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/mfm.ts -------------------------------------------------------------------------------- /src/client/components/mini-chart.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/mini-chart.vue -------------------------------------------------------------------------------- /src/client/components/note-detailed.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/note-detailed.vue -------------------------------------------------------------------------------- /src/client/components/note-header.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/note-header.vue -------------------------------------------------------------------------------- /src/client/components/note-preview.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/note-preview.vue -------------------------------------------------------------------------------- /src/client/components/note.sub.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/note.sub.vue -------------------------------------------------------------------------------- /src/client/components/note.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/note.vue -------------------------------------------------------------------------------- /src/client/components/notes.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/notes.vue -------------------------------------------------------------------------------- /src/client/components/notification.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/notification.vue -------------------------------------------------------------------------------- /src/client/components/notifications.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/notifications.vue -------------------------------------------------------------------------------- /src/client/components/page-preview.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/page-preview.vue -------------------------------------------------------------------------------- /src/client/components/page-window.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/page-window.vue -------------------------------------------------------------------------------- /src/client/components/page/page.if.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/page/page.if.vue -------------------------------------------------------------------------------- /src/client/components/page/page.note.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/page/page.note.vue -------------------------------------------------------------------------------- /src/client/components/page/page.post.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/page/page.post.vue -------------------------------------------------------------------------------- /src/client/components/page/page.text.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/page/page.text.vue -------------------------------------------------------------------------------- /src/client/components/page/page.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/page/page.vue -------------------------------------------------------------------------------- /src/client/components/particle.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/particle.vue -------------------------------------------------------------------------------- /src/client/components/poll-editor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/poll-editor.vue -------------------------------------------------------------------------------- /src/client/components/poll.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/poll.vue -------------------------------------------------------------------------------- /src/client/components/post-form-v2.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/post-form-v2.vue -------------------------------------------------------------------------------- /src/client/components/post-form.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/post-form.vue -------------------------------------------------------------------------------- /src/client/components/reaction-icon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/reaction-icon.vue -------------------------------------------------------------------------------- /src/client/components/remote-caution.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/remote-caution.vue -------------------------------------------------------------------------------- /src/client/components/sample.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/sample.vue -------------------------------------------------------------------------------- /src/client/components/search.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/search.vue -------------------------------------------------------------------------------- /src/client/components/sidebar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/sidebar.vue -------------------------------------------------------------------------------- /src/client/components/signin-dialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/signin-dialog.vue -------------------------------------------------------------------------------- /src/client/components/signin.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/signin.vue -------------------------------------------------------------------------------- /src/client/components/signup-dialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/signup-dialog.vue -------------------------------------------------------------------------------- /src/client/components/signup.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/signup.vue -------------------------------------------------------------------------------- /src/client/components/tab.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/tab.vue -------------------------------------------------------------------------------- /src/client/components/taskmanager.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/taskmanager.vue -------------------------------------------------------------------------------- /src/client/components/timeline.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/timeline.vue -------------------------------------------------------------------------------- /src/client/components/toast.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/toast.vue -------------------------------------------------------------------------------- /src/client/components/ui/button.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/button.vue -------------------------------------------------------------------------------- /src/client/components/ui/container.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/container.vue -------------------------------------------------------------------------------- /src/client/components/ui/folder.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/folder.vue -------------------------------------------------------------------------------- /src/client/components/ui/hr.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/hr.vue -------------------------------------------------------------------------------- /src/client/components/ui/info.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/info.vue -------------------------------------------------------------------------------- /src/client/components/ui/input.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/input.vue -------------------------------------------------------------------------------- /src/client/components/ui/menu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/menu.vue -------------------------------------------------------------------------------- /src/client/components/ui/modal-menu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/modal-menu.vue -------------------------------------------------------------------------------- /src/client/components/ui/modal.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/modal.vue -------------------------------------------------------------------------------- /src/client/components/ui/pagination.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/pagination.vue -------------------------------------------------------------------------------- /src/client/components/ui/radio.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/radio.vue -------------------------------------------------------------------------------- /src/client/components/ui/radios.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/radios.vue -------------------------------------------------------------------------------- /src/client/components/ui/range.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/range.vue -------------------------------------------------------------------------------- /src/client/components/ui/select.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/select.vue -------------------------------------------------------------------------------- /src/client/components/ui/switch.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/switch.vue -------------------------------------------------------------------------------- /src/client/components/ui/textarea.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/textarea.vue -------------------------------------------------------------------------------- /src/client/components/ui/tooltip.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/tooltip.vue -------------------------------------------------------------------------------- /src/client/components/ui/window.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/ui/window.vue -------------------------------------------------------------------------------- /src/client/components/url-preview.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/url-preview.vue -------------------------------------------------------------------------------- /src/client/components/user-info.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/user-info.vue -------------------------------------------------------------------------------- /src/client/components/user-list.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/user-list.vue -------------------------------------------------------------------------------- /src/client/components/user-preview.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/user-preview.vue -------------------------------------------------------------------------------- /src/client/components/user.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/user.vue -------------------------------------------------------------------------------- /src/client/components/users-dialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/users-dialog.vue -------------------------------------------------------------------------------- /src/client/components/users.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/users.vue -------------------------------------------------------------------------------- /src/client/components/verified.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/verified.vue -------------------------------------------------------------------------------- /src/client/components/waiting-dialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/components/waiting-dialog.vue -------------------------------------------------------------------------------- /src/client/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/config.ts -------------------------------------------------------------------------------- /src/client/directives/anim.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/anim.ts -------------------------------------------------------------------------------- /src/client/directives/appear.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/appear.ts -------------------------------------------------------------------------------- /src/client/directives/follow-append.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/follow-append.ts -------------------------------------------------------------------------------- /src/client/directives/hotkey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/hotkey.ts -------------------------------------------------------------------------------- /src/client/directives/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/index.ts -------------------------------------------------------------------------------- /src/client/directives/particle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/particle.ts -------------------------------------------------------------------------------- /src/client/directives/size.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/size.ts -------------------------------------------------------------------------------- /src/client/directives/tooltip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/tooltip.ts -------------------------------------------------------------------------------- /src/client/directives/user-preview.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/directives/user-preview.ts -------------------------------------------------------------------------------- /src/client/filters/bytes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/filters/bytes.ts -------------------------------------------------------------------------------- /src/client/filters/note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/filters/note.ts -------------------------------------------------------------------------------- /src/client/filters/number.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/filters/number.ts -------------------------------------------------------------------------------- /src/client/filters/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/filters/user.ts -------------------------------------------------------------------------------- /src/client/i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/i18n.ts -------------------------------------------------------------------------------- /src/client/init.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/init.ts -------------------------------------------------------------------------------- /src/client/instance.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/instance.ts -------------------------------------------------------------------------------- /src/client/menus/timeline.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/menus/timeline.ts -------------------------------------------------------------------------------- /src/client/os.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/os.ts -------------------------------------------------------------------------------- /src/client/pages/_error_.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/_error_.vue -------------------------------------------------------------------------------- /src/client/pages/_loading_.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/_loading_.vue -------------------------------------------------------------------------------- /src/client/pages/about-misskey.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/about-misskey.vue -------------------------------------------------------------------------------- /src/client/pages/about.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/about.vue -------------------------------------------------------------------------------- /src/client/pages/announcements.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/announcements.vue -------------------------------------------------------------------------------- /src/client/pages/api-console.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/api-console.vue -------------------------------------------------------------------------------- /src/client/pages/auth.form.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/auth.form.vue -------------------------------------------------------------------------------- /src/client/pages/auth.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/auth.vue -------------------------------------------------------------------------------- /src/client/pages/channel-editor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/channel-editor.vue -------------------------------------------------------------------------------- /src/client/pages/channel.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/channel.vue -------------------------------------------------------------------------------- /src/client/pages/channels.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/channels.vue -------------------------------------------------------------------------------- /src/client/pages/clip.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/clip.vue -------------------------------------------------------------------------------- /src/client/pages/doc.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/doc.vue -------------------------------------------------------------------------------- /src/client/pages/docs.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/docs.vue -------------------------------------------------------------------------------- /src/client/pages/drive.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/drive.vue -------------------------------------------------------------------------------- /src/client/pages/emoji-suggestion.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/emoji-suggestion.vue -------------------------------------------------------------------------------- /src/client/pages/explore.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/explore.vue -------------------------------------------------------------------------------- /src/client/pages/favorites.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/favorites.vue -------------------------------------------------------------------------------- /src/client/pages/featured.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/featured.vue -------------------------------------------------------------------------------- /src/client/pages/follow-requests.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/follow-requests.vue -------------------------------------------------------------------------------- /src/client/pages/follow.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/follow.vue -------------------------------------------------------------------------------- /src/client/pages/instance/abuses.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/abuses.vue -------------------------------------------------------------------------------- /src/client/pages/instance/emojis.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/emojis.vue -------------------------------------------------------------------------------- /src/client/pages/instance/federation.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/federation.vue -------------------------------------------------------------------------------- /src/client/pages/instance/files.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/files.vue -------------------------------------------------------------------------------- /src/client/pages/instance/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/index.vue -------------------------------------------------------------------------------- /src/client/pages/instance/instance.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/instance.vue -------------------------------------------------------------------------------- /src/client/pages/instance/logs.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/logs.vue -------------------------------------------------------------------------------- /src/client/pages/instance/queue.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/queue.vue -------------------------------------------------------------------------------- /src/client/pages/instance/relays.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/relays.vue -------------------------------------------------------------------------------- /src/client/pages/instance/settings.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/settings.vue -------------------------------------------------------------------------------- /src/client/pages/instance/users.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/instance/users.vue -------------------------------------------------------------------------------- /src/client/pages/mentions.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/mentions.vue -------------------------------------------------------------------------------- /src/client/pages/messages.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/messages.vue -------------------------------------------------------------------------------- /src/client/pages/messaging/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/messaging/index.vue -------------------------------------------------------------------------------- /src/client/pages/mfm-cheat-sheet.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/mfm-cheat-sheet.vue -------------------------------------------------------------------------------- /src/client/pages/miauth.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/miauth.vue -------------------------------------------------------------------------------- /src/client/pages/my-antennas/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/my-antennas/index.vue -------------------------------------------------------------------------------- /src/client/pages/my-clips/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/my-clips/index.vue -------------------------------------------------------------------------------- /src/client/pages/my-groups/group.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/my-groups/group.vue -------------------------------------------------------------------------------- /src/client/pages/my-groups/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/my-groups/index.vue -------------------------------------------------------------------------------- /src/client/pages/my-lists/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/my-lists/index.vue -------------------------------------------------------------------------------- /src/client/pages/my-lists/list.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/my-lists/list.vue -------------------------------------------------------------------------------- /src/client/pages/not-found.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/not-found.vue -------------------------------------------------------------------------------- /src/client/pages/note.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/note.vue -------------------------------------------------------------------------------- /src/client/pages/notifications.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/notifications.vue -------------------------------------------------------------------------------- /src/client/pages/page.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/page.vue -------------------------------------------------------------------------------- /src/client/pages/pages.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/pages.vue -------------------------------------------------------------------------------- /src/client/pages/paint.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/paint.vue -------------------------------------------------------------------------------- /src/client/pages/preview.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/preview.vue -------------------------------------------------------------------------------- /src/client/pages/renotes.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/renotes.vue -------------------------------------------------------------------------------- /src/client/pages/reset-password.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/reset-password.vue -------------------------------------------------------------------------------- /src/client/pages/reversi/game.board.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/reversi/game.board.vue -------------------------------------------------------------------------------- /src/client/pages/reversi/game.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/reversi/game.vue -------------------------------------------------------------------------------- /src/client/pages/reversi/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/reversi/index.vue -------------------------------------------------------------------------------- /src/client/pages/room/preview.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/room/preview.vue -------------------------------------------------------------------------------- /src/client/pages/room/room.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/room/room.vue -------------------------------------------------------------------------------- /src/client/pages/scratchpad.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/scratchpad.vue -------------------------------------------------------------------------------- /src/client/pages/search.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/search.vue -------------------------------------------------------------------------------- /src/client/pages/settings/2fa.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/2fa.vue -------------------------------------------------------------------------------- /src/client/pages/settings/api.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/api.vue -------------------------------------------------------------------------------- /src/client/pages/settings/apps.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/apps.vue -------------------------------------------------------------------------------- /src/client/pages/settings/deck.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/deck.vue -------------------------------------------------------------------------------- /src/client/pages/settings/drive.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/drive.vue -------------------------------------------------------------------------------- /src/client/pages/settings/email.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/email.vue -------------------------------------------------------------------------------- /src/client/pages/settings/gacha.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/gacha.vue -------------------------------------------------------------------------------- /src/client/pages/settings/general.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/general.vue -------------------------------------------------------------------------------- /src/client/pages/settings/index.pages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/index.pages.ts -------------------------------------------------------------------------------- /src/client/pages/settings/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/index.vue -------------------------------------------------------------------------------- /src/client/pages/settings/labs.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/labs.vue -------------------------------------------------------------------------------- /src/client/pages/settings/mute-block.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/mute-block.vue -------------------------------------------------------------------------------- /src/client/pages/settings/other.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/other.vue -------------------------------------------------------------------------------- /src/client/pages/settings/plugin.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/plugin.vue -------------------------------------------------------------------------------- /src/client/pages/settings/privacy.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/privacy.vue -------------------------------------------------------------------------------- /src/client/pages/settings/profile.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/profile.vue -------------------------------------------------------------------------------- /src/client/pages/settings/reaction.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/reaction.vue -------------------------------------------------------------------------------- /src/client/pages/settings/registry.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/registry.vue -------------------------------------------------------------------------------- /src/client/pages/settings/security.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/security.vue -------------------------------------------------------------------------------- /src/client/pages/settings/sidebar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/sidebar.vue -------------------------------------------------------------------------------- /src/client/pages/settings/sounds.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/sounds.vue -------------------------------------------------------------------------------- /src/client/pages/settings/template.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/template.vue -------------------------------------------------------------------------------- /src/client/pages/settings/theme.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/theme.vue -------------------------------------------------------------------------------- /src/client/pages/settings/timeline.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/timeline.vue -------------------------------------------------------------------------------- /src/client/pages/settings/update.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/update.vue -------------------------------------------------------------------------------- /src/client/pages/settings/word-mute.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/settings/word-mute.vue -------------------------------------------------------------------------------- /src/client/pages/share.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/share.vue -------------------------------------------------------------------------------- /src/client/pages/tag.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/tag.vue -------------------------------------------------------------------------------- /src/client/pages/test.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/test.vue -------------------------------------------------------------------------------- /src/client/pages/theme-editor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/theme-editor.vue -------------------------------------------------------------------------------- /src/client/pages/timeline.tutorial.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/timeline.tutorial.vue -------------------------------------------------------------------------------- /src/client/pages/timeline.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/timeline.vue -------------------------------------------------------------------------------- /src/client/pages/user/clips.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/user/clips.vue -------------------------------------------------------------------------------- /src/client/pages/user/follow-list.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/user/follow-list.vue -------------------------------------------------------------------------------- /src/client/pages/user/index.activity.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/user/index.activity.vue -------------------------------------------------------------------------------- /src/client/pages/user/index.photos.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/user/index.photos.vue -------------------------------------------------------------------------------- /src/client/pages/user/index.timeline.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/user/index.timeline.vue -------------------------------------------------------------------------------- /src/client/pages/user/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/user/index.vue -------------------------------------------------------------------------------- /src/client/pages/user/pages.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/user/pages.vue -------------------------------------------------------------------------------- /src/client/pages/user/reactions.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/user/reactions.vue -------------------------------------------------------------------------------- /src/client/pages/v.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/v.vue -------------------------------------------------------------------------------- /src/client/pages/welcome.entrance.a.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/welcome.entrance.a.vue -------------------------------------------------------------------------------- /src/client/pages/welcome.entrance.b.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/welcome.entrance.b.vue -------------------------------------------------------------------------------- /src/client/pages/welcome.entrance.c.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/welcome.entrance.c.vue -------------------------------------------------------------------------------- /src/client/pages/welcome.setup.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/welcome.setup.vue -------------------------------------------------------------------------------- /src/client/pages/welcome.timeline.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/welcome.timeline.vue -------------------------------------------------------------------------------- /src/client/pages/welcome.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pages/welcome.vue -------------------------------------------------------------------------------- /src/client/pizzax.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/pizzax.ts -------------------------------------------------------------------------------- /src/client/plugin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/plugin.ts -------------------------------------------------------------------------------- /src/client/router.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/router.ts -------------------------------------------------------------------------------- /src/client/scripts/2fa.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/2fa.ts -------------------------------------------------------------------------------- /src/client/scripts/aiscript/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/aiscript/api.ts -------------------------------------------------------------------------------- /src/client/scripts/autocomplete.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/autocomplete.ts -------------------------------------------------------------------------------- /src/client/scripts/check-word-mute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/check-word-mute.ts -------------------------------------------------------------------------------- /src/client/scripts/collect-page-vars.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/collect-page-vars.ts -------------------------------------------------------------------------------- /src/client/scripts/contains.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/contains.ts -------------------------------------------------------------------------------- /src/client/scripts/copy-to-clipboard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/copy-to-clipboard.ts -------------------------------------------------------------------------------- /src/client/scripts/create-note-instantly.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/client/scripts/default-faces.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/default-faces.ts -------------------------------------------------------------------------------- /src/client/scripts/focus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/focus.ts -------------------------------------------------------------------------------- /src/client/scripts/form.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/form.ts -------------------------------------------------------------------------------- /src/client/scripts/get-instance.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/get-instance.ts -------------------------------------------------------------------------------- /src/client/scripts/get-md5.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/get-md5.ts -------------------------------------------------------------------------------- /src/client/scripts/get-user-menu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/get-user-menu.ts -------------------------------------------------------------------------------- /src/client/scripts/hotkey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/hotkey.ts -------------------------------------------------------------------------------- /src/client/scripts/hpml/block.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/hpml/block.ts -------------------------------------------------------------------------------- /src/client/scripts/hpml/evaluator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/hpml/evaluator.ts -------------------------------------------------------------------------------- /src/client/scripts/hpml/expr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/hpml/expr.ts -------------------------------------------------------------------------------- /src/client/scripts/hpml/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/hpml/index.ts -------------------------------------------------------------------------------- /src/client/scripts/hpml/lib.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/hpml/lib.ts -------------------------------------------------------------------------------- /src/client/scripts/i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/i18n.ts -------------------------------------------------------------------------------- /src/client/scripts/initialize-sw.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/initialize-sw.ts -------------------------------------------------------------------------------- /src/client/scripts/is-device-touch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/is-device-touch.ts -------------------------------------------------------------------------------- /src/client/scripts/keycode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/keycode.ts -------------------------------------------------------------------------------- /src/client/scripts/loading.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/loading.ts -------------------------------------------------------------------------------- /src/client/scripts/mark-raw-all.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/mark-raw-all.ts -------------------------------------------------------------------------------- /src/client/scripts/paging.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/paging.ts -------------------------------------------------------------------------------- /src/client/scripts/physics.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/physics.ts -------------------------------------------------------------------------------- /src/client/scripts/please-login.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/please-login.ts -------------------------------------------------------------------------------- /src/client/scripts/popout.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/popout.ts -------------------------------------------------------------------------------- /src/client/scripts/rgba.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/rgba.ts -------------------------------------------------------------------------------- /src/client/scripts/room/furniture.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/room/furniture.ts -------------------------------------------------------------------------------- /src/client/scripts/room/room.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/room/room.ts -------------------------------------------------------------------------------- /src/client/scripts/scroll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/scroll.ts -------------------------------------------------------------------------------- /src/client/scripts/search.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/search.ts -------------------------------------------------------------------------------- /src/client/scripts/select-file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/select-file.ts -------------------------------------------------------------------------------- /src/client/scripts/sound.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/sound.ts -------------------------------------------------------------------------------- /src/client/scripts/sticky-sidebar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/sticky-sidebar.ts -------------------------------------------------------------------------------- /src/client/scripts/stream.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/stream.ts -------------------------------------------------------------------------------- /src/client/scripts/theme-editor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/theme-editor.ts -------------------------------------------------------------------------------- /src/client/scripts/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/scripts/theme.ts -------------------------------------------------------------------------------- /src/client/sidebar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/sidebar.ts -------------------------------------------------------------------------------- /src/client/store.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/store.ts -------------------------------------------------------------------------------- /src/client/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/style.scss -------------------------------------------------------------------------------- /src/client/sw/compose-notification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/sw/compose-notification.ts -------------------------------------------------------------------------------- /src/client/sw/sw.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/sw/sw.ts -------------------------------------------------------------------------------- /src/client/theme-store.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/theme-store.ts -------------------------------------------------------------------------------- /src/client/themes/_dark.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/themes/_dark.json5 -------------------------------------------------------------------------------- /src/client/themes/_light.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/themes/_light.json5 -------------------------------------------------------------------------------- /src/client/themes/d-dark.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/themes/d-dark.json5 -------------------------------------------------------------------------------- /src/client/themes/d-groundpolis.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/themes/d-groundpolis.json5 -------------------------------------------------------------------------------- /src/client/themes/d-persimmon.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/themes/d-persimmon.json5 -------------------------------------------------------------------------------- /src/client/themes/l-apricot.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/themes/l-apricot.json5 -------------------------------------------------------------------------------- /src/client/themes/l-light.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/themes/l-light.json5 -------------------------------------------------------------------------------- /src/client/timeline-kinds.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/client/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/tsconfig.json -------------------------------------------------------------------------------- /src/client/ui/_common_/common.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/_common_/common.vue -------------------------------------------------------------------------------- /src/client/ui/_common_/header.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/_common_/header.vue -------------------------------------------------------------------------------- /src/client/ui/_common_/upload.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/_common_/upload.vue -------------------------------------------------------------------------------- /src/client/ui/deck.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck.vue -------------------------------------------------------------------------------- /src/client/ui/deck/antenna-column.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/antenna-column.vue -------------------------------------------------------------------------------- /src/client/ui/deck/column-core.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/column-core.vue -------------------------------------------------------------------------------- /src/client/ui/deck/column.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/column.vue -------------------------------------------------------------------------------- /src/client/ui/deck/deck-store.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/deck-store.ts -------------------------------------------------------------------------------- /src/client/ui/deck/direct-column.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/direct-column.vue -------------------------------------------------------------------------------- /src/client/ui/deck/list-column.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/list-column.vue -------------------------------------------------------------------------------- /src/client/ui/deck/main-column.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/main-column.vue -------------------------------------------------------------------------------- /src/client/ui/deck/tl-column.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/tl-column.vue -------------------------------------------------------------------------------- /src/client/ui/deck/widgets-column.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/deck/widgets-column.vue -------------------------------------------------------------------------------- /src/client/ui/default.side.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/default.side.vue -------------------------------------------------------------------------------- /src/client/ui/default.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/default.vue -------------------------------------------------------------------------------- /src/client/ui/default.widgets.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/default.widgets.vue -------------------------------------------------------------------------------- /src/client/ui/visitor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/visitor.vue -------------------------------------------------------------------------------- /src/client/ui/visitor/a.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/visitor/a.vue -------------------------------------------------------------------------------- /src/client/ui/visitor/b.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/visitor/b.vue -------------------------------------------------------------------------------- /src/client/ui/visitor/header.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/visitor/header.vue -------------------------------------------------------------------------------- /src/client/ui/visitor/kanban.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/visitor/kanban.vue -------------------------------------------------------------------------------- /src/client/ui/zen.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/ui/zen.vue -------------------------------------------------------------------------------- /src/client/v2ui.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/v2ui.scss -------------------------------------------------------------------------------- /src/client/widgets/activity.chart.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/activity.chart.vue -------------------------------------------------------------------------------- /src/client/widgets/activity.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/activity.vue -------------------------------------------------------------------------------- /src/client/widgets/aichan.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/aichan.vue -------------------------------------------------------------------------------- /src/client/widgets/aiscript.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/aiscript.vue -------------------------------------------------------------------------------- /src/client/widgets/button.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/button.vue -------------------------------------------------------------------------------- /src/client/widgets/calendar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/calendar.vue -------------------------------------------------------------------------------- /src/client/widgets/clock.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/clock.vue -------------------------------------------------------------------------------- /src/client/widgets/define.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/define.ts -------------------------------------------------------------------------------- /src/client/widgets/digital-clock.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/digital-clock.vue -------------------------------------------------------------------------------- /src/client/widgets/federation.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/federation.vue -------------------------------------------------------------------------------- /src/client/widgets/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/index.ts -------------------------------------------------------------------------------- /src/client/widgets/job-queue.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/job-queue.vue -------------------------------------------------------------------------------- /src/client/widgets/memo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/memo.vue -------------------------------------------------------------------------------- /src/client/widgets/notifications.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/notifications.vue -------------------------------------------------------------------------------- /src/client/widgets/online-users.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/online-users.vue -------------------------------------------------------------------------------- /src/client/widgets/photos.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/photos.vue -------------------------------------------------------------------------------- /src/client/widgets/post-form.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/post-form.vue -------------------------------------------------------------------------------- /src/client/widgets/rss.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/rss.vue -------------------------------------------------------------------------------- /src/client/widgets/slideshow.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/slideshow.vue -------------------------------------------------------------------------------- /src/client/widgets/timeline.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/timeline.vue -------------------------------------------------------------------------------- /src/client/widgets/trends.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/client/widgets/trends.vue -------------------------------------------------------------------------------- /src/config/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/config/index.ts -------------------------------------------------------------------------------- /src/config/load.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/config/load.ts -------------------------------------------------------------------------------- /src/config/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/config/types.ts -------------------------------------------------------------------------------- /src/const.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/const.ts -------------------------------------------------------------------------------- /src/daemons/janitor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/daemons/janitor.ts -------------------------------------------------------------------------------- /src/daemons/queue-stats.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/daemons/queue-stats.ts -------------------------------------------------------------------------------- /src/daemons/server-stats.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/daemons/server-stats.ts -------------------------------------------------------------------------------- /src/db/elasticsearch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/db/elasticsearch.ts -------------------------------------------------------------------------------- /src/db/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/db/logger.ts -------------------------------------------------------------------------------- /src/db/postgre.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/db/postgre.ts -------------------------------------------------------------------------------- /src/db/redis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/db/redis.ts -------------------------------------------------------------------------------- /src/docs/en-US/aiscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/aiscript.md -------------------------------------------------------------------------------- /src/docs/en-US/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/api.md -------------------------------------------------------------------------------- /src/docs/en-US/create-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/create-plugin.md -------------------------------------------------------------------------------- /src/docs/en-US/custom-emoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/custom-emoji.md -------------------------------------------------------------------------------- /src/docs/en-US/deck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/deck.md -------------------------------------------------------------------------------- /src/docs/en-US/follow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/follow.md -------------------------------------------------------------------------------- /src/docs/en-US/keyboard-shortcut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/keyboard-shortcut.md -------------------------------------------------------------------------------- /src/docs/en-US/mfm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/mfm.md -------------------------------------------------------------------------------- /src/docs/en-US/mute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/mute.md -------------------------------------------------------------------------------- /src/docs/en-US/pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/pages.md -------------------------------------------------------------------------------- /src/docs/en-US/reaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/reaction.md -------------------------------------------------------------------------------- /src/docs/en-US/reversi-bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/reversi-bot.md -------------------------------------------------------------------------------- /src/docs/en-US/stream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/stream.md -------------------------------------------------------------------------------- /src/docs/en-US/theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/theme.md -------------------------------------------------------------------------------- /src/docs/en-US/timelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/en-US/timelines.md -------------------------------------------------------------------------------- /src/docs/ja-JP/aiscript.md: -------------------------------------------------------------------------------- 1 | # AiScript 2 | 3 | ## 関数 4 | デフォルトで値渡しです。 5 | -------------------------------------------------------------------------------- /src/docs/ja-JP/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/api.md -------------------------------------------------------------------------------- /src/docs/ja-JP/create-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/create-plugin.md -------------------------------------------------------------------------------- /src/docs/ja-JP/custom-emoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/custom-emoji.md -------------------------------------------------------------------------------- /src/docs/ja-JP/deck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/deck.md -------------------------------------------------------------------------------- /src/docs/ja-JP/follow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/follow.md -------------------------------------------------------------------------------- /src/docs/ja-JP/keyboard-shortcut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/keyboard-shortcut.md -------------------------------------------------------------------------------- /src/docs/ja-JP/mfm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/mfm.md -------------------------------------------------------------------------------- /src/docs/ja-JP/mute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/mute.md -------------------------------------------------------------------------------- /src/docs/ja-JP/pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/pages.md -------------------------------------------------------------------------------- /src/docs/ja-JP/post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/post.md -------------------------------------------------------------------------------- /src/docs/ja-JP/reaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/reaction.md -------------------------------------------------------------------------------- /src/docs/ja-JP/reversi-bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/reversi-bot.md -------------------------------------------------------------------------------- /src/docs/ja-JP/stream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/stream.md -------------------------------------------------------------------------------- /src/docs/ja-JP/theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/theme.md -------------------------------------------------------------------------------- /src/docs/ja-JP/timelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/timelines.md -------------------------------------------------------------------------------- /src/docs/ja-JP/visibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/docs/ja-JP/visibility.md -------------------------------------------------------------------------------- /src/emojilist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/emojilist.json -------------------------------------------------------------------------------- /src/games/reversi/core.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/games/reversi/core.ts -------------------------------------------------------------------------------- /src/games/reversi/maps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/games/reversi/maps.ts -------------------------------------------------------------------------------- /src/games/reversi/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/games/reversi/package.json -------------------------------------------------------------------------------- /src/games/reversi/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/games/reversi/tsconfig.json -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/index.ts -------------------------------------------------------------------------------- /src/meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "unknown" 3 | } 4 | -------------------------------------------------------------------------------- /src/mfm/from-html.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/mfm/from-html.ts -------------------------------------------------------------------------------- /src/mfm/to-html.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/mfm/to-html.ts -------------------------------------------------------------------------------- /src/misc/acct/parse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/acct/parse.ts -------------------------------------------------------------------------------- /src/misc/acct/render.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/acct/render.ts -------------------------------------------------------------------------------- /src/misc/acct/type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/acct/type.ts -------------------------------------------------------------------------------- /src/misc/api-permissions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/api-permissions.ts -------------------------------------------------------------------------------- /src/misc/app-lock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/app-lock.ts -------------------------------------------------------------------------------- /src/misc/birthday.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/birthday.ts -------------------------------------------------------------------------------- /src/misc/cafy-id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/cafy-id.ts -------------------------------------------------------------------------------- /src/misc/captcha.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/captcha.ts -------------------------------------------------------------------------------- /src/misc/check-hit-antenna.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/check-hit-antenna.ts -------------------------------------------------------------------------------- /src/misc/check-word-mute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/check-word-mute.ts -------------------------------------------------------------------------------- /src/misc/checked-fetch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/checked-fetch.ts -------------------------------------------------------------------------------- /src/misc/content-disposition.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/content-disposition.ts -------------------------------------------------------------------------------- /src/misc/convert-host.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/convert-host.ts -------------------------------------------------------------------------------- /src/misc/count-same-renotes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/count-same-renotes.ts -------------------------------------------------------------------------------- /src/misc/create-temp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/create-temp.ts -------------------------------------------------------------------------------- /src/misc/detect-url-mime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/detect-url-mime.ts -------------------------------------------------------------------------------- /src/misc/download-text-file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/download-text-file.ts -------------------------------------------------------------------------------- /src/misc/download-url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/download-url.ts -------------------------------------------------------------------------------- /src/misc/emoji-regex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/emoji-regex.ts -------------------------------------------------------------------------------- /src/misc/emojilist.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/emojilist.ts -------------------------------------------------------------------------------- /src/misc/extract-hashtags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/extract-hashtags.ts -------------------------------------------------------------------------------- /src/misc/extract-mentions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/extract-mentions.ts -------------------------------------------------------------------------------- /src/misc/extract-url-from-mfm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/extract-url-from-mfm.ts -------------------------------------------------------------------------------- /src/misc/fetch-meta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/fetch-meta.ts -------------------------------------------------------------------------------- /src/misc/fetch-proxy-account.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/fetch-proxy-account.ts -------------------------------------------------------------------------------- /src/misc/fetch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/fetch.ts -------------------------------------------------------------------------------- /src/misc/format-time-string.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/format-time-string.ts -------------------------------------------------------------------------------- /src/misc/gen-avatar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/gen-avatar.ts -------------------------------------------------------------------------------- /src/misc/gen-id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/gen-id.ts -------------------------------------------------------------------------------- /src/misc/gen-key-pair.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/gen-key-pair.ts -------------------------------------------------------------------------------- /src/misc/get-drive-capacity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/get-drive-capacity.ts -------------------------------------------------------------------------------- /src/misc/get-file-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/get-file-info.ts -------------------------------------------------------------------------------- /src/misc/get-ip-hash.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/get-ip-hash.ts -------------------------------------------------------------------------------- /src/misc/get-note-speech.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/get-note-speech.ts -------------------------------------------------------------------------------- /src/misc/get-note-summary.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/get-note-summary.ts -------------------------------------------------------------------------------- /src/misc/get-reaction-emoji.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/get-reaction-emoji.ts -------------------------------------------------------------------------------- /src/misc/get-user-name.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/get-user-name.ts -------------------------------------------------------------------------------- /src/misc/hard-limits.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/hard-limits.ts -------------------------------------------------------------------------------- /src/misc/id/aid.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/id/aid.ts -------------------------------------------------------------------------------- /src/misc/id/meid.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/id/meid.ts -------------------------------------------------------------------------------- /src/misc/id/meidg.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/id/meidg.ts -------------------------------------------------------------------------------- /src/misc/id/object-id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/id/object-id.ts -------------------------------------------------------------------------------- /src/misc/identifiable-error.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/identifiable-error.ts -------------------------------------------------------------------------------- /src/misc/is-muted-user-related.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/is-muted-user-related.ts -------------------------------------------------------------------------------- /src/misc/is-quote.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/is-quote.ts -------------------------------------------------------------------------------- /src/misc/is-valid-url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/is-valid-url.ts -------------------------------------------------------------------------------- /src/misc/normalize-for-search.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/normalize-for-search.ts -------------------------------------------------------------------------------- /src/misc/nyaize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/nyaize.ts -------------------------------------------------------------------------------- /src/misc/reaction-lib.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/reaction-lib.ts -------------------------------------------------------------------------------- /src/misc/safe-for-sql.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/safe-for-sql.ts -------------------------------------------------------------------------------- /src/misc/sanitize-url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/sanitize-url.ts -------------------------------------------------------------------------------- /src/misc/schema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/schema.ts -------------------------------------------------------------------------------- /src/misc/secure-rndstr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/secure-rndstr.ts -------------------------------------------------------------------------------- /src/misc/show-machine-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/show-machine-info.ts -------------------------------------------------------------------------------- /src/misc/twemoji-base.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/twemoji-base.ts -------------------------------------------------------------------------------- /src/misc/vcard-sex-map.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/misc/vcard-sex-map.ts -------------------------------------------------------------------------------- /src/models/entities/access-token.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/access-token.ts -------------------------------------------------------------------------------- /src/models/entities/announcement.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/announcement.ts -------------------------------------------------------------------------------- /src/models/entities/antenna-note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/antenna-note.ts -------------------------------------------------------------------------------- /src/models/entities/antenna.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/antenna.ts -------------------------------------------------------------------------------- /src/models/entities/app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/app.ts -------------------------------------------------------------------------------- /src/models/entities/auth-session.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/auth-session.ts -------------------------------------------------------------------------------- /src/models/entities/blocking.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/blocking.ts -------------------------------------------------------------------------------- /src/models/entities/channel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/channel.ts -------------------------------------------------------------------------------- /src/models/entities/clip-note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/clip-note.ts -------------------------------------------------------------------------------- /src/models/entities/clip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/clip.ts -------------------------------------------------------------------------------- /src/models/entities/drive-file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/drive-file.ts -------------------------------------------------------------------------------- /src/models/entities/drive-folder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/drive-folder.ts -------------------------------------------------------------------------------- /src/models/entities/emoji-request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/emoji-request.ts -------------------------------------------------------------------------------- /src/models/entities/emoji.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/emoji.ts -------------------------------------------------------------------------------- /src/models/entities/follow-request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/follow-request.ts -------------------------------------------------------------------------------- /src/models/entities/following.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/following.ts -------------------------------------------------------------------------------- /src/models/entities/hashtag.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/hashtag.ts -------------------------------------------------------------------------------- /src/models/entities/instance.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/instance.ts -------------------------------------------------------------------------------- /src/models/entities/log.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/log.ts -------------------------------------------------------------------------------- /src/models/entities/meta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/meta.ts -------------------------------------------------------------------------------- /src/models/entities/moderation-log.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/moderation-log.ts -------------------------------------------------------------------------------- /src/models/entities/muted-note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/muted-note.ts -------------------------------------------------------------------------------- /src/models/entities/muting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/muting.ts -------------------------------------------------------------------------------- /src/models/entities/note-favorite.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/note-favorite.ts -------------------------------------------------------------------------------- /src/models/entities/note-reaction.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/note-reaction.ts -------------------------------------------------------------------------------- /src/models/entities/note-unread.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/note-unread.ts -------------------------------------------------------------------------------- /src/models/entities/note-watching.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/note-watching.ts -------------------------------------------------------------------------------- /src/models/entities/note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/note.ts -------------------------------------------------------------------------------- /src/models/entities/notification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/notification.ts -------------------------------------------------------------------------------- /src/models/entities/page-like.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/page-like.ts -------------------------------------------------------------------------------- /src/models/entities/page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/page.ts -------------------------------------------------------------------------------- /src/models/entities/poll-vote.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/poll-vote.ts -------------------------------------------------------------------------------- /src/models/entities/poll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/poll.ts -------------------------------------------------------------------------------- /src/models/entities/promo-note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/promo-note.ts -------------------------------------------------------------------------------- /src/models/entities/promo-read.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/promo-read.ts -------------------------------------------------------------------------------- /src/models/entities/registry-item.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/registry-item.ts -------------------------------------------------------------------------------- /src/models/entities/relay.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/relay.ts -------------------------------------------------------------------------------- /src/models/entities/signin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/signin.ts -------------------------------------------------------------------------------- /src/models/entities/used-username.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/used-username.ts -------------------------------------------------------------------------------- /src/models/entities/user-group.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/user-group.ts -------------------------------------------------------------------------------- /src/models/entities/user-keypair.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/user-keypair.ts -------------------------------------------------------------------------------- /src/models/entities/user-list.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/user-list.ts -------------------------------------------------------------------------------- /src/models/entities/user-profile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/user-profile.ts -------------------------------------------------------------------------------- /src/models/entities/user-publickey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/user-publickey.ts -------------------------------------------------------------------------------- /src/models/entities/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/entities/user.ts -------------------------------------------------------------------------------- /src/models/id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/id.ts -------------------------------------------------------------------------------- /src/models/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/index.ts -------------------------------------------------------------------------------- /src/models/repositories/antenna.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/antenna.ts -------------------------------------------------------------------------------- /src/models/repositories/app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/app.ts -------------------------------------------------------------------------------- /src/models/repositories/blocking.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/blocking.ts -------------------------------------------------------------------------------- /src/models/repositories/channel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/channel.ts -------------------------------------------------------------------------------- /src/models/repositories/clip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/clip.ts -------------------------------------------------------------------------------- /src/models/repositories/drive-file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/drive-file.ts -------------------------------------------------------------------------------- /src/models/repositories/emoji.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/emoji.ts -------------------------------------------------------------------------------- /src/models/repositories/following.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/following.ts -------------------------------------------------------------------------------- /src/models/repositories/hashtag.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/hashtag.ts -------------------------------------------------------------------------------- /src/models/repositories/muting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/muting.ts -------------------------------------------------------------------------------- /src/models/repositories/note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/note.ts -------------------------------------------------------------------------------- /src/models/repositories/page-like.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/page-like.ts -------------------------------------------------------------------------------- /src/models/repositories/page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/page.ts -------------------------------------------------------------------------------- /src/models/repositories/relay.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/relay.ts -------------------------------------------------------------------------------- /src/models/repositories/signin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/signin.ts -------------------------------------------------------------------------------- /src/models/repositories/user-group.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/user-group.ts -------------------------------------------------------------------------------- /src/models/repositories/user-list.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/user-list.ts -------------------------------------------------------------------------------- /src/models/repositories/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/models/repositories/user.ts -------------------------------------------------------------------------------- /src/prelude/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/README.md -------------------------------------------------------------------------------- /src/prelude/array.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/array.ts -------------------------------------------------------------------------------- /src/prelude/await-all.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/await-all.ts -------------------------------------------------------------------------------- /src/prelude/ensure.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/ensure.ts -------------------------------------------------------------------------------- /src/prelude/math.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/math.ts -------------------------------------------------------------------------------- /src/prelude/maybe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/maybe.ts -------------------------------------------------------------------------------- /src/prelude/relation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/relation.ts -------------------------------------------------------------------------------- /src/prelude/string.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/string.ts -------------------------------------------------------------------------------- /src/prelude/symbol.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/symbol.ts -------------------------------------------------------------------------------- /src/prelude/time.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/time.ts -------------------------------------------------------------------------------- /src/prelude/url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/url.ts -------------------------------------------------------------------------------- /src/prelude/xml.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/prelude/xml.ts -------------------------------------------------------------------------------- /src/queue/get-job-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/queue/get-job-info.ts -------------------------------------------------------------------------------- /src/queue/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/queue/index.ts -------------------------------------------------------------------------------- /src/queue/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/queue/logger.ts -------------------------------------------------------------------------------- /src/queue/processors/db/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/queue/processors/db/index.ts -------------------------------------------------------------------------------- /src/queue/processors/deliver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/queue/processors/deliver.ts -------------------------------------------------------------------------------- /src/queue/processors/inbox.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/queue/processors/inbox.ts -------------------------------------------------------------------------------- /src/queue/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/queue/types.ts -------------------------------------------------------------------------------- /src/remote/activitypub/ap-request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/ap-request.ts -------------------------------------------------------------------------------- /src/remote/activitypub/audience.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/audience.ts -------------------------------------------------------------------------------- /src/remote/activitypub/check-fetch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/check-fetch.ts -------------------------------------------------------------------------------- /src/remote/activitypub/db-resolver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/db-resolver.ts -------------------------------------------------------------------------------- /src/remote/activitypub/kernel/like.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/kernel/like.ts -------------------------------------------------------------------------------- /src/remote/activitypub/kernel/move/index.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/remote/activitypub/kernel/read.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/kernel/read.ts -------------------------------------------------------------------------------- /src/remote/activitypub/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/logger.ts -------------------------------------------------------------------------------- /src/remote/activitypub/models/icon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/models/icon.ts -------------------------------------------------------------------------------- /src/remote/activitypub/models/note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/models/note.ts -------------------------------------------------------------------------------- /src/remote/activitypub/models/tag.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/models/tag.ts -------------------------------------------------------------------------------- /src/remote/activitypub/perform.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/perform.ts -------------------------------------------------------------------------------- /src/remote/activitypub/renderer/tombstone.ts: -------------------------------------------------------------------------------- 1 | export default (id: string) => ({ 2 | id, 3 | type: 'Tombstone' 4 | }); 5 | -------------------------------------------------------------------------------- /src/remote/activitypub/request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/request.ts -------------------------------------------------------------------------------- /src/remote/activitypub/resolver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/resolver.ts -------------------------------------------------------------------------------- /src/remote/activitypub/type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/activitypub/type.ts -------------------------------------------------------------------------------- /src/remote/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/logger.ts -------------------------------------------------------------------------------- /src/remote/resolve-user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/resolve-user.ts -------------------------------------------------------------------------------- /src/remote/webfinger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/remote/webfinger.ts -------------------------------------------------------------------------------- /src/server/activitypub.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/activitypub.ts -------------------------------------------------------------------------------- /src/server/activitypub/featured.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/activitypub/featured.ts -------------------------------------------------------------------------------- /src/server/activitypub/followers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/activitypub/followers.ts -------------------------------------------------------------------------------- /src/server/activitypub/following.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/activitypub/following.ts -------------------------------------------------------------------------------- /src/server/activitypub/outbox.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/activitypub/outbox.ts -------------------------------------------------------------------------------- /src/server/api/2fa.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/2fa.ts -------------------------------------------------------------------------------- /src/server/api/api-handler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/api-handler.ts -------------------------------------------------------------------------------- /src/server/api/authenticate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/authenticate.ts -------------------------------------------------------------------------------- /src/server/api/call.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/call.ts -------------------------------------------------------------------------------- /src/server/api/common/getters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/common/getters.ts -------------------------------------------------------------------------------- /src/server/api/common/inject-promo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/common/inject-promo.ts -------------------------------------------------------------------------------- /src/server/api/common/signin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/common/signin.ts -------------------------------------------------------------------------------- /src/server/api/common/signup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/common/signup.ts -------------------------------------------------------------------------------- /src/server/api/define.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/define.ts -------------------------------------------------------------------------------- /src/server/api/endpoints.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/ap/show.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/ap/show.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/app/show.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/app/show.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/drive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/drive.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/endpoint.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/endpoint.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/endpoints.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/endpoints.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/i.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/i.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/i/apps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/i/apps.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/i/pages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/i/pages.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/i/pin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/i/pin.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/i/unpin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/i/unpin.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/i/update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/i/update.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/meta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/meta.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/mute/list.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/mute/list.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/my/apps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/my/apps.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/notes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/notes.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/page-push.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/page-push.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/ping.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/ping.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/room/show.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/room/show.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/stats.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/stats.ts -------------------------------------------------------------------------------- /src/server/api/endpoints/users.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/endpoints/users.ts -------------------------------------------------------------------------------- /src/server/api/error.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/error.ts -------------------------------------------------------------------------------- /src/server/api/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/index.ts -------------------------------------------------------------------------------- /src/server/api/limiter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/limiter.ts -------------------------------------------------------------------------------- /src/server/api/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/logger.ts -------------------------------------------------------------------------------- /src/server/api/openapi/description.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/openapi/description.ts -------------------------------------------------------------------------------- /src/server/api/openapi/errors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/openapi/errors.ts -------------------------------------------------------------------------------- /src/server/api/openapi/gen-spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/openapi/gen-spec.ts -------------------------------------------------------------------------------- /src/server/api/openapi/schemas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/openapi/schemas.ts -------------------------------------------------------------------------------- /src/server/api/private/signin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/private/signin.ts -------------------------------------------------------------------------------- /src/server/api/private/signup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/private/signup.ts -------------------------------------------------------------------------------- /src/server/api/service/discord.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/service/discord.ts -------------------------------------------------------------------------------- /src/server/api/service/github.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/service/github.ts -------------------------------------------------------------------------------- /src/server/api/service/twitter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/service/twitter.ts -------------------------------------------------------------------------------- /src/server/api/stream/channel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/stream/channel.ts -------------------------------------------------------------------------------- /src/server/api/stream/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/stream/index.ts -------------------------------------------------------------------------------- /src/server/api/streaming.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/api/streaming.ts -------------------------------------------------------------------------------- /src/server/file/assets/bad-egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/file/assets/bad-egg.png -------------------------------------------------------------------------------- /src/server/file/assets/dummy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/file/assets/dummy.png -------------------------------------------------------------------------------- /src/server/file/assets/tombstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/file/assets/tombstone.png -------------------------------------------------------------------------------- /src/server/file/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/file/index.ts -------------------------------------------------------------------------------- /src/server/file/send-drive-file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/file/send-drive-file.ts -------------------------------------------------------------------------------- /src/server/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/index.ts -------------------------------------------------------------------------------- /src/server/nodeinfo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/nodeinfo.ts -------------------------------------------------------------------------------- /src/server/proxy/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/proxy/index.ts -------------------------------------------------------------------------------- /src/server/proxy/proxy-media.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/proxy/proxy-media.ts -------------------------------------------------------------------------------- /src/server/web/boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/boot.js -------------------------------------------------------------------------------- /src/server/web/feed.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/feed.ts -------------------------------------------------------------------------------- /src/server/web/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/index.ts -------------------------------------------------------------------------------- /src/server/web/manifest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/manifest.ts -------------------------------------------------------------------------------- /src/server/web/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/style.css -------------------------------------------------------------------------------- /src/server/web/url-preview.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/url-preview.ts -------------------------------------------------------------------------------- /src/server/web/views/base.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/views/base.pug -------------------------------------------------------------------------------- /src/server/web/views/channel.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/views/channel.pug -------------------------------------------------------------------------------- /src/server/web/views/clip.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/views/clip.pug -------------------------------------------------------------------------------- /src/server/web/views/flush.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/views/flush.pug -------------------------------------------------------------------------------- /src/server/web/views/info.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/views/info.pug -------------------------------------------------------------------------------- /src/server/web/views/note.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/views/note.pug -------------------------------------------------------------------------------- /src/server/web/views/page.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/views/page.pug -------------------------------------------------------------------------------- /src/server/web/views/user.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/web/views/user.pug -------------------------------------------------------------------------------- /src/server/well-known.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/server/well-known.ts -------------------------------------------------------------------------------- /src/services/add-note-to-antenna.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/add-note-to-antenna.ts -------------------------------------------------------------------------------- /src/services/blocking/create.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/blocking/create.ts -------------------------------------------------------------------------------- /src/services/blocking/delete.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/blocking/delete.ts -------------------------------------------------------------------------------- /src/services/chart/core.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/chart/core.ts -------------------------------------------------------------------------------- /src/services/chart/entities.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/chart/entities.ts -------------------------------------------------------------------------------- /src/services/chart/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/chart/index.ts -------------------------------------------------------------------------------- /src/services/create-notification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/create-notification.ts -------------------------------------------------------------------------------- /src/services/create-system-user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/create-system-user.ts -------------------------------------------------------------------------------- /src/services/drive/add-file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/drive/add-file.ts -------------------------------------------------------------------------------- /src/services/drive/delete-file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/drive/delete-file.ts -------------------------------------------------------------------------------- /src/services/drive/image-processor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/drive/image-processor.ts -------------------------------------------------------------------------------- /src/services/drive/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/drive/logger.ts -------------------------------------------------------------------------------- /src/services/drive/s3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/drive/s3.ts -------------------------------------------------------------------------------- /src/services/drive/upload-from-url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/drive/upload-from-url.ts -------------------------------------------------------------------------------- /src/services/following/create.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/following/create.ts -------------------------------------------------------------------------------- /src/services/following/delete.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/following/delete.ts -------------------------------------------------------------------------------- /src/services/i/pin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/i/pin.ts -------------------------------------------------------------------------------- /src/services/i/update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/i/update.ts -------------------------------------------------------------------------------- /src/services/insert-moderation-log.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/insert-moderation-log.ts -------------------------------------------------------------------------------- /src/services/instance-actor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/instance-actor.ts -------------------------------------------------------------------------------- /src/services/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/logger.ts -------------------------------------------------------------------------------- /src/services/messages/create.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/messages/create.ts -------------------------------------------------------------------------------- /src/services/messages/delete.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/messages/delete.ts -------------------------------------------------------------------------------- /src/services/note/create.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/create.ts -------------------------------------------------------------------------------- /src/services/note/delete.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/delete.ts -------------------------------------------------------------------------------- /src/services/note/polls/update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/polls/update.ts -------------------------------------------------------------------------------- /src/services/note/polls/vote.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/polls/vote.ts -------------------------------------------------------------------------------- /src/services/note/reaction/create.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/reaction/create.ts -------------------------------------------------------------------------------- /src/services/note/reaction/delete.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/reaction/delete.ts -------------------------------------------------------------------------------- /src/services/note/read.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/read.ts -------------------------------------------------------------------------------- /src/services/note/unread.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/unread.ts -------------------------------------------------------------------------------- /src/services/note/unwatch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/unwatch.ts -------------------------------------------------------------------------------- /src/services/note/watch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/note/watch.ts -------------------------------------------------------------------------------- /src/services/push-notification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/push-notification.ts -------------------------------------------------------------------------------- /src/services/relay.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/relay.ts -------------------------------------------------------------------------------- /src/services/send-email.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/send-email.ts -------------------------------------------------------------------------------- /src/services/stream.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/stream.ts -------------------------------------------------------------------------------- /src/services/suspend-user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/suspend-user.ts -------------------------------------------------------------------------------- /src/services/unsuspend-user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/unsuspend-user.ts -------------------------------------------------------------------------------- /src/services/update-hashtag.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/update-hashtag.ts -------------------------------------------------------------------------------- /src/services/user-list/push.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/services/user-list/push.ts -------------------------------------------------------------------------------- /src/tools/accept-migration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/tools/accept-migration.ts -------------------------------------------------------------------------------- /src/tools/add-emoji.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/tools/add-emoji.ts -------------------------------------------------------------------------------- /src/tools/demote-admin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/tools/demote-admin.ts -------------------------------------------------------------------------------- /src/tools/dev/emoji2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/tools/dev/emoji2.ts -------------------------------------------------------------------------------- /src/tools/mark-admin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/tools/mark-admin.ts -------------------------------------------------------------------------------- /src/tools/refresh-question.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/tools/refresh-question.ts -------------------------------------------------------------------------------- /src/tools/resync-remote-user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/tools/resync-remote-user.ts -------------------------------------------------------------------------------- /src/tools/show-signin-history.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/tools/show-signin-history.ts -------------------------------------------------------------------------------- /src/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/types.ts -------------------------------------------------------------------------------- /src/well-known-services.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/src/well-known-services.ts -------------------------------------------------------------------------------- /test/ap-request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/ap-request.ts -------------------------------------------------------------------------------- /test/api-visibility.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/api-visibility.ts -------------------------------------------------------------------------------- /test/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/api.ts -------------------------------------------------------------------------------- /test/chart.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/chart.ts -------------------------------------------------------------------------------- /test/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/docker-compose.yml -------------------------------------------------------------------------------- /test/extract-mentions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/extract-mentions.ts -------------------------------------------------------------------------------- /test/fetch-resource.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/fetch-resource.ts -------------------------------------------------------------------------------- /test/get-file-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/get-file-info.ts -------------------------------------------------------------------------------- /test/mute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/mute.ts -------------------------------------------------------------------------------- /test/note.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/note.ts -------------------------------------------------------------------------------- /test/prelude/maybe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/prelude/maybe.ts -------------------------------------------------------------------------------- /test/reaction-lib.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/reaction-lib.ts -------------------------------------------------------------------------------- /test/resources/25000x25000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/resources/25000x25000.png -------------------------------------------------------------------------------- /test/resources/Lenna.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/resources/Lenna.jpg -------------------------------------------------------------------------------- /test/resources/Lenna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/resources/Lenna.png -------------------------------------------------------------------------------- /test/resources/anime.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/resources/anime.gif -------------------------------------------------------------------------------- /test/resources/anime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/resources/anime.png -------------------------------------------------------------------------------- /test/resources/emptyfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/resources/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/resources/image.svg -------------------------------------------------------------------------------- /test/resources/with-alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/resources/with-alpha.png -------------------------------------------------------------------------------- /test/resources/with-xml-def.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/resources/with-xml-def.svg -------------------------------------------------------------------------------- /test/streaming.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/streaming.ts -------------------------------------------------------------------------------- /test/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/test.yml -------------------------------------------------------------------------------- /test/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/tsconfig.json -------------------------------------------------------------------------------- /test/user-notes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/user-notes.ts -------------------------------------------------------------------------------- /test/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/test/utils.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/tsconfig.json -------------------------------------------------------------------------------- /update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/update -------------------------------------------------------------------------------- /update.default.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/update.default.env -------------------------------------------------------------------------------- /vetur.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/vetur.config.js -------------------------------------------------------------------------------- /webpack.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/webpack.config.ts -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura-tel/milkey/HEAD/yarn.lock --------------------------------------------------------------------------------