Commit graph

27 commits

Author SHA1 Message Date
vfedosevich
5e414136b2 move the scheduler to a windows service 2013-04-30 10:47:34 +03:00
Virtuworks
4768b07c92 Helicon Zoo Web Engines 2013-03-10 10:58:39 -04:00
robvde
dfe54e7f16 Added litigation hold feature for exchange 2013-01-23 13:25:58 +04:00
robvde
61d803b26b Partial checkin on litigation hold 2013-01-21 17:01:00 +04:00
robvde
87528108f8 Partial Check in Exchange Litigation Hold 2012-12-08 09:24:08 +04:00
robvde
4c75df5a73 Added change user principalName
Added button to change user password
Changes EmailAddresses, user principal name disabled
2012-11-24 11:39:42 +04:00
robvde
3e8a53a468 Fixed: Do not allow to delete a domain when used by hosting organization objects 2012-11-23 15:54:47 +04:00
robvde
6cf946b6b4 Fixed:
Decoupling of userprincipalName and PrimaryEmailAddress
OrganizationUsers updated with image buttons with the ability to go directly
to offering settings
When changing primaryemailaddress, sip address changes accordingly
Mailboxes list view updated with Login (=userprincipalName) with the ability
to go directly to user setting
Lync list view updated with Login (=userprincipalName) with the ability
to go directly to user setting
2012-11-22 13:16:41 +04:00
robvde
aafb82015b Added: Support for "@" and "*" records for enabled/disable dns and ip mode
switch. Only when only one site exists.

Fixed: Smartermail domain retrieval to handle records with same domain name

Fixed: Added not-domain dependendent services globaldnssupport upon space
or domain creation
2012-10-25 13:35:07 +04:00
robvde
cc6277c8d7 Fixed: DomainItemId field added to the Domains table to register the
relationship between a domain pointer and  domain.

Updated depended procedures and methods
2012-10-18 09:37:39 +04:00
robvde
97e4dce0e5 Fixed: Create InstantAlias creates pointer records for all websites, Create
InstantAlias only crate pointer records for sites within the specific domain

Fixed: delete instant alias to be ran twice to remove alias

Fixed: Webhosting: Hostname support not enabled: only to show unallocated
domains
2012-10-17 09:15:11 +04:00
robvde
62f478010c Ability to set system and reseller lync and exchange mailbox plans as a default
plan added
2012-10-07 12:12:44 +04:00
robvde
599d7666e8 fixed: Verification on dependencies when domain or domain instant alias gets
deleted
2012-10-02 21:06:22 +04:00
Sergey
c6d1fe9549 bugfix: CheckLoadUserProfile() on IIS8 2012-09-27 15:31:34 +03:00
rdolezel
e2b94badfd Merged with the latest changeset 2012-09-18 21:08:40 +02:00
Sergey
444473a73d CheckLoadUserProfile 2012-09-13 16:16:23 +03:00
robvde
260e981140 Lync user plans aligned with Exchange mailbox plans 2012-08-10 16:12:59 +04:00
robvde
8841bbd6c3 page result restored, got lost somewhere
Subscriber Number for Users added. Search on Subscriber Number is still on the
to do list.
2012-08-06 21:57:04 +04:00
robvde
3be20ebaa4 Approaches with mailbox plan changed: ServerAdmin and Reseller are able to
define global plans. The plans will accumulate through out the tree.

Various UI optimizations

Before defining global plans ensure you create a hosted organization for each
reseller. Spaces -> Hosted Organization -> New Organization
2012-08-05 23:16:48 +04:00
robvde
72348041f0 Websitepanel user account lockout and state management added 2012-07-30 11:19:50 +04:00
robvde
008fc296d5 Policies extended with plan templates for Exchange and Lync
Automated provisioning of plans added when template plans are defined
Lync plan maintenance added
Ability to disable editing of lync plans within hosting plans
People picker adjusted for public folders, contact, and distribution liost
2012-07-29 12:39:55 +04:00
robvde
43b73aee66 Added the ability to stamp mailboxes with a mailbox plan as well as those
mailboxes that have no mailbox plan assigned yet.

The following SQL statement will 'upgrade' the user data to work with the new
exchange 2010 SP2 provider. Ensure you replace the variables with values that
matches your environment.

DECLARE  @NetBIOSDomain nvarchar(20)
DECLARE  @ExchangeOrgRoot nvarchar(256)

SET @NetBIOSDomain = 'MYDOMAIN'
SET @ExchangeOrgRoot = 'CN=First Organization,CN=Microsoft Exchange,CN=Services,
CN=Configuration,DC=mydomain,DC=local'

UPDATE ExchangeAccounts SET SamAccountName = @NetBIOSDomain+'\'+AccountName
WHERE AccountID IN  (SELECT AccountID FROM ExchangeAccounts
WHERE AccountType IN (3,7) AND SamAccountName = '')

INSERT INTO ServiceItemProperties (ItemID, PropertyName, PropertyValue)
(SELECT SP.ItemID, 'AddressBookPolicy',
PV = 'CN='+SP.PropertyValue+' Address Policy,CN=AddressBook Mailbox Policies,'
+ @ExchangeOrgRoot
FROM         ServiceItemProperties AS SP
WHERE     (PropertyName = 'OrganizationID') AND (ItemID IN
 (SELECT     ItemID
 FROM          ServiceItemProperties AS ServiceItemProperties_1
 WHERE      (PropertyName = 'GlobalAddressList') AND (PropertyValue <> ''))))

UPDATE SP SET PropertyValue='CN='+SP2.PropertyValue+' Rooms,CN=All Address Lists
,CN=Address Lists Container,'+@ExchangeOrgRoot
FROM ServiceItemProperties AS SP
JOIN ServiceItemProperties AS SP2 ON SP.ItemID = SP2.ItemID
AND SP.PropertyName='RoomsAddressList'
WHERE (SP2.PropertyName = 'OrganizationID') AND (SP2.ItemID IN
 (SELECT     ItemID
 FROM          ServiceItemProperties AS ServiceItemProperties_1
 WHERE      (PropertyName = 'GlobalAddressList') AND (PropertyValue <> '')))
2012-07-12 17:14:19 +04:00
robvde
a240fcebc6 Lync Server 2010 Multitenant Core Unified Communications Support Added
Enterprise voice support to follow soon
2012-07-10 11:19:55 +04:00
robvde
50f2c43315 Significant amount of changes to hosted organizations and exchange:
Exchange 2010 SP2 provisioning separated through a new provider
Exchange 2010 SP2 now compliant with product group guidelines
Support for Database Availability Group
Fixed Distribution List view scope to only tenant
Consumer support (individual mailboxes as hotmail) added
Mailbox configuration moved to mailbox plans concept
CN creation is now based on UPN
sAMAccountName generation revised and decoupled from tenant name
2007 (ACL Based), 2010 (ACL Bases), 2010 SP2 (ABP) supported
Automated Hosted Organization provisioning added to create hosting space
Enterprise Server webservice extended with ImportMethod
Mobile tab fixed
Added more information to users listview
2012-07-09 12:03:24 +04:00
robvde
452fcb7f47 DNS SRV Record support. Only supported with MS DNS Provider 2012-07-04 13:18:58 +04:00
omara
5326d4ff26 Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
ptsurbeleu
b03b0b373f Initial project's source code check-in. 2011-07-13 16:07:32 -07:00