• v0.9.0 eac8fa6edb

    0.9.0 Stable

    raucao released this 2024-03-07 13:49:06 +00:00 | 37 commits to master since this release

    Added

    • Allow admins to add and remove invitations per account (#167)
    • BTCPay settings, admin page, and new Lightning balance API (#147)

    Behind a feature flag

    • Add email service and settings (#154)
    • Fetch/store Web App metadata and icons, finish RS integration (#153)
    • Add user avatars to LDAP, upload on profile settings page (#148)

    Improved

    • Only support primary domain for Lightning Address (#158)

    Fixed

    • Fix login redirect for existing RS auth (#180)
    • Fix/improve local ActiveStorage backend usage and handling of WebApp icons (#162)
    • Fix RS auth array usage in production (#159)
    • Fix XMPP from-address config not being used (#150)
    • Fix wrong redirect after sign-in for RS OAuth (#146)

    Dev Environment

    • Upgrade Rails to 7.1, update dependencies, require Ruby 3.x (#160)
    • Fix Ruby in Docker container on Apple silicon (#168)
    • Allow running specs in Docker container, update README (#177)
    • Comment out settings in .env.example (#175)
    • Update nostr gem, switch to Ruby for bech32 encoding (#155)
    Downloads
  • v0.8.1 0f3b9f176e

    0.8.1 Stable

    Ghost released this 2023-09-03 13:35:46 +00:00 | 188 commits to master since this release

    Fixed

    Downloads
  • v0.8.0 6739b38f4c

    0.8.0 Stable

    Ghost released this 2023-09-01 10:18:26 +00:00 | 192 commits to master since this release

    Added

    Dev environment

    • Fix docker volume mappings for node_modules, improve docker-compose usage (#138) @slvrbckt
    Downloads
  • v0.7.0 6acc3f2f59

    0.7.0 Stable

    Ghost released this 2023-06-20 16:49:42 +00:00 | 249 commits to master since this release

    Added

    • Offer LNURL QR code for download on Lightning info page (#135) @raucao
    • Let users add a verified nostr pubkey to their account (#101) @raucao
    • Report Lndhub API errors to Sentry (#133) @raucao

    Fixed

    • Hide unsuccessful outgoing lndhub txs in list (#132) @raucao
    Downloads
  • v0.6.0 387a2fa2e6

    0.6.0 Stable

    Ghost released this 2023-05-31 12:12:30 +00:00 | 279 commits to master since this release

    Added

    Fixed

    • Fix failing spec expectation when using Ruby 3.x (#119) @galfert

    Dev Environment

    • Add solargraph in development, document usage with bundled gems (#112) @raucao
    Downloads
  • v0.5.0 f08bb56a7a

    Ghost released this 2023-04-01 09:44:28 +00:00 | 339 commits to master since this release

    The main focus of this release has been to finish and stabilize existing features to allow for onboarding more users to Kosmos Accounts as well as adding more service integrations.

    Aside from other new features and improvements, another focus of recent changes has been to make integrated services configurable and optional, in order for akkounts to be suitable for other organizations and communities to use for themselves as well. We're most of the way there now, but not 100% yet.

    Added

    • Add (optional) Sentry integration (#108) @raucao
    • Make email settings configurable, add custom mailer for one-off emails (#107) @raucao
    • Add pagination features, paginate admin pages (#95) @raucao
    • Add service attribute to LDAP user entry (#91) @raucao
    • Add user page to admin panel, improve other admin pages (#88) @raucao
    • Add keysend support for Lightning Addresses, specs for address/lnurlp responses (#84) @raucao
    • Expire inactive sessions, optionally allow to stay signed in (#82) @raucao
    • Add configurable settings, admin settings pages, reserved usernames (#81, #104) @raucao
    • Add lndhub admin panel, quick stats for admin pages (#80) @raucao
    • Add Webhooks and XMPP notifications for incoming sats (#79) @raucao
    • Add support and migration for lndhub.go (#77) @raucao
    • Add BTCPay service, Kredits API (#71) @raucao

    Improved

    • Refactor form input styles/layouts (#100) @raucao
    • Improve design of service grid on dashboard (#97) @raucao
    • Various front-end improvements and bugfixes (#78) @raucao
    • Various UI improvements (#70) @raucao

    Fixed

    • Move exchanging of XMPP contacts to account confirmation (#105) @raucao
    • Fix password validation during password reset (#83) @raucao

    Dev Environment

    Downloads
  • v0.4.0 4e0d4bf86d

    raucao released this 2022-03-17 20:59:11 +00:00 | 535 commits to master since this release

    Added

    • Redesign layout and navigation (#64)
    • Allow comments for LNURL-PAY invoices (#65)
    • Add transaction history view to wallet (#66)

    Improved

    • Finish Tailwind migration (#67)

    Fixed

    • Fix sign out link (#62)
    Downloads
  • v0.3.0 f7d0a0ba85

    raucao released this 2022-03-02 16:44:22 +00:00 | 548 commits to master since this release

    Added

    • Add basic donation records (#18)
    • Switch to shared Kosmos fonts (#30)
    • Lightning Network accounts/wallets (based on LndHub) for all @kosmos.org accounts
    • Redesign layout and navigation (#64)
    • Admin layout and navigation
    • Various fixes and improvements

    Dev environment

    • Set up async workers/jobs via Sidekiq (#26)
    • Add Tailwind CSS, migrate most of the styles (#27)
    • Switch from Webpacker to cssbundling-rails, upgrade Tailwind CSS to version 3 (#59)
    • Upgrade Rails to 7.0.2, use native JS bundling (#60)
    Downloads
  • v0.2.1 8903ae2624

    raucao released this 2020-12-13 13:17:57 +00:00 | 725 commits to master since this release

    Fixed

    Production fixes for ejabberd API calls

    Downloads
  • v0.2.0 efe168b205

    raucao released this 2020-12-04 12:37:10 +00:00 | 738 commits to master since this release

    Added

    • Sign up for new account via invitation (#9) @raucao
    Downloads