Ryan Nowak
e13e707503
CR feedback and naming/resource cleanup
2015-06-25 13:25:52 -07:00
Chris R
641a7fb82b
Correct exception type.
2015-06-25 12:20:53 -07:00
Hisham Abdullah Bin Ateya
eb423e57d6
Using 'nameof' operator instead of magic strings
...
Fix back-end field issue
Fix back-end field issue
2015-06-25 12:17:17 -07:00
Hisham Abdullah Bin Ateya
bbc7393d22
Fix docs in 'SessionOptions'
2015-06-25 20:20:16 +03:00
Chris R
652d885402
#177 Immutable HeaderValue objects.
2015-06-25 09:34:14 -07:00
Hisham Abdullah Bin Ateya
9ce60218c1
Make 'SessionDefaults' fields as Constants
2015-06-25 09:07:17 -07:00
Ryan Nowak
b3e92da7d8
Add an IAntiforgery interface and simplify API
2015-06-24 15:56:03 -07:00
Pranav K
6d5ac18d0c
Use dnvm run instead of switching using dnvm use
2015-06-24 14:35:02 -07:00
Pranav K
d65251055e
Updating dnvm
2015-06-24 13:58:01 -07:00
Mikael Mengistu
12b78a31bf
Added more tests and error handling for construction of middleware classes #236
2015-06-24 10:03:56 -07:00
N. Taylor Mullen
c77f3978d4
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various ash installation locations
- in particular, enable building on FreeBSD
2015-06-23 16:52:04 -07:00
Arthur Vickers
88288ae9d3
React to EF name changes
2015-06-23 16:00:56 -07:00
Arthur Vickers
33a673cd35
React to EF name changes
2015-06-23 16:00:32 -07:00
Harsh Gupta
b1ade8f2cf
Add single csv values so that there is a single response header added per value.
2015-06-23 15:57:09 -07:00
Hao Kung
ee8baab1ed
Nuke RequestServicesContainer (inline instead)
2015-06-23 13:44:06 -07:00
Ryan Nowak
6471ef34a7
Add Antiforgery to repo list
2015-06-23 12:20:47 -07:00
Ryan Nowak
9eeb1de68f
Use DI for all Antiforgery services
...
This change makes it possible to replace all of the various
IAntiforgery*** extensibility points via DI.
changes:
- Move functionality out of AntiforgeryWorker into Antiforgery
- Move services to DI (instead of constructed by Antiforgery)
- Cleanup how application/cookie-name is computed
- Merge IAntiforgeryTokenGenerator & IAntiforgeryTokenValidator
- Unseal classes
- Fix use of options in services
- Misc test cleanup
2015-06-23 12:13:01 -07:00
Chris R
38f70a02f7
#125 Add a Hosting dependency and Program.Main.
2015-06-23 11:55:59 -07:00
Doug Bunting
210c73279c
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:44:10 -07:00
Doug Bunting
41dba1fea1
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:43:31 -07:00
Doug Bunting
445e046754
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:40:43 -07:00
Doug Bunting
c858e3bfcd
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:06:44 -07:00
Doug Bunting
30b7c31345
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:02:01 -07:00
Doug Bunting
14c4f46359
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:00:06 -07:00
Doug Bunting
c83ff60275
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:58:52 -07:00
Doug Bunting
0013d44167
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:58:16 -07:00
Doug Bunting
4aa1d4b1b7
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:54:02 -07:00
Doug Bunting
5aaae8ba9b
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:52:53 -07:00
Doug Bunting
88fa7fb51a
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:52:23 -07:00
Doug Bunting
e8ac98ad5d
Change hardcoded `bash` shebang to `env`
...
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:46:47 -07:00
Brennan
1abb33d4bc
Adding a couple mono tests back in
2015-06-23 09:02:41 -07:00
Peter Jas
32f8c6967e
build: Enables FreeBSD support.
...
Changed hardcoded bash shebang to env to support multiple directory
structures (required to build on FreeBSD).
PR-URL: #238
2015-06-23 07:53:13 -07:00
Eilon Lipton
493959dd12
Merge pull request #37 from hishamco/buildStatus
...
Fix AppVeyor token
2015-06-22 21:55:51 -07:00
Eilon Lipton
fdd23ecf43
Merge pull request #110 from hishamco/buildStatus
...
Add AppVeyor, Travis build status
2015-06-22 21:49:38 -07:00
Eilon Lipton
f8b2601fbd
Merge pull request #41 from hishamco/buildStatus
...
Add AppVeyor, Travis build status
2015-06-22 21:48:02 -07:00
Hisham Abdullah Bin Ateya
ba952b8372
Add AppVeyor, Travis build status
2015-06-23 07:35:03 +03:00
Hisham Abdullah Bin Ateya
ea09b9b339
Add AppVeyor, Travis build status
2015-06-23 07:25:27 +03:00
Eilon Lipton
f9085e9043
Merge pull request #1 from hishamco/buildStatus
...
Add AppVeyor, Travis build status
2015-06-22 21:23:35 -07:00
Hisham Abdullah Bin Ateya
fae6a8cf16
Add AppVeyor, Travis build status
2015-06-23 07:16:59 +03:00
Hisham Abdullah Bin Ateya
61d7a830db
Fix AppVeyor token
2015-06-22 21:33:00 +03:00
Eilon Lipton
f13e82bee8
Merge pull request #7 from hishamco/buildStatus
...
Add AppVeyor, Travis build status
2015-06-22 11:25:14 -07:00
Hisham Abdullah Bin Ateya
c8eb49d71d
Add AppVeyor, Travis build status
2015-06-22 21:21:40 +03:00
Eilon Lipton
83577bc67b
Merge pull request #62 from hishamco/dev
...
Fix AppVeyor token
2015-06-22 11:11:18 -07:00
Hisham Abdullah Bin Ateya
814a904ef3
Fix AppVeyor token
2015-06-22 21:08:19 +03:00
Eilon Lipton
1f788c48c1
Merge pull request #61 from hishamco/buildStatus
...
Add AppVeyor, Travis build status
2015-06-22 08:11:23 -07:00
Eilon Lipton
08092f4a64
Merge pull request #35 from hishamco/buildStatus
...
Add AppVeyor, Travis build status
2015-06-22 08:02:47 -07:00
Eilon Lipton
bfb4d07aac
Merge pull request #60 from hishamco/dev
...
Using 'nameof' operator instead of magic strings
2015-06-22 07:58:46 -07:00
Hisham Abdullah Bin Ateya
2e86becbbe
Add AppVeyor, Travis build status
2015-06-21 00:40:22 +03:00
Hisham Abdullah Bin Ateya
3b333a7845
Add AppVeyor, Travis build status
2015-06-20 22:24:17 +03:00
Hisham Abdullah Bin Ateya
3930ab639b
Using 'nameof' operator instead of magic strings
2015-06-20 21:12:19 +03:00