172 | 2.0.1 | | closed | FIX: Credentialed domain may not be found when casing does not match domain alias | |
|
174 | 1.13.4 | bug | closed | FIX: HTTP operations are not submitting basic authentication credentials | |
|
171 | 1.13.2 | | closed | FIX: Credentialed domain may not be found when casing does not match domain alias | |
|
169 | 1.13.2 | | closed | Batch submit package dependencies when possible | |
|
168 | 1.13.1 | | closed | Added Input Cache to IsMemberOfGroup | |
|
167 | 1.13.1 | | closed | FIX: Apply Template should use ID and not explicitly list global templates (Undoes #164) | |
|
164 | 1.12.3 | | closed | FIX: Apply Template not suggestion global templates | |
|
163 | 1.12.2 | | closed | FIX: Set-FileAttributes erroneously warns "No file attributes have been specified." | |
|
159 | 1.10.7 | | closed | FIX: LDAPS on Linux | |
LDAPS on Linux is missing SecureSockerLayer setting, this needs to be set to try when LDAPS is enabled. Also, add debug option to bypass LDAPS certificate verification. |
158 | 1.10.6 | | closed | Add Port Overide for LDAP and LDAPS | |
|
157 | 1.10.6 | | closed | FIX: AD login on Docker thows invalid credentials error | |
|
156 | 1.10.4 | | closed | FIX: User credentials with Domain specified causes login error | |
|
154 | 1.10.2 | | closed | Feature: Add support for DOMAIN\USERNAME support to login | |
Should work similarly to how Integrated Authentication parses the login name. |
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 |
161 | 1.7.13 | | closed | Add timeout to SMTP Client in the SendEmailOperation | |
|
155 | 1.7.12 | | closed | Fix: Repack-Package only works with Global secure resources | |
|
151 | 1.7.12 | | closed | 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. | |
|