All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- CoffeeNet Starter Parent to version
0.33.1
- Add
auth.ldap.bindDn
andauth.ldap.bindPassword
- Actuator to have
/health
endpoint
- CoffeeNet starter-logging to version 0.32.0
- Changelog format
- Link in readme
- CoffeeNet starter-logging to version 0.31.0
- Minimize login logo for 1200px and above
- CoffeeNet starter-logging to version 0.29.0
- Minimize login logo for 992px-1200px
- Upgrade
- CoffeeNet starter-logging to version 0.28.0
- CoffeeNet starter-discovery to version 0.28.0
- docker-maven-plugin to version 0.24.0
- Run integration tests with mariaDB instead of h2
- More configuration possibilities for clients
- New CoffeeNet login page
- Upgrade
- CoffeeNet starter-logging to version 0.27.1
- CoffeeNet starter-discovery to version 0.27.1
- coffeenet.discovery.enabled=false does not instantiate 'CoffeeNetAppService' that was not optional by the 'LoginController' and not can be optional
- Use default TlsDirContextAuthenticationStrategy
- Cleanups
- Default values for AuthClientDto
- Use ldap uid as username instead of user typed username
- close unnecessary open /health endpoint
- wrong message property in clients edit page
- CoffeeNet starter-logging to version 0.26.0
- CoffeeNet starter-discovery to version 0.26.0
- DockerFile - use default alpine openjdk image as base
- CoffeeNet OAuth2 script to receive token
- Fix bug that user endpoint does not return authorities
- Upgrade CoffeeNet starter-logging to version 0.23.0
- Upgrade CoffeeNet starter-discovery to version 0.23.0
- Upgrade to Spring Cloud Dalston.SR1
- Change the intern package structure
- Add JWT token store instead of jdbc token store
- Add new CoffeeNet logo and design
- Upgrade to Spring Boot 1.5.4
- Upgrade to Spring Cloud Camden.SR7
- Upgrade CoffeeNet starter-logging to version 0.21.0
- Upgrade CoffeeNet starter-discovery to version 0.21.0
- Use MariaDB instead of MySQL
- Expose email attribute on '/user' endpoint
- Add developer feature to manage application.properties on project root level that is not tracked by git
- Fix logout page was not displayed correctly
- Add navigation bar for /clients
- Upgrade to Spring Boot 1.5.1
- Upgrade CoffeeNet starter-logging to version 0.18.0
- Upgrade CoffeeNet starter-discovery to version 0.18.0
- Upgrade to Spring Boot 1.4.4
- Upgrade CoffeeNet starter-logging to version 0.15.1
- Upgrade CoffeeNet starter-discovery to version 0.15.1
- Remove refresh token functionality
- Add password recovery link
- Will only provided if the service with a password recovery is available
auth.passwordRecoveryServiceName
andauth.passwordRecoveryPath
- Add possibility to configure the connection with or without tls between the auth server and ldap
auth.ldap.connection-with-tls (default: true)
- Upgrade CoffeeNet starter-logging to version 0.13.0
- Upgrade CoffeeNet starter-discovery to version 0.13.0
- Remove synyx specific default values from
auth.ldap.*
- Fix that only in
auth.development=true
mode the test CoffeeNetClient is added
- Add CoffeeNet logging
- Add service discovery for
/clients
- Upgrade latest dependencies
- Bootstrap 3.3.7-1
- Font Awesome 4.7.0
- Split configuration properties and development config for liquibase
- Adapt most configuration to
auth.*
auth.default-redirect-url
default value is nowhttp://localhost:8080
auth.development
default value is nowtrue
auth.ldap.*
moved fromldap.*
now withauth.*
prefix