Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Releases: obl-ong/panel

v1.3.2

07 Feb 07:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

29 Jan 03:06
fd002ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

26 Jan 14:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Dec 01:54
b721cdd
Compare
Choose a tag to compare

Release Notes

  • Adds Record cache with Solid Cache, speeds up site immensely, closes #28 (DNSimple caching) - does not fetch in background though, i don't think it matters too much, the caching works wonders
  • Updates to rails 7.1
  • Migrates asset pipeline to Propshaft, and does other asset pipeline cleanup
  • Creates healthcheck at /up
  • Enables discoverable passkey credentials (resident keys), closes #16 (yubikey support) (however people will have to renroll), fixes regression from v1.1.0
  • Domain card aesthetic updates, closes #7 (text overflow)
  • Fix registration (email OTP invalid issue) and turbo frame issues

Quirks

  • Must copy app/javascript/application.js to public/assets/application-{hash}.js manually after running rails assets:precompile

v1.1.3

22 Nov 00:16
bba3430
Compare
Choose a tag to compare

Release Notes

  • Fixed email OTP security bugs (relates to expiration of OTP)
  • Adds sent email confirmation on resend code
  • Create security disclosure policy (SECURITY.md)

v1.1.2: URGENT SECURITY PATCH

25 Oct 20:24
Compare
Choose a tag to compare

This release contains an urgent security patch for email OTP login.

On previous versions, any actor could log into any account with email OTP enabled by entering any number into the OTP field after requesting an email.

We thank zinc for reporting this issue.

Administrators: update your version of Obl.ong immediately.

Lastly, email OTPs now only get sent if the code has expired, or you manually hit resend - cutting down on SMTP costs.

v1.1.1

18 Sep 16:52
Compare
Choose a tag to compare

Release Notes:

  • Added domain creation & transfer emails

v1.1.0

13 Aug 21:43
Compare
Choose a tag to compare

Release Notes:

  • Made passkey authentication more reliable, by not sending all pubkeys to the browser, but sending RP information instead.
  • Fixed transfer UI in the domain settings
  • Added email code authentication & opt-out
  • Added production DNSimple api endpoint if production environment detected
  • Added postgres db for production
  • BREAKING CHANGE/REDUCTION: yubikeys no longer supported at this time due to them not being a discoverable credential.

v1.0.0 !

09 Aug 20:41
3e69e7a
Compare
Choose a tag to compare

This is the initial release for admin.obl.ong! There's no support for email forwarding or link creation at the moment, just DNS records.