Juan Picado @jotadeveloper
c493b316b1
feat: i18n on web ( #1750 )
...
* feat: add i18n to web
* chore: enable es features
2020-03-14 07:16:47 +01:00
Joshua Jensch
9ac307adc5
feat: add support for new search endpoint( #1732 )
...
https://github.com/verdaccio/verdaccio/issues/310
* Add an incomplete implementation of the v1/search api
* Use parseInt and || instead of ?? for processing numeric arguments
* Remove res.end, as we already use response.json
* Remove unused request parameters and add TODO comment
* Fix eslint errors
Co-authored-by: Joshua Jensch <j.jensch@hvs.de>
2020-03-06 08:19:06 +01:00
Kevin Yockey
3aaa04829a
fix: adding Content-Type to response in GET /-/all ( #1697 ) ( #1728 )
2020-03-03 21:16:53 +01:00
Viktor Oreshkin
70a93da1fc
fix: tarball urls for web/package ( fix #1714 ) ( #1716 )
2020-02-25 20:24:42 +01:00
Daniel Ruf
a616250e33
refactor: remove extraneous else statements ( #1671 )
...
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2020-01-12 14:44:22 +01:00
Daniel Ruf
5dc6183802
refactor: use optimized svg for generic gravatar ( #1670 )
2020-01-12 11:34:53 +01:00
Robin van Boven
19d9fc2fa5
fix: use hasProxyTo to find correct uplink for tarballs ( #1644 )
...
* test: different uplinks with the same URL
This test reproduces #1642
* fix: use hasProxyTo to find correct uplink for tarballs
Fixes #1642
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2020-01-11 08:39:58 +01:00
Giedrius Grabauskas
4f43347b50
fix: updated combine url fix method ( #1647 )
...
* test: added more combineBaseUrl tests
* fix: optimized and updated combineBaseUrl method logic
2020-01-08 09:30:23 +01:00
Daniel Ruf
f89bf27f5a
fix: prevent issue with leading hyphen in package name - fixes #1429 ( #1636 )
2020-01-03 23:57:21 +01:00
Juan Picado @jotadeveloper
c30412b6db
refactor: update monorepo deps and types ( #1631 )
2019-12-25 14:46:14 +01:00
Juan Picado @jotadeveloper
7fe943f7bc
build: update dependencies ( #1630 )
...
* chore: update dependencies
* chore: update secrets
2019-12-23 09:29:27 +01:00
Favo Yang
158de3f768
fix: search api will not set magic date header when return array ( #1598 )
2019-12-14 12:08:37 +01:00
claude
e85e8bfaa9
refactor: simplify conditional expression
2019-12-12 20:33:00 +08:00
James George
05c9d0507c
refactor: use Array.includes ( #1596 )
2019-12-07 07:44:11 +01:00
Shreynik
b06b305b59
refactor: removes ts ignore comments ( #1541 )
2019-11-02 11:18:37 +01:00
Anix
cbea2edecb
fix: changed the exit code for info flag ( #1537 )
...
* fix: changed the exit code for info flag
* fix: changed the exit code for info
2019-10-30 08:33:05 +01:00
TJ
a7d6a9c560
chore: removes 3x unnecessary @ts-ignore comments ( #1524 )
2019-10-19 08:42:17 +02:00
James George
35f816bf5c
fix: minor grammatical tweak ( #1513 )
2019-10-07 07:45:25 +02:00
Juan Picado @jotadeveloper
65d6a935b5
fix: allow add to request agentOptions ( #1506 )
...
Follow up of https://github.com/verdaccio/verdaccio/pull/1332
Documented here https://github.com/verdaccio/website/pull/126
2019-10-03 08:23:08 +02:00
polemius
02aee3a879
fix: fixing the lint issues ( #1503 )
2019-10-02 21:18:00 +02:00
polemius
72314e48df
fix: fixing typos in comments ( #1504 )
2019-10-02 21:14:19 +02:00
Juan Picado @jotadeveloper
5612c13e9e
chore: fix eslint warnings ( #1471 )
2019-09-26 18:22:14 +02:00
Juan Picado @jotadeveloper
dbf20175dc
feat: npm token command support ( #1427 )
...
* feat: support for npm token
This is an effor of:
This commit intent to provide npm token support.
https: //github.com/verdaccio/verdaccio/issues/541
https: //github.com/verdaccio/verdaccio/pull/1271
https: //github.com/verdaccio/local-storage/pull/168
Co-Authored-By: Manuel Spigolon <behemoth89@gmail.com>
Co-Authored-By: Juan Gabriel Jiménez <juangabreil@gmail.com>
* chore: update secrets baselines
Co-Authored-By: Liran Tal <liran.tal@gmail.com>
* chore: update lock file
* chore: add logger mock methods
* chore: update @verdaccio/types
* refactor: unit test was flacky
adapt the pkg access to the new configuration setup
* refactor: add plugin methods validation
* test: add test for aesEncrypt
* chore: update local-storage dependency
* chore: add support for experimetns
token will be part of the experiment lists
* chore: increase timeout
* chore: increase timeout threshold
* chore: update nock
* chore: update dependencies
* chore: update eslint config
* chore: update dependencies
* test: add unit test for npm token
* chore: update readme
2019-09-07 15:46:50 -07:00
Marc Udoff
962d5d529a
feat: ensure every log file has at least one record ( #1414 )
2019-09-06 22:14:28 -07:00
Juan Picado @jotadeveloper
d5303f407b
feat: browse web package version ( #1457 )
...
* feat: allow endpoint to query by version
* chore: update @verdaccio/ui-theme
* test: add unit test for sidebar endpoint by version
2019-09-05 12:12:10 -07:00
Juan Picado @jotadeveloper
7fa23577ae
refactor: replace flow comments by ts-ignore
...
ts-ignore is not harmfull in specs files, since we try to force to test with values are not allowed by the types
2019-08-18 07:59:28 +02:00
Juan Picado @jotadeveloper
ac6c138309
Merge pull request #1432 from devnill/create-correct-user-groups
...
fix: fixed user creation endpoint to properly import groups
2019-08-10 13:48:09 +02:00
Juan Picado @jotadeveloper
c264f944fb
fix: unpublish and add or remove star colision ( #1434 )
...
* fix: unpublish and add or remove star colision
The issue was the npm star use a similar payload, but we did not check properly the shape of the payload, this fix and allow unpublish correctly.
Improve unit testing for publishing and unpublishing
Add new code documentation for future changes.
* chore: update secrets baseline
* chore: add missing type
this will requires update types in the future
2019-08-10 13:38:06 +02:00
Dan Singer
50e115f52a
fix: fixed user creation endpoint to properly import groups
2019-08-06 10:01:47 -06:00
jamesgeorge007
e233a578a9
Minor refactor to eliminate code redundancy
2019-07-30 13:58:45 +05:30
Juan Picado @jotadeveloper
e35d8d99db
Merge pull request #1409 from verdaccio/fix-1400
...
fix: allows pkg names that starts with dash
2019-07-28 23:11:03 +02:00
Juan Picado @jotadeveloper
fcd8a7f7bf
chore: remove unused parameter
2019-07-28 11:44:28 +02:00
Juan Picado @jotadeveloper
be8fed50d9
refactor: add generatePackageMetadata utility
...
- Tests suites must be independent each other, this is a refactor that allow star endpoint to be fully independent.
- Add putPackage utility to put new packages
2019-07-27 23:48:00 +02:00
Juan Picado @jotadeveloper
e319435d73
fix: allows pkg names that start with dash
...
Description
In sinopia 9f662a69e1 (diff-50e3aa130a4f97a42ee2cf111c7b1d9d)
a validation name for packages that start with dashs was added due this pattern is reserved by couchdb, but npmjs allows that now. I guess this is not a restriction anymore.
fix: https://github.com/verdaccio/verdaccio/issues/1400
2019-07-27 18:28:41 +02:00
Juan Picado @jotadeveloper
489be805e3
chore: remove empty file
2019-07-26 20:13:08 +02:00
Juan Picado @jotadeveloper
f4e7149806
refactor: add formatters
2019-07-26 09:35:19 +02:00
Juan Picado @jotadeveloper
263f051507
refactor: add levels file
2019-07-26 09:34:16 +02:00
Juan Picado @jotadeveloper
3beb57f7f6
test: add unit test for parser logger strings
2019-07-26 09:33:17 +02:00
Juan Picado @jotadeveloper
12b60f6cb7
build: fix semver missing type on build with docker
...
it seems the @types/semver do not handle a legitimate method named 'compareLoose'
2019-07-16 18:27:58 +02:00
Juan Picado @jotadeveloper
b71df94897
Merge remote-tracking branch 'origin/master' into feat-error-code
...
# Conflicts:
# src/lib/local-storage.ts
2019-07-16 17:38:25 +02:00
Juan Picado @jotadeveloper
66f4197236
feat: convert project to typescript ( #1374 )
...
* chore: test
* chore: add
* chore: more progress
* chore: progress in migration, fix prettier parser
* chore: reduce tsc errors
* chore: refactor storage utils types
* chore: refactor utils types
* chore: refactor local storage types
* chore: refactor config utils types
* chore: refactor tsc types
* refactor: apply eslint fix, tabs etc
* chore: fix lint errors
* test: update unit test conf to typescript setup
few test refactored to typescript
* chore: enable more unit test
migrate to typescript
* chore: migrate storage test to tsc
* chore: migrate up storage test to tsc
* refactor: enable plugin and auth test
* chore: migrate plugin loader test
* chore: update dependencies
* chore: migrate functional test to typescript
* chore: add codecove
* chore: update express
* chore: downgrade puppeteer
The latest version does not seems to work properly fine.
* chore: update dependencies
2019-07-16 08:40:01 +02:00
James George
eb6bf5168b
feat(chore): Included provision to show up local environment information ( #1365 )
...
* feat: adds provision to show up environment information
Fixes #1364
* feat: include docker info
* fix: pin envinfo
* fix: lock file
* fix: docker config
* fix: minor refactor
handle async behaviour
* feat: add short version for info
2019-06-30 18:17:25 +02:00
Juan Picado @jotadeveloper
3c539975c3
feat: plugins can throw http status codes
...
This feature aims to fix a unfair and missleading situation with storage plugins. Until now they were forced to throw Node error codes https://nodejs.org/api/errors.html#nodejs-error-codes when a resource is not found or a file exist already.
Error codes as EEXISTS or ENOENT does not exist in environments where storage is a database or cloud api, thus must be mock.
This PR has backward compability and plugins can safely migrate to new error http codes.
2019-06-23 22:57:46 +02:00
Juan Picado @jotadeveloper
d252e66588
Merge remote-tracking branch 'origin/master' into 4.1.x
...
# Conflicts:
# test/unit/modules/cli/cli.spec.js
2019-06-20 15:10:26 +02:00
Daniel Ruf
a92bd5f633
fix: correctly check the keepAliveTimeout value, fixes #1352 ( #1353 )
...
* fix: correctly check the keepAliveTimeout value, fixes #1352
* test: check keepAliveTimeout configurations using the CLI
2019-06-19 09:00:48 +02:00
Juan Picado @jotadeveloper
0fa26293a8
Merge remote-tracking branch 'origin/master' into 4.1.x
2019-06-13 22:04:35 +02:00
Will Smythe
eb7a8e3528
fix(api): return 503 to npm/yarn on uplink connection timeout ( #1331 )
...
fix #1328 and #720
Type: bug
The following has been addressed in the PR:
Instead of returning a 404 (Not Found) when npm, yarn, etc requests a package and the package cannot be acquired from an uplink due to a connection timeout, socket timeout, or connection reset problem, a 503 (service unavailable) is returned by Verdaccio instead. In limited testing of a few versions of npm and yarn, both of these clients correctly attempt to retry the request when a 503 is returned.
Added functional tests to verify the behavior (this adds a dev dependency on nock, which provides HTTP request mocking
Description:
This resolves issue #1328 and #720 , and ensures npm/yarn install commands don't fail immediately when there is an intermittent network timeout problem with an uplink. Instead Verdaccio will appropriately respond to the client with a 503. A 404 response (current behavior) incorrectly tells the client that the package does not exist (which may or may not be true) and to not try again.
2019-06-13 21:42:01 +02:00
Juan Picado @jotadeveloper
85c1bd1f76
fix(api): force authenticate on login ( #1347 )
...
When a user has a valid token and tries to login with other credentials the endpoint returns 201.
The reason was if another user logged previously and had a valid token stored in the terminal. We must authenticate any user that tries to log in even if the token stored is valid.
We must check credentials again and return a new token, if the credentials are wrong we reject the login. Furthermore, the new token will update the list of groups.
2019-06-13 06:58:43 +02:00
Daniel Ruf
94e735ad39
chore: remove update-banner code ( #1333 )
2019-06-04 09:40:15 +02:00
Daniel Ruf
df834f4836
fix: correctly check if the proxy setting evaluates to false ( #1336 )
2019-06-04 07:17:01 +02:00
Honza Hommer
de0446376d
fix(web): fix sidebar tarball protocol ( #1326 )
...
fix : #1320 https://github.com/verdaccio/verdaccio/issues/1320
2019-05-28 22:24:40 +02:00
Juan Picado @jotadeveloper
63695e2f2b
Merge branch 'master' into 4.1.x
2019-05-21 22:54:25 -07:00
Honza Hommer
95d134bdfd
feat: parse YAML/JSON/JS config file ( #1258 )
...
* Parse JSON/YAML config file.
* fix missing export
* fix: typos
* test(config): remove JSON test
* feat: better config error handling, tests
* fix: detect YAML config file via extension
* docs: https://github.com/verdaccio/website/pull/99
2019-05-21 22:50:14 -07:00
Liming Jin
3ac038fd8b
fix: warning text is hard to read when running under root
2019-05-21 11:53:00 +08:00
Juan Picado @jotadeveloper
197095efe3
Merge branch 'master' into 4.1.x
2019-05-20 13:05:38 -07:00
Juan Picado @jotadeveloper
8cf3966d5c
fix: add missing pkg version and name on start up
2019-05-20 21:30:51 +02:00
Juan Picado @jotadeveloper
b4c42c1a78
test: relocate spec test
2019-05-19 22:23:12 +02:00
Juan Picado @jotadeveloper
2f3ec2ce42
test: increase usage of constants
2019-05-19 21:37:43 +02:00
Juan Picado @jotadeveloper
26c5e2d670
Merge branch 'master' into 4.1.x
2019-05-17 08:04:13 -07:00
Juan Picado @jotadeveloper
7686417f29
feat: update readme v4 ( #1312 )
...
* feat: update readme v4
* chore: update @verdaccio/ui-theme@0.1.9
* chore: update @verdaccio/ui-theme@0.1.10
2019-05-17 08:03:58 -07:00
Marc Udoff
b9ffac5d1b
feat: plugin support to filter packages
...
Add a plugin that can filter all package metadata before being returned.
This enables blocking of packages from verdaccio.
IPluginStorageFilter are loaded like other plugins from the config.
Verdaccio will look for plugins in config.filters and pass this to
storage.init. This is the same design as other plugins and will be
dynamically found with the same rules. These plugins must impliment
a filter_metadata method, which is called serially (in the order
loaded from the config) for every metadata request. It gets a current
copy of a package metadata and may choose to modify it as required.
For example, this may be used to block a bad version of a package or
add a time delay from when new packages can be used from your
registry. Errors in a filter will cause a 404, similar to upLinkErrors
as it is not safe to recover gracefully from them. Note: When version
is removed, be careful about updating tags.
Fixes : #818
2019-05-15 20:04:41 -04:00
Ayush Sharma
a588588cf3
chore: removes verdaccio update banner ( #1309 )
2019-05-12 10:38:32 -07:00
Juan Picado @jotadeveloper
01f8da6366
fix: routing is aware of reverse proxy directory #1297
2019-05-02 21:56:14 +02:00
Juan Picado @jotadeveloper
615db0affb
feat: add some security headers for web UI ( #1295 ) @juanpicado
...
* feat: add some security headers for web UI
The idea behind this is have more control over the content is rendered mostly via README.
* chore: rename header for frame options
* chore: rename method better name
2019-04-30 23:46:36 +02:00
Daniel Ruf
ff71640e8a
feat: replace chalk with kleur ( #1289 ) @DanielRuf
...
* chore: replace chalk with kleur
* build: add updated lockfile
* chore: add flow-typed stub for kleur 3.0.3
* chore: remove unnecessary whitespace
* test: update snapshot for update-banner.js
* chore: migrate logger.js from chalk to kleur
* chore: use import instead of require
2019-04-29 08:44:29 +02:00
Daniel Ruf
f637efdd68
chore: replace date-fns with dayjs
2019-04-28 21:45:35 +02:00
Liming Jin
8e5203be9e
test: add unit test for the HTTP protocol check
2019-04-27 00:35:39 +08:00
Juan Picado @jotadeveloper
4af7b88919
Merge branch 'master' into fix-logo
2019-04-25 22:03:43 +02:00
Jamie Kyle
9f8a054f88
feat: accept web.primary_color as config option and inject into webui ( #1282 )
2019-04-25 21:50:35 +02:00
Liming Jin
56c70d4b0e
fix: logo field in configuration cannot use the local file
2019-04-19 21:52:28 +08:00
Juan Picado @jotadeveloper
86a6e5eb7f
fix: all static files are captured by the router
2019-04-16 19:11:40 +02:00
Juan Picado @jotadeveloper
8760e1821c
fix: update @verdaccio/ui-theme@0.0.13
2019-04-14 00:54:02 +02:00
Juan Picado @jotadeveloper
f730e7ac9c
chore: update dependencies
2019-04-06 14:58:02 +02:00
Juan Picado @jotadeveloper
c3c62021e5
feat: theme as plugin ( #1252 )
...
* chore: remove ui
* chore: remove size step
* chore: update theme plugin
* chore: update lock file
* Update main.workflow
* chore: update js-yaml dep
* chore: @verdaccio/ui-theme@0.0.4
* feat: allows theme as a plugin
* chore: update package description
2019-04-06 08:35:38 +02:00
Juan Picado @jotadeveloper
265849eaa9
fix: potential issue on sign new jwt tokens
...
If the user was already loged, we were unwraping the token and signing a new token, passing through previous payload props to new token, this might causes https://github.com/auth0/node-jsonwebtoken/issues/326#issuecomment-288124020
This commit ensure the new token will be based on sign options defined on config file.
2019-03-30 09:42:46 +01:00
Juan Picado @jotadeveloper
672969c4eb
test: add scenario for new detail page tab
2019-03-27 22:27:46 +01:00
Juan Picado @jotadeveloper
d5e7f752aa
test: add scenario to handle 404 page
2019-03-27 20:24:34 +01:00
Juan Picado @jotadeveloper
446fc9fd32
chore: remove dolar sign that is being copied
2019-03-27 07:16:32 +01:00
Juan Picado @jotadeveloper
40500ad899
Merge branch 'master' of github.com:verdaccio/verdaccio
2019-03-24 23:21:47 +01:00
Juan Picado @jotadeveloper
4da21c1490
fix: add not found if package is missing
2019-03-24 23:20:30 +01:00
Juan Picado @jotadeveloper
54d73eb9a3
chore: add access middleware
2019-03-17 21:26:21 +01:00
Juan Picado @jotadeveloper
87203f2cdf
fix: add new enpoind that allow download tarballs according the standard
2019-03-17 21:23:13 +01:00
vip30
75c0e1e4ec
feat: add stars api
2019-03-11 23:37:17 +08:00
vip30
1ab7c504ec
feat: add star and unstar api for 4.x
2019-03-09 11:16:44 +08:00
Juan Picado @jotadeveloper
70d8e5f624
chore: fix e2e test for package list
2019-03-04 22:19:49 +01:00
Ayush Sharma
5aff7bc1a8
refactor: package list
2019-03-03 21:53:25 +01:00
Ayush Sharma
c9858c85e3
refactor: package list [WIP]
2019-03-03 20:01:41 +01:00
Ayush Sharma
07d9aebc62
wip
2019-03-02 10:52:03 +01:00
Ayush Sharma
ea6b6c7efc
refactor: package list [WIP]
2019-03-02 10:52:02 +01:00
Ayush Sharma
f85479bc10
refactor: package list [WIP]
2019-03-02 10:52:02 +01:00
Ayush Sharma
aec337719e
refactor: package list [WIP]
2019-03-02 10:52:01 +01:00
Ayush Sharma
c518b94978
refactor: package list [WIP]
2019-03-02 10:52:00 +01:00
Juan Picado @jotadeveloper
01d0f4a663
chore: refactor for better debugging
2019-02-28 23:00:48 +01:00
Juan Picado @jotadeveloper
fe28e24226
Merge remote-tracking branch 'origin/master' into 4.x
2019-02-25 19:58:15 +01:00
Juan Picado @jotadeveloper
9e17d2bc27
chore: fix unpublish issues, fix unit test
2019-02-24 23:20:25 +01:00
Juan Picado @jotadeveloper
d470cfeeed
fix: overrides existing package to zero bytes file #1191
...
Publishing existing package overrides existing package to 0 bytes file
2019-02-24 10:11:56 +01:00
Juan Picado @jotadeveloper
59ae8dd12d
Merge branch '4.x' into fix-492
2019-02-23 17:02:56 +01:00
Ayush Sharma
0c449e1503
Merge branch '4.x' into 4.x-improvements-to-new-pacakge-sidebar
2019-02-19 23:03:48 +01:00
Ayush Sharma
31860540e1
refactor: versions and footer snapshot
2019-02-19 23:02:46 +01:00
Ayush Sharma
811bd81d07
refactor: adds subject options to mail link
2019-02-19 21:53:33 +01:00
Ayush Sharma
01e0634c40
refactor: removes country without contributions
2019-02-19 21:45:13 +01:00
Juan Picado @jotadeveloper
28a50bfe08
chore: fix router issue
2019-02-19 07:04:39 +01:00
Ayush Sharma
fde90351bc
refactor: updares repo component
2019-02-19 00:01:29 +01:00
Juan Picado @jotadeveloper
7db5b93806
chore: fix logo 404 error
2019-02-18 23:58:07 +01:00
Ayush Sharma
f7734a001a
refactor: design / spacing improvements
2019-02-18 23:54:39 +01:00
Juan Picado @jotadeveloper
ee8859c99c
Merge branch '4.x' into fix-492
2019-02-18 22:05:03 +01:00
Juan Picado @jotadeveloper
28231841f6
Merge branch '4.x' into fix-1163
2019-02-18 21:03:38 +01:00
Juan Picado @jotadeveloper
5f9cdd2cfa
Merge branch 'fix-1163' of github.com:verdaccio/verdaccio into fix-1163
2019-02-18 07:59:24 +01:00
Juan Picado @jotadeveloper
96b2e2fc47
chore: avoid mutation on sort
2019-02-18 07:59:03 +01:00
Juan Picado @jotadeveloper
403cb6b584
chore: fix flow
2019-02-17 21:25:19 +01:00
Juan Picado @jotadeveloper
6ebebcb023
chore: fix copy object issue
...
Update CopyToClipBoard, if has children render that, otherwise the raw text
2019-02-17 21:14:39 +01:00
Juan Picado @jotadeveloper
f981024d5f
Merge branch 'feat-new-detail-page' of github.com:verdaccio/verdaccio into feat-new-detail-page
2019-02-17 20:40:55 +01:00
Juan Picado @jotadeveloper
f1bad195e4
chore: fix e2e
2019-02-17 20:39:58 +01:00
Ayush Sharma
2c0ebc8591
refactor: fixes flow
2019-02-17 17:49:50 +01:00
Ayush Sharma
9699e0bab7
refactor: adds action bar in pacakge sidebar
2019-02-17 17:33:08 +01:00
Juan Picado @jotadeveloper
84d6f3b48f
Merge branch '4.x' into fix-492
2019-02-17 14:09:30 +01:00
Ayush Sharma
16ae178f97
Merge branch 'feat-new-detail-page' of github.com:verdaccio/verdaccio into feat-new-detail-page
2019-02-16 23:24:56 +01:00
Juan Picado @jotadeveloper
ebf2547a1f
Merge branch '4.x' into fix-1163
2019-02-13 21:21:06 +01:00
Juan Picado @jotadeveloper
16b1eb92cf
Merge branch '4.x' into feat-new-detail-page
2019-02-13 20:59:23 +01:00
Nicholas Hyatt
7279662fcb
fix: v4 compatible helpers
2019-02-12 17:32:50 -06:00
Ayush Sharma
1bc1883f1a
refactor: action bar [WIP]
2019-02-11 23:06:35 +01:00
Nicholas Hyatt
049917a0a6
feat: allow apiJWTmiddleware to be managed by Auth plugin
2019-02-11 15:36:52 -06:00
Ayush Sharma
48fe265397
Merge branch 'feat-new-detail-page' of github.com:verdaccio/verdaccio into feat-new-detail-page
2019-02-10 09:03:00 +01:00
Ayush Sharma
27e47a741d
refactor: adds mail link to author component
2019-02-10 09:02:07 +01:00
Ayush Sharma
1b270684da
Merge branch '4.x' into feat-new-detail-page
2019-02-09 22:59:24 +01:00
Ayush Sharma
1d6efd79d2
refactor: adds logo for npm, pnpm and yarn
2019-02-09 22:56:14 +01:00
Ayush Sharma
e93c40d45f
refactor: adds support for email on dev/maintainer avatar click ( #837 )
2019-02-09 22:32:41 +01:00
Ayush Sharma
200b6cc0f0
refactor: package sidebar styles
2019-02-09 22:21:40 +01:00
Juan Picado @jotadeveloper
64f06f8467
chore: fix undefined issue
2019-02-08 08:05:13 +01:00
Juan Picado @jotadeveloper
ef503257f3
feat: ability to restrict unpublish action to certain users #492
...
This is a PoC, it needs refactor and unit testing
2019-02-07 22:04:53 +01:00
Juan Picado @jotadeveloper
49c6f0353e
feat: allow order packages via on web #1163
...
add new param on web sort_packages. options asc or desc
2019-02-07 21:20:43 +01:00
Juan Picado @jotadeveloper
c4747d0260
Merge remote-tracking branch 'origin/master' into 4.x
...
# Conflicts:
# CHANGELOG.md
# package.json
# yarn.lock
2019-02-07 19:35:35 +01:00
Stef Louwers
7f79c77354
fix: server keepAliveTimeout is in milliseconds, config value in seconds.
2019-02-07 16:26:32 +01:00
Ayush Sharma
c639b03df9
refactor: adds no data message in uplinks and dependency components
2019-02-06 23:21:51 +01:00
Juan Picado @jotadeveloper
c2c79f91a3
refactor: restore original URL for detail page
2019-02-06 08:00:36 +01:00
Juan Picado @jotadeveloper
e3fa6d37a6
chore: remove debug code
2019-02-06 07:23:26 +01:00
Juan Picado @jotadeveloper
9c632b7f6e
chore: add primary color to package title
2019-02-06 07:21:58 +01:00
Ayush Sharma
75a2c54adb
Merge branch 'feat-new-detail-page' of github.com:verdaccio/verdaccio into feat-new-detail-page
2019-02-05 23:22:23 +01:00
Ayush Sharma
83d74f6b8c
refactor: adds engine part in packag sidebar
2019-02-05 23:22:12 +01:00
Priscila Oliveira
039a94d61b
fix: fixed container size
2019-02-05 22:24:15 +01:00
Ayush Sharma
711f8153a5
refactor: removes old package detail component
2019-02-05 21:03:13 +01:00
Ayush Sharma
fed9711f48
refactor: removes old package sidebar
2019-02-04 22:08:26 +01:00
Ayush Sharma
9293df521b
refactor: fixes flow types
2019-02-03 23:07:10 +01:00
Ayush Sharma
495ec89da4
Merge branch 'feat-new-detail-page' of github.com:verdaccio/verdaccio into feat-new-detail-page
2019-02-03 22:33:31 +01:00
Ayush Sharma
fc24c615b2
refactor: package sidebar in a single card
2019-02-03 22:30:06 +01:00
Juan Picado @jotadeveloper
d7eea01efc
Merge remote-tracking branch 'origin/4.x' into feat-new-detail-page
2019-02-03 12:25:59 +01:00
Juan Picado @jotadeveloper
f346534571
Merge branch 'feat-babel-preset' of github.com:verdaccio/verdaccio into feat-babel-preset
2019-02-03 12:13:21 +01:00
Juan Picado @jotadeveloper
e094e73802
chore: testing local-storage
2019-02-03 12:06:33 +01:00
Juan Picado @jotadeveloper
752b870aba
feat: not found page ( #1208 )
...
* refator: added 404 page
* fix: fixed lint errors
* fix: fixed test
* refactor: add async import
2019-01-31 21:58:59 +01:00
Juan Picado @jotadeveloper
b12bfe8a3e
Merge branch '4.x' into feat-new-detail-page
2019-01-31 21:24:42 +01:00