Pranav K
|
e4ecd070eb
|
Use AuthenticatorUrl generated on the server in EnableAuthenticator pages
* Update prerelease package versions
* Install the right CLI version
|
2017-12-07 15:45:54 -08:00 |
Jass Bagga
|
bc95a4a6c1
|
Add missing @ (#184)
Addresses #183
|
2017-12-07 15:45:34 -08:00 |
Jass Bagga
|
ed9e34caab
|
Set ErrorViewModel in ConfirmEmail (#180)
Addresses #80
|
2017-12-07 12:44:48 -08:00 |
Jass Bagga
|
88e05f71a5
|
Add no-cache header to error pages (#182)
Addresses #123
|
2017-12-07 12:11:44 -08:00 |
Nate McMaster
|
beaa7933b6
|
Bump templating package version to 2.0.4
|
2017-12-06 16:35:35 -08:00 |
Jass Bagga
|
aba10e768b
|
Remove user.Id from ResetPasswordCallbackLink (#173)
Addresses #71
|
2017-12-05 12:44:37 -08:00 |
Jass Bagga
|
f5dcdfd8de
|
Encode ForgotPassword email link (#179)
|
2017-12-05 12:38:19 -08:00 |
Jass Bagga
|
269cff5bf5
|
Change parameter name to htmlMessage (#178)
Addresses #79
|
2017-12-04 13:00:57 -08:00 |
Ryan Brandenburg
|
43feac153a
|
Update bootstrappers
|
2017-12-04 12:19:36 -08:00 |
Jass Bagga
|
5819301f7e
|
Change Web API to API (#169)
Addresses #92
|
2017-11-30 16:15:04 -08:00 |
Pranav K
|
d890c2de2f
|
Specify runtime versions to install
|
2017-11-29 14:09:31 -08:00 |
Eilon Lipton
|
adf3e83c76
|
Update README.md
|
2017-11-28 09:41:47 -08:00 |
Steve Sanderson
|
2cd9ccabf7
|
Replace AppVeyor status badge URL with working one
|
2017-11-24 14:07:13 +00:00 |
Steve Sanderson
|
ae5a04ee91
|
Add AppVeyor badge to README.md
|
2017-11-24 13:44:26 +00:00 |
Steve Sanderson
|
599d5ed73d
|
Minor stylistic tweaks in Aurelia template
|
2017-11-24 13:30:35 +00:00 |
Max
|
9e82629c1f
|
Add AureliaPlugin to the vendor bundle
This will put aurelia modules into the bundle from the correct distribution folder
|
2017-11-24 13:26:51 +00:00 |
Steve Sanderson
|
1f92811ce0
|
Make AppVeyor builds more consistent by allowing retry for "npm install"
|
2017-11-24 11:02:05 +00:00 |
Scott Addie
|
3a4c81dcc9
|
Change order of UseBrowserLink method invocation
|
2017-11-24 10:31:39 +00:00 |
Scott Addie
|
af23185c06
|
Change order of UseBrowserLink method invocation
|
2017-11-24 10:30:48 +00:00 |
Scott Addie
|
a68c7241b5
|
Invoke a simpler UseMvc overload in Razor Pages templates
|
2017-11-24 10:22:24 +00:00 |
Scott Addie
|
529ef02290
|
Invoke a simpler UseMvc overload in Razor Pages templates
|
2017-11-24 10:18:56 +00:00 |
Steve Sanderson
|
5d7e31d16f
|
Minor simplifications to Vue fetchdata logic
|
2017-11-24 10:07:49 +00:00 |
Murat Girgin
|
5e752169d6
|
Vue.js template: Use async/await
|
2017-11-24 09:58:53 +00:00 |
Steve Sanderson
|
40603f1566
|
In Angular template, make nav button collapsing work (without importing all bootstrap.js scripts)
|
2017-11-23 12:22:58 +00:00 |
Steve Sanderson
|
77afab3b58
|
In Angular template, add --output-hashing=media to build:ssr as it's needed for 1.5.4 prod builds
|
2017-11-23 11:49:04 +00:00 |
Steve Sanderson
|
98f29207a2
|
Support running "dotnet restore" directly in template source folders
|
2017-11-23 11:49:04 +00:00 |
Steve Sanderson
|
bf6942e616
|
For Angular CLI 1.5.4 compatibility, build SPA to ClientApp/dist and serve its static files from there
|
2017-11-23 11:49:01 +00:00 |
Steve Sanderson
|
c517ad3f65
|
For Angular template, update to @angular/cli 1.5.4 equivalent output
|
2017-11-23 10:38:31 +00:00 |
Steve Sanderson
|
7fe5fe2393
|
Remove "--output-hashing=media" from Angular package.json as it's no longer needed
|
2017-11-22 17:28:13 +00:00 |
Steve Sanderson
|
505ebcf1e6
|
Update to newer Angular SSR APIs to support AoT-enabled builds
|
2017-11-22 15:18:52 +00:00 |
Pranav K
|
dd8aef8699
|
Replace aspnetcore-ci-dev feed with aspnetcore-dev
|
2017-11-21 15:49:08 -08:00 |
Steve Sanderson
|
76cb441a8e
|
On test completion, kill the ASP.NET process tree (otherwise orphan processes are left behind)
|
2017-11-20 23:03:44 +00:00 |
Steve Sanderson
|
352d05030b
|
Remove Yarn usage as results were not consistent with npm-shrinkwrap.json
|
2017-11-20 22:30:56 +00:00 |
Steve Sanderson
|
7f6abdfcdd
|
Remove remaining Bower references. Fixes #161.
|
2017-11-20 16:54:25 +00:00 |
Steve Sanderson
|
21b15803ae
|
In tests, restore NPM dependencies using yarn if installed
|
2017-11-20 14:39:25 +00:00 |
Steve Sanderson
|
62a8eafe51
|
Distribute SPA templates over multiple test classes so they can run in parallel
|
2017-11-20 11:29:09 +00:00 |
Steve Sanderson
|
7961894771
|
Re-enable test parallelization. Fixes #63.
|
2017-11-20 10:58:56 +00:00 |
Steve Sanderson
|
f79fa6e110
|
Remove remaining references to HttpsPolicy until it's ready
|
2017-11-20 10:13:24 +00:00 |
Steve Sanderson
|
1247466f5e
|
Upgrade dependencies
|
2017-11-20 09:45:07 +00:00 |
Pranav K
|
386f7f5b12
|
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
|
2017-11-17 13:00:26 -08:00 |
Javier Calvarro Nelson
|
2dc3e36421
|
Fix F# Program.fs
|
2017-11-17 11:27:57 -08:00 |
Justin Kotalik
|
9d9daa8db7
|
Removes Https middlewares from templates (#157)
|
2017-11-17 11:02:10 -08:00 |
Steve Sanderson
|
2623b50695
|
Update info on SPA template home components
|
2017-11-17 16:43:38 +00:00 |
Steve Sanderson
|
993655a7af
|
Remove SPA templates' instruction to run "npm install" manually, since that's now automatic
|
2017-11-17 16:22:35 +00:00 |
Steve Sanderson
|
6da5b10ed7
|
Fix AppVeyor build script reference
|
2017-11-17 15:41:06 +00:00 |
Steve Sanderson
|
fad4fb22fa
|
Remove test workaround that is no longer needed now the underlying issue is resolved
|
2017-11-17 15:10:57 +00:00 |
Steve Sanderson
|
a76a891865
|
Workarounds to make SPA template tests work
|
2017-11-17 11:02:41 +00:00 |
Steve Sanderson
|
849a0843c9
|
Fixes for constructing IWebDriver
|
2017-11-17 11:02:25 +00:00 |
Steve Sanderson
|
f028839b5d
|
Workaround for publishing issue
|
2017-11-17 11:02:03 +00:00 |
Steve Sanderson
|
2dda2dd99d
|
Stop tests from hanging if the ASP.NET process fails to exit
|
2017-11-17 11:01:32 +00:00 |