Commit Graph

1998 Commits

Author SHA1 Message Date
verdacciobot 0bbbd8fbcd docs: new Crowdin translations (#641)
docs: new Crowdin translations (#641)
2018-04-02 08:29:59 +02:00
Juan Picado @jotadeveloper 247f5c1b89
docs(uplink): add auth property clarification 2018-03-30 19:18:06 +02:00
verdacciobot 5738dc801c docs: new Crowdin translations (#636)
docs: new Crowdin translations (#636)
2018-03-29 08:09:59 +02:00
Juan Picado @jotadeveloper a4943264ff
chore: allow quick updates on plugins 2018-03-28 07:23:40 +02:00
Juan Picado @jotadeveloper 516705c7ca
docs: add new plugin 2018-03-27 08:39:19 +02:00
Juan Picado @jotadeveloper 179d14f74a
chore(release): 3.0.0-beta.5 2018-03-26 21:15:22 +02:00
Juan Picado @jotadeveloper 6d9a0db8bc
Merge pull request #637 from one-humble-cranberry/628-auth-user-zero
fix: #628 auth user zero
2018-03-26 20:53:00 +02:00
Christopher Kelley f743539ee0
Merge branch 'master' into 628-auth-user-zero 2018-03-26 13:56:03 -04:00
Christopher Kelley 5c5af275ab
fix: correct linter errors and warnings 2018-03-26 13:51:14 -04:00
Juan Picado @jotadeveloper 3405990254
Merge pull request #639 from johnmcase/fix-638
fix: update links #638
2018-03-26 18:21:16 +02:00
John Case 36bf0dbcc7 Fix #638 2018-03-26 11:04:56 -05:00
Christopher Kelley 78bb95c0c2
Merge branch 'master' into 628-auth-user-zero 2018-03-26 09:21:33 -04:00
Christopher Kelley 8bbedc933b
[Close #628] Test and correct auth plugin values 2018-03-26 09:20:12 -04:00
Juan Picado @jotadeveloper f4b15e1bb5
Merge pull request #633 from ayusharma/issue-542
fix(test): replaces LocaleString with date-nfs/format
2018-03-24 20:24:19 +01: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 1455ff44f7
Merge pull request #635 from bochen2014/master
add documentation for issue#336
2018-03-24 13:42:04 +01:00
Bo Chen 2050f298e9 issue#336 2018-03-24 23:29:51 +11:00
Juan Picado @jotadeveloper b604cf8155
Merge pull request #634 from verdaccio/feature-logout
feat: using fetch on UI
2018-03-24 11:14:17 +01:00
Juan Picado @jotadeveloper 8670f70a3e
chore: apply arrow function 2018-03-24 10:12:28 +01:00
Juan Picado @jotadeveloper badc707777
feat: remove web logout endpoint
we do not need it
2018-03-24 10:12:27 +01:00
Juan Picado @jotadeveloper cbf4b9c364
fix: display logo 2018-03-24 10:12:26 +01:00
Juan Picado @jotadeveloper 2022a30419
fix: unit test and better error handling 2018-03-24 10:12:25 +01:00
Juan Picado @jotadeveloper f338ee4101
fix: login with fetch 2018-03-24 10:12:23 +01:00
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
Juan Picado @jotadeveloper b9a6edf9b0
chore: update verdaccio-memory dep 2018-03-24 09:07:36 +01:00
Juan Picado @jotadeveloper 9c39cf0c1e
chore: rename method to camelCase 2018-03-22 18:31:26 +01:00
Juan Picado @jotadeveloper 4f395500b6
test: disable test 2018-03-20 17:46:20 +01:00
Juan Picado @jotadeveloper 011f5bf55b
test: disable test 2018-03-20 17:01:40 +01:00
Juan Picado @jotadeveloper be293a7641
Merge pull request #632 from ayusharma/issue-385
fix: adds debounce to search api call
2018-03-20 07:38:42 +01:00
Ayush Sharma aa60e1dbb2 fix: adds debounce to search api call 2018-03-19 19:37:41 +05:30
verdacciobot b47d643e01 docs: crowdin translations (#631)
docs: crowdin translations (#631)
2018-03-19 09:12:27 +01:00
Juan Picado @jotadeveloper d6644bef14
Update CHANGELOG.md 2018-03-18 16:32:59 +01:00
Juan Picado @jotadeveloper 768ce6a882
chore(release): 3.0.0-beta.4 2018-03-18 16:26:18 +01:00
Juan Picado @jotadeveloper 92b45a1944
Merge pull request #588 from ajlozier/issue-587
feat: add strict_ssl option, fixes #587
2018-03-18 16:08:59 +01:00
Juan Picado @jotadeveloper 8d5a7f0c30
Merge branch 'master' into issue-587 2018-03-18 15:52:16 +01:00
Aaron Lozier a56e8ad030 chore: update package and yarn to latest flow-types; skip test per #542 2018-03-18 09:27:51 -05:00
Juan Picado @jotadeveloper d9e6e87702
test: add unit test for login web ui 2018-03-18 13:41:36 +01:00
Juan Picado @jotadeveloper f0d2e8592f
test: add test for web ui endpoints
packages, sidebar and search
2018-03-18 08:46:02 +01:00
Aaron Lozier 4e5e7cc89b style(): removing strictSSL option from subsequent calls 2018-03-17 15:49:42 -05:00
Juan Picado @jotadeveloper 37d2aa8d49
test: add unit test for utilities 2018-03-17 18:28:54 +01:00
Aaron Lozier f0fef44885 feat: add strict_ssl_option, fixes #587 2018-03-17 09:47:28 -05:00
Juan Picado @jotadeveloper 7237ab340f
refactor: add flow support on publish endpoint 2018-03-17 11:54:57 +01:00
Juan Picado @jotadeveloper 5a93589caa
chore: update gitignore
allow vscode files to be shared
2018-03-17 11:53:10 +01:00
verdacciobot 0c678b9158 docs: new Crowdin translations (#630)
docs: new Crowdin translations (#630)
2018-03-16 07:08:06 +01:00
Juan Picado @jotadeveloper 0d5b07f4b9
Merge pull request #629 from nafarlee/patch-1
Improve grammar and wording in docs/install.md
2018-03-15 19:36:12 +01:00
Nicholas Farley 5e720b4511
Improve grammar and wording in docs/install.md 2018-03-15 13:57:42 -04:00
Juan Picado @jotadeveloper 484e2a6afe
refactor(flow): add types to new files 2018-03-14 07:06:29 +01:00
Juan Picado @jotadeveloper 1740aad834
test(e2e): add test for protected packages
Protected packages are not displayed on UI
2018-03-13 22:15:21 +01:00
Juan Picado @jotadeveloper 8679ee9598
chore: highlight links on website 2018-03-12 07:58:38 +01:00