Zum Inhalt

CHANGELOG

Unreleased

v1.2.0 (2024-11-26)

  • Add charset header to WWW-Authenticate: Basic responses
  • Fix pox real-ip logging
  • Implement Exchange Autodiscover v2 (JSON)
  • Set cache-control response header for pox redirect responses
  • Add support for modern auth in pox endpoints

v1.1.0 (2024-10-08)

  • Add support to configure trusted proxy

v1.0.0 (2024-10-02)

  • Switch pox auth from zcore to reauth

v0.2.2 (2024-04-29)

  • Generate 3rd-party licenses on dist

v0.2.1 (2024-01-31)

  • Add EXHTTP protocol for mapiHttp clients

v0.2.0 (2023-09-15)

  • Update CI to Ubuntu 22.04

v0.1.2 (2023-07-03)

  • Add authentication check for shared store access

v0.1.1 (2023-06-28)

  • Further improve response behavior based on EX2019
  • Set rules for processing ini file comments and double quotes
  • Use manage URL from config file

v0.1.0 (2023-06-28)

  • Refactor service implementation
  • Fix a bunch of types and formatting issues

v0.0.1 (2023-06-28)

  • Wrap the original error
  • Add function for share store
  • Add Utils functions
  • Remove request context from ADSService struct
  • Initiate session object
  • Add function to get user info from DB
  • Discover mail box user
  • Fix linting errors
  • Discover public folder
  • Bootstrap project
  • Initial commit