Marc Bernard
5b7a3e6843
docs: fix security jwt config example ( #4976 )
2024-12-03 10:05:13 +01:00
Leo Wang(草鞋没号)
136e992bb9
feat: verdaccio-audit support timeout option ( #4718 )
...
* feat: verdaccio-audit support timeout option
* Create many-bees-tickle.md
* Update audit.ts
* update docs
* Update README.md
---------
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2024-07-17 21:59:36 +02:00
Marc Bernard
c31aec8336
fix: typo in config docs regarding check_owners ( #4720 )
2024-07-17 15:14:44 -04:00
Marc Bernard
6e764e3c49
feat: add support for npm owner ( #4582 )
...
* feat: add support for npm owner
* Revert debug msg
* Finish feature and add test cases
* Fix remote user name and more tests
* Simplify passing remote user
* Update version metadata with owners
* Add test for validateUserName
* Add comment for "change owner"
* add config option
* add check to removePackage, removeTarball
* typo
* check access when write=true
* Add to config, fix undefined user
* Update docs
* Update docs
* Update readme
2024-06-13 12:06:01 +02:00
Juan Picado
bd8703e871
feat: add migrateToSecureLegacySignature property ( #4621 )
...
* feat: add migrateToSecureLegacySignature property
* Update config.ts
* changeset
* Update ci.yml
* Update config.spec.ts
2024-05-05 16:53:28 +02:00
Timo Peters
bed68b2ceb
docs: fix typos in different areas ( #4535 )
2024-03-07 12:24:52 +01:00
Juan Picado
f047cc8c25
refactor: auth with legacy sign support ( #4113 )
...
* refactor: auth with legacy sign support
refactor: auth with legacy sign support
add tests
add tests
clean up lock fil
clean up lock fil
add more ci to test
update ci
update ci
update ci
update ci
update ci
* chore: add test for deprecated legacy signature
* chore: add test for deprecated legacy signature
* chore: add test for deprecated legacy signature
* chore: add test for deprecated legacy signature
* chore: add test for deprecated legacy signature
2023-12-31 14:34:29 +01:00
Juan Picado
bb4aabcae5
docs: add config builder api docs
2023-04-18 22:54:12 +02:00
Juan Picado
5fee278df4
doc: improve docs for logger
2023-03-08 08:36:59 +01:00
osher
d0b26c1300
Add section "Logger" to config page ( #3664 )
2023-03-08 08:06:39 +01:00
Juan Picado
1b38fb2d30
improve storage documentation
2023-02-09 20:48:01 +01:00
Juan Picado
3d158a195a
chore(website): plugin search ui ( #3539 )
...
* chore: plugin search ui
chore: progress
chore: format code
chore: progress
chore: @verdaccio-ui/copy-clipboard
chore: search finish
* chore: ui-components
* Update ToolList.tsx
* xss protection
* Update static-data.yml
* Update AddonCard.tsx
2022-12-25 18:48:18 +01:00
Juan Picado
82cb0f2bff
config.logs throw an error, logging config not longer accept array or… ( #3097 )
2022-03-28 20:02:08 +02:00
Juan Picado
20f244222b
chore: move blog docs to pages ( #3069 )
...
* chore: move blog docs to pages
Interesting info is being located here https://verdaccio.org/blog/2021/04/14/verdaccio-5-migration-guide but people does not find it.
* chore: move blog docs to pages
* chore: move blog docs to pages
2022-03-17 19:56:15 +01:00
Juan Picado
85a01746a5
add VERDACCIO_STORAGE_PATH documentation
2022-02-15 19:50:56 +01:00
Varun Gandhi
dd380c5a5e
fix: links to configuration in source tree. ( #2962 )
...
These were broken by a70454c7b2
.
2022-01-24 21:07:09 +01:00
Juan Picado
508247ce70
update website config for v5.4.0 ( #2813 )
...
* update config for v5.4.0
* update config for v5.4.0
* Update config.md
* update text
* Update config.md
* Update config.md
* Update best-practices.md
2021-12-26 11:03:32 +01:00
Juan Picado
459b6fa72b
refactor: search v1 endpoint and local-database ( #2340 )
...
* Refactor local-storage async
refactor local storage search stream
Remove async from local-storage, refactor search with streams
refactor search with undici fetch
finish search refactor
stream multiple request to single stream
refactor storage types
remove async dependency #1225
add score and refactor metadata
remove old search async
fix missing stream local data
clean up
clean up
refactor folder search
format
fix some test
fix issue on publish
filter preview
update ci
delete package folder refactor
refactor get packages methods
fix tests
fix lock file
add changeset
fix test windows
disable some test
update package json versions
* fix merge
* fix e2e cli
* restore e2e
* Update process.ts
* Update process.ts
* add improvement
* format
* Update utils.ts
* test
* test
* Update search.spec.ts
* Update search.spec.ts
* Update search.spec.ts
* test
* Update ci.yml
* clean up
* fix tests
* Update tags.ts
* Update index.spec.ts
* document changeset
* format
2021-09-08 19:06:37 +02:00
SaintMalik
2e51c931dd
docs: fix typos ( #2399 )
2021-09-01 19:13:09 +02:00
Juan Picado
586f1b0684
docs: improve url_prefix info
2021-08-22 10:25:40 +02:00
Juan Picado
988ff72081
docs: improve url_prefix docs and public domain override
2021-08-22 10:20:23 +02:00
Sergio Moreno
a6b0d63afb
feat: migrate Verdaccio.org to Docusaurus v2 and new design ( #2343 )
...
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-07-27 21:52:49 +02:00
Juan Picado
2924ffa235
chore: remove website ( #2244 )
2021-05-13 08:38:18 +02:00
Juan Picado
d460a2c5da
chore: prepare website for development ( #1935 )
...
* chore: fix missing dependencies
* clean index page and sidebar
* improve layout for doc page
* format
* basic layout
* Update what-is-verdaccio.md
* check format
2021-04-09 17:54:20 +02:00
Abraham Schilling
ddb42431d1
build: configure prettier as formatter for json, yaml and markdown ( #1930 )
...
* build: configure pretter as formatter for most files
* chore: reformat code (#1931 )
* chore: re-format all files
* chore: force run quality anaylsis test
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2021-04-09 17:54:19 +02:00
Juan Picado
3ad519f0c2
chore: website scaffolding ( #1843 )
...
* chore: upload gatsby website
* chore: update header
* chore: add background header
* chore: add ci for website
* Update ci-website.yml
* chore: update patch mach ci
* chore: update ci settings
* chore: update docker version
2021-04-09 17:54:10 +02:00