33146ffa5e
Fix paths for twemoji and font-awesome
2022-08-26 00:31:17 -04:00
b230dc98a9
fix import path for TreeAdapter
2022-08-26 00:15:21 -04:00
e8699ff978
Update yarn lockfile
2022-08-26 00:10:58 -04:00
c1242cfde2
Fix build errors
2022-08-25 23:36:08 -04:00
3b921ece5d
add workspaces to package.json
2022-08-25 21:42:19 -04:00
b558716fa1
Add 'packages/foundkey-js/' from commit '637c6f1411c9c03f204f21da12e1f8e390d05cb8'
...
git-subtree-dir: packages/foundkey-js
git-subtree-mainline: aa144e803c
git-subtree-split: 637c6f1411
2022-08-25 21:39:55 -04:00
7b33ee807e
refactor: window.vue to composition api
2022-08-25 21:28:14 -04:00
aa144e803c
chore: remove crowdin.yml
...
We don't use Crowdin since it's only available on GitHub. Thus, this
file no longer serves any real purpose.
2022-08-25 17:51:30 -04:00
20514e3950
added: client: show instance info in ticker
2022-08-25 17:26:11 -04:00
affdb4c32e
client: add changelog for instance-info feature
2022-08-25 21:22:02 +00:00
2e3bd6ddc2
feat: show real local info in instance ticker
...
add software info to client meta-config, "Foundkey" as default site name
2022-08-25 21:22:02 +00:00
09ebbe1d49
show software name and version in instance ticker
2022-08-25 21:22:02 +00:00
d945a5247d
Merge branch 'norm-docs/install'
...
Reviewed-on: FoundKeyGang/FoundKey#43
2022-08-25 14:16:34 -04:00
2e94ea3adc
docs/install: Move user creation after installing deps
2022-08-25 14:10:19 -04:00
617f064d61
Update 'docs/INSTALL.md'
...
Fix some styling stuff.
2022-08-25 14:10:19 -04:00
9198ccb400
Use more neutral language and more concise steps.
2022-08-25 14:10:19 -04:00
648b2e9f96
Use correct python package name
2022-08-25 14:10:19 -04:00
58fafc121f
Add python to dependencies
...
Needed for some node-gyp packages
2022-08-25 14:10:19 -04:00
7a39c74a78
Add dependency install example for Debian
2022-08-25 14:10:19 -04:00
c4415e9af3
Fix formatting
2022-08-25 14:10:19 -04:00
8e30c86a9a
Remove non-working IRC link
2022-08-25 14:10:19 -04:00
2261958670
Update INSTALL.md for FoundKey
2022-08-25 14:10:19 -04:00
e28606e859
Add 'docs/INSTALL.md'
2022-08-25 14:10:14 -04:00
20c0a7c6f4
chore: limit CI to PR only
...
this is a temporary stopgap measure
2022-08-25 12:29:34 -04:00
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
f9eaf56491
refactor: add missing semicolons to type
2022-08-25 18:02:30 +02:00
75545b4b87
merge: refactor: slot.vue to composition api
...
FoundKeyGang/FoundKey#82
2022-08-25 10:36:20 +02:00
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
523d366ca3
refactor: remove unnecessary array map
2022-08-25 00:10:54 +02:00
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
f119914b98
refactor: use optional chaining and nullish coalescing
2022-08-25 00:06:11 +02:00
6fed87f85d
fix pagination.vue lints
2022-08-22 23:16:56 -04:00
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