summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix queue bugsyuilo2022-09-191-3/+3
|
* fixsyuilo2022-09-181-1/+1
|
* typosyuilo2022-09-181-1/+1
|
* refactor(backend): simplify bootsyuilo2022-09-184-45/+34
|
* 12.120.0-alpha.1syuilo2022-09-181-1/+1
|
* refactor(backend): refactor loggersyuilo2022-09-1831-75/+202
|
* fix(backend): サービスが二重にインスタンス化されるのを修正syuilo2022-09-181-111/+111
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-09-181-3/+3
|\
| * chore(deps): bump undici from 5.8.0 to 5.10.0 in /packages/backend (#9073)dependabot[bot]2022-09-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.10.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.10.0) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | refactorsyuilo2022-09-181-2/+0
|/
* フォロー、フォロワーのページでフォローされているこ ↵nenohi2022-09-181-1/+13
| | | | | | | | | を表示 (#9093) * followed-view * Update MkUserInfo.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* なんかもうめっちゃ変えたsyuilo2022-09-18946-28236/+40616
|
* Update ROADMAP.mdsyuilo2022-09-111-0/+2
|
* Update .eslintrc.jssyuilo2022-09-111-1/+1
|
* Update .eslintrc.jssyuilo2022-09-111-0/+1
|
* 12.119.0syuilo2022-09-102-2/+2
|
* chore(sw): only proxies HTML requests (#9070)rinsuki2022-09-101-0/+10
| | | | | | | | | | | | | | | | | | | | * chore(sw): only proxies HTML requests もはやHTMLじゃなさそうなリクエストにはSWで関与しないようにする こうするといろいろな面倒事が解決するはず…たぶん Resolve #9037 Resolve #9038 * align code style * Update packages/sw/src/sw.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* New Crowdin updates (#9047)syuilo2022-09-107-16/+778
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Traditional)
* Update CHANGELOG.mdsyuilo2022-09-101-0/+4
|
* update depssyuilo2022-09-106-400/+430
|
* chore(client): :art:syuilo2022-09-102-4/+20
|
* Update ROADMAP.mdsyuilo2022-09-071-8/+8
|
* Update ROADMAP.mdsyuilo2022-09-071-0/+3
|
* fix(server): 他人の通知を既読にできる可能性があるのを修正syuilo2022-09-062-3/+7
|
* refactor(client): refactor file name and directory structuresyuilo2022-09-06187-246/+246
|
* refactor(client): use setup syntaxsyuilo2022-09-061-16/+5
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-09-062-5/+5
|\
| * Update typeorm to 0.3.9 (#9083)Takuya Yoshida2022-09-062-5/+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
|
* Update .gitignoresyuilo2022-08-311-0/+3
|
* enhance(client): improve analog-clocksyuilo2022-08-312-3/+21
|
* refactor(client): align filename to component namesyuilo2022-08-31243-386/+390
|
* update depssyuilo2022-08-278-341/+338
|
* 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-272-0/+9
|/
* update depssyuilo2022-08-136-301/+399
|
* 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-132-1/+18
|