Hao Kung
7bc6cab72e
Fix samples
2015-04-20 15:26:22 -07:00
Chris Ross
99f3aa197f
#118 - Use common cookie header formatters.
2015-04-20 15:16:29 -07:00
sornaks
064c01cf2b
#2267 - Moving responsibility for setting ModelState.MaxAllowedErrors into a more appropriate location.
2015-04-20 14:31:04 -07:00
ASP.NET Push Bot
e9dbf24790
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@9c54d02bea
2015-04-20 14:12:43 -07:00
Praburaj
78e9ef2782
Add more logging while starting dnx.exe or dnu.cmd
2015-04-20 13:51:00 -07:00
Ryan Nowak
8bae02928d
Fix build break
2015-04-20 12:44:30 -07:00
Chris Ross
0737ea392f
Add NotNull to Predicate setter.
2015-04-20 11:41:43 -07:00
Praburaj
0e9f876d4e
Removing timeout for dnu publish
...
Sometimes on slower machines that it takes more than this time especially when -no-source is turned on.
2015-04-20 11:11:00 -07:00
Chris Ross
4030be585d
#265 Add implicit converters between string and PathString.
2015-04-20 10:54:33 -07:00
Praburaj
0ab04fd319
Setting exit code in exception message.
2015-04-20 10:25:53 -07:00
Praburaj
df6f59a1d1
Logging the dnx and dnu paths while running selfhost or dnu publish.
2015-04-20 10:17:18 -07:00
Eilon Lipton
dedf923f09
Merge pull request #2399 from henkmollema/fix-1764
...
Removed clear-text password from sample
2015-04-20 09:25:07 -07:00
Matt Ellis
d386e78ee6
Use $HOME as a possible storage location
...
If LOCALAPPDATA and USERPROFILE are both null (as is the case on
Linux/OSX) use "$HOME/.aspnet" as the root folder for data protection
keys
Fixes #76
2015-04-19 21:52:35 -07:00
Praburaj
0929aa23df
Enclosing a bunch of test only code within #if TESTING
2015-04-18 18:03:17 -07:00
Praburaj
5b4aed8dcc
Fixing the configoverride.json location
2015-04-17 21:59:12 -07:00
Praburaj
cd878d57c1
Removing some terms to clear the policheck.
2015-04-17 18:41:19 -07:00
Ryan Nowak
2719111453
Add more details to ModelAttributes
...
This change adds more information to ModelAttributes, so that metadata
providers can look at the attributes on the property and type separately
if so desired
2015-04-17 17:35:20 -07:00
Praburaj
c384fcc3c2
Deployment helpers moved to hosting repo.
2015-04-17 14:51:58 -07:00
Praburaj
fc96d4d3a5
Server deployment helpers in testing repo.
2015-04-17 14:46:43 -07:00
Ajay Bhargav Baaskaran
a4fd51772f
[ Fixes #2276 ] Serialize only simple types to session in TempData
2015-04-17 14:30:47 -07:00
Chris Ross
7d7cd5fde7
#265 Remove some overloads for Run, Map, and MapWhen.
2015-04-17 12:28:02 -07:00
Chris Ross
43c3913b86
#265 Remove setters for IApplcationBuilder.Properties and Server.
2015-04-17 12:18:09 -07:00
Praburaj
94ff5f85f0
Skipping mono tests on both clr and coreclr.
2015-04-17 12:00:10 -07:00
Praburaj
9027ce0982
Fixing the RuntimeInformation enum change
...
Also changing casing for some of the enums.
2015-04-17 11:57:22 -07:00
Praburaj
b27c6fc1e2
Fixing runtime info middleware on coreclr
...
Also adding more information like OS, runtime type and architecture to the info page.
2015-04-17 11:47:46 -07:00
Pranav K
fb451b51e5
Added SourceLocation to inherited chunks \ tag helpers
...
Updated CompilationResult to support compilation failures from multiple
files.
Fixes #2321
2015-04-17 11:23:38 -07:00
Ajay Bhargav Baaskaran
f878ca5b15
[ Fixes #1919 ] Added path info to RazorPage exceptions
2015-04-17 10:30:37 -07:00
Troy Dai
63f6f42e7e
Update the sample data
...
Change the domain name in sample user from sample.com to example.com
2015-04-17 09:18:12 -07:00
ianhong
21031a3aa8
Add sample and functional test for custom inline constraints
2015-04-17 08:42:20 -07:00
Henk Mollema
3ac6acdab4
Removed clear-text password from sample
...
Removed unused clear-text password as it encourages risky coding.
#1764
2015-04-17 13:58:48 +02:00
Kiran Challa
e7728dde3f
Log view discovery
2015-04-17 04:23:45 -07:00
Troy Dai
06b61511e5
Creating 100 sample users in sample data when it is run in Performance Lab
2015-04-16 21:21:34 -07:00
Justin Van Patten
d37f9dded2
React to SessionCollectionExtensions renames
...
React to aspnet/HttpAbstractions#280
2015-04-16 18:30:25 -07:00
Justin Van Patten
f5267fc145
Rename SetInt & GetInt -> SetInt32 & GetInt32
...
Fixes #256
2015-04-16 18:23:30 -07:00
Chris Ross
b4903e22d1
Handle Http.Core rename.
2015-04-16 17:18:34 -07:00
Pranav K
8983a03fed
Reacting to changes in OptionsModel
2015-04-16 16:57:44 -07:00
Pranav K
18efefd5cf
* Use PropertyHelper.SetValue in DefaultControllerActionArgumentBinder
...
* Update DefaultModelMetadataProvider to use delegates exposed on
PropertyHelper instance.
Fixes #2355
2015-04-16 16:38:13 -07:00
Chris Ross
54a8d8f8de
Change to async retry helper.
2015-04-16 16:23:22 -07:00
Chris Ross
a3b2d2c3eb
Handle Http.Core rename.
2015-04-16 15:58:45 -07:00
Chris Ross
6223aac9be
Handle Http.Core rename.
2015-04-16 15:48:27 -07:00
Praburaj
ecb6184214
Using IRuntimeEnvironment to detect if mono
2015-04-16 15:14:17 -07:00
Pranav K
dc4ee8b915
* Adding FilePath to SourceLocation
...
* Using SourceLocation.FilePath when printing line pragmas, if available.
2015-04-16 15:08:36 -07:00
Pranav K
3b2ded5652
Adding support for printing multiple compilation failures
2015-04-16 14:54:08 -07:00
Chris Ross
133d8b5e96
Handle Http.Core rename.
2015-04-16 14:51:56 -07:00
Chris Ross
b5fd971562
Handle Http.Core rename.
2015-04-16 14:36:48 -07:00
Chris Ross
925d7d7828
Handle Http.Core rename.
2015-04-16 14:30:11 -07:00
Chris Ross
1bb35041e9
Handle Http.Core rename.
2015-04-16 12:32:18 -07:00
Hao Kung
501bd4ff10
Merge https://github.com/brentschmaltz/Security
2015-04-16 12:26:42 -07:00
Chris Ross
ee554439cf
Handle Http.Core rename.
2015-04-16 12:13:40 -07:00
Kiran Challa
879057b873
Addressing minor comment from feedback
2015-04-16 12:09:42 -07:00