Commit graph

21102 commits

Author SHA1 Message Date
Johann150 a74cd802fe
enhance: don't cut off long instance names
Instead of silently cutting of the name of the instance this should
properly ellipsize the name at the end of the available space.
2022-08-25 18:22:40 +02:00
Johann150 f9eaf56491
refactor: add missing semicolons to type 2022-08-25 18:02:30 +02:00
Johann150 75545b4b87
merge: refactor: slot.vue to composition api
FoundKeyGang/FoundKey#82
2022-08-25 10:36:20 +02:00
Johann150 5374d8a24c
import some admin docs from misskey-hub
Co-authored-by: Francis Dinh <normandy@biribiri.dev>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2022-08-25 10:33:00 +02:00
Johann150 523d366ca3
refactor: remove unnecessary array map 2022-08-25 00:10:54 +02:00
Johann150 4f2a9f8911
refactor: adjust HTML mention microformat
Adjust the federated HTML microformat to the one that is documented
at <https://docs.joinmastodon.org/spec/microformats/>, namely adding
the missing surrounding tag with the class `h-card`.
2022-08-25 00:06:11 +02:00
Johann150 f119914b98
refactor: use optional chaining and nullish coalescing 2022-08-25 00:06:11 +02:00
Norm 6fed87f85d
fix pagination.vue lints 2022-08-22 23:16:56 -04:00
Norm b0fdedb264
fix lints in folder.vue 2022-08-22 22:04:49 -04:00
Johann150 80844e2dd0
add changelog entry for signToActivityPubGet 2022-08-21 21:18:10 +02:00
Norm 8e5a350f1b Simplify fetching object in resolver.ts
this.user will always be true, so we aren't doing unsigned fetches.
2022-08-21 13:13:34 -04:00
Norm 77bfc2450d Remove signToActivityPubGet option
Makes it so that all requests are signed, equivalent to
signToActivityPubGet always being true.
2022-08-21 12:38:43 -04:00
Norm 1521bc881c refactor: renote-button to composition api 2022-08-21 06:38:14 +00:00
Norm 7621e5461f
refactor: button.vue to composition api
Disabled require-default-prop for the to prop since it's only used when
link is true.

use null as default for props.to

FoundKeyGang/FoundKey#79
2022-08-21 00:19:39 +02:00
Norm 6fde66df1a refactor: emoji to composition api 2022-08-20 21:46:13 +00:00
Norm 5152ff89ee
refactor: slot.vue to composition api 2022-08-20 16:08:20 -04:00
Norm f236653c26
add return type to toggle in checkbox.vue 2022-08-20 14:15:36 -04:00
Norm 16e9cf91f7 refactor: url.vue to composition api 2022-08-20 15:34:17 +00:00
Johann150 6a3d98fbc1
refactor: remove reaction-icon component
The removed component does not contain any special script or styling.
It's template only contains a MkEmoji. To remove this unnecessary
indirection, the components was replaced with the MkEmoji component.
2022-08-20 16:03:09 +02:00
Norm ffc23ae458
refactor: post-form-dialog.vue to composition api 2022-08-20 00:58:17 -04:00
Norm e8414e8c8d
refactor: formula-core.vue to composition api 2022-08-19 16:02:51 -04:00
Norm b3b8e56092
refactor: formula.vue to composition api 2022-08-19 15:58:16 -04:00
Norm aa56cf5813
Fix lints in timeline and sub-note-content 2022-08-19 15:36:22 -04:00
Norm b79cb711ac
add return type to tick() in time.vue 2022-08-19 15:05:24 -04:00
Norm fd2028df48
fix: nonblock-statement-body-position lint in time.vue 2022-08-19 14:44:56 -04:00
Johann150 0965d3cbd9
merge: simplify pages
FoundKeyGang/FoundKey#49
2022-08-19 09:16:49 +02:00
Johann150 6db0c68503
add changelog entry 2022-08-19 09:12:10 +02:00
Norm db97ed31e8 Update CHANGELOG for PR #62
Ref: FoundKeyGang/FoundKey#62
2022-08-18 20:58:13 +00:00
Norm 27c56a4dcc Merge pull request 'security: update multer to 1.4.5-lts.1' (#69) from fix/multer-security into main
Reviewed-on: FoundKeyGang/FoundKey#69
2022-08-18 17:39:33 +00:00
Johann150 5d41384708
fix: await promises in migration 2022-08-18 18:26:17 +02:00
Johann150 01a4f3a7b8
enhance page editor
Using a plain textarea looks ugly and it is very small by default. Using
a MkTextarea fixes this.

For the readonly view, the individual fields should respectively be readonly.
2022-08-18 17:34:21 +02:00
Johann150 7ae5d6b1b8
backend: fix packing pages 2022-08-18 17:34:20 +02:00
Johann150 c781210ea1
fix router for new page editor path 2022-08-18 17:34:20 +02:00
Johann150 c0b0720ede
add best effort migration for pages 2022-08-18 17:34:20 +02:00
Johann150 5489ce4053
client: siplify page display 2022-08-18 17:34:19 +02:00
Johann150 b662ce8460
client: simplify page editor 2022-08-18 17:34:18 +02:00
Johann150 90d35b951f
adjust types & api for pages 2022-08-18 17:32:01 +02:00
Johann150 95d92a711a
remove unused locale strings 2022-08-18 17:32:00 +02:00
Johann150 bc79d721c8
remove client code related to pages 2022-08-18 17:31:51 +02:00
Johann150 1ca6ad080c
fix: binding is not defined 2022-08-18 15:15:17 +02:00
Johann150 b137a39160
merge: remove promo notes
FoundKeyGang/FoundKey#62
2022-08-18 14:26:48 +02:00
Johann150 5a6b183175
merge: remove Twitter preview 2022-08-18 14:25:14 +02:00
Norm c11fbc7a86 Update changelog to reflect multer update 2022-08-18 05:57:41 +00:00
Norm f30e02dc73 security: update multer to 1.4.5-lts.1
This version of multer contains a fix for
CVE-2022-24434 which affects a transitive dependency.

> This affects all versions of package dicer. A malicious attacker can
> send a modified form to server, and crash the nodejs service. An
> attacker could sent the payload again and again so that the service
> continuously crashes.

Ref: https://nvd.nist.gov/vuln/detail/CVE-2022-24434
2022-08-18 01:37:39 -04:00
Chloe Kudryavtsev 3c31e7b3ca chore: add sublime-text gitignore 2022-08-17 13:40:21 -04:00
Norm 46d550687a
Note change in CHANGELOG 2022-08-17 12:37:13 -04:00
Norm ec4e720f8f
remove expandTweet from locales 2022-08-17 12:35:21 -04:00
Norm 74c71f5ce5
Remove twitter embed
Fixes FoundKeyGang/FoundKey#46
2022-08-17 12:35:11 -04:00
Norm 2fc7a34018
Update changelog
Created a section for v13.0.0-preview1 and added in changes that were
made since that version was tagged.
2022-08-16 01:41:31 -04:00
Johann150 298febeb9c
enhance: add re-collapsing to quoted notes 2022-08-15 22:28:29 +02:00