Skip to content

Releases: seanmcne/OrgDbOrgSettings

Webapi version changes and uci shell refresh setting

29 Jan 01:01
80ab135
Compare
Choose a tag to compare

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

25 Jan 15:36
8df5207
Compare
Choose a tag to compare
Merge pull request #30 from seanmcne/seanmcne-patch-2

updating settings xml with IsSOPIntegrationEnabled

v1.0.1901.1502

15 Jan 21:27
eba9bfb
Compare
Choose a tag to compare

#27 Adding a new setting currently rolling out

v1.0.1811.2801 adding a missing v9 setting

28 Nov 20:50
5534ca0
Compare
Choose a tag to compare

#25 EnableRetrieveMultipleOptimization added back for v9.x

Adding new v9.0.2 and v9.1 settings

11 Nov 19:32
4f449d8
Compare
Choose a tag to compare

#24

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

11 Oct 21:14
0f90269
Compare
Choose a tag to compare

adding new v8 setting:TrackAppointmentsFromNonOrganizer

9/4 settings update

05 Sep 02:39
32e20c4
Compare
Choose a tag to compare

Adjusting for 8.2 compat: ExchangeSyncIdMappingPersistenceTimeInDays

Adding new settings for late Aug 2018

28 Aug 15:58
2715a41
Compare
Choose a tag to compare

Added ResolveForInactiveEntities for serverside sync in v9

new v9 Settings aug 2018

09 Aug 16:08
7677390
Compare
Choose a tag to compare

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

21 Jun 18:02
0dffe51
Compare
Choose a tag to compare
  • 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