Граф коммитов

47 Коммитов

Автор SHA1 Сообщение Дата
Cesar Blum Silveira 391086e3ce Strong name Microsoft.AspNet.Antiforgery. 2015-11-03 12:51:41 -08:00
Pranav K e49daaa980 Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
Pranav K c7dc5ab7f0 Switching to generations TFMs 2015-10-22 00:23:06 -07:00
Doug Bunting e925bb1b3a Fix local build break 2015-10-12 12:47:15 -07:00
Doug Bunting c0517a2815 React to aspnet/Universe#290 fix 2015-10-08 19:44:57 -07:00
Pranav K 7a0068ede2 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:46 -07:00
N. Taylor Mullen c555131eaa Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:58:29 -07:00
Pranav K 1bf932f403 Merge branch 'release' into dev 2015-09-28 23:15:45 -07:00
Pranav K c5a16b3a51 Updating to release NuGet.config. 2015-09-28 23:15:43 -07:00
Ajay Bhargav Baaskaran 90539dc489 Enabling NuGetPackageVerifier 2015-09-22 15:33:36 -07:00
N. Taylor Mullen 5392f41746 Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:33:14 -07:00
Pranav K e0ec2da711 Replacing NotNull with thrown exceptions 2015-09-11 17:07:52 -07:00
Pranav K 3240ef37e1 Adding NeutralResourcesLanguageAttribute 2015-09-10 16:25:41 -07:00
David Fowler 6bc4a40926 Setup ci stuff 2015-09-04 01:33:47 -07:00
Hao Kung 83ea8051c8 Update test 2015-09-02 15:44:39 -07:00
Hao Kung f5c8bf09e2 React to options 2015-09-02 15:28:52 -07:00
Chris R 7bb59a287c React to string[] -> StringValues changes. 2015-08-28 14:23:17 -07:00
N. Taylor Mullen 2a7dcea266 Update 'build.sh' to pull Sake from v2 NuGet feed. 2015-08-20 20:46:58 -07:00
N. Taylor Mullen ed367df5bc Update 'build.cmd' to pull Sake from v2 NuGet feed. 2015-08-20 15:38:10 -07:00
N. Taylor Mullen 7cbbbd9b60 Update NuGet feed from v2 => v3. 2015-08-19 14:54:37 -07:00
Pranav K 8a19c4e805 Updating to aspnetlitedev. 2015-08-18 14:00:24 -07:00
Pranav K 3ec97f57ca Merge branch 'release' into dev 2015-08-18 14:00:23 -07:00
Pranav K a89c269a06 Updating to aspnetliterelease. 2015-08-18 14:00:23 -07:00
Pranav K b0a55ebd36 Merge branch 'release' into dev 2015-08-17 14:48:59 -07:00
Pranav K cadf2f8f71 Updating to release NuGet.config. 2015-08-17 14:48:57 -07:00
Kiran Challa 98c3f181dc Enable pinning build script 2015-08-11 16:54:52 -07:00
Chris R 87d4033226 #10 React to CoreCLR Cryptography pacakge changes, remove transitive dependencies. 2015-08-11 14:29:37 -07:00
Pranav K 3bed6fce9c Reacting to DI changes 2015-08-11 12:53:18 -07:00
unknown b922d816be Fix aspnet/Mvc#2749 - fail gracefully with non-form content
This change will report a more specific error when antiforgery is used
with non-form content than "invalid content type".
2015-08-06 10:29:16 -07:00
Ryan Nowak 9bcecf3994 Fix #5 - better error message for missing tokens
This fix changes the model for error messaging in antiforgery. Now only
the token store will report a detailed error message including the names
of form field and cookie. Other components will give more generic errors
and assume that this was handled by the token store.

This way you still see an error if the user creates a token store that
doesn't throw, but it's a generic error that doesn't give incorrect
information.
2015-08-06 08:48:47 -07:00
Troy Dai fbe9dc58e8 Update CoreCLR versions 2015-08-04 10:15:20 -07:00
Pranav K 30868049dd Merge branch 'release' into dev 2015-07-16 08:57:56 -07:00
Pranav K 468e64d3ad Updating to release NuGet.config 2015-07-16 08:57:52 -07:00
Victor Hurdugaci 77d1b47377 Add repository information to project files 2015-07-01 20:35:25 -07:00
Ryan Nowak e13e707503 CR feedback and naming/resource cleanup 2015-06-25 13:25:52 -07:00
Ryan Nowak b3e92da7d8 Add an IAntiforgery interface and simplify API 2015-06-24 15:56:03 -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
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
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
Ryan Nowak b474ef9b23 Add sample of using Antiforgery outside of MVC 2015-06-10 14:53:44 -07:00
Ryan Nowak 355a2b0a78 Add an IServiceCollection extensions 2015-06-10 12:52:20 -07:00
Ryan Nowak e789e82d3d Add package description 2015-06-10 12:24:22 -07:00
Ryan Nowak 3dc2663c35 Code dump of Antiforgery code 2015-06-10 12:13:30 -07:00
Eilon Lipton 68ee820b5d Create CONTRIBUTING.md 2015-06-10 10:01:46 -07:00
Ryan Nowak 2c3544c348 Add project structure 2015-06-07 16:57:21 -07:00
Ryan Nowak 3177d319f3 Add build-template, license, and readme 2015-06-07 16:34:01 -07:00