1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
Commit Graph

2587 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
0923c4419a
chore(release): 3.1.2 v3.1.2 2018-06-11 19:56:12 +02:00
Juan Picado @jotadeveloper
3ee1807cc9
chore: docker node alpine to 10.3 2018-06-11 19:45:24 +02:00
Juan Picado @jotadeveloper
d3ba567dd5
Merge pull request #749 from HCanber/let-fetch-send-cookies
fix: configure fetch to send cookies
2018-06-11 15:03:14 +02:00
Håkan Canberger
98ac855e0f fix: configure fetch to send cookies
Previously, when XMLHttpRequest was used, cookies ware sent
when getting /-/verdaccio/logo & /-/verdaccio/packages

After switching to fetch in sha fef7ee75e8a02dc3a6017b70dcb62dabf9183e0f
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
2018-06-11 12:57:59 +02:00
Juan Picado @jotadeveloper
b13eeab4dd
Merge branch 'master' of github.com:verdaccio/verdaccio 2018-06-09 19:13:15 +02:00
Juan Picado @jotadeveloper
2d781859ab
Merge pull request #747 from sergiohgz/612-fix-coverage-circleci-2.0
chore: store coverage
2018-06-09 19:12:42 +02:00
Sergio Herrera Guzmán
78e5c9d778 chore: store coverage 2018-06-09 19:06:05 +02:00
Juan Picado @jotadeveloper
995271a836
refactor: usage of error utils 2018-06-09 18:18:50 +02:00
Juan Picado @jotadeveloper
ee62559615
refactor: merge time prop instead overwrite it
remove dead code
2018-06-09 17:13:38 +02:00
Juan Picado @jotadeveloper
2208b4ef51
refactor: using async/await over async lib 2018-06-09 12:02:56 +02:00
Juan Picado @jotadeveloper
00ec929d95
Merge branch 'master' of github.com:verdaccio/verdaccio 2018-06-09 09:24:59 +02:00
verdacciobot
d67be1c687 docs: new Crowdin translations (#746)
docs: new Crowdin translations (#746)
2018-06-09 09:24:42 +02:00
Juan Picado @jotadeveloper
c5a02bed64
Merge branch 'master' of github.com:verdaccio/verdaccio 2018-06-09 09:24:01 +02:00
Juan Picado @jotadeveloper
8f0508fc2e
fix: search implementation depends now of each plugin
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.
2018-06-09 09:23:13 +02:00
Juan Picado @jotadeveloper
f2b663a859
Merge pull request #745 from mshindal/patch-1
Fix path to cli.js in Windows NSSM documentation
2018-06-09 08:08:02 +02:00
Matt Shindala
a1de77543d
Fix path to cli.js in Windows NSSM documentation
I believe the path here is wrong. When I install verdaccio with NPM, that `src` folder does not exist. However, there is a `build` folder with a `cli.js`. When I changed `src` to `build` on my machine, the instructions here worked.
2018-06-08 17:33:22 -05:00
Juan Picado @jotadeveloper
60593af129
chore: update readme 2018-06-08 07:42:54 +02:00
verdacciobot
1108a428c6 docs: New Crowdin translations (#744)
docs: New Crowdin translations (#744)
2018-06-08 07:07:51 +02:00
Juan Picado @jotadeveloper
e24121d81e
Merge pull request #738 from sergiohgz/612-cicleci-upgrade
chore: Migrate to CircleCI 2.0
2018-06-08 07:06:20 +02:00
Juan Picado @jotadeveloper
1f7c9c2d89
Merge pull request #743 from ahoracek/ah-profile-api-plugin
docs: add verdaccio-profile-api plugin reference
2018-06-07 20:49:52 +02:00
Adam Horacek
0b461e5cab docs: add verdaccio-profile-api reference 2018-06-07 18:03:33 +02:00
verdacciobot
50d399f94d docs: new Crowdin translations (#727)
docs: new Crowdin translations (#727)
2018-06-07 17:19:13 +02:00
Juan Picado @jotadeveloper
5e5a8bdce8
Merge pull request #742 from jharris4/master
docs: packages.md - add scope proxy example and cleanup grammar/wording
2018-06-07 16:56:54 +02:00
jharris4
e2c9938f79 docs: fix typo 2018-06-07 10:43:09 -04:00
jharris4
39aabd3155 docs: add scope proxy example and cleanup grammar/wording. 2018-06-07 10:43:09 -04:00
Juan Picado @jotadeveloper
bbb6151556
Merge branch 'master' into 612-cicleci-upgrade 2018-06-07 08:24:35 +02:00
Juan Picado @jotadeveloper
3060ff8280
chore(release): 3.1.1 v3.1.1 2018-06-07 07:53:39 +02:00
Juan Picado @jotadeveloper
e977d50c8a
fix: migration issue with old storage #740
time field is not present on some old storage, this will add the time field when a package is published
2018-06-07 07:52:19 +02:00
Juan Picado @jotadeveloper
b26f80f062
refactor: reduce search method size 2018-06-07 07:30:54 +02:00
Sergio Herrera Guzmán
778cec6bdd chore: Migrate to CircleCI 2.0 2018-06-06 09:34:09 +02:00
Juan Picado @jotadeveloper
28239df877
chore(release): 3.1.0 v3.1.0 2018-06-05 23:16:00 +02:00
Juan Picado @jotadeveloper
779878383d
chore: docker build support static properties and rest on objects 2018-06-05 23:08:24 +02:00
Juan Picado @jotadeveloper
a62688f844
fix: groups are not array were not handled
any group that is returned from a authenticate() and is not an array will throw an error.
2018-06-05 22:46:02 +02:00
Juan Picado @jotadeveloper
73324a2971
refactor: convertDistRemoteToLocalTarballUrls method
add unit test
improve readbility
2018-06-05 21:03:27 +02:00
Juan Picado @jotadeveloper
d5f4b54a41
refactor: renaming validate name method 2018-06-04 23:08:50 +02:00
Juan Picado @jotadeveloper
c9933820cb
Merge pull request #734 from verdaccio/refactor-phase1
refactor: crypto utils
2018-06-04 23:07:01 +02:00
Juan Picado @jotadeveloper
4f4cd879a2
Merge branch 'master' into refactor-phase1 2018-06-04 22:31:00 +02:00
Juan Picado @jotadeveloper
3200dee7d4
Merge pull request #736 from verdaccio/refactor-ui-front
feat: add published date and license on ui
2018-06-04 18:39:41 +02:00
Juan Picado @jotadeveloper
375a0cac0e
Merge branch 'master' into refactor-ui-front 2018-06-04 14:30:44 +02:00
Juan Picado @jotadeveloper
735ea8aae1
Merge pull request #737 from 0neSe7en/doc
docs: fix full.yaml url for wget
2018-06-04 12:02:09 +02:00
wsy
9b7f878f9d docs: revert changes inside website/translated_docs/ 2018-06-04 16:49:30 +08:00
wsy
697ac036a5 docs: fix full.yaml url for wget 2018-06-04 16:07:58 +08:00
Juan Picado @jotadeveloper
ecbe616e46
feat: add published date and license on ui 2018-06-04 06:44:53 +02:00
Juan Picado @jotadeveloper
c241007ee9
Merge pull request #735 from verdaccio/fix-bundle-size
build: reduce bundle size and enable code splitting
2018-06-03 20:00:13 +02:00
Juan Picado @jotadeveloper
0af6f5a865
feat: using code splitting on routers
* enable syntax-dynamic-import
2018-06-03 18:34:41 +02:00
Juan Picado @jotadeveloper
e0bf1cd5f0
chore: fix brong import path 2018-06-03 18:19:15 +02:00
Juan Picado @jotadeveloper
ceffc461c2
chore: exclude bundle files on git 2018-06-03 17:35:12 +02:00
Juan Picado @jotadeveloper
72d9b4124d
chore: syntax-dynamic-import
add syntax-dynamic-import babel plugin and update webpack
2018-06-03 17:34:30 +02:00
Juan Picado @jotadeveloper
a79d87bd7f
fix: improve bundle size
lodash should not be imported globally
2018-06-03 17:33:09 +02:00
Juan Picado @jotadeveloper
9914705fb0
Merge branch 'master' into refactor-phase1 2018-06-03 13:58:07 +02:00