toucan icon indicating copy to clipboard operation
toucan copied to clipboard

Boilerplate template using Vue.js, TypeScript and .NET Core 2.1, based on SOLID design principles

Results 9 toucan issues
Sort by recently updated
recently updated
newest added

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.1 to 4.3.1. Release notes *Sourced from [bootstrap's releases](https://github.com/twbs/bootstrap/releases).* > ## v4.3.1 > * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by...

dependencies
javascript

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...

dependencies
javascript

Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.1. Commits - [`75f7e96`](https://github.com/jquery/jquery/commit/75f7e963708b60f37a42b777f35825d33c4f8e7a) 3.4.1 - [`7dddb19`](https://github.com/jquery/jquery/commit/7dddb19ca4bca9685adb734c76dcf72c3f610007) Core: Make isAttached work with iOS 10.0-10.2 - [`6c1e7db`](https://github.com/jquery/jquery/commit/6c1e7dbf7311ae7c0c31ba335fe216185047ae5f) Event: Prevent leverageNative from registering duplicate dummy handlers -...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.0. Release notes *Sourced from [axios's releases](https://github.com/axios/axios/releases).* > ## v0.19.0 > Fixes and Functionality: > > - Unzip response body only for statuses != 204...

dependencies
javascript

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.1.1 to 2.1.4. Commits - [`6dd5a7b`](https://github.com/aspnet/Universe/commit/6dd5a7bcf815886f1e62ba06c289a4696b90f0aa) Merge branch release/2.1 into 2.1.4 - [`a7a95c6`](https://github.com/aspnet/Universe/commit/a7a95c6da1b043e109524e2e327b785fe52f7852) Add PR validation on VSTS - [`a85d99a`](https://github.com/aspnet/Universe/commit/a85d99ab8ea4a123568556dc70b6b3a2f65129bc) Add the 2.1.3 archive baselines and a...

dependencies
.NET

There is a CSRF prevention mechanism on the template, which adds CSRF token to each request. But since this template use JWT to authorize requests then why we need the...

Now Toucan is quite mature, but need some essencial updates, 1. User password change. 2. A sample file to apply CRUD operation. 3. Separate Layout for bother Login and rest...

The engine is generating an issue while listing users in admin section, which is `InvalidOperationException: Error generated for warning 'Microsoft.EntityFrameworkCore.Infrastructure.DetachedLazyLoadingWarning: An attempt was made to lazy-load navigation property 'Roles' on...

While developing on the Windows the application works fine, but when you switch the application to Ubuntu, webpack and everything work fine, but while running on browser it gives the...

unconfirmed bug