syuilo
225dbec8b9
64kb
2022-12-25 14:56:59 +09:00
syuilo
b518c35e00
fix(server): Ap inboxの最大ペイロードサイズを256kbに制限
2022-12-25 14:52:42 +09:00
syuilo
94b1c99c86
fix(server): trim long text of note from ap
...
Fix #9407
2022-12-25 14:28:51 +09:00
syuilo
3e81913b6a
feat: introduce retention-rate aggregation
2022-12-25 09:09:46 +09:00
syuilo
adbeff3a28
Update CHANGELOG.md
2022-12-24 11:59:08 +09:00
syuilo
052e667f03
enhance(client): enhance dashboard of control panel
2022-12-23 15:21:55 +09:00
syuilo
f88c5e3bbd
Update CHANGELOG.md
2022-12-22 17:03:19 +09:00
syuilo
a9a245b461
enhance(server): delete outdated notes of antenna regularly to improve db performance
2022-12-22 08:32:01 +09:00
syuilo
ad4d8b07d3
enhance(server): delete outdated hard-mutes regularly to improve db performance
2022-12-22 08:29:18 +09:00
syuilo
1fd9ba8dcb
enhance(server): delete outdated notifications regularly to improve db performance
2022-12-22 08:17:13 +09:00
syuilo
bb6b97152f
Update CHANGELOG.md
2022-12-21 10:24:14 +09:00
syuilo
76ef3e1607
Update CHANGELOG.md
2022-12-20 18:22:31 +09:00
syuilo
d750f506b9
Update CHANGELOG.md
2022-12-20 14:46:49 +09:00
syuilo
62bc64fea2
Update CHANGELOG.md
2022-12-20 14:17:45 +09:00
syuilo
43cc62fd90
Update CHANGELOG.md
2022-12-19 09:55:26 +09:00
syuilo
f3e869ddae
feat(client): add new gabber kick sounds
2022-12-06 12:34:39 +09:00
syuilo
b4be9d270c
perf(server): improve syslog performance
2022-12-06 09:38:55 +09:00
syuilo
2db9f6efe7
Update CHANGELOG.md
2022-12-03 18:44:13 +09:00
Derek
66513b9893
fix(server): "forkbomb" DOS mitigation ( #9247 )
...
* Add recursion limit to resolver
* Use shared resolver in featured and question
* Changelog
* Changelog fix
* Update CHANGELOG.md
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add host to recursion limit error message
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-12-03 06:13:36 +09:00
tamaina
b0b04b6f24
Update CHANGELOG.md
...
Fix about yarn berry
2022-11-30 14:50:36 +09:00
Kainoa Kanter
bdbc448d13
refactor: migrate to Yarn Berry (v3.2.1) ( #8764 )
...
* 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
🤔
* 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
* ✌️
* 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
66ab7591bf (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
* ✌️
* 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>
2022-11-24 15:39:00 +09:00
kabo2468
456705a3d5
fix: 引用内の文章をnyaizeをしないように ( #9141 )
...
* fix nyaize in quote
* Update CHANGELOG.md
* for ofのほうが早いらしい
* Update NoteEntityService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-11-17 09:34:23 +09:00
syuilo
1751bfea5f
update node to v18
2022-11-13 11:23:14 +09:00
syuilo
1f3b1e7074
fix(client): インスタンスティッカーのfaviconを読み込む際に偽サイト警告が出ることがあるのを修正
2022-11-12 09:39:11 +09:00
squidicuz
2492f4e81e
fix for pinned users. update changelog ( #9159 )
2022-11-11 11:22:31 +09:00
syuilo
118dedb441
Update CHANGELOG.md
2022-09-28 10:13:05 +09:00
syuilo
606d7dbc22
12.119.0
2022-09-10 19:26:17 +09:00
syuilo
406d088421
Update CHANGELOG.md
2022-09-10 19:14:14 +09:00
syuilo
1b014bc3e5
fix(server): 他人の通知を既読にできる可能性があるのを修正
2022-09-06 20:54:49 +09:00
nvisser
8a09de6b28
Add following badge to user preview popup ( #9048 )
2022-08-13 14:26:51 +09:00
syuilo
55220a31e8
12.118.1
2022-08-08 11:38:45 +09:00
syuilo
cabbe8c308
fix(client): cannot show some setting pages
...
Fix #9043
2022-08-07 11:16:22 +09:00
syuilo
395e18e584
12.118.0
2022-08-07 00:39:01 +09:00
syuilo
bdaa35d11f
feat(client): improve widget
2022-08-04 22:20:00 +09:00
tamaina
14c2f9e47e
feature: Client Preferences Registry ( #8511 )
...
* Fix settings page
* nanka iroiro
* clean up
* clean up
* feature: Client Preferences Registry on the account
* add changelog
* インデックスに戻ってもタイトルが残ってしまうのを修正
* fix createdAt -> updatedAt
* remove console.log
* 適用→このデバイスに適用
* add wallpaper
* ローカルのjsonファイルを保存・読み込みできるように
* clean up
* use apiWithDialog
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* fix lint
* ✌️
* change router
* nanka iroiro
* tweak
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
2022-07-31 21:55:20 +09:00
hayabusa
36f083c189
一部のアプリからファイルを投稿フォームへドロップできない場合がある問題を修正 ( #9035 )
...
* dropEffectとeffectAllowedの関連付けを修正
* Update Changelog
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-07-25 21:16:11 +09:00
syuilo
43ee600fb3
Update CHANGELOG.md
2022-07-22 15:42:12 +09:00
syuilo
9ed6a9701a
fix(client): MiAuth page is broken
...
Fix #9026
2022-07-22 00:17:52 +09:00
syuilo
4761ff7444
Add vi-VN language support
...
Resolve #8975
2022-07-20 23:12:18 +09:00
syuilo
17afbc3c46
enhance(client): suspense
...
Fix #8817
2022-07-19 21:36:33 +09:00
syuilo
b495f6cfff
12.117.1
2022-07-19 17:22:24 +09:00
syuilo
4769cd420b
fix(client): 「インスタンスからのお知らせを受け取る」の設定を変更できない問題を修正
...
Fix #8474
2022-07-19 17:21:03 +09:00
syuilo
5b8d960b9f
fix(client): tweak mfm-cheat-sheet
2022-07-19 17:13:24 +09:00
syuilo
7dd381bb5c
Update CHANGELOG.md
2022-07-19 17:10:21 +09:00
syuilo
6fc42629c8
Update CHANGELOG.md
2022-07-19 13:23:36 +09:00
syuilo
036017a6af
12.117.0
2022-07-18 05:06:50 +09:00
syuilo
49499f3d7d
enhance(client): tweak ui
2022-07-18 05:03:39 +09:00
syuilo
e9a97b4717
enhance(client): ウィンドウを最大化できるように
2022-07-18 00:31:55 +09:00
syuilo
3b69a563f8
12.116.1
2022-07-17 05:35:28 +09:00
syuilo
77d4d6e377
fix(client): デッキUI時に ページで表示 ボタンが機能しない問題を修正
...
Fix #9010
2022-07-17 05:12:22 +09:00
syuilo
a974ab00d7
12.116.0
2022-07-16 23:53:15 +09:00
syuilo
003f592ef6
feat(client): registry editor
2022-07-16 23:11:05 +09:00
syuilo
ab3bc4a982
12.115.0
2022-07-16 18:21:29 +09:00
syuilo
7d63118941
12.114.0
2022-07-15 22:44:53 +09:00
syuilo
6f45208ab6
enhance(client): RSSティッカーで表示順序をシャッフルできるように
2022-07-15 17:12:08 +09:00
syuilo
7b7fe019c0
Update CHANGELOG.md
2022-07-14 23:24:10 +09:00
syuilo
e365139961
12.113.0
2022-07-13 21:59:39 +09:00
syuilo
ad970dffda
fix(client): fix url encoded string handling of nirax
...
Fix #8878
2022-07-13 18:11:54 +09:00
syuilo
4550a4459b
feat: support <plain> syntax for mfm
2022-07-12 12:03:38 +09:00
MeiMei
660781afd9
Fix crash at startup if TensorFlow is not supported ( #8984 )
...
* Lazy loading tensorflow
* CHANGELOG
* CHANGELOG
* Check CPU flags
* .
2022-07-12 10:38:57 +09:00
syuilo
111d4d0149
12.112.3
2022-07-09 18:32:45 +09:00
MeiMei
53e54c22fa
Fix Attempts to update all notifications ( #8974 )
...
* Fix massive update notification parameters
* CHANGELOG
* CHANGELOG
2022-07-09 18:18:39 +09:00
syuilo
75d516011b
enhance: make active email validation configurable
2022-07-09 15:05:55 +09:00
syuilo
4ac75243e5
12.112.2
2022-07-08 17:34:44 +09:00
MeiMei
417e75b470
DockerでAlpineではなくDebianを使用するように ( #8966 )
...
* Debian
* CHANGELOG
* Update CHANGELOG
2022-07-08 17:17:21 +09:00
syuilo
481783606f
Update CHANGELOG.md
2022-07-08 11:27:49 +09:00
syuilo
3b71f985a5
Update CHANGELOG.md
2022-07-08 11:24:12 +09:00
syuilo
9a58b4160b
Update CHANGELOG.md
2022-07-08 11:21:14 +09:00
syuilo
4bff55231f
12.112.1
2022-07-07 21:22:43 +09:00
syuilo
0890253b4c
12.112.0
2022-07-07 21:21:36 +09:00
Johann150
a1b8587ab2
enhance: show recipients of notes with specified visibility ( #8949 )
...
* enhance: reusable visibility component
* rename renote tooltip component
The tooltip that is used for renotes can be used in other cases as well.
* add tooltip for specified recipients
* add changelog entry
* Update visibility.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-07-07 21:17:47 +09:00
syuilo
e560601815
feat: auto nsfw detection ( #8840 )
...
* feat: auto nsfw detection
* ✌️
* Update ja-JP.yml
* Update ja-JP.yml
* ポルノ判定のしきい値を高めに
* エラーハンドリングちゃんとした
* Update ja-JP.yml
* 感度設定を強化
* refactor
* feat: add video support for auto nsfw detection
* rename: image -> media
* .js
* fix: add missing error handling
* fix: use valid pathname instead of using filename due to invalid usage
* perf(nsfw-detection): decode frames
* disable detection of video for some reasons
* perf(nsfw-detection): streamify detection process for video
* disable disallowUploadWhenPredictedAsPorn option
* fix(nsfw-detection): improve reliability
* fix(nsfw-detection): use Math.ceil instead of Math.round
* perf(nsfw-detection): delete tmp frames after used
* fix(nsfw-detection): FSWatcher does not emit ready event
* perf(nsfw-detection): skip black frames
* refactor: strip exists check
* Update package.json
* めっちゃ変えた
* lint
* Update COPYING
* オプションで動画解析できるように
* Update yarn.lock
* Update CHANGELOG.md
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-07-07 21:06:37 +09:00
syuilo
f4fcb912e3
enhance(client): make widgets available on tablet again
2022-07-07 17:29:30 +09:00
syuilo
14e32557d2
Update CHANGELOG.md
2022-07-06 08:42:04 +09:00
syuilo
7dd9f93efb
feat(client): メニューからページをリロードできるように
2022-07-05 19:29:44 +09:00
tamaina
452f2a07ac
update CHANGELOG.md
2022-07-04 15:26:18 +00:00
Johann150
b438a1935d
update changelog
2022-07-03 21:41:10 +02:00
syuilo
ee0d3c6742
Update CHANGELOG.md
2022-07-03 20:32:21 +09:00
syuilo
57c6db6952
chore(client): rename marquee -> ticker
2022-07-03 16:50:51 +09:00
syuilo
dd426735a0
feat: moderation note
2022-07-03 00:15:03 +09:00
syuilo
01d5a97a4f
feat(client): poll highlights in explore page
2022-07-01 23:42:03 +09:00
syuilo
afe0d9a266
enhance(client): ハイライトをみつけるに統合
2022-07-01 23:33:47 +09:00
syuilo
e3bf53ea84
update deps
2022-07-01 00:21:25 +09:00
syuilo
6ba888f476
feat(client): add rss-marquee widget
2022-06-30 23:45:11 +09:00
syuilo
99dcd7bb27
feat(client): add instance-cloud widget
2022-06-29 23:28:52 +09:00
syuilo
329f055a97
feat: make possible to delete an account by admin
...
Resolve #8830
2022-06-27 23:49:16 +09:00
syuilo
58e83f8e4f
feat: allow GET for some endpoints
...
Resolve #8263
2022-06-25 18:26:31 +09:00
syuilo
696e8add00
feat: 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように
2022-06-24 21:43:28 +09:00
MeiMei
6f8e3fe366
enhance: Redisをioredisに統一してIPv6サポート ( #8869 )
...
* Use ioredis, Supports IPv6 host
https://github.com/misskey-dev/misskey/issues/8862
* Fix import
* order
* a
* i
* fix
* flushdb
* family
* CHANGELOG
* redis_version
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-06-24 19:22:19 +09:00
Johann150
e0c6688709
update changelog
2022-06-21 15:56:47 +02:00
syuilo
2d181ba5af
enhance(client): show warning in control panel when there is an unresolved abuse report
2022-06-21 19:48:28 +09:00
syuilo
4efee455b1
fix(server): faviconUrl of federated instance is missing
2022-06-21 14:28:43 +09:00
tamaina
b70473ed60
feat: Add Badge Image to Push Notification ( #8012 )
...
* fix
* nanka iroiro
* wip
* wip
* fix lint
* fix loginId
* fix
* refactor
* refactor
* remove follow action
* clean up
* Revert "remove follow action"
This reverts commit defbb41648
.
* Revert "clean up"
This reverts commit f94919cb9c
.
* remove fetch specification
* renoteの条件追加
* apiFetch => cli
* bypass fetch?
* fix
* refactor: use path alias
* temp: add submodule
* remove submodule
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* null
* await?
* rename
* rename
* Update read.ts
* merge
* get-note-summary
* fix
* swパッケージに
* add missing packages
* fix getNoteSummary
* add webpack-cli
* ✌️
* remove plugins
* sw-inject分離したがテストしてない
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix
* ✌️
* clean up config
* typesを戻した
* backend/src/web/index.ts
* notification-badges
* add scripts
* change create-notification.ts
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* disconnect
* oops
* Failed to load the script unexpectedly回避
sw.jsとlib.tsを分離してみた
* truncate notification
* Update packages/client/src/ui/_common_/common.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* clean up
* clean up
* refactor
* キャッシュ対策
* Truncate push notification message
* fix
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* pollEnded
* URLをsw.jsに戻す
* clean up
* fix lint
* changelog
* alpha-test
* also with twemoji
* add isMimeImage function
* catch
* Colour => Color
* char2file => char2filePath
* Update autocomplete.vue
* remove clone?
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-06-20 00:33:46 +09:00
MeiMei
6422cde5f2
enhance: Improve player detection in URL preview ( #8849 )
...
* enhance: Improve player detection in URL preview
* CHANGELOG
2022-06-18 16:02:31 +09:00
syuilo
4a55425fdb
enhance(client): improve files page of control panel
2022-06-16 16:05:43 +09:00
syuilo
fdba255b9a
Update CHANGELOG.md
2022-06-14 23:05:11 +09:00
MeiMei
1d8ec102f1
fix: GenerateVideoThumbnail ( #8825 )
...
* fix: GenerateVideoThumbnail
* CHANGELOG
* fix cleanup
* Revert "fix cleanup"
This reverts commit d54cf8262a
.
2022-06-14 23:02:14 +09:00
syuilo
c9296cf095
12.111.1
2022-06-13 00:26:31 +09:00
syuilo
d4484b13d5
Update CHANGELOG.md
2022-06-12 19:54:49 +09:00
syuilo
a8e7b1a303
fix(client): デッキでウィジェットの情報が保存されない問題を修正
...
Fix #8818
2022-06-12 19:50:43 +09:00