Johann150
699ebc1542
fix: truncate image descriptions ( #7699 )
...
* 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>
2021-09-30 01:44:22 +09:00
tamaina
dbdb0df0a9
refactor: PackedHoge型をPacked<'Hoge'>型に書き換える ( #7792 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
* test
* fix
* yatta
* remove no longer needed "as PackedUser/PackedNote"
* clean up
* add simple-schema
* fix lint
* define items in full Schema
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* user packとnote packの型不整合を修正
* add prelude/types.ts
* emoji
* signin
* game
* matching
* fix
* add emoji schema
* add reversiGame
* add reversiMatching
* remove signin schema (use Signin entity)
* add Packed type
* note-reaction
* user
* user-group
* user-list
* note
* app, messaging-message
* notification
* drive-file
* drive-folder
* following
* muting
* blocking
* hashtag
* page
* app (with modifying schema)
* import user?
* channel
* antenna
* clip
* gallery-post
* emoji
* Packed
* reversi-matching
* add changelog
* add changelog
* revert fix
2021-09-22 22:35:55 +09:00
tamaina
4761ccd697
refactor: Expand schema ( #7772 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
* test
* fix
* yatta
* remove no longer needed "as PackedUser/PackedNote"
* clean up
* add simple-schema
* fix lint
* define items in full Schema
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* user packとnote packの型不整合を修正
2021-09-12 01:12:23 +09:00
tamaina
3637924de2
chore: APIドキュメントの修正 ( #7771 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
2021-09-09 20:23:31 +09:00
MeiMei
9a5efad815
ファイルサイズのハードリミット ( #7760 )
...
* maxFileSize
* CHANGELOG
2021-09-04 20:33:14 +09:00
MeiMei
85409f4bd5
Tune download ( #2 )
...
* s2-2
* allowedPrivateNetworks
* style
* Proxyの間にあると誤解しそうなのでconfigの記述順を変更
* Fix error handler
2021-09-03 21:13:06 +09:00
syuilo
aaef4f50e0
fix: mochaが動かないため拡張子なしに戻した
2021-08-19 21:55:45 +09:00
syuilo
d2b5b67b44
refactor: refactoring imports
...
将来ESMに移行しやすいように
Related: #7658
なんかmochaが起動しなくなってるけど理由不明
すぐ直したい
2021-08-19 18:33:41 +09:00
syuilo
7c2b31d179
enhance(server): Improve user block ( #7640 )
...
* enhance(server): Improve user block
* Update CHANGELOG.md
* ユーザーリスト対応
* 相手から見れなくなるように
* Update 1629004542760-chart-reindex.ts
2365761ba5 (commitcomment-54919821)
* update test
* add test
* add todos
* Update 1629004542760-chart-reindex.ts
2021-08-17 21:48:59 +09:00
MeiMei
7aa1e0315b
perf: Improve network request performance ( #7636 )
...
* perf: Improve fetch
* CHANGELOG
* lifo
2021-08-16 17:44:43 +09:00
syuilo
085d7926ba
Update check-hit-antenna.ts
2021-07-16 19:43:15 +09:00
syuilo
f6ccab9950
Refactoring
2021-07-15 20:45:32 +09:00
MeiMei
b2dfd27588
ランダムにテストがコケるのを修正 ( #7553 )
...
* Test shutdown
* Revert "Test shutdown"
This reverts commit 85182e7dd196cdd9ecb46cfb50adaabd04c5ba60.
* Skip beforeShutdown in test
* Wait shutdown in test
* Revert "Skip beforeShutdown in test"
This reverts commit 79c33ab53615e8fa4820d2abfc2494cba55c441c.
* Revert "Revert "Skip beforeShutdown in test""
This reverts commit 3423133a137c79b64f3ff6ef9dbe433a441a47b0.
2021-06-05 14:54:07 +09:00
MeiMei
cfcc0fcf63
Supports Emoji 13.1 ( #7539 )
...
* Supports Emoji 13.1
* Fix regex
2021-05-30 20:52:39 +09:00
syuilo
79a2724229
fix local emoji detection
...
https://github.com/misskey-dev/misskey/pull/7526#discussion_r641886612
2021-05-30 10:05:12 +09:00
rinsuki
d789d59cf6
カスタム絵文字をproxyに通すように ( #7526 )
2021-05-27 22:40:48 +09:00
MeiMei
3ac582472e
Fix Agent type, httpでもDNSキャッシュ ( #7520 )
2021-05-19 16:11:47 +09:00
syuilo
d4c5cfe6ba
Update api-permissions.ts
2021-04-25 12:33:55 +09:00
marihachi
026ba623f6
update mfm.js ( #7435 )
...
* use mfm.js 0.14.0
* use mfm.extract
* use mfm.extract
* use mfm.extract
2021-04-11 00:18:29 +09:00
marihachi
993bd861ca
refactor mfm extract ( #7434 )
...
* refactor extractCustomEmojisFromMfm()
* refactor extract-hashtags
* refactor extract-mentions
* refactor extract-hashtags
* refactor extract-url-from-mfm
* refactor extract-mentions
2021-04-10 17:50:18 +09:00
MeiMei
51263e43d3
Fix punycode deprecation warning ( #7426 )
2021-04-04 13:00:39 +09:00
syuilo
9df5374022
Use mfm-js for MFM parsing ( #7415 )
...
* wip
* Update mfm.ts
* wip
* update mfmjs
* refactor
* nanka
* Update mfm.ts
* Update to-html.ts
* Update to-html.ts
* wip
* fix test
* fix test
2021-04-02 10:36:11 +09:00
syuilo
85276f1c19
tweak avatar generation
2021-04-02 10:00:05 +09:00
syuilo
4d341c5918
Refactor ( #7394 )
...
* wip
* wip
* wip
* wip
* wip
* Update define.ts
* Update update.ts
* Update user.ts
* wip
* wip
* Update request.ts
* URL
* wip
* wip
* wip
* wip
* Update invite.ts
* Update create.ts
2021-03-24 11:05:37 +09:00
syuilo
0db09532b2
refactor: Use path alias
2021-03-23 17:43:07 +09:00
syuilo
95552f644e
noteのread処理
2021-03-23 15:06:56 +09:00
syuilo
98f28bbf03
fix bug
...
48ea805999 (commitcomment-48584326)
2021-03-23 14:54:09 +09:00
syuilo
612510b2c0
refactor
2021-03-22 15:16:45 +09:00
syuilo
f5d6d8c42a
perf(server): Cache user keypair
2021-03-22 15:14:54 +09:00
syuilo
a26c44e895
tweak cache lifetime
2021-03-22 12:46:46 +09:00
syuilo
51e3a9ccf0
perf(server): Reduce database query
2021-03-22 12:41:33 +09:00
syuilo
9d77f934ad
refactor: extract functions
2021-03-22 12:36:57 +09:00
mei23
5da2fc3293
のホスト
2021-03-22 00:56:08 +09:00
MeiMei
00970844e2
populateEmojisのリファクタと絵文字情報のキャッシュ ( #7378 )
...
* revert
* Refactor populateEmojis, Cache emojis
* ん
* fix typo
* コメント
2021-03-22 00:44:38 +09:00
syuilo
dbeeeeb9e5
perf(server): Improver performance
2021-03-19 18:22:34 +09:00
syuilo
cef05658ee
lint
2021-03-18 13:33:14 +09:00
syuilo
f3e0cedef6
Improve chart performance ( #7360 )
...
* wip
* wip
* wip
* wip
* wip
* Update chart.ts
* wip
* Improve server performance
* wip
* wip
2021-03-18 11:17:05 +09:00
syuilo
eff185f8d1
format
2021-03-18 10:55:51 +09:00
syuilo
b2b9b7d6bc
fix bug
2021-03-18 10:54:39 +09:00
syuilo
7836dfae4f
Improve server performance
2021-03-18 10:52:54 +09:00
syuilo
b8a1810960
refactor: resolve #7139
2021-02-13 15:33:38 +09:00
syuilo
62a0882760
wip: email notification
2021-02-13 12:28:26 +09:00
syuilo
e5b6645d3a
Resolve #7149
2021-02-07 10:43:34 +09:00
tamaina
1a1097cedd
Resurrect Service Worker ( #7108 )
...
* Resolve #7106
* fix lint
* fix lint
* save lang in idb
* fix lint
* fix
* cache locale file
* fix lint
* ✌️
* wip
* fix [wip]
* fix [wip]
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-02-06 18:55:53 +09:00
MeiMei
f51302e3a2
Improve captcha ( #7138 )
2021-02-06 11:46:47 +09:00
Ehsan Javadynia
aa36d6419f
using set instead of array for search ( #7126 )
...
* Resolve #6905
* Resolve #6905
* Resolve #6905
2021-01-30 11:09:46 +09:00
syuilo
5090a13f8c
fix bug
2020-12-28 23:41:09 +09:00
syuilo
0ae634c55f
Bug fix and refactoring
2020-12-28 23:05:30 +09:00
MeiMei
4744276e15
ActivityPubでリモートのオブジェクトをGETするときのリクエストをHTTP Signatureで署名するオプション ( #6731 )
...
* Sign ActivityPub GET
* Fix v12, v12.48.0 UI bug
2020-10-18 01:46:40 +09:00
syuilo
4e2792244c
Migrate to Vue3 ( #6587 )
...
* Update reaction.vue
* fix bug
* wip
* wip
* wjio
* wip
* Revert "wip"
This reverts commit e427f2160adf4e8a4147006e25a89854edab0033.
* wip
* wip
* wip
* Update init.ts
* Update drive-window.vue
* wip
* wip
* Use PascalCase for components
* Use PascalCase for components
* update dep
* wip
* wip
* wip
* Update init.ts
* wip
* Update paging.ts
* Update test.vue
* watch deep
* wip
* lint
* wip
* wip
* wip
* wip
* wiop
* wip
* Update webpack.config.ts
* alllow null poll
* wip
* wip
* wip
* wiop
* UI redesign & refactor (#6714 )
* wip
* wip
* wip
* wip
* wip
* Update drive.vue
* Update word-mute.vue
* wip
* wip
* wip
* clean up
* wip
* Update default.vue
* wip
* Update notes.vue
* Update mfm.ts
* Update index.home.vue
* Update post-form.vue
* Update post-form-attaches.vue
* wip
* Update post-form.vue
* Update sidebar.vue
* wip
* wip
* Update index.vue
* wip
* Update default.vue
* Update index.vue
* Update index.vue
* wip
* Update post-form-attaches.vue
* Update note.vue
* wip
* clean up
* Update notes.vue
* wip
* wip
* Update ja-JP.yml
* wip
* wip
* Update index.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update default.vue
* wip
* Update _dark.json5
* wip
* wip
* wip
* clean up
* wip
* wip
* Update index.vue
* Update test.vue
* wip
* wip
* fix
* wip
* wip
* wip
* wip
* clena yop
* wip
* wip
* Update store.ts
* Update messaging-room.vue
* Update default.widgets.vue
* fix
* wip
* wip
* Update modal.vue
* wip
* Update os.ts
* Update os.ts
* Update deck.vue
* Update init.ts
* wip
* Update ja-JP.yml
* v-sizeは単にwindowのresizeを監視するだけで良いかもしれない
* Update modal.vue
* wip
* Update tooltip.ts
* wip
* wip
* wip
* wip
* wip
* Update image-viewer.vue
* wip
* wip
* Update style.scss
* Update style.scss
* Update visitor.vue
* wip
* Update init.ts
* Update init.ts
* wip
* wip
* Update visitor.vue
* Update visitor.vue
* Update visitor.vue
* Update visitor.vue
* wip
* wip
* Update modal.vue
* Update header.vue
* Update menu.vue
* Update about.vue
* Update about-misskey.vue
* wip
* wip
* Update visitor.vue
* Update tooltip.ts
* wip
* Update drive.vue
* wip
* Update style.scss
* Update header.vue
* wip
* wip
* Update users.user.vue
* Update announcements.vue
* wip
* wip
* wip
* Update emojis.vue
* wip
* Update emojis.vue
* Update style.scss
* Update users.vue
* wip
* Update style.scss
* wip
* Update welcome.entrance.vue
* Update radio.vue
* Update size.ts
* Update emoji-edit-dialog.vue
* wip
* Update emojis.vue
* wip
* Update emojis.vue
* Update emojis.vue
* Update emojis.vue
* wip
* wip
* wip
* wip
* Update file-dialog.vue
* wip
* wip
* Update token-generate-window.vue
* Update notification-setting-window.vue
* wip
* wip
* Update _error_.vue
* Update ja-JP.yml
* wip
* wip
* Update store.ts
* Update emojis.vue
* Update emojis.vue
* Update emojis.vue
* Update announcements.vue
* Update store.ts
* wip
* Update page-editor.vue
* wip
* wip
* Update modal.vue
* wip
* Update select-file.ts
* Update timeline.vue
* Update emojis.vue
* Update os.ts
* wip
* Update user-select.vue
* Update mfm.ts
* Update get-file-info.ts
* Update drive.vue
* Update init.ts
* Update mfm.ts
* wip
* wip
* Update window.vue
* Update note.vue
* wip
* wip
* Update user-info.vue
* wip
* wip
* wip
* wip
* wip
* Update header.vue
* Update header.vue
* wip
* Update explore.vue
* wip
* wip
* wip
* Update webpack.config.ts
* wip
* wip
* wip
* wip
* wip
* wip
* Update autocomplete.ts
* wip
* wip
* wip
* Update toast.vue
* wip
* Update post-form-dialog.vue
* wip
* wip
* wip
* wip
* wip
* Update users.vue
* wip
* Update explore.vue
* wip
* wip
* wip
* Update package.json
* wip
* Update icon-dialog.vue
* wip
* wip
* Update user-preview.ts
* wip
* wip
* wip
* wip
* wip
* Update instance.vue
* Update user-name.vue
* Update federation.vue
* Update instance.vue
* wip
* wip
* Update tag.vue
* wip
* wip
* wip
* wip
* wip
* Update instance.vue
* wip
* Update os.ts
* Update os.ts
* wip
* wip
* wip
* Update router.ts
* wip
* Update init.ts
* Update note.vue
* Update messages.vue
* wip
* wip
* wip
* wip
* wip
* google
* wip
* wip
* wip
* wip
* Update theme-editor.vue
* wip
* wip
* Update room.vue
* Update channel-editor.vue
* wip
* Update window.vue
* Update window.vue
* wip
* Update window.vue
* Update window.vue
* wip
* Update menu.vue
* wip
* wip
* wip
* wip
* Update messaging-room.vue
* wip
* Update post-form.vue
* Update default.widgets.vue
* Update window.vue
* wip
2020-10-17 20:12:00 +09:00