Commit Graph

118 Commits

Author SHA1 Message Date
Juan Picado 84373c4669 chore: add migration notes from v5 to master branch 2021-05-01 15:45:18 +02:00
amit 1810ed0d81
feat: environment variables support in configuration file (#2199)
* feat:Environment variables support in configuration file

* add changeset

* remove fixes typo

Co-authored-by: amit <amit@enso.security>
2021-04-25 10:08:14 +02:00
Juan Picado 4a3e11d072 chore: update with master (#2158) 2021-04-09 17:54:41 +02:00
Juan Picado 558d78f32a feat: flexible user interface generator (#2070)
* feat: flexible template generator and manifest

* chore: add changeset

* chore: restore dep

* chore: add docs

* chore: update snapshots

* chore: update docker examples for v5

* chore: refactor web module

* chore: format

* chore: refactor web api endpoints

* test: add test for user login web

* chore: refactor endpoints

* chore: fix merge

* chore: fix merge

* Update ci.yml

* chore: test

* chore: add static

* chore: update script

* chore: fix e2e

* chore: fix method

* docs: update v5 relative docker example

* chore: update html render

* chore: update style

* Update .prettierignore

* chore: update changeset

* chore: use pnpm6 on run test

temporary ci

* chore: drop node 16 for pnpm 6

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: remove circle ci

* chore: better url prefix handling

* chore: format code

* chore: remove test node 10

* docs: add docker v5 relative revers proxy example

* chore: use base html tag

* chore: update test
2021-04-09 17:54:38 +02:00
Juan Picado e64f8ee294 chore: format document 2021-04-09 17:54:30 +02:00
Juan Picado f2bcdb91f9 chore: update readme 2021-04-09 17:54:30 +02:00
Juan Picado 83677e31a2 build: server reload watch mode (#2039)
* feat: server reload watch mode

* chore:update format
2021-04-09 17:54:29 +02:00
Juan Picado e367c3f1e0 feat: improve legacy token signature by removing deprecated crypto.cr… (#1953)
* feat: improve legacy token signature by removing deprecated crypto.createDecipher

* fix: wrong reference

* chore: add debug
2021-04-09 17:54:21 +02:00
Juan Picado 9c803993d0
feat: custom protocol header (#2156) 2021-04-02 10:48:51 +02:00
Juan Picado 15bb350ae4
feat: improve url_prefix behavior (#2122)
read pr 2122 for more details
2021-03-29 12:32:37 +02:00
Juan Picado 7b6fbae6ae
feat: handle kill signals nicely (#2130)
* feat: handle kill signals nicely

* chore: add docs and rename variable

Co-authored-by: edward kim <edward.kim@lendi.com.au>
2021-03-17 07:29:07 +01:00
Juan Picado @jotadeveloper 9d4c76153d chore: add info where the new docs are (#1138) 2018-11-27 14:43:29 +01:00
Juan Picado @jotadeveloper ff3b86ec2e chore: relocate website (#1132)
https://github.com/verdaccio/website
2018-11-22 10:37:24 +01:00
ambar be4672d11e docs: use `$all` access (#1083) 2018-10-20 09:10:07 +02:00
oeph e12aaf2c67 docs: Added verdaccio-bitbucket-server to the list of authorization plugins in the plugins documentation (#1075) 2018-10-16 10:26:46 +02:00
Daniel Spangenberg 391f8bdba5 Add verdaccio-gitlab-ci to authorization plugins (#1032) 2018-09-30 07:38:52 +02:00
Juan Picado @jotadeveloper 54d7f1b4fc
Update web.md 2018-09-26 14:31:17 +02: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 8d222a7d13
chore: fix typo 2018-09-06 20:43:23 +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 d0798c491f
chore: fix typo 2018-08-29 07:17:09 +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
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
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