* New translations ansible.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations en.json (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations iis-server.md (Spanish)
docs(website): new translations
* New translations en.json (Portuguese, Brazilian)
docs(website): new translations
* New translations en.json (Spanish)
docs(website): new translations
* New translations cli.md (Chinese Simplified)
docs(website): new translations
* New translations cli.md (Spanish)
docs(website): new translations
* New translations en.json (Chinese Simplified)
docs(website): new translations
- Fix test name in spec file
- Use lodash isString and isNill
- Move normalisation of git url into it's own function
- Create a renderSection() function to render links in a more "dry" way
Previously, when XMLHttpRequest was used, cookies ware sent
when getting /-/verdaccio/logo & /-/verdaccio/packages
After switching to fetch in sha fef7ee75e8
cookies are no longer sent.
This commit configures fetch in the webui to send cookies to the same
domain.
> The "same-origin" value makes fetch behave similarly to
> XMLHttpRequest with regards to cookies.
> https://github.com/github/fetch#sending-cookies
It had still file system remaining logic on search, this will force plugin to implement search. Whether plugin do not has such implementation a warning is displayed in the console and search will return remote search results for each endpoint anyway.