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

3249 Commits

Author SHA1 Message Date
snyk-bot
d99053e368 fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-173999
2019-03-31 01:07:35 +00:00
Juan Picado @jotadeveloper
c61f3f4e7c
chore(release): 4.0.0-alpha.6 v4.0.0-alpha.6 2019-03-30 10:06:48 +01:00
Juan Picado @jotadeveloper
27ec4494cb
Merge pull request #1268 from verdaccio/fix-1267
feat: Drop Node v6 / npm 3 support
2019-03-30 10:02:48 +01:00
VerdaccioBot
f7dc60f946
Merge branch 'master' into fix-1267 2019-03-30 09:49:29 +01:00
Juan Picado @jotadeveloper
265849eaa9
fix: potential issue on sign new jwt tokens
If the user was already loged, we were unwraping the token and signing a new token, passing through previous payload props to new token, this might causes https://github.com/auth0/node-jsonwebtoken/issues/326#issuecomment-288124020
This commit ensure the new token will be based on sign options defined on config file.
2019-03-30 09:42:46 +01:00
Juan Picado @jotadeveloper
cc639c3b1e
Merge branch 'master' into fix-1267 2019-03-29 22:03:20 +01:00
Juan Picado @jotadeveloper
284af15c46
chore: update local dependencies 2019-03-29 21:55:29 +01:00
Juan Picado @jotadeveloper
9af62c3ad2
chore: add link to stackshare to badge 2019-03-29 06:37:53 +01:00
Juan Picado @jotadeveloper
9e7e751526
chore: add StackShare badge 2019-03-29 06:36:34 +01:00
Juan Picado @jotadeveloper
9953a354a2
Merge branch 'fix-1267' of github.com:verdaccio/verdaccio into fix-1267 2019-03-28 07:23:57 +01:00
Juan Picado @jotadeveloper
89b0efe164
feat: engines and npm upgraded to v8 and v5 2019-03-28 07:22:48 +01:00
Juan Picado @jotadeveloper
c968120fa8
chore: update @verdaccio/babel-preset@0.1.0 2019-03-28 07:12:00 +01:00
Juan Picado @jotadeveloper
ebb3c421c8
chore: update @verdaccio/babel-preset@0.1.0 2019-03-28 07:09:20 +01:00
Juan Picado @jotadeveloper
672969c4eb
test: add scenario for new detail page tab 2019-03-27 22:27:46 +01:00
Juan Picado @jotadeveloper
4d5da9c073
Merge branch 'master' of github.com:verdaccio/verdaccio 2019-03-27 20:25:23 +01:00
Juan Picado @jotadeveloper
d5e7f752aa
test: add scenario to handle 404 page 2019-03-27 20:24:34 +01:00
Juan Picado @jotadeveloper
789fb8561c
Update README.md 2019-03-27 15:28:32 +01:00
Juan Picado @jotadeveloper
649c9dfae2
Update README.md 2019-03-27 15:26:23 +01:00
Juan Picado @jotadeveloper
2b89d46a74
chore: fix e2e for helper 2019-03-27 08:01:28 +01:00
Juan Picado @jotadeveloper
4043da1ea3
chore: update snapshot 2019-03-27 07:39:09 +01:00
Juan Picado @jotadeveloper
446fc9fd32
chore: remove dolar sign that is being copied 2019-03-27 07:16:32 +01:00
Juan Picado @jotadeveloper
40500ad899
Merge branch 'master' of github.com:verdaccio/verdaccio 2019-03-24 23:21:47 +01:00
Juan Picado @jotadeveloper
4da21c1490
fix: add not found if package is missing 2019-03-24 23:20:30 +01:00
Juan Picado @jotadeveloper
89b5d9a070
Merge pull request #1260 from verdaccio/fix-1257
fix: add new enpoind that allow download tarballs according the standard
2019-03-24 09:06:49 +01:00
Juan Picado @jotadeveloper
42d5640e57
Merge branch 'master' into fix-1257 2019-03-24 08:13:52 +01:00
Juan Picado @jotadeveloper
86dd30313e
Merge pull request #1264 from rouanw/audit
docs: remove outdated comment
2019-03-23 16:16:53 +01:00
Rouan Wilsenach
0f8c934f29 docs: remove outdated comment 2019-03-22 16:06:26 +02:00
Juan Picado @jotadeveloper
54d73eb9a3
chore: add access middleware 2019-03-17 21:26:21 +01:00
Juan Picado @jotadeveloper
87203f2cdf
fix: add new enpoind that allow download tarballs according the standard 2019-03-17 21:23:13 +01:00
Juan Picado @jotadeveloper
56e1d4becf
Merge pull request #1254 from alexjurkiewicz/cloudformation-ec2-efs
docs: Add example AWS CloudFormation template
2019-03-15 16:35:01 +01:00
Alex Jurkiewicz
ad0d9900f3 docs: Add example AWS CloudFormation template
In a new contrib/ directory.
2019-03-15 11:13:31 +11:00
Juan Picado @jotadeveloper
4507dc8394
Merge pull request #1249 from vip30/master
feat: add stars api
2019-03-12 08:17:44 +01:00
vip30
c1f1ae1d27 Merge branch 'master' of https://github.com/vip30/verdaccio 2019-03-12 08:04:25 +08:00
vip30
d0d74fa21b test: remove unused var and change to toHaveLength 2019-03-12 08:03:25 +08:00
Juan Picado @jotadeveloper
5bd83f27d1
Merge branch 'master' into master 2019-03-11 21:31:05 +01:00
Juan Picado @jotadeveloper
c1dce88020
chore: fix issue on circle ci, downgrade to node@11.10.1 2019-03-11 21:25:37 +01:00
Juan Picado @jotadeveloper
37a0d9c92e
chore: remove unused files 2019-03-11 21:12:39 +01:00
Juan Picado @jotadeveloper
9472fe5077
chore: update readme 2019-03-11 21:06:16 +01:00
Juan Picado @jotadeveloper
94d5216bf4
chore: update readme 2019-03-11 20:57:49 +01:00
Juan Picado @jotadeveloper
3c05dd1f27
chore: update readme 2019-03-11 20:18:24 +01:00
vip30
75c0e1e4ec feat: add stars api 2019-03-11 23:37:17 +08:00
Juan Picado @jotadeveloper
9bc9597413
Merge pull request #924 from verdaccio/4.x
feat: verdaccio 4.0.0-alpha
2019-03-10 16:58:40 +01:00
Juan Picado @jotadeveloper
c9c0aa481d
Merge pull request #1248 from vip30/4.x
feat: add star and unstar api for 4.x
2019-03-09 15:51:37 +01:00
vip30
84be869aaf fix: husky commitlint not work, replace invalid test 2019-03-09 21:00:47 +08:00
vip30
1ab7c504ec feat: add star and unstar api for 4.x 2019-03-09 11:16:44 +08:00
Juan Picado @jotadeveloper
9c01aa4072
chore(release): 4.0.0-alpha.5 v4.0.0-alpha.5 2019-03-05 00:06:31 +01:00
Juan Picado @jotadeveloper
6bfc673e1d
Merge remote-tracking branch 'origin/master' into 4.x
# Conflicts:
#	README.md
2019-03-04 23:49:00 +01:00
Juan Picado @jotadeveloper
d39a494131
refactor: better name for 404 2019-03-04 23:39:33 +01:00
Juan Picado @jotadeveloper
47cc15e72d
Merge pull request #1242 from verdaccio/4.x-package-list-improvements
4.x-package list improvements
2019-03-04 22:48:03 +01:00
Ayush Sharma
38362c9596 refactor: fixes snapshot 2019-03-04 22:34:10 +01:00