Commit Graph

20986 Commits

Author SHA1 Message Date
Norm 6bb3f39c36
migrate to Yarn 3.2.3 2022-08-26 15:24:29 -04:00
Norm d8fd6d55ed
ci: add lint for foundkey-js 2022-08-26 15:06:45 -04:00
Norm 6bccbc0d6d
switch to yarn for scripts and move start to backend 2022-08-26 12:48:55 -04:00
Norm 13b2cba980
foundkey-js: mark as module 2022-08-26 02:44:05 -04:00
Norm 90adbfb2c2
fix dev script 2022-08-26 02:37:12 -04:00
Norm 99bed3f872
remove install-packages.js
Since we're now using workspaces, the dependencies of all modules in the
repo are automatically fetched.
2022-08-26 02:31:36 -04:00
Norm 622731d1bd
sw: switch to foundkey-js 2022-08-26 01:35:33 -04:00
Norm 237c29a4b8
backend: move to foundkey-js 2022-08-26 01:34:22 -04:00
Norm ebaa1960bf
foundkey-js: remove github files 2022-08-26 01:30:24 -04:00
Norm a424426857
client: Use foundkey-js instead of misskey-js 2022-08-26 01:25:56 -04:00
Norm 7420aab1b6
chore: update foundkey-js package.json 2022-08-26 00:53:12 -04:00
Norm 33146ffa5e
Fix paths for twemoji and font-awesome 2022-08-26 00:31:17 -04:00
Norm b230dc98a9
fix import path for TreeAdapter 2022-08-26 00:15:21 -04:00
Norm e8699ff978
Update yarn lockfile 2022-08-26 00:10:58 -04:00
Norm c1242cfde2
Fix build errors 2022-08-25 23:36:08 -04:00
Norm 3b921ece5d
add workspaces to package.json 2022-08-25 21:42:19 -04:00
Norm 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
Norm 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
Chloe Kudryavtsev 20514e3950 added: client: show instance info in ticker 2022-08-25 17:26:11 -04:00
Chloe Kudryavtsev affdb4c32e client: add changelog for instance-info feature 2022-08-25 21:22:02 +00:00
Chloe Kudryavtsev 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
Johann150 09ebbe1d49 show software name and version in instance ticker 2022-08-25 21:22:02 +00:00
Norm d945a5247d
Merge branch 'norm-docs/install'
Reviewed-on: FoundKeyGang/FoundKey#43
2022-08-25 14:16:34 -04:00
Norm 2e94ea3adc
docs/install: Move user creation after installing deps 2022-08-25 14:10:19 -04:00
Norm 617f064d61
Update 'docs/INSTALL.md'
Fix some styling stuff.
2022-08-25 14:10:19 -04:00
Norm 9198ccb400
Use more neutral language and more concise steps. 2022-08-25 14:10:19 -04:00
Norm 648b2e9f96
Use correct python package name 2022-08-25 14:10:19 -04:00
Norm 58fafc121f
Add python to dependencies
Needed for some node-gyp packages
2022-08-25 14:10:19 -04:00
Norm 7a39c74a78
Add dependency install example for Debian 2022-08-25 14:10:19 -04:00
Norm c4415e9af3
Fix formatting 2022-08-25 14:10:19 -04:00
Norm 8e30c86a9a
Remove non-working IRC link 2022-08-25 14:10:19 -04:00
Norm 2261958670
Update INSTALL.md for FoundKey 2022-08-25 14:10:19 -04:00
Norm e28606e859
Add 'docs/INSTALL.md' 2022-08-25 14:10:14 -04:00
Chloe Kudryavtsev 20c0a7c6f4 chore: limit CI to PR only
this is a temporary stopgap measure
2022-08-25 12:29:34 -04:00
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