anatawa12
|
28a8639f14
|
Merge branch 'develop' into removed-note-metadata
|
2025-08-08 21:37:26 +09:00 |
github-actions[bot]
|
96a165d729
|
Bump version to 2025.8.0-alpha.6
|
2025-08-08 12:36:36 +00:00 |
Sayamame-beans
|
215725a3ac
|
Fix: SystemWebhook設定でsecretを空に出来ない問題を修正 (#16371)
* fix(backend): allow system-webhook secret to be empty
* docs(changelog): update changelog
* chore: run build-misskey-js-with-types
|
2025-08-08 21:35:02 +09:00 |
syuilo
|
3da04fcae4
|
New Crowdin updates (#16360)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Spanish)
|
2025-08-08 21:31:59 +09:00 |
tamaina
|
85e3e49688
|
fix(backend): Fix and create unit test of CleanRemoteNotesProcessorService (#16368)
* wip
* test(backend): CleanRemoteNotesProcessorService (basic)
* test(backend): CleanRemoteNotesProcessorService (advanced)
* ✌️
* a
* split initiator query
* no order by
* ???
* old → older
|
2025-08-08 21:31:31 +09:00 |
syuilo
|
076a83466e
|
🎨
|
2025-08-08 21:26:53 +09:00 |
syuilo
|
aaf3f343ea
|
Update about-misskey.vue
|
2025-08-08 21:20:23 +09:00 |
github-actions[bot]
|
4a5751416a
|
Bump version to 2025.8.0-alpha.5
|
2025-08-08 09:50:54 +00:00 |
anatawa12
|
adb3ad6b7f
|
Follow up per locale bundle (#16381)
* fix docker build
* enable check spdx license id in frontend-builder
* fix eslint config
* run eslint for frontend-builder in ci
* fix eslint
* add license headers
* fix unnecessary comments
* update changelog
* fix generateDts
* fix tsx
|
2025-08-08 18:47:35 +09:00 |
anatawa12
|
8598f3912e
|
per-locale bundle & inline locale (#16369)
* feat: split entry file by locale name
* chore: とりあえず transform hook で雑に分割
* chore: とりあえず transform 結果をいい感じに
* chore: concurrent buildで高速化
* chore: vite ではローケルのないものをビルドして後処理でどうにかするように
* chore: 後処理のためにi18n.jを単体になるように切り出す
* chore: use typescript
* chore: remove unref(i18n) in vite build process
* chore: inline variable
* fix: build error
* fix: i18n.ts.something.replaceAll() become error
* chore: ignore export specifier from error
* chore: support i18n.tsx as object
* chore: process literal for all files
* chore: split config and locale
* chore: inline locale name
* chore: remove updating locale in boot common
* chore: use top-level await to load locales
* chore: inline locale
* chore: remove loading locale from boot.js
* chore: remove loading locale from boot.js
* コメント追加
* fix test; fetchに失敗する
* import削除ログをdebugレベルに
* fix: watch pug
* chore: use hash for entry files
* chore: remove es-module-lexer from dependencies
* chore: move to frontend-builder
* chore: use inline locale in embed
* chore: refetch json on hot reload
* feat: store localization related to boot.js in backend in bootloaderLocales localstorage
* 応急処置を戻す
* fix spex
* fix `Using i18n identifier "e" directly. Skipping inlining.` warning
* refactor: use scriptsDir parameter
* chore: remove i18n from depmap
* chore: make build crash if errors
* error -> warn few conditions
* use inline object
* update localstorage keys
* remove accessing locale localstorage
* fix: failed to process i18n.tsx.aaa({x:i18n.bbb})
|
2025-08-08 11:26:18 +09:00 |
syuilo
|
f86239ab2f
|
Update CONTRIBUTING.md
|
2025-08-07 17:21:43 +09:00 |
syuilo
|
ee9dc94063
|
enhance(frontend): タイムラインページのメニューから投稿フォームの表示有無を切り替えられるように
|
2025-08-06 14:22:21 +09:00 |
syuilo
|
998beeae59
|
feat(frontend): AiScriptを1.0に更新
Close #16277
|
2025-08-06 13:32:59 +09:00 |
syuilo
|
9931fff35b
|
🎨
|
2025-08-05 09:44:59 +09:00 |
syuilo
|
b4a0fdfaa1
|
fix type errors
|
2025-08-05 09:35:42 +09:00 |
syuilo
|
d979cd2c07
|
fix(frontend): 投稿フォームでファイルのアップロードが中止または失敗した際のハンドリングを修正
|
2025-08-05 09:15:02 +09:00 |
anatawa12
|
a890ff675f
|
chore: remove preserving remote note with RemoteNotesCleaning
|
2025-08-04 23:32:48 +09:00 |
anatawa12
|
e4da21684b
|
Merge remote-tracking branch 'upstream/develop' into removed-note-metadata
# Conflicts:
# packages/backend/src/queue/processors/CleanRemoteNotesProcessorService.ts
|
2025-08-04 23:15:18 +09:00 |
syuilo
|
bb56b3b4f1
|
feat(frontend): ページのタブバーを下部に表示できるように
|
2025-08-04 20:03:34 +09:00 |
anatawa12
|
2f13f923a8
|
chore: リモートノートの削除条件をデータベース上で確認するように (#16351)
|
2025-08-04 18:39:08 +09:00 |
syuilo
|
93fefc58c7
|
New translations ja-jp.yml (Turkish) (#16359)
|
2025-08-04 15:00:53 +09:00 |
かっこかり
|
bd7339c397
|
enhance(i18n): トルコ語を追加 (#16358)
|
2025-08-04 14:53:26 +09:00 |
syuilo
|
941625fd08
|
New Crowdin updates (#16336)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Romanian)
* New translations ja-jp.yml (Arabic)
* New translations ja-jp.yml (Czech)
* New translations ja-jp.yml (Greek)
* New translations ja-jp.yml (Dutch)
* New translations ja-jp.yml (Swedish)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Uzbek)
* New translations ja-jp.yml (Kannada)
* New translations ja-jp.yml (Lao)
* New translations ja-jp.yml (Korean (Gyeongsang))
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (Turkish)
|
2025-08-04 14:47:51 +09:00 |
syuilo
|
b6765edffe
|
clean up
|
2025-08-04 10:31:26 +09:00 |
anatawa12
|
9273b21516
|
fix: `/:initialTab?` is shown on the URL when opening note with some ways (#16353)
|
2025-08-03 22:12:35 +09:00 |
anatawa12
|
ce54e810a3
|
chore: リノートでもなく、リプライでもなく、リプライも自己リノートもないノートについては CleanRemoteNotesProcessor で deleted_note 二追加しないように
|
2025-08-03 20:52:05 +09:00 |
renovate[bot]
|
aa10e537a5
|
fix(deps): update [frontend] update dependencies (#16350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-03 13:33:27 +09:00 |
renovate[bot]
|
c79fe6dc33
|
fix(deps): update [frontend] update dependencies (#16347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-03 12:53:17 +09:00 |
github-actions[bot]
|
fbf8db618c
|
Bump version to 2025.8.0-alpha.4
|
2025-08-03 02:05:40 +00:00 |
syuilo
|
6f3cc2cdf7
|
コントロールパネルの検索 (#16343)
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update performance.vue
* Update performance.vue
* Update performance.vue
* Update external-services.vue
* wip
* wip
* Update security.vue
* Update settings.vue
* Update CHANGELOG.md
* wip
* Update moderation.vue
* wip
* Update branding.vue
* wip
* Update email-settings.vue
* Update system-webhook.vue
* Update MkSuperMenu.vue
* Update index.vue
|
2025-08-03 11:02:20 +09:00 |
syuilo
|
7c1f4c9037
|
perf(frontend): tweak css performance
|
2025-08-03 10:01:25 +09:00 |
anatawa12
|
019f844e40
|
test: update test code for detecting note deletion
|
2025-08-03 00:27:52 +09:00 |
anatawa12
|
03f53991e0
|
chore: use data from deleted_note table on creating remote note
|
2025-08-02 23:25:17 +09:00 |
anatawa12
|
96151b00da
|
chore: show ban icon for reacting, renoting and replying button on note
|
2025-08-02 23:17:00 +09:00 |
anatawa12
|
912cc0a86b
|
chore: allow resolving conversation relates to deleted note
|
2025-08-02 22:58:45 +09:00 |
anatawa12
|
82e8c5ff25
|
chore: make DeletedNote hold replyUserId and renoteUserId
|
2025-08-02 22:47:07 +09:00 |
anatawa12
|
14515994fd
|
chore: display deleted note with relationship information as "deleted Note" in frontend
|
2025-08-02 22:22:12 +09:00 |
anatawa12
|
da43b554f2
|
feat: pack and response deleted note as deleted note
|
2025-08-02 22:22:11 +09:00 |
anatawa12
|
0544f3fc3d
|
feat: add to 'deleted_note' table on remove
|
2025-08-02 21:59:39 +09:00 |
anatawa12
|
e0f89ee7e2
|
feat: add deleted_note table
|
2025-08-02 21:37:16 +09:00 |
かっこかり
|
2da20bf3e8
|
fix(misskey-js): fix misskey-js autogen (#16345)
|
2025-08-02 17:16:24 +09:00 |
renovate[bot]
|
6d54370f01
|
chore(deps): update [misskey-js] update dependencies (major) (#16177)
* chore(deps): update [misskey-js] update dependencies
* enhance(misskey-js): テストスイートをVitestに置き換え (#16340)
* enhance(misskey-js): テストスイートをVitestに置き換え
* fix: 変なものが混入
* fix test, lint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2025-08-02 16:20:08 +09:00 |
かっこかり
|
905d3c87f1
|
Update CHANGELOG.md
|
2025-08-02 14:01:57 +09:00 |
syuilo
|
fc244067e0
|
enhnace(frontend): リロードのサジェストをダイアログではなくバナー表示に
|
2025-08-02 12:10:51 +09:00 |
syuilo
|
8449354887
|
fix e2e
|
2025-08-02 11:47:24 +09:00 |
syuilo
|
57e0f1b4ef
|
fix e2e
|
2025-08-02 11:03:41 +09:00 |
github-actions[bot]
|
a1e170e065
|
Bump version to 2025.8.0-alpha.3
|
2025-08-01 13:35:41 +00:00 |
poppingmoon
|
73de40b81e
|
enhance: support emojis added in Unicode 16.0 or earlier (#16329)
* add missing emojis to emojilist.json
* reorder family emojis
* reorder harp
* reorder symbols
* correct emoji genders
* add missing emojis to unicode-emoji-indexes
* add Japanese annotations for Sark flag
* correct kana notations
* add square colors
* upgrade @twemoji/parser to 16.0.0
* correct emoji genders
* upgrade mfm.js to 0.25.0
|
2025-08-01 22:26:29 +09:00 |
syuilo
|
2c836e3c24
|
fix migration
Fix #16341
|
2025-08-01 21:55:56 +09:00 |
syuilo
|
c2c5898221
|
refactor
|
2025-08-01 19:55:55 +09:00 |