153
|
1.9.3 |
|
closed
|
FIX: gMSA account treated as group not user |
|
|
152
|
1.9.2 |
|
closed
|
gMSA Account cannot authenticate to ProGet |
|
Initially, ExtractGroupNames throws NullReferenceException. |
150
|
1.9.1 |
|
closed
|
.NET 4.5.2 AD client errors with [InvalidCastException: Unable to cast object of type 'System.Byte[]' to type 'System.String'.] |
|
StackTrace:
[InvalidCastException: Unable to cast object of type 'System.Byte[]' to type 'System.String'.]
Inedo.Extensions.UserDirectories.Entry.ExtractGroupNames() +260
Inedo.Extensions.UserDirectories.ActiveDirectoryUser.IsMemberOfGroup(String groupName) +120
System.Linq.WhereArrayIterator`1.MoveNext() +71
System.Linq.Buffer`1..ctor(IEnumerable`1 source) +152
System.Linq.d__1.MoveNext() +203
System.Linq.Buffer`1..ctor(IEnumerable`1 source) +152
System.Linq.Enumerable.ToArray(IEnumerable`1 source) +91
System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) +87
Inedo.ProGet.Web.Security.TaskChecker.CanPerformAnyTask(IUserDirectoryUser user) +29
Inedo.ProGet.WebApplication.Pages.RootPage.CreateTopPanel() +1198
Inedo.ProGet.WebApplication.Pages.d__2.MoveNext() +934
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +60
Inedo.ProGet.WebApplication.Pages.d__10.MoveNext() +621
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +60
Inedo.Web.PageFree.d__46.MoveNext() +234
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +60
Inedo.Web.PageFree.d__45.MoveNext() +240
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +31
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +60
System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar) +64
Inedo.Web.Handlers.AsyncHandlerWrapper.EndProcessRequest(IAsyncResult result) +33
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +602
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +128 |
151
|
1.7.12 |
|
open
|
Add UseAgent, UseDefaultCredentials to promote/repack operations |
|
|
149
|
1.7.11 |
|
closed
|
Add user and Group filter on TryGetUser |
|
|
148
|
1.7.10 |
|
closed
|
FIX: Repack-Package operation fails to infer feed name with a NuGet v3 feed URL |
|
|
145
|
1.7.6 |
|
closed
|
FIX: NullReferenceException on AD user login with SDK 1.8 |
|
|
142
|
1.7.4 |
|
closed
|
$Date variable function with no format returns wrong default format |
|
the default format string should be `yyyy-MM-ddTHH:mm:ss` instead of `yyyy-MM-ddThh:mm:ss`.
https://github.com/Inedo/inedox-inedocore/blob/master/InedoCore/InedoExtension/VariableFunctions/DateUtcVariableFunction.cs#L35
https://github.com/Inedo/inedox-inedocore/blob/master/InedoCore/InedoExtension/VariableFunctions/DateVariableFunction.cs#L35
We will fix this by shipping a new InedoCore, but you can also work-around it with `$Date(yyyy-MM-ddTHH:mm:ss)` in the meantime. |
139
|
1.7.2 |
|
closed
|
Add Support To Ignore SSL Errors on HTTP operations |
|
Add support to ignore SSL errors on HTTP operations. This will allow for the usage of self signed certificates. This will be enabled by setting teh IgnoreSslErrors property to true on the HTTP operation. |
90
|
1.7.1 |
|
closed
|
Synchronize ProGet registry operations so only one lock is acquired at a time. |
|
|
128
|
1.7.1 |
|
closed
|
Make recursive AD group searching faster |
|
Avoid expensive LDAP queries by exiting from `IsMemberOfGroup` early if the requested group has been found. |
135
|
1.7.1 |
|
closed
|
Add warning if default arguments and filename are used on execute process |
|
|
130
|
1.7.0 |
|
closed
|
Add $ResolvePath function. |
|
|
131
|
1.7.0 |
|
closed
|
Updated to SDK 1.7.0 |
|
|
132
|
1.7.0 |
|
closed
|
Rename FileMask to FilesOnDisk and add Directory paramter |
|
|
133
|
1.7.0 |
|
closed
|
Rename "Active Directory (New)" to "Active Directory (LDAP)" |
|
|
147
|
1.5.5 |
|
closed
|
FIX: Add back GetGroupMembers for Acitve Directory (New) |
|
|
146
|
1.5.4 |
|
closed
|
Update description of Repackage Package |
|
|
144
|
1.5.3 |
|
closed
|
NETBIOS giving Server Not Operational error when using LDAPS |
|
This is caused by an incorrect query. Currently it calls `LDAP://ROOTDSE:636`. It should call `LDAP://636/ROOTDSE`. |
136
|
1.5.2 |
|
closed
|
Add LDAPS Support to Inedo Core |
|
Add UseLdaps setting to AD User Directory that will allow AD integration to use LDAPS instead of LDAP. |
126
|
1.5.1 |
|
closed
|
Add ProGet::Promote-Package operation |
|
|
127
|
1.5.1 |
|
closed
|
FIX: ProGet::Push-PackageFile does not support virtual package files |
|
|
125
|
1.5.1 |
|
closed
|
Add Install-Package operation for installing from a package source |
|
|
122
|
1.5.1 |
|
closed
|
Add ProGet::PushPackageFile operation for pushing to a package source |
|
|
120
|
1.5.1 |
|
closed
|
ProGet::Repack-Package should require use of package source and automatically use package source credentials/url |
|
|