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
Juan Picado
4f67baec96
chore: update versions (6-next) ( #3675 )
2023-03-12 13:59:34 +01:00
Juan Picado
c383eb68ce
fix: get-port missing dependency ( #3677 )
2023-03-12 08:49:51 +01:00
Juan Picado
7ef599cc4a
chore: add changeset
2023-03-11 23:14:48 +01:00
Juan Picado
ad151964bf
chore: update versions (6-next) ( #3670 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07 22:29:33 +01:00
Juan Picado
a1da11308f
fix: minor typo on warning message
2023-03-07 22:15:42 +01:00
Juan Picado
0d171f29db
chore: update versions (6-next) ( #3669 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07 21:56:20 +01:00
Juan Picado
974cd8c19c
fix: startup messages improved and logs support on types ( #3667 )
...
* fix: startup messages improved and logs support on types
* Create blue-cobras-study.md
* add npmignore
2023-03-07 21:49:56 +01:00
Juan Picado
ec3b79aa6d
chore: update versions (6-next) ( #3654 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-27 21:03:54 +01:00
Juan Picado
dc571aabd2
feat: add forceEnhancedLegacySignature ( #3655 )
...
* feat: add forceEnhancedLegacySignature
* Create rare-planets-travel.md
* Update run-server.spec.ts
* Update run-server.spec.ts
2023-02-26 22:24:00 +01:00
Juan Picado
ddb6a22396
feat: signature package ( #3653 )
...
* feat: signature package
* feat: signature package
2023-02-26 13:19:22 +01:00
Juan Picado
c9bd22dcaa
chore: update versions (6-next) ( #3620 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-23 13:13:33 +01:00
薄涛
378e907d53
fix(core): fix bug about isObject function ( #3647 )
2023-02-23 11:24:26 +01:00
Juan Picado
4fc21146ab
fix: missing logo on header ( #3636 )
2023-02-19 11:43:28 +01:00
Juan Picado
781ac9ac25
docs: add docs for theme and filter plugins ( #3619 )
...
* docs: add docs for theme and filter plugins
* typos
* typos
* Create strong-socks-type.md
* Update plugins.md
* typos
2023-02-18 15:42:19 +01:00
Juan Picado
0a37a9808a
chore: update versions (6-next) ( #3611 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-14 21:58:20 +01:00
Juan Picado
d167f92e18
rollback yaml support old nodejs versions ( #3610 )
2023-02-14 21:44:08 +01:00
Juan Picado
a931cb6646
chore: update versions (6-next) ( #3604 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-14 17:35:58 +01:00
Juan Picado
45c03819e2
refactor: html render middleware improvements ( #3603 )
...
* refactor: render middleware
* refactor: render middleware
2023-02-12 20:26:18 +01:00
Juan Picado
a8b173abd9
chore: update versions (6-next) ( #3595 )
2023-02-06 06:19:04 +01:00
Juan Picado
65f88b826a
bump logger packages
2023-02-05 23:24:44 +01:00
Juan Picado
0c8cc7626b
chore: update versions (6-next) ( #3594 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-05 22:26:37 +01:00
Juan Picado
dcb5b9291b
bump up @verdaccio/logger-7
2023-02-05 22:19:50 +01:00
Juan Picado
0a6668c060
chore: update versions (6-next) ( #3593 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-05 21:58:06 +01:00
Juan Picado
fa274ee44d
bump up middleware
2023-02-05 21:36:05 +01:00
Juan Picado
7b8c250869
chore: add missing changeset config
2023-02-05 21:24:25 +01:00
Juan Picado
631abe1ac1
refactor logger module ( #3592 )
...
* refactor logger module
* Update index.ts
2023-02-05 21:00:32 +01:00
Juan Picado
4122520a19
chore: update versions (6-next) ( #3591 )
2023-02-04 12:28:11 +01:00
Juan Picado
9943e2b189
refactor middleware dependencies ( #3588 )
...
* refactor middleware dependencies
* improve wrap
* chore: fix local
* chore: fix test
* changeset
2023-02-04 11:34:33 +01:00
Juan Picado
079faf23ca
chore: update versions (6-next) ( #3581 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-31 08:11:07 +01:00
Juan Picado
a1986e098d
feat: expose middleware utils ( #3580 )
...
* feat: expose middleware utils
* feat: expose middleware utils
* Update antiLoop.ts
* Update e2e-ci.yml
2023-01-29 15:08:50 +01:00
Juan Picado
91667d391c
chore: update versions (6-next) ( #3577 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-28 12:32:50 +01:00
Juan Picado
9718e03307
fix: build targets for 5x modules ( #3576 )
2023-01-28 12:12:14 +01:00
Juan Picado
928b66106c
chore: update versions (6-next) ( #3571 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-22 09:55:24 +01:00
Juan Picado
ef88da3b47
fix: improve support for fs promises older nodejs ( #3570 )
...
* fix: improve support for fs promises older nodejs
* second try with fallback for nodejs18
2023-01-22 09:48:04 +01:00
Juan Picado
d73ad92fa1
chore: update versions (6-next) ( #3551 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-03 00:01:34 +01:00
Juan Picado
9997879743
feats: components UI for custom user interfaces ( #3548 )
2023-01-02 20:13:45 +01:00
Juan Picado
294018443e
Update pre.json
2022-12-25 22:48:13 +01:00
Juan Picado
2b8c2aee07
chore: fix changeset
2022-12-25 20:44:09 +01:00
Juan Picado
e21dcaefe1
chore: update versions (6-next) ( #3511 )
2022-12-01 18:57:42 +01:00
Juan Picado
bf4ac5006b
fix: markdown ul and img styles ( #3515 )
2022-11-30 23:39:44 +01:00
Juan Picado
fedd372a90
chore: remove benchmark
...
moved to another repository
2022-11-26 15:13:00 +01:00
Juan Picado
5d9b65a1e7
chore: improve info regarding using private registries ( #3510 )
...
* chore: improve info regarding using private registries
* Update Help.test.tsx.snap
2022-11-25 13:28:25 +01:00
Juan Picado
6b6660db47
chore: update versions (6-next) ( #3462 )
2022-11-19 19:16:36 +01:00
Juan Picado
a23628be97
feat: parse highligt code, readme and sanitize on ui ( #3505 )
2022-11-19 18:59:59 +01:00
Juan Picado
0481b9a329
feat: upgrade react 18 ( #3495 )
...
* chore: update react 18
* Create four-ways-try.md
* Update signin.cy.ts
* chore: new ci
* Update e2e-ui.yml
* Update e2e-ui.yml
* ci
* ci
* ci
* Update e2e-ui.yml
* Update e2e-ui.yml
* chore: fix ui test
* Update publish.cy.ts
* chore: update tests
* add strict mode
2022-11-12 22:05:08 +01:00
Juan Picado
4b29d715b1
chore: move improvements from v5 to v6 ( #3461 )
...
* chore: migrate #3158 to v6
* chore: migrate #3151 to v6k
* chore: migrate #2787 to v6
* chore: migrate #2791 #2205 to v6
* chore: add changeset
2022-10-28 23:38:22 +02:00
Juan Picado
554020ec70
chore: update versions (6-next) ( #3437 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-17 07:29:58 +02:00
Juan Picado
b4cc80017e
fix: improve abort request search ( #3436 )
...
* fix: improve abort request search
* chore: add changeset
* chore: ui flacky tests
2022-10-15 14:03:51 +02:00
Juan Picado
d22673c61d
chore: update versions (6-next) ( #3409 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-15 09:02:41 +02:00
Juan Picado
54606976c3
chore(website): improve api docs part 2 ( #3431 )
...
* chore: remove unused package
* Update pnpm-lock.yaml
* chore: improve types in general plugins
2022-10-11 23:06:55 +02:00
Juan Picado
64cfedb805
chore(website): add api section ( #3424 )
...
* chore: add api section
* chore: fix build
* Update website.yml
* chore: improve types plugin
clean up others stuff
* Update crowdin.yaml
* clean up
2022-10-10 08:00:09 +02:00
Juan Picado
ce013d2fcc
refactor: reimplement star command ( #3410 )
2022-10-01 00:14:20 +02:00
Marc Bernard
6ad13de884
feat: display publication time on sidebar ( #3408 )
...
- Show the publication time next to the version on the sidebar
- Bonus: display the full date and time on hover
2022-09-30 19:53:46 +02:00
Juan Picado
269105ff4b
chore: update versions (6-next) ( #3362 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-28 07:39:59 +02:00
Marc Bernard
0277180576
fix: hide search icon on medium or larger devices ( #3398 )
...
* fix: hide search icon on larger devices
Avoids showing two search options
Regression of d43894e8f6
Closes #3396
* Changeset
2022-09-28 07:26:38 +02:00
Marc Bernard
d4019f6349
feat: improve "Current Tags" version list ( #3401 )
2022-09-28 07:26:18 +02:00
Juan Picado
62c24b6321
feat: add passwordValidationRegex property ( #3384 )
...
* feat: add passwordValidationRegex property
* chore: improve validation
* Update validation-utilts.spec.ts
* Update validation-utilts.spec.ts
* chore: remove code
2022-09-17 19:29:40 +02:00
Juan Picado
9fc2e79611
feat(plugin): improve plugin loader ( #3370 )
...
* feat(plugin): implement scope package support plugins
* feat(plugin): improve plugin loader
* chore: fix build
* chore: cover config path case
* chore: async ui thene plugin
* chore: store async plugin
* chore: refactor plugin loader auth
* feat: filter refactoring
* chore: remove old plugin loader
* chore: add changeset
* chore: add docs
* chore: refactor relative plugin loader
* Update user.jwt.spec.ts
* Update user.jwt.spec.ts
2022-09-16 08:02:08 +02:00
Juan Picado
43f32687cd
fix: abbreviated headers handle quality values ( #3361 )
2022-09-06 08:25:17 +02:00
Juan Picado
3c2f5741f4
chore: update versions (6-next) ( #3350 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-04 11:56:23 +02:00
Juan Picado
020ede43f6
fix: version output with breakline ( #3349 )
2022-09-04 10:46:57 +02:00
Juan Picado
5e53e168d4
chore: fix packages release config
2022-09-04 07:58:26 +02:00
Juan Picado
5a61cdd0cf
chore: update versions (6-next) ( #3341 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02 20:52:37 +02:00
Juan Picado
b849128ded
fix: handle upload scoped tarball and add new deprecations ( #3340 )
...
* chore: add local publish support
* chore: fix upload scoped tarball
* add e2e
2022-09-02 20:40:12 +02:00
Juan Picado
e06d8a0956
chore: update versions (6-next) ( #3334 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-28 13:32:17 +02:00
Juan Picado
44b7a0f300
chore: remove website from changeset
2022-08-28 06:10:46 +02:00