summaryrefslogtreecommitdiff
path: root/packages/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: migrate to Yarn Berry (v3.2.1) (#8764)Kainoa Kanter2022-11-244-3742/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Yarn berry * Add `.yarn` to dockerignore * Mention in CHANGELOG * Update Dockerfile * Proper upgrade to yarn * use `"packageManager"` * Replace `install-packages.js` with workspaces * Replace `install-packages.js` with workspaces * Typo * `corepack enable` for linting * Remove `packages/*/yarn.lock` * Improve lint workflow * Update .github/workflows/lint.yml Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update .github/workflows/lint.yml Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Add `eslint` * Regenerate yarn.lock * 🙏‍ * Update lint.yml :thinking: * Fix workflow! * yarn lint my beloved * corepack enable for mocha/e2e * Update CHANGELOG.md * fix the code that depends on node_modules * tbh * tbh * More yarn workspaces stuff * 🍀 * Change `browser-image-resizer` * :finnadie: * :goberserk: * :godmode: * Remove yarnrc for workspaces * 🙏 * Add proper packages for eslint * Skip extra install * New steps for test.yml too * uhh * Update .dockerignore * Update lint.yml * Update test.yml * Make client/backend lints seperate workflows * package.json names * pnpm = dont change paths * Fix changelog * :bowtie: * I don't know why github workflows hates me... * test * ????? * continue-on-error: true * Fix yarn.lock Co-authored-by: ishowta <ishowta@gmail.com> * add @rollup/pluginutils * add packageExtensions for chartjs_date-fns Co-authored-by: acid-chicken <root@acid-chicken.com> * npm run => yarn * wip * yarn node => node 依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない * fix * fix http-signature * fix * fix * add packageExtensions * :v: * remove `yarn set version berry` * yarn install --immutable Co-authored-by: ishowta <ishowta@gmail.com> * https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892 * enable actions/setup-node's global cache * Update .gitignore Co-authored-by: iwata <ishowta@gmail.com> * revival gulp build https://github.com/misskey-dev/misskey/pull/8764/files/66ab7591bff9b35255219057e33399a06260aa31#r885899944 * fix lockfile * Update packages/backend/package.json Co-authored-by: iwata <ishowta@gmail.com> * remove packagemanager * `yarn run gulp` in `build` instead of just `gulp` * Update CHANGELOG.md * update lockfile * Add .yarn/cache to gitignore for packages * ? * move resolutions * :v: * update lockfie * update-lockfile * update yarn.lock * fix build * fix * fix * fix: add @tensorflow/tfjs * ダメ * modify lockfile * use yarnrc * update yarnlock * add jest-mock * update-lockfile * update lockfile * update lockfile * move jest-mock, update lockfile Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: ishowta <ishowta@gmail.com>
* update depssyuilo2022-11-191-10/+10
|
* improve performancesyuilo2022-11-1710-41/+64
|
* refactor(client): use dvhsyuilo2022-11-136-28/+9
|
* update depssyuilo2022-11-132-165/+171
|
* ノートの詳細ボタンを...に追加 (#9166)nenohi2022-11-131-3/+13
| | | | | | | | | | | * noteの詳細を追加 * add detail option to note menu * add detailed , fix typo * delete button Co-authored-by: Gray Olson <gray@grayolson.com>
* fix(client): ↵syuilo2022-11-123-12/+24
| | | | インスタンスティッカーのfaviconを読み込む際に偽サイト警告が出ることがあるのを修正
* fix(client): clarify to use props.url (#9143)futchitwo2022-11-041-2/+2
|
* update depssyuilo2022-10-282-344/+373
|
* Add Cloudflare Turnstile CAPTCHA support (#9111)CyberRex2022-10-135-3/+36
| | | | | | | | | * Add Cloudflare Turnstile CAPTCHA support * Update packages/client/src/components/MkCaptcha.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* add webhookId to api request (#9113)hayabusa2022-10-131-0/+1
|
* fix: ↵hayabusa2022-10-135-5/+80
| | | | | | | 一部の状態のファイルをドロップしてアップロードできない場合がある問題を修正 (投稿フォーム以外についても) (#9114) * dropEffectとeffectAllowedの関連付けを投稿フォームと同様に修正 * 文字列をDropできるようにしてしまったのを修正
* fix: typoAcid Chicken (硫酸鶏)2022-10-021-1/+1
|
* fix typesyuilo2022-09-241-17/+2
|
* feat: Youtube window player (#9095)こけっち2022-09-222-2/+85
| | | | | | | | | | | | | | | | | | | | | | | * wip: feat: Youtube Player Window * fix: player fill window * fix: improve design * fix: disable at mobile and creanup code * fix: tailing comma * fix: delete debug output * fix: eslint * fix: switch to component * fix(backend): add missing dependency Fix #9101 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2022-09-211-1/+1
|
* revert blurhashsyuilo2022-09-202-5/+5
| | | | https://github.com/woltapp/blurhash/issues/202
* update depssyuilo2022-09-202-128/+107
|
* :art:syuilo2022-09-202-5/+7
|
* lintsyuilo2022-09-201-1/+1
|
* フォロー、フォロワーのページでフォローされているこ ↵nenohi2022-09-181-1/+13
| | | | | | | | | を表示 (#9093) * followed-view * Update MkUserInfo.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* なんかもうめっちゃ変えたsyuilo2022-09-183-6/+11
|
* update depssyuilo2022-09-102-276/+288
|
* chore(client): :art:syuilo2022-09-102-4/+20
|
* refactor(client): refactor file name and directory structuresyuilo2022-09-06187-246/+246
|
* refactor(client): use setup syntaxsyuilo2022-09-061-16/+5
|
* refactor(client): use setup syntaxsyuilo2022-09-064-160/+86
|
* refactor(client): use setup syntaxsyuilo2022-09-053-61/+54
|
* refactor(client): use setup syntaxsyuilo2022-09-051-35/+20
|
* refactor(client): use setup syntaxsyuilo2022-09-051-77/+50
|
* refactor(client): use setup syntaxsyuilo2022-09-051-57/+37
|
* fix(client): fix syntax error of pages/follow.vuesyuilo2022-09-031-1/+3
|
* refactor(client): use setup syntaxsyuilo2022-09-023-118/+90
|
* refactor(client): use setup syntaxsyuilo2022-08-315-182/+101
|
* enhance(client): improve analog-clocksyuilo2022-08-312-3/+21
|
* refactor(client): align filename to component namesyuilo2022-08-31243-386/+390
|
* update depssyuilo2022-08-274-121/+127
|
* chore(client): tweak loading displaysyuilo2022-08-272-2/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-08-273-2/+10
|\
| * fix: volume slidersJohann1502022-08-261-1/+1
| | | | | | | | Fixed a typo that made a required property be undefined.
| * enhance(client): mobile twitter url can be used as widget (#9057)Caipira2022-08-241-1/+1
| |
| * Fix: ↵futchitwo2022-08-211-0/+8
| | | | | | | | | | | | | | | | | | アクセストークン管理画面、アカウント管理画面表示できないのを修正 (#9064) * Fix: apps page routing * Fix: accounts page routing * Fix: router name
* | enhance(client): tweak clocksyuilo2022-08-272-3/+43
| |
* | enhance(client): add html color-schema supportsyuilo2022-08-271-0/+5
|/
* update depssyuilo2022-08-132-113/+173
|
* feat: show header with current user avatar on TL (#9051)あずき⪥™2022-08-132-2/+21
| | | | | | | * feat: show header with current user avatar on TL * refactor(client): use displayMyAvatar prop instead of metadata * refactor(client): prefer v-if to `display: none;`
* Add following badge to user preview popup (#9048)nvisser2022-08-131-1/+13
|
* fix(client): cannot show some setting pagessyuilo2022-08-071-0/+16
| | | | Fix #9043
* refactorsyuilo2022-08-061-27/+31
|
* perf(client): use shallowRef as possiblesyuilo2022-08-062-5/+6
|