Karl Wiggisser
074086d31a
refactor: use object assign
2017-10-18 21:54:17 +02:00
karl wiggisser
c84d567d76
feat: add pfx support for https
2017-10-18 21:54:00 +02:00
Juan Picado @jotadeveloper
fa5797df50
docs: update most common questions link
2017-10-17 18:23:28 +02:00
Juan Picado @jotadeveloper
c570cf21a3
Update docker.md
2017-10-08 09:13:54 +02:00
Juan Picado @jotadeveloper
82857dce93
docs: add new docker tag
2017-10-06 07:21:05 +02:00
Juan Picado @jotadeveloper
9bb8e995aa
refactor: update and fix verdaccio scope deps
2017-10-06 07:10:36 +02:00
Juan Picado @jotadeveloper
5b66056cf2
Merge pull request #327 from ayusharma/issue-321
...
Plugin loader with logs
2017-10-06 07:06:38 +02:00
Ayush Sharma
d6ed202bd9
fix: plugin loader with logs
...
fix: warn replaced with info
2017-10-06 09:14:27 +05:30
Juan Picado @jotadeveloper
fb8f4cc4c2
chore(release): 2.5.1
v2.5.1
2017-10-01 15:31:12 +02:00
Juan Picado @jotadeveloper
045e973597
Merge pull request #338 from verdaccio/fix-docker
...
fix: fix docker build failure due breaking changes in yarn
2017-10-01 15:30:43 +02:00
Juan Picado @jotadeveloper
c62e90f50b
fix: fix docker build failure due breaking changes in yarn
2017-10-01 15:21:50 +02:00
Juan Picado @jotadeveloper
e1c98921d5
docs: update changelog
2017-10-01 14:28:17 +02:00
Juan Picado @jotadeveloper
85a1275ec8
chore(release): 2.5.0
v2.5.0
2017-10-01 14:25:45 +02:00
Juan Picado @jotadeveloper
90fa4ad3f4
Merge pull request #337 from verdaccio/fix-334
...
fix: Fix #334 UI failure on IE 11, add support for old browsers.
2017-10-01 14:17:27 +02:00
Juan Picado @jotadeveloper
f1f15be353
fix: Fix #334 UI failure on IE 11, add suppor for old browsers.
2017-10-01 14:11:43 +02:00
Juan Picado @jotadeveloper
dbd2a5c8b8
Merge pull request #335 from verdaccio/juanpicado-patch-1
...
Remove extra query parameters on Accept headers
2017-10-01 09:14:46 +02:00
Juan Picado @jotadeveloper
565fff53cc
fix-329
2017-10-01 09:10:02 +02:00
Juan Picado @jotadeveloper
c054682511
Merge pull request #332 from devsquad-tech/feature/uplink_authorization
...
Feature/uplink authorization
2017-10-01 09:06:00 +02:00
Ramon Henrique Ornelas
3fcdc62736
test: add test return default headers
2017-09-30 21:29:13 -03:00
Ramon Henrique Ornelas
231a4d7227
refactor: small changes in the code
...
- describe message tests;
- remove condition duplicate;
- add logger in exceptions;
2017-09-30 21:07:45 -03:00
Ramon Henrique Ornelas
f7ad05ec86
test: add test uplink auth
2017-09-30 00:06:42 -03:00
Ramon Henrique Ornelas
ab69b258ca
refactor: improvements auth uplink
...
- find NPM_TOKEN by default;
- remove parameter true to token_env;
- remove duplicate code to assigns header authorization;
- method created to validate rules of auth;
2017-09-29 18:16:55 -03:00
Ramon Henrique Ornelas
cc55c21303
test: fix test and done some improvements in code
2017-09-29 11:02:00 -03:00
Ramon Henrique Ornelas
3f20290ee8
docs: uplink headers authorization
2017-09-28 23:02:38 -03:00
Ramon Henrique Ornelas
7baf7cbe21
feat: header authorization uplink
...
- define auth type basic or bearer;
- assigns the header get process.env var NPM_TOKEN;
- assigns the header get process.env by set name;
- assigns the header raw token;
2017-09-28 22:28:58 -03:00
Juan Picado @jotadeveloper
eca7cf1a01
Merge pull request #331 from okv/patch-1
...
Fix typo at config wiki (uplinks section)
2017-09-27 18:56:57 +02:00
Oleg Korobenko
3010f54b03
Fix typo at config wiki (uplinks section)
2017-09-27 14:58:41 +03:00
Juan Picado @jotadeveloper
9ff7160640
Update README.md
2017-09-23 10:58:13 +02:00
Juan Picado @jotadeveloper
e1d596365d
chore(release): 2.4.0
2017-09-23 10:00:06 +02:00
Juan Picado @jotadeveloper
6210288085
Merge pull request #326 from miroslavpokorny/Fix_Maximum_call_stack_size_exceeded
...
fix: bug with Maximum call stack size exceeded on packages web API.
2017-09-23 09:27:08 +02:00
Miroslav Pokorný
11742db503
Changed setImmediate from async library to node default.
2017-09-17 17:35:22 +02:00
Miroslav Pokorný
b4195b15c6
Fixed bug with Maximum call stack size exceeded on packages web API.
2017-09-16 10:46:15 +02:00
Juan Picado @jotadeveloper
519840761c
Merge pull request #325 from robi-wan/wiki_directory_structure
...
docs: Use current directory structure in documentation
2017-09-15 21:35:20 +02:00
robi-wan
4bd174b96f
Use current directory structure in documentation
...
Commit 7fef14c322c1c73727c349389e036b3e5bde3bcc refactored the directory structure - reflect these changes in the documentation.
2017-09-14 15:49:57 +02:00
Juan Picado @jotadeveloper
57fbb59889
Merge pull request #323 from ayusharma/issue-322
...
MessageBox replaced with Alert in login dialog
2017-09-13 11:55:22 +02:00
Ayush Sharma
64839bd61b
Fix : #322 - Message box replaced with alert
...
Review: Minor fixes
2017-09-13 15:08:33 +05:30
Juan Picado @jotadeveloper
e81d50162f
Merge pull request #320 from ayusharma/issue-319
...
Load logo from config
2017-09-13 11:34:46 +02:00
Ayush Sharma
2442571e2f
Fix: Issue #319 Load logo from config
...
Review: catch block
2017-09-13 12:03:18 +05:30
Juan Picado @jotadeveloper
da7aaf3ec4
Merge pull request #317 from Meeeeow/fix_package_metadata_cache
...
fix: 🐛 Package metadata cache does not work
2017-09-13 07:50:45 +02:00
Meeeeow
59b8bcf817
Merge branch 'master' into fix_package_metadata_cache
2017-09-12 09:50:11 +08:00
Meeeeow
4d6a4471b2
fix: 🐛 Package metadata cache not work
2017-09-10 23:41:09 +08:00
Juan Picado @jotadeveloper
9cde5adfd4
Merge pull request #316 from wpasternak/patch-1
...
docs: fixed Typo
2017-09-10 14:44:18 +02:00
Willi Pasternak
7b03059819
Fixed Typo
2017-09-10 13:55:14 +02:00
Juan Picado @jotadeveloper
8dea48ed5b
docs: Update server section to include AWS info
2017-09-08 08:11:27 +02:00
Juan Picado @jotadeveloper
397a5301fb
Merge pull request #315 from ayusharma/issue-311
...
Fix #311 : Debug text in green color
2017-09-08 07:42:58 +02:00
Ayush Sharma
17847ae415
Fix #311 : Debug text in green color
2017-09-07 23:10:01 +05:30
Juan Picado @jotadeveloper
ebb033ce1a
Merge pull request #313 from Jinshichi/search_fix
...
fix: add Date and Version in a search result
2017-09-07 08:30:32 +02:00
Yuuki Tada
5d7e0bc1e5
Use singlequote instead of doublequote
...
modified: src/lib/storage/local/local-storage.js
2017-09-07 06:14:38 +00:00
Yuuki Tada
f80ff856ba
Add DATE and VERSION in search result
...
modified: src/lib/storage/local/local-storage.js
modified: test/functional/tags/preserve_tags.spec.js
2017-09-07 02:53:26 +00:00
Juan Picado @jotadeveloper
0582e05edc
Merge pull request #308 from verdaccio/feature_wiki_upgrade
...
docs: Add new sections to documentation
2017-08-29 20:09:48 +02:00