Ayush Sharma
b605d1ed7e
fix: notification for multiple endpoints
...
add silent fail case for notification promise
2017-12-15 08:08:16 +05:30
Juan Picado @jotadeveloper
88f3d2cc43
Merge pull request #405 from osher/patch-1
...
Match shell title with web title
2017-12-05 23:56:39 +01:00
Mikhail T
10a49e439c
Try to appease lint
2017-12-05 12:03:18 -05:00
Mikhail T
e0fb5d927f
Add signal-handling to allow proper log-rotation.
2017-12-05 11:42:14 -05:00
osher
9ff7f392e4
lindt. lol...
2017-11-15 17:59:45 +02:00
osher
ddcc4935df
Match shell title with web title
2017-11-15 17:50:01 +02:00
Juan Picado @jotadeveloper
9e59cf75f0
Merge pull request #394 from HCanber/middleware
...
Add middleware plugins from fl4re/sinopia
2017-11-15 08:26:25 +01:00
Meeeeow
859eccb1be
fix: 🐛 incorrect logo url with slash at the end of url_prefix
2017-11-06 21:23:28 +08:00
Håkan Canberger
f08a660e3f
refactor: Better variable names
2017-11-02 08:12:43 +01:00
Håkan Canberger
374a5e8e7b
feat: Add middleware plugins from fl4re/sinopia
...
This is basically the PR fl4re/sinopia#18 by @fredr
2017-11-01 15:01:25 +01:00
Meeeeow
67e97a13b3
fix: 🐛 incorrect resource and registry url while install on sub directory
2017-11-01 01:28:34 +08:00
Lucius Gaitán
e916a0f697
fix: Check if socket exists before removing
2017-10-21 06:55:40 -02:00
Lucius Gaitán
d42a41e134
fix: Remove unix socket before listen
2017-10-21 05:20:55 -02:00
karl wiggisser
1d0a282c4b
refactor: camelCasing and const binding
2017-10-18 21:54:35 +02:00
karl wiggisser
994e9a4a5d
chore: fix ci errors
2017-10-18 21:54:25 +02:00
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
Ayush Sharma
d6ed202bd9
fix: plugin loader with logs
...
fix: warn replaced with info
2017-10-06 09:14:27 +05:30
Juan Picado @jotadeveloper
565fff53cc
fix-329
2017-10-01 09:10:02 +02: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
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
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
Ayush Sharma
64839bd61b
Fix : #322 - Message box replaced with alert
...
Review: Minor fixes
2017-09-13 15:08:33 +05:30
Ayush Sharma
2442571e2f
Fix: Issue #319 Load logo from config
...
Review: catch block
2017-09-13 12:03:18 +05:30
Meeeeow
4d6a4471b2
fix: 🐛 Package metadata cache not work
2017-09-10 23:41:09 +08:00
Ayush Sharma
17847ae415
Fix #311 : Debug text in green color
2017-09-07 23:10:01 +05:30
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
e4f7f32f91
refactor: Parse database and error handling in separated methods
2017-08-26 07:44:17 +02:00
Meeeeow
552527c085
refactor: 🔨 don't crash main thread when the database file is corrupted
...
Add a lock for LocalData instance and throw error message while user trying modify package list
2017-08-26 07:44:17 +02:00
Meeeeow
5d73dcaf89
fix: 🐛 check error code to prevent data loss
2017-08-26 07:44:17 +02:00
Meeeeow
93aae05e63
fix: 🐛 check error code to prevent data loss
2017-08-26 07:43:39 +02:00
Juan Picado @jotadeveloper
5c51e485f6
Merge pull request #293 from 8eo/master
...
Fix auth process to check against username also and not just groups
2017-08-17 06:20:10 +02:00
J. Russell Smyth
eb0c87d77a
add semicolon after media type in accept statement. Necessary for more pedantic servers such as Artifactory
2017-08-15 23:59:00 +00:00
Adam Szmyd
d0e0bc4ff3
Fix auth process to check against username also and not just groups
2017-08-15 12:21:28 +02:00
Juan Picado @jotadeveloper
b6ee1100ef
refactor: remove the feature for multi accept strings
2017-08-12 13:01:25 +02:00
Juan Picado @jotadeveloper
fab8391daf
fix: Remove accept header that seems cause issues #285 #289 and npm search fails
2017-08-12 12:51:06 +02:00
Juan Picado @jotadeveloper
d7e6bae469
refactor: move stream tarball helper as a dependency
2017-08-06 22:52:30 +02:00
Juan Picado @jotadeveloper
ba99fd5ba1
refactor: restore previous package check logic
2017-08-06 22:41:14 +02:00
Juan Picado @jotadeveloper
b804e96f4a
refactor: use utility to parse the yaml config file
2017-08-05 10:35:14 +02:00
Juan Picado @jotadeveloper
644c0981db
fix: configuration files inconsistencies, add unit test
2017-08-02 20:46:06 +02:00
Juan Picado @jotadeveloper
1e6c7dd6ea
refactor: unit test for readme, preserve tags on publish
2017-07-30 15:56:00 +00:00
Juan Picado @jotadeveloper
442305c62f
refactor: local storage get rid of error codes dependency
2017-07-30 16:55:22 +02:00
Juan Picado @jotadeveloper
00cf9c25bb
refactor: local storage with less external dependencies
2017-07-30 15:12:32 +02:00
Juan Picado @jotadeveloper
5b52447408
refactor: local storage methods cleanup for getTarball
2017-07-30 12:34:23 +02:00
Juan Picado @jotadeveloper
cc32186328
refactor: methods clean up on uplink storage
2017-07-29 21:39:22 +02:00