• 0.2.2 c0ca3ef5aa

    0.2.2
    All checks were successful
    Release / build (push) Successful in 13m26s
    Release / release (push) Successful in 42s
    Stable

    service released this 2026-04-20 00:36:58 +00:00 | 0 commits to main since this release

    Automatic release for version 0.2.2

    Built from commit: c0ca3ef5aa

    Changelog

    Fixed

    • Unwanted global storage limitation verification when the user click on the confirmation link of a pending request (limitation was already check beforehand, and this extra check result in verification of availability of some extra space, that is not needed)
    • Properly name quota limit

    Deployment instruction

    No peculiar action are needed

    Downloads
  • 0.2.1 62e55b3859

    0.2.1
    All checks were successful
    Release / build (push) Successful in 8m31s
    Release / release (push) Successful in 47s
    Stable

    service released this 2026-04-19 23:19:20 +00:00 | 5 commits to main since this release

    Automatic release for version 0.2.1

    Built from commit: 62e55b3859

    Changelog

    Fixed

    • Confirmation CSS filename was mistyped
    • Slight HTML/CSS adjustment for the confirmation page

    Deployment instruction

    No peculiar action are needed

    Downloads
  • 0.2.0 11e95789e9

    0.2.0
    All checks were successful
    Release / build (push) Successful in 45m44s
    Release / release (push) Successful in 44s
    Stable

    service released this 2026-04-19 22:01:30 +00:00 | 9 commits to main since this release

    Automatic release for version 0.2.0

    Built from commit: 11e95789e9

    Changelog

    Added

    • Two-step confirmation process for email creation requests
      • Users must verify their request by clicking a confirmation link sent to the email address provided during registration
      • After the request is approved, users must complete a second verification by clicking an additional confirmation link sent via email

    Deployment instruction

    A manual db migration is necessary if coming from a previous version:

    ALTER TABLE email_requests ADD COLUMN confirmation_token VARCHAR;
    ALTER TABLE email_requests ADD COLUMN confirmation_expires_at TIMESTAMP;
    

    Automatic migration will be setup in the future if needed

    Downloads
  • 0.1.8 2154d42dd2

    0.1.8
    All checks were successful
    Release / build (push) Successful in 6m8s
    Release / release (push) Successful in 36s
    Stable

    service released this 2025-11-02 18:54:52 +00:00 | 12 commits to main since this release

    Automatic release for version 0.1.8

    Built from commit: 2154d42dd2

    Downloads
  • 0.1.7 2ca8f7f1ee

    0.1.7
    All checks were successful
    Release / build (push) Successful in 7m2s
    Release / release (push) Successful in 37s
    Stable

    service released this 2025-10-26 19:42:13 +00:00 | 14 commits to main since this release

    Automatic release for version 0.1.7

    Built from commit: 2ca8f7f1ee

    Downloads
  • 0.1.6 161c7f3348

    0.1.6
    All checks were successful
    Release / build (push) Successful in 5m55s
    Release / release (push) Successful in 40s
    Stable

    service released this 2025-10-12 18:36:18 +00:00 | 16 commits to main since this release

    Automatic release for version 0.1.6

    Built from commit: 161c7f3348

    Downloads
  • 0.1.5 97740b51f1

    0.1.5
    All checks were successful
    Release / build (push) Successful in 5m58s
    Release / release (push) Successful in 36s
    Stable

    service released this 2025-10-07 19:07:41 +00:00 | 19 commits to main since this release

    Automatic release for version 0.1.5

    Built from commit: 97740b51f1

    Downloads
  • 0.1.4 21fca89b4b

    0.1.4
    All checks were successful
    Release / build (push) Successful in 6m23s
    Release / release (push) Successful in 37s
    Stable

    service released this 2025-10-06 01:19:38 +00:00 | 21 commits to main since this release

    Automatic release for version 0.1.4

    Built from commit: 21fca89b4b

    Downloads
  • 0.1.3 222d7be9f6

    0.1.3
    All checks were successful
    Release / build (push) Successful in 6m2s
    Release / release (push) Successful in 36s
    Stable

    service released this 2025-10-06 00:31:29 +00:00 | 23 commits to main since this release

    Automatic release for version 0.1.3

    Built from commit: 222d7be9f6

    Downloads
  • 0.1.2 641636066e

    0.1.2
    All checks were successful
    Release / build (push) Successful in 5m58s
    Release / release (push) Successful in 35s
    Stable

    service released this 2025-10-05 23:08:21 +00:00 | 27 commits to main since this release

    Automatic release for version 0.1.2

    Built from commit: 641636066e

    Downloads