0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
Commit graph

114 commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
9f5cac26e9
Merge branch 'master' into 4.x 2018-10-03 22:11:31 +02:00
Daniel Spangenberg
391f8bdba5 Add verdaccio-gitlab-ci to authorization plugins (#1032) 2018-09-30 07:38:52 +02:00
Juan Picado @jotadeveloper
fb6d9b852d
Merge branch 'master' into 4.x 2018-09-27 08:47:55 +02:00
Juan Picado @jotadeveloper
54d7f1b4fc
Update web.md 2018-09-26 14:31:17 +02:00
Juan Picado @jotadeveloper
0b7224f038
Merge branch 'master' into 4.x 2018-09-18 06:40:16 +03:00
Juan Picado @jotadeveloper
b5ebaace9a
Update reverse-proxy.md 2018-09-17 20:14:22 +02:00
Juan Picado @jotadeveloper
f75a9409ba
Update reverse-proxy.md 2018-09-17 20:13:34 +02:00
Juan Picado @jotadeveloper
901a1ccb6c
Update protect-your-dependencies.md 2018-09-17 20:12:37 +02:00
Juan Picado @jotadeveloper
ec186794c6
Merge branch 'master' into 4.x 2018-09-06 20:44:09 +02:00
Juan Picado @jotadeveloper
8d222a7d13
chore: fix typo 2018-09-06 20:43:23 +02:00
Juan Picado @jotadeveloper
f97b44abf8
Merge remote-tracking branch 'origin/master' into 4.x 2018-09-01 00:47:33 +02:00
Marc Udoff
5ca0ca5228 feat: exposed rotating-file log for json logging (#948)
This both allows for logger type 'rotating-file' and
passing of other options from the config "option" example:
{type: rotating-file, format: json, path: /path/to/log.jsonl, level: http, options: {period: 1d}}
2018-09-01 00:42:15 +02:00
Juan Picado @jotadeveloper
0919c8253c
Merge branch 'master' into 4.x 2018-08-30 07:13:03 +02:00
Juan Picado @jotadeveloper
d0798c491f
chore: fix typo 2018-08-29 07:17:09 +02:00
Omer Drukman
dd72120379 feat: rename database file name (#954) 2018-08-26 13:47:51 +02:00
Juan Picado @jotadeveloper
9c94cc5732
Merge branch 'master' into 4.x 2018-08-24 18:17:24 +02:00
Guillaume Delacour
d6d1e4adb9 docs: fixes typo (#945) 2018-08-24 14:35:54 +02:00
Juan Picado @jotadeveloper
652003feed
feat: update logos & add new page for logos on website (#941)
* chore: update svg logos

* chore: update logo assets (png)

thanks lisa for this upgrade

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>

* feat: add logo page

logo dimensions are missing here, we will figure out that later

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>

* chore: update link

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>

* chore: update link text

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>
2018-08-24 09:18:49 +02:00
Juan Picado @jotadeveloper
6f11471e3f
Merge branch 'master' into 4.x 2018-08-22 23:16:19 +02:00
Andrey Tikhonov
ffc941016b fix: Make systemd unit more production-like (#929)
* fix: Make systemd unit more production-like

* docs: updated server.md

* fix: Restart=on-failure instead of always in systemd unit
2018-08-22 23:12:26 +02:00
Girish Ramakrishnan
c2016ac9d6 docs: Add Cloudron to install.md (#939)
This adds the Cloudron package link to the installation docs.
The source code for the cloudron package resides at
https://git.cloudron.io/cloudron/verdaccio-app/

Fixes #938
2018-08-22 22:49:51 +02:00
Juan Picado @jotadeveloper
a68d247a44
feat: add support for jwt on api (#896)
* feat: add support for jwt on api

* test: add unit test for sign token with jwt

add multiple scenarios with configuration file

* chore: add JWT verification on middleware

* chore: restore headless

* chore: restore middleware header validation

* refactor: fix login whether user exists

* refactor: JWT is signed asynchronously

* refactor: better structure and new naming convention

* test: add unit test for token signature

* test: add unit test for creating user with JWT enabled

#168

* docs: add security section jwt

* refactor: renable  web auth middleware

* test(auth): add legacy disabled scenario

* chore: update gitignore

* chore: add some es6 sugar

* feat: enable JWT token signature for new installations

* chore: add yaml files to git

I forgot add this before 😷

* chore: trace log on auth

in case we want more output
2018-08-21 08:05:34 +02:00
Matthew Peveler
7d70824cd0 docs: fix typo/grammar (#927) 2018-08-17 06:44:52 +02:00
Diego Louzán
24b6176521 docs: document package regex syntax
make explicit the syntax used in the package configuration directives by
linking to the minimatch npm package used for the implementation
2018-08-13 17:53:08 +02:00
Abraham Schilling
36b580c36a
docs: Add plugin to the plugin list.
Add `verdaccio-github-oauth-ui` to the plugin list.
2018-07-31 17:58:12 +02:00
Juan Picado @jotadeveloper
e008b22f0e
Merge branch 'master' into feat-webui-scope 2018-07-31 12:31:04 +02:00
Peter Cools
f9e9383688 feat: adds option to set scope in webui instructions header
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873.
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.

See also feature request #593.

Corrected typo myscopy --> myscope
2018-07-31 10:58:43 +02:00
Ashish Surana
cee185e133 docs: changes gitter link to Discord
- changes in website footer also
2018-07-31 12:51:26 +05:30
Peter Cools
507a3c7a7d feat: adds option to set scope in webui instructions header
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873.
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.

See also feature request #593.

Removed changes to website/translated_docs and website/versioned_docs
And update docs/web.md and config.md
2018-07-30 21:11:36 +02:00
Juan Picado @jotadeveloper
b82b8f12a3
docs: small improvements 2018-07-22 20:23:53 +02:00
Michiel De Mey
11dcf798cc feat: adds support for external plugin directory (#532) 2018-07-18 14:53:08 +02:00
tzachshabtay
87ea8959d7
Fix typos 2018-07-16 16:13:49 -04:00
Taehyun Kim
b43b0de8a1
add verdaccio-github-oauth 2018-07-08 02:25:27 +09:00
Xavier Priour
e2bafb3b49
Mention access restrictions
Indicate that access restrictions apply to web UI as well as npm access (to avoid #804)
2018-07-06 08:41:46 +02:00
ayusharma
d7108aeed9 docs: update broken link in plugins 2018-06-25 09:40:35 +02:00
Juan Picado @jotadeveloper
50db21c1c8
chore: update link 2018-06-23 16:44:33 +02:00
Juan Picado @jotadeveloper
5fde4284c2
docs: update unit testing doc 2018-06-23 16:43:25 +02:00
Juan Picado @jotadeveloper
78ef24d79b
chore: update website
* display tweets
* big github button
* display new users
2018-06-17 01:23:19 +02:00
Juan Picado @jotadeveloper
4245636576
feat: add published package support to template
The package published can be printed into the template
Improve error handling
Improve notification documentation
2018-06-14 07:25:09 +02:00
Juan Picado @jotadeveloper
9159e2075d
chore: add stride notifications example 2018-06-13 07:16:12 +02:00
Ilya Zaytsev
1ca5298707 feat: added information about package publisher for notifications 2018-06-12 16:37:15 +07: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
Adam Horacek
0b461e5cab docs: add verdaccio-profile-api reference 2018-06-07 18:03:33 +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
wsy
697ac036a5 docs: fix full.yaml url for wget 2018-06-04 16:07:58 +08:00
Juan Picado @jotadeveloper
5c353fd10b
docs: typo improve information 2018-05-31 11:11:35 +02:00
Juan Picado @jotadeveloper
8df186c5d5
fix: enable audit by default
For docker and new installations
2018-05-31 10:41:00 +02:00
Juan Picado @jotadeveloper
a22b3a4415
docs: update beta to latest 2018-05-31 10:32:46 +02:00
Juan Picado @jotadeveloper
ea0f5df3c0
Merge branch 'master' into fix-default-max-body-size-at-docs 2018-05-30 14:11:56 +02:00