Marc Bernard
6c5f7a4fa0
fix(middleware): link to favicon in template ( #4727 )
2024-07-21 18:00:37 +02:00
Marc Bernard
96b28575a3
chore(ui): update babel dependencies ( #4721 )
2024-07-18 07:54:46 +02: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
19df355e3c
chore(api): update comment about route parameters ( #4719 )
2024-07-17 19:57:03 +02:00
Marc Bernard
2a6ee33071
fix(middleware): custom favicon ( #4716 )
2024-07-16 13:28:45 -04:00
Marc Bernard
3b3cf86b54
chore: sync dependency defs between ui-components and ui-theme ( #4712 )
2024-07-13 06:38:04 -04:00
Marc Bernard
5a77414eb6
chore: fix type for country flags and hover titles ( #4709 )
...
* chore: fix type for country flags
* add text for Canada, fix Australia flag
* add flag texts
* fix text keys
* update changeset
* Add lock file
* Add Austria
2024-07-12 09:20:22 +02:00
Juan Picado
3bc24bc4a7
chore: update versions (next-7) ( #4703 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-07 18:45:32 +02:00
Marc Bernard
10dd81f473
feat: complete overhaul of web user interface ( #4687 )
...
* fix: ui-component updates
* Update all
* Update tests
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Dark logo
* Add showUplinks parameter
* Fix DependencyBlock links
* Update
* Fix highlight dark
* Update
* Color
* Fix uncaught exception
* changeset
* Fix Install Settingsmenu, tsconfig
* Remove duplicate function (merge issue)
* Fix SideBar test and CodeQL issue
2024-07-07 14:12:24 +02:00
Juan Picado
15a86b7dd2
chore: update versions (next-7) ( #4677 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-16 09:30:37 +02:00
Juan Picado
a528af49bc
feat: migrate yeoman generator to monorepo ( #4683 )
...
* feat: migrate geoman generator
* Create README.md
2024-06-15 19:59:11 +02:00
Marc Bernard
117eb1ca42
fix: change bundleDependencies to array ( #4680 )
...
* fix: change bundleDependencies to array
* add changeset
* fixed testid
2024-06-15 00:35:07 +02:00
Marc Bernard
199aea375a
chore: add config location and loglevel to startup log ( #4679 )
2024-06-13 21:34:41 +02:00
Marc Bernard
de6ff5cb0d
fix: update fields for abbreviated manifest ( #4674 )
2024-06-13 13:11:38 +02: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
27bc6c1b7d
chore: update versions (next-7) ( #4658 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-02 21:52:46 +02:00
Tobbe Lundberg
38b1e829d6
patch(core/url): Throw if VERDACCIO_FORWARDED_PROTO resolves to an array ( #4613 )
...
* patch(core/url): Throw if VERDACCIO_FORWARDED_PROTO resolves to an array
* changeset
2024-06-02 10:11:25 +02:00
Michael Ryan
cf1b46cc59
fix: log spacing depending on the FORMAT and COLORS options ( #4631 )
...
* fix: Bad log spacing depending on the FORMAT and COLORS options used
fixes : #4630
inserted a space between the timestamp and the message when logging timestamped messages.
* fix: Bad log spacing depending on the FORMAT and COLORS options used
fixes : #4630
removed padding of an unnecessary space (at the start or end of the log string, depending on whether colors are enabled).
* remove padLeft, update tests
* update logger-commons tests
---------
Co-authored-by: Marc Bernard <marc@marcbernardtools.com>
2024-06-01 21:35:06 +02:00
Marc Bernard
e5624e173c
chore: fix types for some store tests ( #4657 )
...
* chore: fix types for some store tests
* add changeset
2024-05-30 18:10:13 +02:00
Marc Bernard
5bfab621d4
feat: add tarball details for published packages ( #4653 )
...
* feat: add tarball details for published packages
* remove throw err
2024-05-29 00:11:42 +02:00
Juan Picado
53d9df92c6
chore: update versions (next-7) ( #4624 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-05 17:09:41 +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
Juan Picado
7400830505
revert #4600 ( #4623 )
2024-05-05 12:35:17 +02:00
Juan Picado
14032d160b
chore: update versions (next-7) ( #4581 )
2024-05-03 09:12:32 +02:00
Juan Picado
b6d565209f
feat: support for createCipher backward compatible ( #4612 )
2024-05-03 08:59:29 +02:00
Tobbe Lundberg
b0946b2a3b
chore(types): Improve TS types for renderHTML and related functions ( #4605 )
...
* chore(types): Improve TS types for renderHTML
* changeset
* Add author and PR to changeset
* Use RequestOptions instead of Request
* Update changeset text
* Separate type import
* Explain isArray check
* Add verdaccio/url to changeset
* Reverting: throw on wrong type
2024-05-02 20:55:52 +02:00
Marc Bernard
253cc1348f
feat: add tarball details for published packages ( #4600 )
...
* feat: add tarball details for published packages (part 1)
* pnpm-lock
* Update pnpm-lock
* switch to tar-stream
* fix api test (no dist)
2024-04-30 14:45:18 +02:00
Marc Bernard
1bae121dc2
fix: error when writing tarball (missing folder) ( #4594 )
...
* fix: error when writing tarball (missing folder)
* changeset
2024-04-25 19:06:51 +02:00
Marc Bernard
4ac3aead4f
fix: reduce log to info if database is not found ( #4595 )
2024-04-25 16:20:17 +02:00
Tobbe Lundberg
4dc62a8365
fix: adduser error message grammar ( #4586 )
...
* fix: adduser error message grammar
* changeset
* include username in changeset according to contribution guidelines
2024-04-23 10:07:35 +02:00
Marc Bernard
f967a69ad3
fix: avoid warning "time for version x already exists" ( #4577 )
...
* fix: avoid warning "time for version x already exists"
* changeset
2024-04-11 10:13:55 +02:00
Juan Picado
af3f7c4797
chore: update versions (next-7) ( #4561 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-24 12:34:03 +01:00
Juan Picado
542f9d3760
chore: remove nodejs engine restriction
2024-03-24 12:27:46 +01:00
Juan Picado
93c49bd36d
chore: update versions (next-7) ( #4553 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-23 20:53:44 +01:00
Juan Picado
ba53d1edc8
feat: versions filter by semver range ( #4555 )
...
* fix: improve dark mode styles
* fix background color
* feat: ui improvements
* add tests
2024-03-23 20:41:19 +01:00
Itamar Gronich
a99a4bb1b3
fix config builder erroring when passed partial config ( #4552 )
...
* fix config builder erroring when passed partial config
* add tests and changeset
* update readme
* update readme
---------
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2024-03-23 12:19:41 +01:00
divdavem
9db15542dc
Avoid displaying "prettify pipeline error" if there is no error ( #4551 )
2024-03-22 09:37:54 +01:00
Juan Picado
56713db9a3
chore: update versions (next-7) ( #4536 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-10 18:50:50 +01:00
Juan Picado
cce258e4d4
refactor: search package bump up
2024-03-10 18:21:03 +01:00
Juan Picado
87c16127b4
refactor: search package ( #4489 )
...
* refactor: search package
refactor: search package
* update deps
* refactor
* refactor tests
* add tests
2024-03-10 17:58:39 +01:00
Juan Picado
2c9fe963ff
chore: update versions (next-7) ( #4525 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-03 19:22:16 +01:00
Juan Picado
c9962fe1d5
feat: forbidden user interface ( #4523 )
...
* feat: forbidden user interface
* Delete App.stories.tsx
* Update package.json
* Delete package.svg
* fix
2024-03-03 19:06:39 +01:00
Juan Picado
66e4c89d3e
chore: update versions (next-7) ( #4515 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-20 22:01:58 +01:00
Juan Picado
521040847c
fix: ui dialog break pages on open due remark error ( #4514 )
...
* fix: ui dialog break pages on open due remark error
* Update pnpm-lock.yaml
2024-02-20 21:41:04 +01:00
Juan Picado
03173212df
chore: update versions (next-7) ( #4503 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-12 20:43:58 +01:00
Marc Bernard
c807f0c4fb
fix: store readme when publishing locally ( #4493 )
...
* fix: store readme when publishing locally
* Update actions test
* Update spicy-birds-flow.md
2024-02-12 13:50:58 +01:00
Juan Picado
dd952ec055
chore: update versions (next-7) ( #4474 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-11 23:16:30 +01:00
Marc Bernard
3323599268
fix: render READMEs with correct font and highlighting ( #4494 )
2024-02-11 18:05:48 +01:00
Juan Picado
74cd588828
fix: bug on change password npm profile ( #4473 )
...
* fix: bug on change password npm profile
* add new case
2024-01-24 23:14:38 +01:00
Juan Picado
4782bdd5e3
chore: update versions (next-7) ( #4417 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-14 10:56:23 +01:00
Juan Picado
07a8dd3cd2
changeset release
2024-01-14 10:22:21 +01:00
Juan Picado
4f70a46585
changeset release
2024-01-14 10:20:39 +01:00
Juan Picado
d575eb9356
chore: update versions (next) ( #4384 )
2024-01-07 10:02:08 +01:00
Marc Bernard
e14b064a38
chore(store): fix polynominal regex codeql ( #4332 )
2024-01-06 13:25:07 +01:00
Marc Bernard
4d9632424d
chore(config): increase test coverage ( #4382 )
...
* chore(config): increase test coverage
* adjust length (32 bytes in hex)
2024-01-06 11:31:32 +01:00
Juan Picado
37825bfe77
chore: update versions (next) ( #4351 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-31 14:54:02 +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
c922b83775
chore: update versions (next) ( #4093 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-28 17:22:01 +02:00
Juan Picado
312bc100ff
Create shy-garlics-cry.md
2023-10-28 17:14:07 +02:00
Juan Picado
db1e32e440
chore: update versions (next) ( #4056 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-14 22:53:21 +02:00
Juan Picado
daceb6d87e
chore: restore engines legacy support ( #4072 )
...
* chore: restore minimatch and legacy support
to be used on 5.x versions
* Update package.json
* Create old-turkeys-heal.md
2023-10-14 22:43:03 +02:00
Juan Picado
580319a53a
feat: ui improvements ( #4071 )
...
* feat: add download tarball indicator
* Update ActionBar.test.tsx
* fix: dark mode and readme css
* Create long-jars-collect.md
* Update long-jars-collect.md
* feat: improve install commands
* snapshots
* feat: hide deprecated versions option
* add testss
* feat: display deprecated versions
* add i18n
* fix e2e
* Update Readme.spec.tsx.snap
2023-10-14 19:19:52 +02:00
Juan Picado
e7ebccb61d
update major dependencies, remove old nodejs support ( #4059 )
...
* update major dependencies, remove old nodejs support
* Update ci.yml
* restore dep
2023-10-07 16:23:04 +02:00
Marc Bernard
3ca4056186
fix: Avoid 404 error when getting favicon on root ( #4057 )
...
* fix: Avoid 404 when getting favicon on root
* Add changeset
2023-10-07 10:43:05 +02:00
Marc Bernard
02ba426ceb
fix: display labels for engine versions ( #4051 )
2023-10-06 15:35:29 +02:00
Juan Picado
fa23d81fbc
chore: update versions (next) ( #4033 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-24 10:34:31 +02:00
Juan Picado
aba2f66cba
update release notes
2023-09-24 10:28:45 +02:00
Ku3mi41
92f1c34ae8
fix: ui expired token ( #4007 )
...
* fix: login state when token expired
If there token in the localstorage, the user was always displayed as authenticated, regardless of the token expiration
* chore: added changeset for @verdaccio/ui-components
* tests: JSON error for node versions older than 20
2023-09-24 10:17:53 +02:00
Juan Picado
c356c178b5
chore: update versions (next) ( #3993 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-26 15:33:57 +02:00
Juan Picado
35cc57b79e
fix: local search keyword undefined errors ( #3992 )
...
* fix: local search keyword undefined errors
* Update indexer.ts
2023-08-26 15:24:00 +02:00
Juan Picado
e445db0a1f
chore: update versions (next) ( #3990 )
2023-08-24 22:51:45 +02:00
Juan Picado
0786c93107
Update chilled-carrots-guess.md
2023-08-24 22:43:35 +02:00
Christopher Jäger (Mogler)
e056c8dfd3
Missing "onClick" prop in @verdaccio/ui-components Link component preventing handleDownload call in Package.tsx #3988 ( #3989 )
...
* fix: Add onClick handler in Link component
In the "Link" component, the onClick handler was not provided,
leading to the absence of a download action in the Package.tsx
renderDownloadLink component.
* Removed "external" attribute from "renderDownloadLink"
The "external" attribute is unnecessary in this context
since the download action is triggered by the "handleDownload" callback.
* added changeset for @verdaccio/ui-components
2023-08-24 21:52:35 +02:00
Juan Picado
47f61c6482
feat!: bump to v7
2023-08-21 17:38:13 +02:00
Juan Picado
f3e5e0b9c6
chore: update versions (6-next) ( #3982 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-20 12:53:25 +02:00
Juan Picado
e381e4845a
fix: improve legacy nodejs support ( #3981 )
...
* fix: improve legacy nodejs support
* restore
2023-08-20 12:32:09 +02:00
Juan Picado
f07fd5d525
chore: update versions (6-next) ( #3961 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08 08:11:41 +02:00
Juan Picado
0a6412ca97
feat: refactor upstream proxy and hooks with got v12 ( #3946 )
...
* feat: proxy with got v12
* fix tests
* refactor hooks module
2023-08-06 17:42:20 +02:00
Juan Picado
7e48d714b9
chore: update versions (6-next) ( #3935 )
2023-07-15 20:46:04 +02:00
Juan Picado
ae93e039da
fix: expose middleware methods #3915 ( #3934 )
...
* fix: expose middleware methods #3915
* remove body-parser dep
* fix 404 issue
2023-07-15 20:38:43 +02:00
Juan Picado
5486cb8260
chore: update versions (6-next) ( #3920 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-09 10:42:04 +02:00
Juan Picado
f859d2b1ae
fix: official package - cannot be synced ( #3919 )
...
* fix: official package - cannot be synced
* coverage
2023-07-08 19:06:03 +02:00
Juan Picado
37e2c61f63
chore: update versions (6-next) ( #3862 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-13 08:01:14 +08:00
George Kalpakas
702d5c4971
fix(api): fix password validation for /reset_password
route ( #3858 )
...
Previously, the password validation logic for the `/reset_password`
route was reversed: An error was returned when the password was valid
and the operation would succeed when the password was invalid.
This commit fixes the logic to return an error when the validation fails
and proceed with resetting the password when the password is valid.
2023-06-11 16:33:37 +08:00
Juan Picado
113e541bbf
chore: update versions (6-next) ( #3825 )
2023-06-03 07:23:26 +02:00
Juan Picado
7344a7fcf6
feat: ui set global package on sidebar setting ( #3826 )
2023-06-03 00:52:24 +02:00
George Kalpakas
679c19c1b6
fix(config): respect the changePassword
configuration flag ( #3849 )
2023-06-02 18:52:41 +02:00
Juan Picado
84b2dffdbe
fix: logger-commons wrong dependency version
2023-05-14 17:20:34 +02:00
Juan Picado
23e6967a69
chore: update versions (6-next) ( #3823 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-14 17:03:36 +02:00
Juan Picado
4a33e269b2
chore: restore logger versions
2023-05-14 15:10:03 +02:00
Juan Picado
6369612ccb
chore: update versions (6-next) ( #3759 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-14 12:36:49 +02:00
Juan Picado
15e58d988c
feat: add search package utils ( #3819 )
...
* chore: add search package
* feat: add search package utils
* feat: add search package utils
* fix order dependencies
2023-05-14 12:22:02 +02:00
Xingwang Liao
910fc03f62
fix(ui-theme): fix menuKey for Khmer language ( #3770 )
2023-04-27 15:50:19 +02:00
Juan Picado
c9d1af0e5b
feat: async bcrypt hash ( #3694 )
...
* +feat: async bcrypt hash
* +feat: async bcrypt hash
2023-04-22 20:55:45 +02:00
Juan Picado
c5e8c9c9c4
chore: update versions (6-next) ( #3744 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-21 23:41:04 +02:00
Juan Picado
09753cc1fa
fix wrong htpasswd file location ( #3750 )
2023-04-21 23:31:11 +02:00
Juan Picado
0dafa98263
fix: undefined field on missing count ( #3743 )
...
* fix: undefined field on missing count
* types
2023-04-18 00:52:45 +02:00
Juan Picado
2bd9342cee
chore: update versions (6-next) ( #3693 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-18 22:16:17 +01:00
Juan Picado
16e38df8ae
feat: trustProxy property ( #3691 )
2023-03-18 21:54:09 +01:00