taichan
af806352a1
feat: ローカルのみノート検索 ( #11451 )
...
* Add local search
* Update CHANGELOG
* lint
* Remove TODO comment
* lint
* Update packages/backend/src/core/SearchService.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-20 13:39:37 +09:00
atsuchan
750085ffd5
Fix: DB CONSTRAINT of RenoteMuting ( #11724 )
...
* Fix: DB CONSTRAINT of RenoteMuting
* change order of migration of fixing renotemuting
2023-08-20 13:22:37 +09:00
Essem
3eacbe6b6d
enhance(backend): Add address bind config option ( #11725 )
...
* Add address bind config option
* Edit changelog
* forgot to add to types
2023-08-20 13:20:01 +09:00
syuilo
c9aeccb2ab
fix(backend): ジョブキュー管理画面の認証を回避できる問題を修正
2023-08-20 10:00:10 +09:00
まっちゃとーにゅ
eaae8e6bea
enhance: ダイアログのお知らせをアーカイブした時イベントが発生しないように・アーカイブされたお知らせをわかりやすく (MisskeyIO#153)
2023-08-20 05:47:09 +09:00
まっちゃとーにゅ
755d8419c9
メモリアロケーターをjemallocにする (MisskeyIO#152)
2023-08-19 21:13:41 +09:00
まっちゃとーにゅ
f2bd8ca163
Merge pull request MisskeyIO#151 from feat-announcements-rework
...
feat: お知らせの確認待機時間・優先順位機能
2023-08-19 21:12:34 +09:00
dependabot[bot]
e6032a03b6
build(deps): bump actions/setup-node from 3.8.0 to 3.8.1 ( #11739 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.8.0...v3.8.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-19 18:39:39 +09:00
Juunini
60fe5d6824
fix(backend): fix typo `lnik` to `link` ( #11740 )
2023-08-19 15:49:21 +09:00
まっちゃとーにゅ
6893e5d60b
feat: お知らせの確認待機時間・優先順位機能
...
b7fd6bf33a835fd73c2a86eb007074d3680f6efd によるリワーク
This reverts commit eeef3965b7
This reverts commit 04fefb2056
This reverts commit 576251200f
2023-08-19 04:48:54 +09:00
Sayamame-beans
ba16abb9f3
fix(frontend): Misskeyプラグインをインストールする際のAiScriptバージョンのチェックが0.14.0以降に対応していない問題を修正 ( #11729 )
...
* fix: aiscript version check of plugin
* Update CHANGELOG.md
* docs(CHANGELOG): remove 11420 issue link
* fix(frontend): Possibility of exception in non-semver version format
2023-08-18 19:36:05 +09:00
まっちゃとーにゅ
3c2b83c3ae
fix: ioカスタムと競合するマイグレーションを修正
2023-08-18 08:03:35 +09:00
まっちゃとーにゅ
d14137f0ea
feat: refine announcement (misskey-dev#11497)
2023-08-18 08:03:35 +09:00
woxtu
dd1783f984
chore(backend): Resolve `import/no-default-export` rule violations ( #11732 )
...
* Disable `import/no-default-export` properly
* Disable `import/no-default-export`
2023-08-17 21:20:58 +09:00
まっちゃとーにゅ
576251200f
Revert "feat: 個人宛てお知らせ機能 ( #107 )"
...
This reverts commit 7b1efd6b97
.
2023-08-17 02:44:04 +09:00
まっちゃとーにゅ
04fefb2056
Revert "feat: お知らせの優先順位機能 ( #118 )"
...
This reverts commit fe0f7a91a3
.
2023-08-17 02:44:04 +09:00
まっちゃとーにゅ
eeef3965b7
Revert "fix: 非ログイン状態でお知らせの読み込みができない問題の修正 ( #131 )"
...
This reverts commit 233d967b82
.
2023-08-17 02:44:04 +09:00
まっちゃとーにゅ
c378781e0b
fix: 一部のタイプ定義を認識できない問題を修正 (MisskeyIO#148)
...
Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com>
2023-08-16 22:40:57 +09:00
syuilo
792622aead
refactor: prefix Mi for all entities ( #11719 )
...
* wip
* wip
* wip
* wip
* Update RepositoryModule.ts
* wip
* wip
* wip
* Revert "wip"
This reverts commit c1c13b37d2
.
2023-08-16 17:51:28 +09:00
まっちゃとーにゅ
8d5b1a4d0a
fix: たまに`./src/_boot_.ts`がトランスパイルされない問題を修正 ( #147 )
...
* fix: たまに`./src/_boot_.ts`がトランスパイルされない問題を修正
* pnpm-lock.yaml
* devじゃだめかーい
2023-08-15 19:44:22 +09:00
dependabot[bot]
9264ca336b
build(deps): bump actions/setup-node from 3.7.0 to 3.8.0 ( #11726 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.7.0...v3.8.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 18:25:12 +09:00
riku6460
81dbccd3a8
fix: word mute is not applied to sub note ( #146 )
...
* fix: word mute is not applied to sub note
* chore: update changelog
* chore: run eslint fix
---------
Co-authored-by: 파링 <paring@pikokr.dev>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-08-15 03:04:05 +09:00
riku6460
f593015a2a
fix: muteがapiからのuser list timeline取得で機能しない ( #145 )
...
Co-authored-by: anatawa12 <anatawa12@icloud.com>
2023-08-15 03:03:53 +09:00
riku6460
bd334c1bca
fix(frontend): webkit-text-size-adjustを100%に固定する ( #144 )
...
Co-authored-by: Srgr0 <66754887+Srgr0@users.noreply.github.com>
2023-08-15 03:03:35 +09:00
riku6460
a82885b6ef
fix(frontend, misskey-js): make block switch work ( #142 )
...
* fix(frontend, misskey-js): make block switch work
* Update CHANGELOG.md
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
2023-08-15 02:59:25 +09:00
riku6460
8d06a6475e
chore: 著作権とライセンスについての情報を各ファイルに追加する ( #141 )
...
* chore: 著作権とライセンスについての情報を各ファイルに追加する
* chore: Add the SPDX information to each file
Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.
* tweak format
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: Add SPDX-License-Identifier [skip ci]
* add missing SPDX-License-Identifier
* remove unused file
---------
Co-authored-by: Shun Sakai <sorairolake@protonmail.ch>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Chocolate Pie <106949016+chocolate-pie@users.noreply.github.com>
2023-08-15 02:52:38 +09:00
파링
c3fd848750
fix: word mute is not applied to sub note ( #11711 )
...
* fix: word mute is not applied to sub note
* chore: update changelog
* chore: run eslint fix
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-08-14 13:02:59 +09:00
Kagami Sascha Rosylight
ab58b651f7
fix(frontend/scroll): no callback for disconnected elements ( #11714 )
...
* fix(frontend/scroll): no callback for disconnected elements
* Update CHANGELOG.md
2023-08-13 21:22:57 +09:00
syuilo
bbef2a953e
enhance(frontend): tweak user moderation page
2023-08-13 21:02:25 +09:00
syuilo
a8d7b69fbd
fix(frontend): fix style of _error_.vue
2023-08-13 20:23:54 +09:00
syuilo
9487856495
feat: refine announcement ( #11497 )
...
* wip
* Update read-announcement.ts
* wip
* wip
* wip
* Update index.d.ts
* wip
* Create 1691649257651-refine-announcement.js
* wip
* wip
* wip
* wip
* wip
* wip
* Update announcements.vue
* wip
* wip
* Update announcements.vue
* wip
* Update announcements.vue
* wip
* Update misskey-js.api.md
* Update users.ts
* Create MkAnnouncementDialog.stories.impl.ts
* wip
* wip
* Create AnnouncementService.ts
2023-08-13 20:12:29 +09:00
Kagami Sascha Rosylight
2896fc6cb4
fix(frontend/MkUrlPreview): allow fullscreen from tweets ( #11712 )
...
* fix(frontend/MkUrlPreview): allow fullscreen from tweets
* Update url-preview.test.ts
2023-08-13 12:29:13 +09:00
dependabot[bot]
8b7f54df66
build(deps): bump uesteibar/reviewer-lottery from 2 to 3 ( #11500 )
...
Bumps [uesteibar/reviewer-lottery](https://github.com/uesteibar/reviewer-lottery ) from 2 to 3.
- [Release notes](https://github.com/uesteibar/reviewer-lottery/releases )
- [Commits](https://github.com/uesteibar/reviewer-lottery/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: uesteibar/reviewer-lottery
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-13 12:25:57 +09:00
dependabot[bot]
f3bbf8417c
build(deps): bump peter-evans/slash-command-dispatch from 1 to 3 ( #11501 )
...
Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch ) from 1 to 3.
- [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases )
- [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: peter-evans/slash-command-dispatch
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-13 12:25:48 +09:00
dependabot[bot]
748d4ebaae
build(deps): bump docker/setup-buildx-action from 2.3.0 to 2.9.1 ( #11502 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.3.0 to 2.9.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.3.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-13 12:25:30 +09:00
anatawa12
5aada8bbe2
fix(backend): correctFilename changes dll to exe ( #11710 )
2023-08-13 00:01:17 +09:00
Kagami Sascha Rosylight
9eccdfbc63
chore(dependabot): disable dependabot for pnpm for now
2023-08-12 13:54:28 +02:00
dependabot[bot]
f5985d53e5
build(deps): bump actions/checkout from 3.2.0 to 3.5.3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.2.0 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.5.3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 13:35:29 +02:00
Kagami Sascha Rosylight
34d5440f3a
chore(dependabot): add storybook group
2023-08-12 13:29:57 +02:00
Kagami Sascha Rosylight
71ca6fe7b5
chore(workflows): use checkout@v3.3.0 consistently
2023-08-12 13:16:24 +02:00
dependabot[bot]
6b21b142bd
build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 13:14:21 +02:00
Kagami Sascha Rosylight
43b376e4d0
fix(dependabot): do not list each workspace item
2023-08-12 13:11:20 +02:00
syuilo
827616f630
Update dependabot.yml
2023-08-10 11:01:31 +09:00
syuilo
29278bd400
Update dependabot.yml
2023-08-10 10:54:23 +09:00
syuilo
dc8a130570
use node 20.5.0
2023-08-09 09:52:30 +09:00
HAL9000COM
41ba242c9c
Update node to 20.5.0 ( #11463 )
2023-08-09 09:52:01 +09:00
tamaina
e6f3dd81ba
fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる ( #11441 )
...
* fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる
* fix
* noCache
* ✌️
* fix
* ????
* a
* a
* ✌️
* fix emoji picker
* ?????
* close
* 1
* fix2
* ✌️
* fix
* ✌️
* ✌️
* ✌️
* preferClick
* ✌️
* fix lint
* a
* rm nocache
2023-08-09 09:08:47 +09:00
まっちゃとーにゅ
7f0acd3ea4
feat: 凍結されたユーザーのコンテンツを見えないようにする (MisskeyIO#134)
...
ついでにEntityServiceの型定義、meのoptionalをやめる
2023-08-08 20:13:05 +09:00
Kagami Sascha Rosylight
ec229dbd3b
fix(backend/ApNoteService): try retrieving again when failed by duplication ( #11472 )
...
* fix(backend/ApNoteService): try retrieving again when failed by duplication
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-08 13:26:03 +09:00
tamaina
f6a3f6f5f1
enhance(backend): Improve behavior of correctFilename ( #11484 )
...
* enhance(backend): Improve behavior of correctFilename
* ✌️
* 未知のファイル形式かつ拡張子がある場合は何もしない
* ✌️
* .ext
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-08 13:24:30 +09:00