fb946a39eb
chore: update release-related procedures based on latest discussion
...
Namely, include the changelog trailer, as well as new tag rules.
2022-08-26 09:25:41 -04:00
228d91f654
add shell command to find old components
2022-08-26 09:25:41 -04:00
f6b0deb666
remove crowdin configuration
2022-08-26 09:25:41 -04:00
ac4bf32095
add note about pre-releases
2022-08-26 09:25:41 -04:00
468d7a8b96
upstream branch has been removed
...
AI model is too bigge to keep
2022-08-26 09:25:41 -04:00
1b8e643f90
update contributing for foundkey
2022-08-26 09:25:41 -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
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