0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
Commit graph

154 commits

Author SHA1 Message Date
Ayush Sharma
9cd3ccb408 fix: login without reload (#678) (#679) (#914)
* fix: login without reload (#678) (#679)

* fix: implements code review suggestions (#914)

* refactor: adds scope to the app

* refactor: handles null value from localstorage for username

* refactor: removes text type from <Input />

* refactor: replaces isNull with isNil

* refactor: improves makeLogin method

* refactor: adds error from api constant

* fix: updates error using API_ERROR constant in tests

* refactor: updates regex for moduleMapper in jest config
2018-08-20 16:29:47 +02:00
Ayush Sharma
dc9460ff07
refactor: header component test (#878)
* refactor: improves <Header /> component test cases

* refactor: adds destructuring for state in render block
2018-08-01 15:00:39 +02:00
Juan Picado @jotadeveloper
fa591d25dc
chore: update max size 2018-07-28 17:22:09 +02:00
Juan Picado @jotadeveloper
0d9565dd1c
chore: add bundlesize integration 2018-07-28 17:18:46 +02:00
Juan Picado @jotadeveloper
f75e213399
chore: update dependencies 2018-07-27 20:59:51 +02:00
Juan Picado @jotadeveloper
62e3adf0db
chore: update devDependencies 2018-07-27 20:37:13 +02:00
ayusharma
4a7a94aa74 feat: adds base64 support in webui token (#840) 2018-07-26 17:11:28 +02:00
Juan Picado @jotadeveloper
1536b97d0b
chore: add current version website 2018-07-22 20:21:54 +02:00
Michiel De Mey
11dcf798cc feat: adds support for external plugin directory (#532) 2018-07-18 14:53:08 +02:00
Juan Picado @jotadeveloper
66118ad008
chore: update Flow 0.76.0 2018-07-18 07:53:04 +02:00
Juan Picado @jotadeveloper
b2e88d12a1
chore: add sub type example with flow 2018-07-18 07:53:02 +02:00
Juan Picado @jotadeveloper
2f4dbe8564
fix: add RemoteUser type for auth 2018-07-18 07:53:00 +02:00
Juan Picado @jotadeveloper
5c2c414e03
fix: wrong auth plugin signature 2018-07-18 07:52:59 +02:00
Juan Picado @jotadeveloper
6f33876587
chore: update @verdaccio/types to 3.3.2 2018-07-18 07:52:57 +02:00
Juan Picado @jotadeveloper
61e33f0a30
refactor: use plugins type on loadPlugin 2018-07-18 07:52:54 +02:00
Juan Picado @jotadeveloper
55c146cb5d
chore: add flow plugin examples
middleware, authentication and storage
2018-07-18 07:52:45 +02:00
Juan Picado @jotadeveloper
7ce6abf3b2
chore: update flow to 0.75.0 2018-07-18 07:52:39 +02:00
Juan Picado @jotadeveloper
dd3a937ac9
refactor: config file using flow 2018-07-04 00:15:07 +02:00
Juan Picado @jotadeveloper
a7fd3605d1
chore: update jest and eslint 2018-07-04 00:14:59 +02:00
Daniel Ruf
dbc5f622a8
chore: remove obsolete Travis CI code 2018-06-30 19:46:56 +02:00
ayusharma
29bb57ad5f feat: adds support for ascii-doc preview in readme (#464) 2018-06-20 00:15:25 +02:00
Juan Picado @jotadeveloper
d04dc8da73
fix: ignores http_proxy and https_proxy
bump verdaccio-audit@0.2.0
2018-06-15 23:11:39 +02:00
Juan Picado @jotadeveloper
8f0508fc2e
fix: search implementation depends now of each plugin
It had still file system remaining logic on search, this will force plugin to implement search. Whether plugin do not has such implementation a warning  is displayed in the console and search will return remote search results for each endpoint anyway.
2018-06-09 09:23:13 +02:00
Juan Picado @jotadeveloper
72d9b4124d
chore: syntax-dynamic-import
add syntax-dynamic-import babel plugin and update webpack
2018-06-03 17:34:30 +02:00
Lucius Gaitán
3168a769c3
fix: web-ui css were not being minimized 2018-05-27 09:34:17 -03:00
Juan Picado @jotadeveloper
5c64fa94a0
chore: update verdaccio-audit plugin 2018-05-23 21:56:21 +02:00
Juan Picado @jotadeveloper
f9f180de98
feat: support for npm audit fix #689
it is dissabled and commented out by default
2018-05-21 12:08:14 +02:00
Juan Picado @jotadeveloper
3bcadf5606
chore: update lock file 2018-05-14 21:36:49 +02:00
Juan Picado @jotadeveloper
6aab243d58
Merge branch 'master' of github.com:verdaccio/verdaccio 2018-05-13 23:50:11 +02:00
Juan Picado @jotadeveloper
bcf128e2be
fix: vulnerabilities with lodash 2018-05-13 23:48:24 +02:00
Juan Picado @jotadeveloper
d07bfc5f16
fix: update dependencies #691
webpack
2018-05-13 23:28:01 +02:00
Juan Picado @jotadeveloper
d4722d6aa2
fix: vulnerabilities dependencies 2018-05-13 23:12:31 +02:00
Juan Picado @jotadeveloper
4d19d7d2c8
fix: enforce maximum amount of users for new users only
When the maximum amount of users is reached, verdaccio-htpassword returned a 403 error when existing users tried to login.

https://github.com/verdaccio/verdaccio-htpasswd/pull/28
2018-04-30 12:40:13 +02:00
Juan Picado @jotadeveloper
2df0275e41
chore: update htpasswd dep version 2018-04-30 10:59:46 +02:00
Juan Picado @jotadeveloper
55ea09e984
chore: update lodash 2018-04-30 10:35:39 +02:00
Lucius Gaitán
b1c631c554 fix: upgrade webpack to v4. fixes [#544] 2018-04-27 02:47:15 -03:00
Juan Picado @jotadeveloper
4d5e8aab0b
fix: update types 2018-04-23 07:16:13 +02:00
Juan Picado @jotadeveloper
a7aa77ac3a
fix: update memory plugin 2018-04-21 18:40:28 +02:00
Juan Picado @jotadeveloper
e5caa71d35
refactor: storage is async
allows storage to initalize whether a async call is required on start up.
2018-04-21 18:36:06 +02:00
Juan Picado @jotadeveloper
df418a8ecb
fix: update memory plugin for e2e 2018-04-20 23:35:57 +02:00
Juan Picado @jotadeveloper
848e004eb5
refactor: local database methods are async 2018-04-20 19:40:48 +02:00
Juan Picado @jotadeveloper
a75b7bdcdd
fix: update memory storage plugin 2018-04-18 01:04:51 +02:00
Juan Picado @jotadeveloper
33a9df0100
refactor: secret key is handled in verdaccio side 2018-04-17 22:03:42 +02:00
Juan Picado @jotadeveloper
f1a5ee43be
chore: pin local-storage dependency
update types
2018-04-14 22:32:17 +02:00
Juan Picado @jotadeveloper
453891b28b
fix: should fix flow performance issues 2018-04-04 08:11:20 +02:00
Juan Picado @jotadeveloper
3a9c994bbc
feat: update verdaccio-htpasswd plugin 2018-04-02 19:52:49 +02:00
Juan Picado @jotadeveloper
a4943264ff
chore: allow quick updates on plugins 2018-03-28 07:23:40 +02:00
Juan Picado @jotadeveloper
57a6771681
Merge branch 'master' into issue-542 2018-03-24 20:15:58 +01:00
Ayush Sharma
0d3cf84c01 fix(test): replaces LocaleString with date-nfs/format
fix(test): replaces timezone to UTC

fix(test): updates variable definitions

fix(test): updates time format
2018-03-24 23:31:24 +05:30
Juan Picado @jotadeveloper
fef7ee75e8
chore: remove axios in favor of fetch
xhr is not in the wave anymore
2018-03-24 10:12:21 +01:00