Skip to content

Releases: intercity/intercity-next

V0.4.0

01 Dec 07:59
f958a8c
Compare
Choose a tag to compare
  • When no Dokku installed, make sure version check is not breaking. Fixes #229 (jvanbaarsen)
  • Upgrade Dokku to latest version (0.10.5) (jvanbaarsen)
  • Upgrade Rubocop to latest version due to security problem (jvanbaarsen)

V0.3.0

27 Jan 10:56
3154385
Compare
Choose a tag to compare
  • Allow execution user to be set for a server, defaults to root Fixes: #94 (jvanbaarsen)

V0.2.0

19 Sep 14:21
Compare
Choose a tag to compare
  • Mark all existing services as linked (jvanbaarsen)
  • Store the amount of resources a server has (jvanbaarsen)
  • Update Dokku to 0.7.1 (jvanbaarsen)
  • Ensure we give CURL enough time to download buildpacks (jvanbaarsen)

V0.1.0

02 Sep 08:04
Compare
Choose a tag to compare
  • Move generation of SECRET_KEY_TOKEN to an initializer (jvanbaarsen)
  • Brand new design (jvanbaarsen)
  • Scope app name uniqueness to server and not entire IC (jvanbaarsen)
  • Make sure service containers are destroyed when removing an app Fixes: #80 (jvanbaarsen)
  • Schedule Health_checks in their own queue and run them in IC. (jvanbaarsen)
  • Add ability to remove users from the IC (brambokdam)
  • Add blank slate for server page (jvanbaarsen)
  • Add Two Factor Authentication (jvanbaarsen)
  • Add a LICENSE file (jvanbaarsen)
  • Load gravatars over SSL (jvanbaarsen)
  • Ensure Healthcheck page has proper styling (jvanbaarsen)
  • Don't schedule backups when the server is marked as down (jvanbaarsen)
  • Add pagination to the backups page (jvanbaarsen)
  • Update to Dokku 0.7.0; Fixes: #158 (jvanbaarsen)
  • Remove the empty state on different forms after adding first item; Fixes: #156 (jvanbaarsen)
  • Added a settings page (jvanbaarsen)
  • FROM_EMAIL env var is deprecated. Set the from_emails on the setting page (jvanbaarsen)
  • Make SMTP configurable in the IC interface (jvanbaarsen)
  • Remember a login for 30 days (jvanbaarsen)
  • Enable SSL for your apps in the web interface (jvanbaarsen)
  • Add password reset functionality (jvanbaarsen)
  • Allow users to enable swap for their app servers (jvanbaarsen)