Skip to content

Latest commit

 

History

History
99 lines (67 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

99 lines (67 loc) · 5.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Added

  • Add network timeout setting - #324

Changed

  • Allow avatars to be changed by users if not provided by LDAP - #188
  • Remove PHP 5.6 support - #388
  • LDAP configuration is now stored JSON encoded - #393
  • Clean up Application initialization code - #396
  • Remove unused use statements - #399 #400

Fixed

  • Only return users valid for ownCloud when getting LDAP group members - #12
  • Fix paging when limit is used - #315

0.13.0 - 2018-12-11

Changed

  • Set max version to 10 because core is switching to Semver - #319
  • Update Screenshot - #306

Fixed

  • Remove legacy table and resolve dn encoding issues - #248
  • Suppress "invalid quota" message if quota isn't set for the user - #237
  • Make "loginName2UserName" an instance method, not static - #398

0.12.0 - 2018-11-05

Added

  • Store "samaccountname" in user preferences table - #254
  • PHP 7.2 support - #280

Fixed

  • Display name and email will not be editable from the profile page - #218
  • Do not throw exception when user not found on LDAP during login - #269
  • Users with no avatar in LDAP are now able to add avatar again, like in ownCloud 9.1 - #256
  • Replaced deprecated config API calls - #258

Removed

  • Removed obsolete comment reference to ldapUserCleanupInterval - #213

0.11.0 - 2018-04-19

Added

  • Ability to output ldap configurations (ldap:show-config) as json #185

Changed

  • Frontend routes converted to proper Controllers #199
  • Fully leverage core account synchronisation #156
  • Improved error log messages #194

Fixed

  • Error with encrypted storage when a unsynchronized user logs in for the first time #178
  • Properly use filters when synchronizing mapped users by dn #168
  • Fallback to ownClouds default quota, if the provided quota by ldap can not be parsed correctly #153

0.10.0 - 2017-12-20

Fixed

  • Rework LDAP app to match account table logic #125
  • Use custom uuid attribute if configured - #158
  • Sync displayname on login - #157
  • Fix working with LDAP replica server - #138
  • Allow specifying the prefix for occ ldap:create-empty-config - #7
  • Remove fix for ldap installation - #132
  • Make the time between needsRefresh configurable - #120
  • Keep the current quota if no suitable quota is found - #123
  • Only use IndexIgnore if mod_autoindex.c is enabled/loaded - #112
  • Remove unneeded account updates during sync - #109
  • Fix possible race condition - #8
  • Remove automatic enable of a configuration - #10
  • Add missing spaces to log message - #110
  • Add hint for max search term length - #105
  • Allow proxy to check next server - #101