# # ChangeLog for branches # # Generated by Trac 1.0.12 # 06/14/24 17:55:26 Tue, 06 Jul 2010 14:01:19 GMT bfarka [4002] * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.sln (modified) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp3.vsmdi (added) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp4.vsmdi (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabMembershipUser.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabUser.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabUserRole.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Persistence.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/App.config (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/UnitTests.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/app.config (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/service/HeuristicLabManagementServiceTest.cs (modified) made struture changes in persistence classes and provider Tue, 06 Jul 2010 11:48:48 GMT mholper [4000] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) implemented last Method HeuristicLabRoleProvider.DeleteRole and ... Thu, 01 Jul 2010 16:57:26 GMT cfleisch [3992] * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabUser.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) LockUser/UnlockUser in Membership Provider implemented (#1055) Tue, 29 Jun 2010 18:00:06 GMT bfarka [3978] * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.sln (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabUserRole.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) fixed bug in RomveUsersFromRoles and fixed some tests (1046) Tue, 29 Jun 2010 17:45:09 GMT dkahn [3977] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) #1061 GetAllUsers with unit test. Under construction. Tue, 29 Jun 2010 16:21:22 GMT bfarka [3976] * branches/HeuristicLab.Services.Authentication Prototype/Service/App.config (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Services/Administration/AuthorizationManagementService.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/AuthorizationManagementService.wsdl (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/Reference.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/Reference.svcmap (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/configuration.svcinfo (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/configuration91.svcinfo (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/metadata.xsd (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/metadata1.xsd (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/UnitTests.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/app.config (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/service (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/service/AbstractHeuristicLabServiceTest.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/service/HeuristicLabAuthorizationManagementServiceTest_old.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/service/HeuristicLabManagementServiceTest.cs (added) added first service method and unittest for service added abstract ... Mon, 28 Jun 2010 19:09:36 GMT bfarka [3974] * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) added unit tests to check if the unique constraints on rolename ... Mon, 28 Jun 2010 17:34:19 GMT bfarka [3973] * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/ServiceTests (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/ServiceTests/AbstractServiceTest.cs (added) added missing unit test (1046) Mon, 28 Jun 2010 17:21:50 GMT hmayr [3972] * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DatabaseUtil.cs (modified) minor changes (#1046) Mon, 28 Jun 2010 17:06:43 GMT bfarka [3971] * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DatabaseUtil.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Services (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Services/Administration (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Services/Administration/AuthorizationManagementService.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Services/Administration/IAuthorizationManagementService.cs (added) creating unique index for username, email and rolename (#1062) Mon, 28 Jun 2010 16:28:12 GMT bfarka [3970] * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml.layout (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.designer.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DatabaseUtil.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Persistence.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Properties/Settings.Designer.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Properties/Settings.settings (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/app.config (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/App.config (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Service.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Service.csproj.user (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/AbstractHeuristicLabTest.cs (modified) made Database configable with app.config in the Persistence Project ... Mon, 28 Jun 2010 10:40:34 GMT bfarka [3968] * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml.layout (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.designer.cs (modified) added field "isLocked" to linq classes (#1055) Mon, 28 Jun 2010 08:34:08 GMT mholper [3967] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) implemented Method HeuristicLabRoleProvider.GetUsersInRoleTest and ... Sat, 26 Jun 2010 14:11:58 GMT jhaider [3966] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) added regions for vars and Properties, implemented some Properties ... Sat, 26 Jun 2010 13:56:15 GMT jhaider [3965] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) added support for Cryptography (#1046) Sat, 26 Jun 2010 11:11:44 GMT mholper [3964] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) formated with vssettings, added missing .Dispose() to following ... Sat, 26 Jun 2010 10:51:55 GMT mholper [3963] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) implemented RoleProvider.IsUserInRole (#1046) Sat, 26 Jun 2010 09:58:16 GMT hmayr [3962] * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml.layout (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.designer.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) changed all association names in linq classes (e.g. form singular to ... Sat, 26 Jun 2010 09:52:44 GMT jhaider [3961] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) added ValidateUserTestEncrypted edited ValidateUserTest (#1046) Sat, 26 Jun 2010 09:45:44 GMT bfarka [3960] * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) added bugfixes and unittests for roleprovider (#1046)