b0fdedb264
fix lints in folder.vue
2022-08-22 22:04:49 -04:00
80844e2dd0
add changelog entry for signToActivityPubGet
2022-08-21 21:18:10 +02:00
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
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
1521bc881c
refactor: renote-button to composition api
2022-08-21 06:38:14 +00:00
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
6fde66df1a
refactor: emoji to composition api
2022-08-20 21:46:13 +00:00
5152ff89ee
refactor: slot.vue to composition api
2022-08-20 16:08:20 -04:00
f236653c26
add return type to toggle in checkbox.vue
2022-08-20 14:15:36 -04:00
16e9cf91f7
refactor: url.vue to composition api
2022-08-20 15:34:17 +00:00
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
ffc23ae458
refactor: post-form-dialog.vue to composition api
2022-08-20 00:58:17 -04:00
e8414e8c8d
refactor: formula-core.vue to composition api
2022-08-19 16:02:51 -04:00
b3b8e56092
refactor: formula.vue to composition api
2022-08-19 15:58:16 -04:00
aa56cf5813
Fix lints in timeline and sub-note-content
2022-08-19 15:36:22 -04:00
b79cb711ac
add return type to tick() in time.vue
2022-08-19 15:05:24 -04:00
fd2028df48
fix: nonblock-statement-body-position lint in time.vue
2022-08-19 14:44:56 -04:00
0965d3cbd9
merge: simplify pages
...
FoundKeyGang/FoundKey#49
2022-08-19 09:16:49 +02:00
6db0c68503
add changelog entry
2022-08-19 09:12:10 +02:00
db97ed31e8
Update CHANGELOG for PR #62
...
Ref: FoundKeyGang/FoundKey#62
2022-08-18 20:58:13 +00:00
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
5d41384708
fix: await promises in migration
2022-08-18 18:26:17 +02:00
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
7ae5d6b1b8
backend: fix packing pages
2022-08-18 17:34:20 +02:00
c781210ea1
fix router for new page editor path
2022-08-18 17:34:20 +02:00
c0b0720ede
add best effort migration for pages
2022-08-18 17:34:20 +02:00
5489ce4053
client: siplify page display
2022-08-18 17:34:19 +02:00
b662ce8460
client: simplify page editor
2022-08-18 17:34:18 +02:00
90d35b951f
adjust types & api for pages
2022-08-18 17:32:01 +02:00
95d92a711a
remove unused locale strings
2022-08-18 17:32:00 +02:00
bc79d721c8
remove client code related to pages
2022-08-18 17:31:51 +02:00
1ca6ad080c
fix: binding is not defined
2022-08-18 15:15:17 +02:00
b137a39160
merge: remove promo notes
...
FoundKeyGang/FoundKey#62
2022-08-18 14:26:48 +02:00
5a6b183175
merge: remove Twitter preview
2022-08-18 14:25:14 +02:00
c11fbc7a86
Update changelog to reflect multer update
2022-08-18 05:57:41 +00:00
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
3c31e7b3ca
chore: add sublime-text gitignore
2022-08-17 13:40:21 -04:00
46d550687a
Note change in CHANGELOG
2022-08-17 12:37:13 -04:00
ec4e720f8f
remove expandTweet from locales
2022-08-17 12:35:21 -04:00
74c71f5ce5
Remove twitter embed
...
Fixes FoundKeyGang/FoundKey#46
2022-08-17 12:35:11 -04:00
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
298febeb9c
enhance: add re-collapsing to quoted notes
2022-08-15 22:28:29 +02:00
bb073670ef
Merge pull request 'Fix birthday time offset and date locale' ( #66 ) from fix/date into main
...
Reviewed-on: FoundKeyGang/FoundKey#66
2022-08-15 18:45:56 +00:00
1cb5856f7c
Fix birthday time offset and date locale
...
The user's configred birthday is stored as UTC time, so use that for display as well.
This means the birthday won't be shown as a day behind or ahead depending on the user's browser timezone.
Also use the locale configured in the user's client settings in Misskey for date formatting.
2022-08-15 13:11:53 -04:00
a07b464690
fix missed parentheses
2022-08-14 17:32:25 +02:00
4e41fa8767
refactor user page to use MkTime component
2022-08-14 14:46:18 +02:00
5548b585df
refactor MkTime component
...
Add the datetime property to the HTML5 time tag for a machine readable
timestamp.
Add the ability to display only the date or the time.
Change the computation of the relative time string to have precision
based on the format chosen based on the choice above. Also changed the
threshold for what is considered a date in the future so people do not
see "future" on notes they just created and thus try to stop them from
time traveling.
2022-08-14 14:14:29 +02:00
39b85f4a08
client: remove _prId_
...
That property was set on promo notes in the backend. Since it is no longer
being used it should also be removed from the client.
2022-08-14 13:14:17 +02:00
f0bdd9666f
remove empty import statements
2022-08-14 12:26:18 +02:00
c8afce6b2c
fix blocking of remote accounts
...
The property name was misspelled.
2022-08-14 11:33:08 +02:00