| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
https://github.com/misskey-dev/misskey/commit/ba6959b8c1c4faafccdeb0f76eb26fc29e02af2d のリモート対応
|
| |
|
|
| |
管理者およびモデレーターをブロックできてしまう問題を修正
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
ap系のエンドポイントをログイン必須化+レートリミット追加
他のサーバーにリクエストを送信するという性質上、攻撃の踏み台にされることがあるため
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
アカウント作成にメールアドレス必須にするオプション (#7856)
* feat: アカウント作成にメールアドレス必須にするオプション
* ui
* fix bug
* fix bug
* fix bug
* :art:
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* move truncate function to separate file to reuse it
* truncate image descriptions
* show image description limit in UI
* correctly treat null
Co-authored-by: nullobsi <me@nullob.si>
* make truncate Unicode-aware
The strings that truncate returns should now be valid Unicode.
PostgreSQL also counts Unicode Code Points instead of bytes so this
should be correct.
* move truncate to internal, validate in API
Truncating could also be done in src/services/drive/add-file.ts or
src/services/drive/upload-from-url.ts but those would also affect
local images. But local images should result in a hard error if the
image comment is too long.
* avoid overwriting
Co-authored-by: nullobsi <me@nullob.si>
|
| | |
|
| |
|
|
|
| |
動作確認済み
Resolve #7735
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: 凍結された場合のダイアログを実装
* Update CHANGELOG.md
* Update basic.js
* improve error handling
* cypressなんもわからん
* Update basic.js
|
| |
|
| |
from: https://gitlab.com/xianon/misskey/-/commit/a89742319caea378f9cdd70c8ebd83bdf2178ff6
|
| |
|
|
| |
ノート翻訳時に公開範囲が考慮されていない問題を修正
|
| |
|
|
| |
Fix #7648
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* Implement api sw/unregister
* remove all mode
* add changelog
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* enhance(server): Use job queue for account delete
Fix #5336
* ジョブをひとつに
* remove done call
* clean up
* add User.isDeleted
* コミット忘れ
* Update 1629512953000-user-is-deleted.ts
* show dialog
* lint
* Update 1629512953000-user-is-deleted.ts
|
| |
|
| |
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
将来ESMに移行しやすいように
Related: #7658
なんかmochaが起動しなくなってるけど理由不明
すぐ直したい
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* enhance(server): Improve user block
* Update CHANGELOG.md
* ユーザーリスト対応
* 相手から見れなくなるように
* Update 1629004542760-chart-reindex.ts
https://github.com/misskey-dev/misskey/commit/2365761ba5445f26c8b66b3b20ef4be44e70d549#commitcomment-54919821
* update test
* add test
* add todos
* Update 1629004542760-chart-reindex.ts
|
| | |
|
| |
|
|
| |
Resolve #5213
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* authenticateのキャッシュを廃止
* 凍結ユーザーがサインイン出来てしまうのを修正
* 凍結ユーザーはストリーミング接続出来ないように
* 他人のアクセストークンはrevoke出来ないように, 正常削除を待機するように
* ユーザー/アクセストークンを無効化したらストリーミングを切断するように
* Revert TODO
* ストリーミングterminateは、ユーザー削除後に行うように
* signinでsuspendは別のエラーにする
* トークン再生成後のストリーミング切断は少し待つように
* サスペンド後のストリーミング切断はローカルユーザーのみに
|
| | |
|
| |
|
|
| |
るように
|
| | |
|
| |
|
|
| |
#6627
|
| | |
|
| |
|
|
| |
#6627
|
| |
|
|
|
|
|
|
|
|
|
| |
* Supports Array type
* Fix
* Fix Service to Note
* Update type.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* recieve image descriptions under the name property
* fix other components
* use comment for alt and title
* allow editing of file comment
* allow editing of file comment in note dialog
* federate note comments
* use file instead of this
* backend should accept comment on update
* update now actually accepts comment
* allow multiline descriptions
* image should also have description attached
* Update locales/ja-JP.yml
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* Use custom component with side-by-side image
* improve usability on mobile devices
* revert changes
* Update post-form-attaches.vue
* Update drive.file.vue
* Update media-caption.vue
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix search-by-tag
* Revert "Fix search-by-tag"
This reverts commit c971d1d5d82f2d8b58fdec76e42f4404339ab83a.
* Fix typo
* Remove unused var
* インジェクションは[]を返すように
|
| |
|
|
|
|
|
| |
* Resolve #6563
* Update note.ts
* Update generate-visibility-query.ts
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wip
* Update ad.vue
* Update default.widgets.vue
* wip
* Create 1620019354680-ad.ts
* wip
* Update ads.vue
* wip
* Update ad.vue
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wip
* wip
* Update well-known.ts
* wip
* clean up
* Update request-reset-password.ts
* Update forgot-password.vue
* Update reset-password.ts
* Update request-reset-password.ts
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
|
| | |
|
| | |
|
| |
|
|
|
| |
Resolve #7422
Fix #7424
|