Commit Graph

162 Commits

Author SHA1 Message Date
Nikita Karamov 4df79c322b
Fix lint problems 2023-03-01 12:42:40 +01:00
Nikita Karamov e2ddc5221f
Fix formatting issues 2023-03-01 12:42:40 +01:00
Nikita Karamov 0a546bdf50
Set up linters 2023-03-01 12:42:40 +01:00
Nikita Karamov 2b842ca027
Fix instance prefill not working
Closes https://codeberg.org/kytta/toot/issues/15

See: https://codeberg.org/kytta/toot/pulls/16
2023-03-01 11:52:08 +01:00
Nikita Karamov 74090c9ec7
Fix instance prefill not working
Closes https://codeberg.org/kytta/toot/issues/15
2023-03-01 11:51:12 +01:00
Nikita Karamov 91805c200a
Release 2.4.3 2022-12-23 03:12:03 +01:00
Nikita Karamov 445908b34a
Check for instance at the very beginning 2022-12-23 03:08:22 +01:00
Nikita Karamov 5f0e28e506
Only count views on the official instances 2022-12-23 03:05:09 +01:00
Nikita Karamov 1650a4bca1
Update caniuse-lite database 2022-12-23 02:57:20 +01:00
Nikita Karamov 9982dded07
Redo analytics again
This time I am manually calling the sendBeacon() function instead of
the script loading an image. This is faster, more privacy-friendly, and
more performant, since sendBeacon is being sent asynchronously. The
script I got at the end is also very small and hosted on my side.
2022-12-23 02:55:30 +01:00
Nikita Karamov 15ce72ae74
Relese 2.4.2 2022-12-21 12:05:56 +01:00
Nikita Karamov 3702f9a596
Remove pixel and only submit empty path 2022-12-21 11:59:25 +01:00
Nikita Karamov 5a000b35d4
Release 2.4.1 2022-11-20 16:19:14 +01:00
Nikita Karamov 59577b83e4
Fix "remember instance" (#13)
Closes: https://codeberg.org/kytta/toot/issues/12
See: https://codeberg.org/kytta/toot/pulls/13
2022-11-20 16:17:08 +01:00
Nikita Karamov cd8ba5b43c
Fix remember instances
Closes #12
2022-11-20 16:09:11 +01:00
Nikita Karamov 65f335c4de
Update CHANGELOG 2022-11-14 14:08:13 +01:00
Nikita Karamov 5122f5ce52
Release 2.4.0 2022-11-14 11:11:32 +01:00
Nikita Karamov a87bf08e2e
Add canonical URL 2022-11-14 10:58:41 +01:00
Nikita Karamov 3c2931cab6
Add GoatCounter analytics
I know, it sounds horrible, but it isn't as bad as it sounds. This is a
GDPR-friendly analytics engine that respects adblockers and doesn't
store any identifying data about the page. I am using it to estimate the
visitors count of this page.

Statistics are available here:
https://share2fedi.goatcounter.com/
2022-11-14 10:58:32 +01:00
Nikita Karamov 911f27f54a
Correct self-hosting instructions (#5)
Co-authored-by: Tealk <tealk@anzah.email>
2022-08-04 18:06:52 +02:00
Tealk b8b07e4248
add caddy syntax 2022-05-17 15:30:54 +02:00
Tealk 9e534abd8d
add caddy
only from the caddy documentation, not sure if this is how it works
2022-03-18 13:04:56 +01:00
Tealk e1b35b5d9a
reset html 2022-03-18 12:41:00 +01:00
Tealk f8f4aa06d9
add missing space 2022-03-18 12:39:31 +01:00
Tealk 26e2371709
add syntax highlighting 2022-03-18 12:17:53 +01:00
Tealk 325a4dd056
re-add node start command 2022-03-18 12:16:21 +01:00
Tealk 99236c65fa
add apache config 2022-03-17 14:09:30 +01:00
Tealk c030a17398
format prettier 2022-03-17 14:04:44 +01:00
Tealk 68bc1cb4b6
update readme
https://codeberg.org/kytta/toot/issues/4
2022-03-17 13:58:41 +01:00
Nikita Karamov af6420eef8
v2.3.1 2022-03-16 13:55:20 +01:00
Nikita Karamov 80b1e796af
Fix font naming 2022-03-16 13:55:08 +01:00
Nikita Karamov d540ef5aca
v2.3.0 2022-03-16 13:51:17 +01:00
Nikita Karamov 13d400a03a
Update CHANGELOG 2022-03-16 13:50:34 +01:00
Nikita Karamov 4ecf304519
Self-host Google Fonts
Due to questionable privacy policy of Google Fonts (including them being
called illegal by the Munich court [1]), I have decided to self-host the
fonts. I have used the google-webfonts-helper[2] to load the subset
version of the font.

I have also added the `local()` source so that the font will not be
loaded if the user has a font with the same name installed on their
system.

After this commit, toot requires no 3rd-party resources any more 🎉

[1]: https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/
[2]: https://google-webfonts-helper.herokuapp.com/
2022-03-16 13:44:00 +01:00
Nikita Karamov 34d487c422
v2.2.2 2022-02-12 12:41:05 +01:00
Nikita Karamov 4f23cf8ab0
Update changelog 2022-02-12 12:40:48 +01:00
Nikita Karamov e699cc20eb
Update years in licence headers 2022-02-12 12:36:08 +01:00
Nikita Karamov 929338c93f
Update hosting to Codeberg 2022-02-12 12:35:53 +01:00
Nikita Karamov 3633c954a9
Update README 2022-02-12 12:30:49 +01:00
Nikita Karamov b16144f274
Bump some dependencies 2022-02-12 12:30:28 +01:00
Nikita Karamov e9c773cf12
2.2.1 2022-02-02 15:36:45 +01:00
Nikita Karamov 6ad2591e6a
Update dependencies 2022-02-02 15:35:39 +01:00
Nikita Karamov a5acc3dfdf
Update usernames 2022-02-02 15:32:36 +01:00
Nikita Karamov 6b332252c0
Fix README 2021-11-04 18:20:24 +01:00
Nikita Karamov d35d39622b
v2.2.0 2021-11-04 18:18:24 +01:00
Nikita Karamov 4811c8add6
Migrate to pnpm 2021-11-04 18:18:09 +01:00
Nikita Karamov 3b8e22a507
Replace karamoff.dev with kytta.dev 2021-11-04 18:01:45 +01:00
Nikita Karamov cf0bee0a66
Add links to mirrors in the README 2021-08-29 14:10:23 +02:00
Nikita Karamov bfcf51a790
v2.1.0 2021-08-29 13:55:33 +02:00
Nikita Karamov b843c735dc
Update version in CHANGELOG 2021-08-29 13:55:20 +02:00