• v2.4.2 bce1796115

    2.4.2 Stable

    ashpie released this 2021-05-28 14:51:31 +02:00 | 0 commits to master since this release

    • Install and upgrade dependencies
    • Make max public domain identities configurable and default to unlimited (-1)
    Downloads
  • v2.4.0 2bd1e9ac9f

    2.4.0 Stable

    ashpie released this 2021-03-01 14:06:31 +01:00 | 35 commits to master since this release

    Changes

    • Minor frontend fixes
    • Mailbox backend
      • Don't show identity delete action on mailbox's main identity
      • Fix redirections
      • Add set main identity action (requires manually moving emails on the server after use)
      • Separate mail domains from mail boxes (mail domains have their own backend page now)
    • Upgrade dependencies

    See diff for more details

    Update instructions

    • git fetch && git checkout v2.4.0
    • yarn install && yarn build
    • Restart systemd service
    Downloads
  • v2.3.0 6ee13b59ec

    2.3.0 Stable

    ashpie released this 2021-01-26 13:02:59 +01:00 | 44 commits to master since this release

    Changes

    • Swaf was updated to 0.23.x and many systems that were basic user account features were moved from rainbox.email to swaf
    • The design was improved
      • Better mobile menu
      • Some css was reworked to make it mobile-first
      • New dropdown design

    Update instructions

    1. git fetch && git checkout v2.3.0
    2. yarn install && yarn build
    3. Restart systemd service
    Downloads
  • v2.2.0 a645c2dc96

    2.2.0 Stable

    ashpie released this 2020-11-10 15:36:34 +01:00 | 62 commits to master since this release

    fyi: redis is used for session, so it cannot be skipped until new session stores are developed (i.e. mysql).

    Changes

    • Add user list backend
    • Allow admins to change a user's password
    • Allow users to change their passwords
    • Add a warning in the user's account page when they don't have any recovery email
    • Minor frontend layout and design improvements

    Update instructions:

    1. git fetch && git checkout v2.2.0
    2. yarn install && yarn build
    3. Restart systemd service
    Downloads