Commit graph

422 commits

Author SHA1 Message Date
Nikita Karamov
2301f2dc32
Fix pre-commit configs 2023-09-02 21:56:44 +02:00
Nikita Karamov
6f338966d7
Fix lint error 2023-09-02 21:56:44 +02:00
Nikita Karamov
3de15b1b4c
Re-implement saving instances
Also implements saving of multiple instances, which
closes https://github.com/kytta/share2fedi/issues/29
2023-09-02 21:56:44 +02:00
Nikita Karamov
f2ba7d5324
Add a bit better error handling 2023-09-02 21:56:44 +02:00
Nikita Karamov
49a489d532
Re-implement pre-filling instances 2023-09-02 21:56:43 +02:00
Nikita Karamov
43d36bd6d7
Fix bug in datalist 2023-09-02 21:56:43 +02:00
Nikita Karamov
d3fb510bbb
Rewrite the instance selector
This commit adds a new '/api/instances' endpoint that returns
the domains of the available Mastodon instances. This also changes the
input field, making it accept a host rather than the full domain.
2023-09-02 21:56:43 +02:00
Nikita Karamov
6031d959ea
Migrate HTML file and basic API functionality 2023-09-02 21:56:43 +02:00
Nikita Karamov
1ba204644b
Install Astro instead of Vite 2023-09-02 21:56:43 +02:00
Nikita Karamov
48e6fc3fc7
Add support for Pleroma 2023-09-02 21:56:43 +02:00
Nikita Karamov
7f107b408d
Update code style 2023-09-02 21:56:43 +02:00
Nikita Karamov
65bef1053f
Update design 2023-09-02 21:56:42 +02:00
Nikita Karamov
c670cdaf74
Name GNU Social alongside Mastodon 2023-09-02 21:56:42 +02:00
Nikita Karamov
cc6dc2d408
Update motto 2023-09-02 21:56:42 +02:00
Nikita Karamov
814b6d6a9b
Add support for GNU Social 2023-09-02 21:56:42 +02:00
Nikita Karamov
90585fcb68
Refactor API server 2023-09-02 21:56:42 +02:00
Nikita Karamov
8c0ab7cd7c
Add image optimisation 2023-09-02 21:56:42 +02:00
Nikita Karamov
6ae45b0cbd
Update icons 2023-09-02 21:56:42 +02:00
Nikita Karamov
d7dd716b23
Update CHANGELOG 2023-09-02 21:56:41 +02:00
Nikita Karamov
009ac42c3b
Add link to status page
Closes https://github.com/kytta/share2fedi/issues/28
2023-09-02 21:56:41 +02:00
Nikita Karamov
79575af4cd
Add a privacy policy
Closes https://github.com/kytta/share2fedi/issues/26
Closes https://github.com/kytta/share2fedi/issues/27
2023-09-02 21:56:41 +02:00
Nikita Karamov
b3cf886f6c
Remove mention of Mastodon logo 2023-09-02 21:56:41 +02:00
Nikita Karamov
ee4fad1e13
Append CHANGELOG about other breaking changes 2023-09-02 21:56:41 +02:00
Nikita Karamov
068e8d09a3
Update self-hosting instructions 2023-09-02 21:56:41 +02:00
Nikita Karamov
434bb203cb
Get rid of the old name completely 2023-09-02 21:56:40 +02:00
Nikita Karamov
304406c380
Mention new design in the CHANGELOG 2023-09-02 21:56:40 +02:00
Nikita Karamov
304875e50e
Fix pre-commit config 2023-09-02 21:56:40 +02:00
Nikita Karamov
a055071bdf
Add stylelint 2023-09-02 21:56:40 +02:00
Nikita Karamov
5f95406002
Restyle the website
This makes the style much simpler and more lightweight
2023-09-02 21:56:40 +02:00
Nikita Karamov
af516510fa
Remove custom fonts 2023-09-02 21:56:40 +02:00
Nikita Karamov
df0ab992b8
Update styles to match those of Mastodon 2023-09-02 21:56:40 +02:00
Nikita Karamov
7f6b25296d
Replace title logo 2023-09-02 21:56:39 +02:00
Nikita Karamov
c53384a54d
Fix Vite config
Node plugin would also work on build which messes up the `root` config
entry. This should fix the deploy not working.
2023-09-02 21:56:39 +02:00
Nikita Karamov
3d528cc4e4
Update dependencies 2023-09-02 21:56:39 +02:00
Nikita Karamov
790fa837bc
Simplify .gitignore 2023-09-02 21:56:39 +02:00
Nikita Karamov
5413d7c5a1
Format Markdown with Prettier too 2023-09-02 21:56:39 +02:00
Nikita Karamov
2c9f5c11f0
Add foreword to CHANGELOG 2023-09-02 21:56:39 +02:00
Nikita Karamov
40c0add0e3
Add vite-plugin-node to be able to run API locally 2023-09-02 21:56:38 +02:00
Nikita Karamov
03f49e4056
BREAKING: Refactor /api endpoint
The endpoint was renamed to `/api/share` and refactored to use ESM instead of CommonJS
2023-09-02 21:56:38 +02:00
Nikita Karamov
aeda860af6
Update CHANGELOG 2023-09-02 21:56:38 +02:00
Nikita Karamov
42ff4cac1a
Replace 'onload' with an event listener 2023-09-02 21:56:38 +02:00
Nikita Karamov
ea3339d413
Replace Gulp with Vite 2023-09-02 21:56:38 +02:00
Nikita Karamov
01e82d462d
Update URLs to lead to GitHub 2023-09-02 21:56:38 +02:00
pre-commit-ci[bot]
d8fe6060e8
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-09-02 21:56:38 +02:00
Nikita Karamov
3868d1325e
Update Browserslist config
The config was extended to always include Firefox ESR and `defaults`, and moved to the package.json
2023-09-02 21:56:37 +02:00
Nikita Karamov
eedb876dcd
Update CHANGELOG 2023-09-02 21:56:37 +02:00
Nikita Karamov
bf556860c1
Update copyright headers in files
This updates the project name, description, and copyright years
2023-09-02 21:56:37 +02:00
Nikita Karamov
94704c8f59
Update README 2023-09-02 21:56:37 +02:00
Nikita Karamov
f33c58bb91
Use the new logo in the README 2023-09-02 21:56:37 +02:00
Nikita Karamov
3cfea7929f
Add new logos
See: #1
2023-09-02 21:56:37 +02:00