misskey/src
Johann150 f05f7c920e
fix: truncate user information if it is too long (#7629)
* truncate user information if it is too long

Some AP software allows for user names or summaries to be very long.
Misskey can not handle this and the profile page can not be opened and
no activities from such users can be seen.

Instead, the user name and summary are cut off after the maximum length
so misskey can still process the activities of the profile.

Co-authored-by: Toast <toast@toast.cafe>

* fix code style

Co-authored-by: Toast <toast@toast.cafe>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-08-14 18:11:47 +09:00
..
@types refactor(build): gulpを経由しないでTypeScriptのビルドを行うように 2021-03-23 17:24:40 +09:00
boot refactor init (#7464) 2021-04-24 22:55:18 +09:00
client feat(client): Misskey更新時にダイアログを表示するように 2021-08-13 17:59:54 +09:00
config refactor(build): gulpを経由しないでTypeScriptのビルドを行うように 2021-03-23 17:24:40 +09:00
daemons better note read handling 2021-03-21 17:38:09 +09:00
db Introduce e2e test 2021-08-12 19:05:07 +09:00
docs New Crowdin updates (#7619) 2021-08-12 12:48:24 +09:00
games/reversi syuilo/misskey --> misskey-dev/misskey 2021-03-24 12:23:05 +09:00
mfm Use mfm-js for MFM parsing (#7415) 2021-04-02 10:36:11 +09:00
misc Update check-hit-antenna.ts 2021-07-16 19:43:15 +09:00
models AP Actorの修正 (#7573) 2021-07-10 23:14:57 +09:00
prelude Use mfm-js for MFM parsing (#7415) 2021-04-02 10:36:11 +09:00
queue Refactoring 2021-07-15 20:45:32 +09:00
remote fix: truncate user information if it is too long (#7629) 2021-08-14 18:11:47 +09:00
server Introduce e2e test 2021-08-12 19:05:07 +09:00
services フォロー通知のEメール通知を修正 2021-08-11 21:08:05 +09:00
tools Refactoring 2021-07-15 20:45:32 +09:00
.eslintrc eslintrcとtsconfigを整理 2021-03-13 00:18:41 +09:00
argv.ts Introduce e2e test 2021-08-12 19:05:07 +09:00
const.ts Implement user online status 2021-04-17 15:30:26 +09:00
emojilist.json Supports Emoji 13.1 (#7539) 2021-05-30 20:52:39 +09:00
global.d.ts Improve chart performance (#7360) 2021-03-18 11:17:05 +09:00
index.ts Use PostgreSQL instead of MongoDB (#4572) 2019-04-07 21:50:36 +09:00
meta.json 実行時にpackage.jsonを参照しないように (#5418) 2019-11-01 22:34:26 +09:00
tsconfig.json Refactor (#7394) 2021-03-24 11:05:37 +09:00
types.ts ワードミュート (#6594) 2020-07-27 13:34:20 +09:00
well-known-services.ts refactor: Extract well-known services 2020-08-07 11:27:37 +09:00