pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/gotosocial
Module Name: pkgsrc
Committed By: nikita
Date: Fri Apr 12 15:10:20 UTC 2024
Modified Files:
pkgsrc/www/gotosocial: Makefile PLIST distinfo
Log Message:
gotosocial: update to version 0.15.0
Changelog:
v0.15.0 Shagadelic Sloth Latest
@gotosocialorg gotosocialorg released this 11 Apr 09:14
· 5 commits to main since this release
v0.15.0
15733cd
Hey nerds! 🌷 🦥 🌸
First spring time release of GoToSocial, here's version 0.15.0 Shagadelic Sloth!
Release highlights
Incoming and outgoing Move Activities are now processed properly. This means you will automatically follow other people when they move their accounts, and you can also Move your own account from
your GtS instance to somewhere else, or move your account from somewhere else to your GtS instance!
User docs here: https://docs.gotosocial.org/en/latest/user_guide/settings/#migration
Federation docs (for devs) here: https://docs.gotosocial.org/en/latest/federation/federating_with_gotosocial/#actor-migration-aliasing
You can hide your followers and following collections now! When hidden, your followers/following count will no longer appear on your profile, and your collections of followers/following will be
hidden from other servers (and other accounts on your server).
User docs here: https://docs.gotosocial.org/en/latest/user_guide/settings/#hide-who-you-follow-are-followed-by
V1 Filter support! Depending on the client you're using, you will now be able to add filters to hide certain phrases from your timeline.
Preset user-selectable CSS themes are here! In the settings page, you can now choose a theme for your profile, which will change how it appears in the web view of your account! For now we added 5
different themes to choose from, screenshots below!
User docs: https://docs.gotosocial.org/en/latest/user_guide/settings/#select-theme
Docs for admins (how to add your own themes to your instance): https://docs.gotosocial.org/en/latest/admin/themes/
Blurple light: Light blue/purple/pink theme.
Blurple dark: Dark blue/purple theme.
Midnight trip: chunky purple and neon-green theme with magenta ombre.
Soft: a light pink, blue, and white theme.
Sunset: yellow / orange / aubergine theme with a sunset ombre.
Migration notes
Upgrading
To upgrade to 0.15.0 from a previous release:
Binary/tar
Stop GoToSocial
Untar the new release, including the web assets and html templates.
Edit your config.yaml file as necessary (see below).
Start GoToSocial
Docker
Stop GoToSocial.
Pull the new docker container (superseriousbusiness/gotosocial:0.15.0 or superseriousbusiness/gotosocial:latest)
Start GoToSocial.
config.yaml
No config file changes in this release compared to 0.14.2.
Database Migrations
⚠️ This release contains several database migrations which will run the first time you start up this new version. Be sure not to interrupt this migration process. This will take anywhere between a
couple seconds and ten minutes or more (on slower hardware). Please be patient! ⚠️
Detailed changelog
Features / performance
[feature] Filters v1 by @VyrCossont in #2594
[feature/chore] Add Move database functions + cache by @tsmethurst in #2647
[feature] Process incoming Move activity by @tsmethurst in #2724
[feature] Process outgoing Move from clientAPI by @tsmethurst in #2750
[feature] Add healthcheck endpoints /livez and /readyz by @tsmethurst in #2783
[feature] User-selectable preset CSS themes for accounts by @tsmethurst in #2777
[feature] Add enable command to mirror existing disable command; update docs by @tsmethurst in #2792
[feature] Option to hide followers/following by @tsmethurst in #2788
Bugfixes
[chore/bugfix] Little DB fixes by @tsmethurst in #2726
[bugfix] Fix Swagger spec and add test script by @VyrCossont in #2698
[bugfix] add workaround for Xsqlite_interrupt() permanently breaking connection by @NyaaaWhatsUpDoc in #2731
[bugfix] Don't error when populating MovedTo if account not found by @tsmethurst in #2741
[bugfix] Fix whitespace move_id issue by @tsmethurst in #2742
[bugfix] bump modernc.org/sqlite to fixed version (v1.28.0 -> v1.29.4) by @NyaaaWhatsUpDoc in #2749
[bugfix] only check replyTo visibility during permission checks IF status is local by @NyaaaWhatsUpDoc in #2757
[bugfix] Don't return 500 when searching for unpermitted status by @tsmethurst in #2753
[bugfix] Parse links that contain non-ascii characters by @tsmethurst in #2762
[bugfix] add all possible busy result codes to the sqlite errBusy catching check by @NyaaaWhatsUpDoc in #2775
[bugfix] Mitigate empty public/local timeline query pages by @tsmethurst in #2784
[bugfix] Serve correct URI for AP following collection by @tsmethurst in #2787
[bugfix] httpclient not signing subsequent redirect requests by @NyaaaWhatsUpDoc in #2798
[bugfix] set the host header within the signing transport by @NyaaaWhatsUpDoc in #2799
[bugfix] Set domain for empty-domain Friendica accounts by @tsmethurst in #2800
6db7d01 [bugfix] Ensure side effects for local -> local follows get processed (#2820)
85bc140 [bugfix] temporarily replace modernc.org/sqlite-v1.29.5 with gitlab.com/NyaaaWhatsUpDoc/sqlite-v1.29.5-concurrency-workaround (#2811)
83e7847 [bugfix] fix possible nil panic (#2809)
8ed1b81 [bugfix] Sort follows chronologically (#2801)
15ede4c [bugfix] improved authenticate post inbox error handling (#2803)
Chores / version bumps
[chore] Fix a Swagger warning that only manifests during Go client code generation by @VyrCossont in #2729
[chore] Downgrade sqlite v1.29.2 -> v1.28.0 by @tsmethurst in #2736
[chore] seperate snapshot from release in goreleaser by @CDN18 in #2740
[chore]: Bump github.com/gin-contrib/cors from 1.5.0 to 1.7.0 by @dependabot in #2745
[chore]: Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 by @dependabot in #2747
[chore]: Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 by @dependabot in #2733
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.67 to 7.0.69 by @dependabot in #2748
[chore] Update usage of OTEL libraries by @daenney in #2725
[chore] Expose move endpoint again, small settings panel fixes by @tsmethurst in #2752
[chore] Different error message for email validation from net/mail parsing on go 1.21.8 and above by @blakesmith in #2760
[chore]: Bump github.com/technologize/otel-go-contrib from 1.1.0 to 1.1.1 by @dependabot in #2765
[chore]: Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in #2766
Bump follow-redirects from 1.15.4 to 1.15.6 in /web/source by @dependabot in #2763
[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.18 to 2.20.19 by @dependabot in #2767
[chore]: Bump modernc.org/sqlite from 1.29.4 to 1.29.5 by @dependabot in #2768
[chore] Move local account settings to separate db table by @tsmethurst in #2770
[chore]: Bump github.com/gin-contrib/gzip from 0.0.6 to 1.0.0 by @dependabot in #2781
[chore]: Bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 by @dependabot in #2778
[chore]: Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 by @dependabot in #2779
[chore]: Bump github.com/gin-contrib/sessions from 0.0.5 to 1.0.0 by @dependabot in #2782
[chore/frontend] Adjust contrast, mute blurple a bit (meta update: blurple nerfed) by @tsmethurst in #2785
Bump express from 4.18.2 to 4.19.2 in /web/source by @dependabot in #2790
[chore] Vendor mkdocs fonts; update docs dependencies by @tsmethurst in #2789
[chore] bump go structr cache version -> v0.6.0 by @NyaaaWhatsUpDoc in #2773
[chore] Try to parse public key as both Actor + bare key by @tsmethurst in #2710
15733cd [chore]: Bump github.com/yuin/goldmark from 1.7.0 to 1.7.1 (#2819)
4d16c3a [chore]: Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#2816)
236604b [chore] Log less output on failed test (#2804)
Docs
[docs/chore] Swagger fixes for filters by @VyrCossont in #2730
[docs] Add note about privileged ports by @tsmethurst in #2735
Swagger: add Link header to all endpoints that use it for paging by @VyrCossont in #2751
[docs] Add database maintenance section; update info message on ANALYZE run (sqlite) by @tsmethurst in #2756
Swagger: correct names and formats for several array params by @VyrCossont in #2758
Swagger: add missing paging params to bookmarks list by @VyrCossont in #2759
[docs] Add IPv6 example for rate limit exceptions by @daenney in #2761
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/gotosocial/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/gotosocial/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/gotosocial/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/gotosocial/Makefile
diff -u pkgsrc/www/gotosocial/Makefile:1.32 pkgsrc/www/gotosocial/Makefile:1.33
--- pkgsrc/www/gotosocial/Makefile:1.32 Fri Apr 5 19:14:13 2024
+++ pkgsrc/www/gotosocial/Makefile Fri Apr 12 15:10:20 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2024/04/05 19:14:13 bsiegert Exp $
+# $NetBSD: Makefile,v 1.33 2024/04/12 15:10:20 nikita Exp $
-DISTNAME= gotosocial-0.14.2-source-code
+DISTNAME= gotosocial-0.15.0-source-code
PKGNAME= ${DISTNAME:S/-source-code//}
-PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GITHUB:=superseriousbusiness/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
GITHUB_PROJECT= gotosocial
Index: pkgsrc/www/gotosocial/PLIST
diff -u pkgsrc/www/gotosocial/PLIST:1.11 pkgsrc/www/gotosocial/PLIST:1.12
--- pkgsrc/www/gotosocial/PLIST:1.11 Wed Mar 6 18:13:53 2024
+++ pkgsrc/www/gotosocial/PLIST Fri Apr 12 15:10:20 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/03/06 18:13:53 nikita Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/04/12 15:10:20 nikita Exp $
bin/gotosocial
share/examples/gotosocial/config.yaml
share/examples/gotosocial/docker-compose.yaml
@@ -34,6 +34,11 @@ share/examples/gotosocial/web/assets/log
share/examples/gotosocial/web/assets/logo.svg
share/examples/gotosocial/web/assets/mastodon.svg
share/examples/gotosocial/web/assets/plyr.svg
+share/examples/gotosocial/web/assets/themes/blurple-dark.css
+share/examples/gotosocial/web/assets/themes/blurple-light.css
+share/examples/gotosocial/web/assets/themes/midnight-trip.css
+share/examples/gotosocial/web/assets/themes/soft.css
+share/examples/gotosocial/web/assets/themes/sunset-light.css
share/examples/gotosocial/web/assets/tusky.svg
share/examples/gotosocial/web/source/.browserslistrc
share/examples/gotosocial/web/source/.eslintignore
@@ -131,6 +136,7 @@ share/examples/gotosocial/web/source/set
share/examples/gotosocial/web/source/settings/lib/types/migration.ts
share/examples/gotosocial/web/source/settings/lib/types/query.ts
share/examples/gotosocial/web/source/settings/lib/types/report.ts
+share/examples/gotosocial/web/source/settings/lib/types/theme.ts
share/examples/gotosocial/web/source/settings/lib/util/domain-permission.ts
share/examples/gotosocial/web/source/settings/redux/checklist.ts
share/examples/gotosocial/web/source/settings/redux/oauth.ts
Index: pkgsrc/www/gotosocial/distinfo
diff -u pkgsrc/www/gotosocial/distinfo:1.14 pkgsrc/www/gotosocial/distinfo:1.15
--- pkgsrc/www/gotosocial/distinfo:1.14 Fri Mar 15 19:11:46 2024
+++ pkgsrc/www/gotosocial/distinfo Fri Apr 12 15:10:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/03/15 19:11:46 nikita Exp $
+$NetBSD: distinfo,v 1.15 2024/04/12 15:10:20 nikita Exp $
-BLAKE2s (gotosocial-0.14.2-source-code.tar.gz) = a1b2cd5fc11aaeaec1edf6a61ec9ab24a21634a80e8c068c4a5da8978805cc72
-SHA512 (gotosocial-0.14.2-source-code.tar.gz) = 48b28a20c704bddda80ff69ef44152176dfb57aab913f7797c95e8d2d81f00255a14f3e6b9c3ac7918d1918ad16feeedac0f6c337a46be0abdc9a445d146c37b
-Size (gotosocial-0.14.2-source-code.tar.gz) = 64548224 bytes
+BLAKE2s (gotosocial-0.15.0-source-code.tar.gz) = b1741b7e62e38add85f5ccfa678038adee6507b959acbcede71871d3de0d0f9a
+SHA512 (gotosocial-0.15.0-source-code.tar.gz) = de1f17892b3eeb62751ab61a782f74728fc36d80eb9ec27bec7ebdd3317a586850dc78d0be9862d561e9da07b1228ca57223af0f5caaf6ad811e10e0677f3f6a
+Size (gotosocial-0.15.0-source-code.tar.gz) = 75292015 bytes
Home |
Main Index |
Thread Index |
Old Index