Releases: seanmcne/OrgDbOrgSettings
Webapi version changes and uci shell refresh setting
Pull request #32 and issue #31
Added: Organization.EnableUnifiedInterfaceShellRefresh
Added code to use the org version to determine the webapi to use (as some organization attributes cannot be retrieved or updated using older versions of the endpoint).
V8.x ==> /api/data/v8.0
V9.0 ==> /api/data/v9.0
V9.1 ==> /api/data/v9.1
Adding IsSOPIntegrationEnabled Organization entity attribute
Merge pull request #30 from seanmcne/seanmcne-patch-2 updating settings xml with IsSOPIntegrationEnabled
v1.0.1901.1502
#27 Adding a new setting currently rolling out
v1.0.1811.2801 adding a missing v9 setting
#25 EnableRetrieveMultipleOptimization added back for v9.x
Adding new v9.0.2 and v9.1 settings
removed several 6.x and 7.x settings that are no longer used in 2016 or are not needed as there is another setting specific for the 2016 builds.
HideTrackAllOption expected on or after: 9.0.2.1719
IgnoreConversationIndexAndInReplyToForCorrelation expected on or after: 9.0.2.1719
MaximumSubjectLengthOnMailServer expected on or after: 9.0.2.2240
UseFilteringMethodOfSyncingMailboxOnlyForCorrelation expected on or after: 9.0.2.2622
DelegateAccessEnabled expected on or after: 9.1.0.839
UseXAnchorMailboxInExchangeRequestHeader expected on or after: 9.1.0.729
v1.0.1810.1101
adding new v8 setting:TrackAppointmentsFromNonOrganizer
9/4 settings update
Adjusting for 8.2 compat: ExchangeSyncIdMappingPersistenceTimeInDays
Adding new settings for late Aug 2018
Added ResolveForInactiveEntities for serverside sync in v9
new v9 Settings aug 2018
this update also includes use of the new odata v4 endpoint - please report any issues, so far all tests are passing and I don't anticipate any issues. Thanks!
v1.0.1806.2602
- Removed all uses of the Odata v2 service - all service interactions use the webapi now
- tried to address a bug where the solution config page gets a 500 http error from the odatav2 service - a simple f5 refresh would workaround the problem each time. Ultimately, I was unable to determine where it was coming from however, I suspect using webapi will avoid the error now (I haven't seen a repro of the problem since switching).
- Had to handle some casing differently (cast column names/attributes toLower to ensure the webapi accepts changes and specific column queries)
- A lot of little changes were made in formatting by VS (it's showing more changes than were really made - sorry if it's hard to read)
- Added a .gitignore
- Sync'd settings back to a master settings xml file to ensure parity
- Fixed EnableSssItemLevelMonitoring
- Fixed duplicate/overlapping ForcePublishedMetadataForRetreive
- removed ignored files from master