dakkar
|
6d4ae93592
|
Merge branch 'develop' into feature/2024.10
|
2024-12-12 13:04:51 +00:00 |
|
NoriDev
|
2528508cff
|
feat: 노트 게시를 예약할 수 있음 (yojo-art/cherrypick#483, [Type4ny-Project/Type4ny@271c872c](271c872c97 ))
|
2024-12-09 05:31:03 +01:00 |
|
dakkar
|
f079edaf3c
|
Merge tag '2024.10.1' into feature/2024.10
|
2024-11-08 15:52:37 +00:00 |
|
おさむのひと
|
a2cd6a7709
|
feat(backend): 7日間運営のアクティビティがないサーバを自動的に招待制にする (#14746)
* feat(backend): 7日間運営のアクティビティがないサーバを自動的に招待制にする
* fix RoleService.
* fix
* fix
* fix
* add test and fix
* fix
* fix CHANGELOG.md
* fix test
|
2024-10-11 20:59:36 +09:00 |
|
dakkar
|
f00576bce6
|
Merge remote-tracking branch 'misskey/master' into feature/2024.9.0
|
2024-10-09 15:17:22 +01:00 |
|
syuilo
|
023fa30280
|
refactor/perf(backend): provide metadata statically (#14601)
* wip
* Update ReactionService.ts
* Update ApiCallService.ts
* Update timeline.ts
* Update GlobalModule.ts
* Update GlobalModule.ts
* Update NoteEntityService.ts
* wip
* wip
* wip
* Update ApPersonService.ts
* wip
* Update GlobalModule.ts
* Update mock-resolver.ts
* Update RoleService.ts
* Update activitypub.ts
* Update activitypub.ts
* Update activitypub.ts
* Update activitypub.ts
* Update activitypub.ts
* clean up
* Update utils.ts
* Update UtilityService.ts
* Revert "Update utils.ts"
This reverts commit a27d4be764b78c1b5a9eac685e261fee49331d89.
* Revert "Update UtilityService.ts"
This reverts commit e5fd9e004c482cf099252201c0c1aa888e001430.
* vuwa-
* Revert "vuwa-"
This reverts commit 0c3bd12472b4b9938cdff2d6f131e6800bc3724c.
* Update entry.ts
* Update entry.ts
* Update entry.ts
* Update entry.ts
* Update jest.setup.ts
|
2024-09-22 12:53:13 +09:00 |
|
かっこかり
|
f0834ca14c
|
enhance: ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (#14583)
* enhance: インポート操作の実行可否をロールで制御できるように
* Update Changelog
|
2024-09-20 21:04:58 +09:00 |
|
Hazel K
|
9ce44b24b8
|
fix(backend): memory leak in memory caches (#14363)
* encapsulate `MemoryKVCache<T>`
* remove infinity caches
* encapsulate other caches
* add missing awaits to internally synchronize caches
* implement pull-through caching
* tune cache lifetimes
* optimize cache GC by stopping early
* summarize changes in CHANGELOG.md
* Fix timeout comments
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* add comments about awaiting the redis write
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2024-08-18 13:34:01 +09:00 |
|
dakkar
|
94dceb9e15
|
Merge branch 'develop' into feature/misskey-2024.07
|
2024-08-06 17:51:51 +01:00 |
|
Hazel K
|
9930c64f2d
|
Fix timeout comments
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2024-08-06 12:13:17 -04:00 |
|
Hazel K
|
672f1ea684
|
tune cache lifetimes
|
2024-08-03 14:49:06 -04:00 |
|
dakkar
|
cfa9b852df
|
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07
|
2024-08-02 12:25:58 +01:00 |
|
zyoshoka
|
fc71bcc98e
|
fix(backend): avoid notifying to remote users on local (#13774)
* fix(backend): avoid notifying to remote users on local
* Update CHANGELOG.md
* refactor: check before calling method
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-07-25 16:32:07 +09:00 |
|
Sayamame-beans
|
7afa593d11
|
Feat: ユーザーのアイコン/バナーの変更可否をロールで設定可能に (#14078)
* feat: implement role policy "canUpdateBioMedia"
* docs(changelog): update changelog
* docs(changelog): update changelog
* chore: regenerate misskey-js type definitions
* chore: Apply suggestion from code review
Co-authored-by: anatawa12 <anatawa12@icloud.com>
* chore: fix unnecessarily strict inequality check
* chore: policies should be gotten only once
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
|
2024-07-14 09:31:05 +09:00 |
|
おさむのひと
|
61fae45390
|
feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758)
* feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする
* モデログに対応&エンドポイントを単一オブジェクトでのサポートに変更(API経由で大量に作るシチュエーションもないと思うので)
* fix spdx
* fix migration
* fix migration
* fix models
* add e2e webhook
* tweak
* fix modlog
* fix bugs
* add tests and fix bugs
* add tests and fix bugs
* add tests
* fix path
* regenerate locale
* 混入除去
* 混入除去
* add abuseReportResolved
* fix pnpm-lock.yaml
* add abuseReportResolved test
* fix bugs
* fix ui
* add tests
* fix CHANGELOG.md
* add tests
* add RoleService.getModeratorIds tests
* WebhookServiceをUserとSystemに分割
* fix CHANGELOG.md
* fix test
* insertOneを使う用に
* fix
* regenerate locales
* revert version
* separate webhook job queue
* fix
* 🎨
* Update QueueProcessorService.ts
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-06-08 15:34:19 +09:00 |
|
Acid Chicken
|
2b8056a852
|
fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)
* fix(backend): use insertOne insteadof insert/findOneOrFail combination
* fix: typo
* fix(backend): inherit mainAlias?
* refactor(backend): use extend
* fix(backend): invalid entityTarget
* fix(backend): fake where
* chore: debug
* chore: debug
* test: log
* fix(backend): column names
* fix(backend): remove dummy from
* revert: log
* fix(backend): position
* fix(backend): automatic aliasing
* chore(backend): alias
* chore(backend): remove from
* fix(backend): type
* fix(backend): avoid pure name
* test(backend): fix type
* chore(backend): use cte
* fix(backend): avoid useless alias
* fix(backend): fix typo
* fix(backend): __disambiguation__
* fix(backend): quote
* chore(backend): t
* chore(backend): accessible
* chore(backend): concrete returning
* fix(backend): quote
* chore: log more
* chore: log metadata
* chore(backend): use raw
* fix(backend): returning column name
* fix(backend): transform
* build(backend): wanna logging
* build(backend): transform empty
* build(backend): build alias
* build(backend): restore name
* chore: return entity
* fix: test case
* test(backend): 204
* chore(backend): log sql
* chore(backend): assert user joined
* fix(backend): typo
* chore(backend): log long sql
* chore(backend): log join
* chore(backend): log join depth null
* chore(backend): joinAttributes
* chore(backend): override createJoinExpression
* chore: join log
* fix(backend): escape
* test(backend): log log
* chore(backend): join gonna success?
* chore(backend): relations
* chore(backend): undefined
* chore(backend): target
* chore(backend): remove log
* chore(backend): log chart update
* chore(backend): log columns
* chore(backend): check hasMetadata
* chore(backend): unshift id when not included
* chore(backend): missing select
* chore(backend): remove debug code
|
2024-06-01 11:16:44 +09:00 |
|
dakkar
|
4fe8a26081
|
Merge remote-tracking branch 'misskey/develop' into future-2024-04-25
|
2024-04-25 11:44:24 +01:00 |
|
おさむのひと
|
cd7f7271ca
|
enhance: 新しいコンディショナルロール条件の実装 (#13732)
* enhance: 新しいコンディショナルロールの実装
* fix: CHANGELOG.md
|
2024-04-19 15:22:23 +09:00 |
|
dakkar
|
af548d05ca
|
merge upstream for 2024.2.1
|
2024-03-02 16:36:49 +00:00 |
|
Yuriha
|
26d4c5fd94
|
メンションの最大数をロールごとに設定可能にする (#13343)
* Add new role policy: maximum mentions per note
* fix
* Reviewを反映
* fix
* Add ChangeLog
* Update type definitions
* Add E2E test
* CHANGELOG に説明を追加
---------
Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
|
2024-02-29 20:48:02 +09:00 |
|
zawa-ch
|
f906ad6ca7
|
Enhance: コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加 (#13463)
* コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加
* コメント修正
|
2024-02-27 18:45:46 +09:00 |
|
Marie
|
10bfc61670
|
merge: upstream
|
2024-02-19 10:47:42 +01:00 |
|
tamaina
|
c1514ce91d
|
(re) update SPDX-FileCopyrightText
Fix #13290
|
2024-02-13 15:59:27 +00:00 |
|
tamaina
|
311c2172d7
|
Revert "update SPDX-FileCopyrightText"
This reverts commit 9b5aeb76d8 .
|
2024-02-13 15:50:11 +00:00 |
|
syuilo
|
9b5aeb76d8
|
update SPDX-FileCopyrightText
|
2024-02-12 11:37:45 +09:00 |
|
Marie
|
fd69a2fbbd
|
merge: upstream
|
2024-01-22 19:58:43 +01:00 |
|
syuilo
|
d380ed36de
|
fix lint
|
2024-01-22 18:00:46 +09:00 |
|
syuilo
|
4af3640bd3
|
fix lint
|
2024-01-22 17:44:03 +09:00 |
|
Marie
|
5db583a3eb
|
merge: upstream
|
2023-12-23 02:09:23 +01:00 |
|
syuilo
|
15b0d2aff2
|
enhance: ロールにアサインされたときの通知 (#12607)
* wip
* Update misskey-js.api.md
* Update CHANGELOG.md
* Update RoleService.ts
* Update locales/ja-JP.yml
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update UserListService.ts
* Update misskey-js.api.md
* fix (#12724)
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
|
2023-12-21 10:39:11 +09:00 |
|
syuilo
|
5472f4b934
|
enhance: アイコンデコレーションを複数設定できるように
|
2023-12-13 16:56:19 +09:00 |
|
Mar0xy
|
2f99c7e9dc
|
add: Bubble timeline
Closes transfem-org/Sharkey#154
|
2023-12-04 02:10:51 +01:00 |
|
zyoshoka
|
7a494b2aa7
|
fix(backend): rename FunoutTimelineService to FanoutTimelineService (#12453)
|
2023-11-26 10:02:22 +09:00 |
|
syuilo
|
ed0cc443ea
|
fix(backend): ロールタイムラインが保存されない問題を修正
|
2023-11-21 09:55:49 +09:00 |
|
Mar0xy
|
83f328de8a
|
add: Importing of Posts
- Supports Instagram, Mastodon/Pleroma/Akkoma, Twitter and *key
|
2023-11-12 15:12:42 +01:00 |
|
GrapeApple0
|
4f180ad45c
|
feat: アイコンデコレーションの管理をロールで設定できるように (#12173)
* アイコンデコレーションの管理をロールで設定できるように
* インポートミス
* Update packages/frontend/src/ui/_common_/common.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update packages/frontend/src/ui/_common_/common.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-10-30 15:33:15 +09:00 |
|
syuilo
|
2c0a139da6
|
feat: Avatar decoration (#12096)
* wip
* Update ja-JP.yml
* Update profile.vue
* .js
* Update home.test.ts
|
2023-10-21 18:38:07 +09:00 |
|
syuilo
|
2a88d8ee2d
|
refactor(backend): rename service
|
2023-10-18 12:07:18 +09:00 |
|
syuilo
|
1fa1d31696
|
perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように
|
2023-10-16 10:45:22 +09:00 |
|
syuilo
|
0bb0c32908
|
enhance(backend): RedisへのTLの構築をListで行うように
#11404
|
2023-10-09 20:31:39 +09:00 |
|
syuilo
|
b40329887f
|
revert: note editing
|
2023-10-04 12:05:01 +09:00 |
|
syuilo
|
392de4df36
|
enhance: ノートの翻訳機能の利用可否をロールで設定可能に
Resolve #11923
|
2023-09-30 07:54:11 +09:00 |
|
syuilo
|
b9da1415a5
|
feat: 通知の受信設定を強化
|
2023-09-29 11:29:54 +09:00 |
|
syuilo
|
c106db89e1
|
feat: note edit
|
2023-09-28 17:21:16 +09:00 |
|
syuilo
|
5318532a8d
|
enhance: improve moderation log
|
2023-09-25 10:29:12 +09:00 |
|
syuilo
|
2ad3b1fd74
|
improve moderation log
|
2023-09-24 10:33:30 +09:00 |
|
syuilo
|
9e4d3ebe5f
|
enhance(backend): refine moderation log (#10939)
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update DriveService.ts
|
2023-09-23 18:28:16 +09:00 |
|
syuilo
|
053da10e94
|
refactor(backend): update directory structure for models
|
2023-09-20 11:33:36 +09:00 |
|
syuilo
|
6cf466e5d1
|
update deps (#11820)
* update deps
* fix
* wip
* wip
* wip
* Update docker-compose.yml.example
* Delete reviewer-lottery.yml
* Update RepositoryModule.ts
* wip
* wip
* clean up
* update deps
* wip
* wip
|
2023-09-15 14:28:29 +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 c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
|
2023-08-16 17:51:28 +09:00 |
|