All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Add network timeout setting - #324
- 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
- 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
- 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
- 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 obsolete comment reference to ldapUserCleanupInterval - #213
0.11.0 - 2018-04-19
- Ability to output ldap configurations (
ldap:show-config
) as json #185
- Frontend routes converted to proper Controllers #199
- Fully leverage core account synchronisation #156
- Improved error log messages #194
- 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
- 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