sornaks
7606c81482
Renaming - file case.
2015-07-02 14:20:10 -07:00
Hao Kung
3321adbe64
Add test verifying passwords are salted
2015-07-02 12:22:21 -07:00
Kirthi Krishnamraju
38748b54eb
[JsonPatch]: Added NotNull attribute to parameters and updated comments
2015-07-02 12:19:38 -07:00
Hao Kung
85d2d3d46a
Reenable Functional tests/Fix security stamp
2015-07-02 12:10:36 -07:00
Kiran Challa
d9b136e20d
'Refresh' the session even when its not accessed in current request #41
2015-07-02 09:50:31 -07:00
Victor Hurdugaci
039cc18e8b
Fix typo in project.json
2015-07-01 20:41:03 -07:00
Victor Hurdugaci
77d1b47377
Add repository information to project files
2015-07-01 20:35:25 -07:00
Victor Hurdugaci
6438362e0a
Add repository information to project files
2015-07-01 20:34:07 -07:00
Victor Hurdugaci
2981bb281b
Add repository information to project files
2015-07-01 20:27:37 -07:00
Victor Hurdugaci
5531b21d94
Add repository information to project files
2015-07-01 20:26:10 -07:00
Victor Hurdugaci
0d71421c05
Add repository information to project files
2015-07-01 20:25:17 -07:00
Victor Hurdugaci
f135b7d8dd
Add repository information to project files
2015-07-01 20:22:39 -07:00
Victor Hurdugaci
f2e1f28908
Add repository information to project files
2015-07-01 20:21:13 -07:00
Victor Hurdugaci
c2952f26fa
Add repository information to project files
2015-07-01 20:18:53 -07:00
Victor Hurdugaci
fd038b7b91
Add repository information to project files
2015-07-01 20:13:32 -07:00
Victor Hurdugaci
9fc993122e
Add repository information to project files
2015-07-01 20:10:53 -07:00
Victor Hurdugaci
bbbd0d9f35
Add repository information to project files
2015-07-01 20:02:24 -07:00
Victor Hurdugaci
430c55440b
Add repository information to project files
2015-07-01 19:59:11 -07:00
Victor Hurdugaci
4cbc9ace9c
Add repository information to project files
2015-07-01 19:48:35 -07:00
Victor Hurdugaci
e332375f0e
Add repository information to project files
2015-07-01 19:42:39 -07:00
Victor Hurdugaci
c53dba25c8
Add repository information to project files
2015-07-01 19:30:37 -07:00
Hao Kung
62f5d79df2
Reenable social tests
2015-07-01 19:07:34 -07:00
Hao Kung
61bbe4cf52
Set user in OAuthContext
2015-07-01 19:01:44 -07:00
Hao Kung
f78d41095d
Disable smoke tests for now
2015-07-01 18:18:15 -07:00
Hao Kung
856f510168
Add missed file
2015-07-01 16:01:39 -07:00
Hao Kung
eeb39d01e4
React to pinpoint PR
2015-07-01 15:50:46 -07:00
Kévin Chalet
9bb8b61146
Revisit OAuthAuthenticationHandler and add a new SaveTokensAsClaims option
2015-07-01 15:03:54 -07:00
Murat Girgin
85c9db8450
Delete Queries.md
...
Moved elsewhere
2015-07-01 14:59:54 -07:00
Hao Kung
6e67b1c9b1
Delete dead file
2015-07-01 14:38:29 -07:00
Chris R
00b5cdc4a2
#212 Check for duplicate Configure or ConfigureServices methods.
2015-07-01 13:00:54 -07:00
Hao Kung
ec582d4512
React to security changes
2015-07-01 12:54:09 -07:00
Hao Kung
5e92de8009
Tweak SecurityHelper for MVC usage
2015-07-01 12:36:37 -07:00
Hao Kung
b9f152ebb1
Cookie fixes
2015-07-01 11:55:06 -07:00
glennc
8106fc8613
Add beta5, add console logger to web and mvc so that you can see the URL that we listen on.
2015-07-01 11:16:18 -07:00
Chris R
2b5785c2c6
#131 Handle behavioral challenges (403 vs 401).
2015-07-01 10:35:10 -07:00
Murat Girgin
e7e8e981a6
Update Queries.md
...
Added Troy's bugs.
2015-07-01 10:10:43 -07:00
Doug Bunting
69d8e52bf9
Add support for get-only indexer properties
...
- #399
- move invalid `HtmlAttributeNameAttribute.Name` checking to `TagHelperDescriptorFactory`
- add a few new error cases
- but does not cover all the new error cases e.g. `[HtmlAttributeName(...)]` on a get-only `int` property
nit:
- `resx` target removed some older resources from `RazorResources.Designer.cs`
2015-06-30 23:03:10 -07:00
Chris R
26a6b5dc33
#28 Remove environment page from the error page.
2015-06-30 17:05:42 -07:00
Kiran Challa
406a3853af
React to newly added api MediaTypeHeaderValue.Clone() #2569
2015-06-30 15:40:34 -07:00
Kiran Challa
04cf85d9fa
Skipped test temporarily
2015-06-30 15:27:06 -07:00
Sornakumar Sundararajan
1f480386f4
Making CreateCodeWriter protected so that it can be overridden in Mvc.
2015-06-30 14:51:23 -07:00
Ajay Bhargav Baaskaran
d2d4d1d1d3
[ Fixes #2715 ] Using default SerializerSettings from MvcJsonOptions
2015-06-30 14:49:42 -07:00
N. Taylor Mullen
15cb2ce709
React to aspnet/Razor#382
2015-06-30 12:49:48 -07:00
N. Taylor Mullen
85be731e2b
Add OutputElementHintAttribute to control design time IntelliSense for TagHelpers.
...
- Decided to not have the attribute inheritable since TargetElement is not inheritable.
- Added tests to validate serialization, deserialization and construction of TagHelperDescriptors with OutputElementHints.
- Changed TagHelperUsageDescriptor to TagHelperDesignTimeDescriptor and TagHelperAttributeDesignTImeDescriptor.
#382
2015-06-30 12:13:04 -07:00
Hao Kung
d7ce42dacc
Handle null in ticket serializer
2015-06-30 12:08:20 -07:00
Ajay Bhargav Baaskaran
6213354b85
Fixes for FileVersionProvider
...
- Path with query string works
- No exception is thrown for absolute path
2015-06-30 11:25:32 -07:00
Arthur Vickers
de4fb94bf1
React to EF namespace changes
2015-06-30 10:59:28 -07:00
Arthur Vickers
504e7fb228
React to EF namespace changes
2015-06-30 10:59:21 -07:00
Arthur Vickers
83c6ea7116
React to EF namespace changes
2015-06-30 10:59:15 -07:00
Hao Kung
670614cdc5
SignInManager fix for external auth
2015-06-30 10:29:19 -07:00