Michael K
4e3455157c
fix: answer with 401 instead of 403 when no credentials were sent ( #1109 )
...
fixes #1105
2018-11-15 20:14:56 +01:00
Ayush Sharma
67c0b8c0b7
fix: word wrap longer description ( #1076 )
2018-10-16 10:37:52 +02:00
Juan Picado @jotadeveloper
9a3c8bc1ae
fix: click on logo break ui ( #1073 )
2018-10-13 10:51:24 +02:00
samuelmaier
3ac9646937
fix: click on logo when using url_prefix was not working ( #996 )
...
* Click on logo when using url_prefix was not working
* fix: Replace old snapshot with new one
2018-10-09 19:38:14 +02:00
Yuval Yogev
315a3b2699
fix: don't exit if using https and pfx is enabled ( #1061 ) ( #1062 )
...
* Don't exit if using https and pfx is enabled
* Fix indentation
2018-10-07 20:35:31 +02:00
Ashish Surana
4a6b9cb016
refactor: rename function to camel case ( #1053 )
...
- changing function folder_exists to folderExists
2018-10-06 10:24:25 +02:00
Juan Picado @jotadeveloper
4deefe79ad
fix: normalize contributors field #1022 ( #1024 )
2018-09-27 12:17:47 +02:00
vegawong
df237fa16a
fix: support localTimeZone for logger pretty-timestamped
format ( #984 )
...
* feat: support localTimeZone for logger `pretty-timestamped` format
* feat: use `date-fns` to format log time
2018-09-09 08:32:20 +02:00
Juan Picado @jotadeveloper
3ca20d0c4e
fix: missing properties for default matcher #981 ( #982 )
2018-09-05 22:10:27 +02:00
Marc Udoff
5ca0ca5228
feat: exposed rotating-file log for json logging ( #948 )
...
This both allows for logger type 'rotating-file' and
passing of other options from the config "option" example:
{type: rotating-file, format: json, path: /path/to/log.jsonl, level: http, options: {period: 1d}}
2018-09-01 00:42:15 +02:00
Ayush Sharma
9f78c31f66
fix: login modal validation ( #958 )
2018-08-28 08:12:30 +02:00
Ayush Sharma
431e7608d2
fix: ui change details issue in props update ( #959 ) ( #960 )
2018-08-28 08:04:15 +02:00
Ayush Sharma
cf0593813c
fix: removes asciidoctor.js support ( #884 ) ( #947 )
2018-08-25 13:42:18 +02:00
Marc Udoff
cd231badb7
fix: bugs related to logging with type json ( #893 )
...
This commit cleans up some logging infra and ensures that the msg
in the json log are the same as what you get when you use pretty.
It also removes some confusing nulls that appear in the logs.
2018-08-24 22:07:24 +02:00
Viktor
5557ce5787
fix: path to static directory could be changed ( #942 )
2018-08-24 18:16:08 +02:00
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
Juan Picado @jotadeveloper
231cf5a581
Merge branch 'master' into master
2018-08-13 07:20:20 +02:00
Ashish Surana
fd6769850a
fix(webui): search crash on ' ' as a value #898 ( #902 )
...
* fix(webui): search crash on ' ' as a value #898
* chore(test): add unit test cases for Home component
- test case for handleSearchInput function
2018-08-12 22:25:47 +02:00
jeremy
2e5a4096f4
fix: abort the stream to prevent overwriting existing tarbal
2018-08-02 12:44:59 -07: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
8b98302985
Merge branch 'master' into feat-webui-scope
2018-07-30 18:59:27 +02:00
Juan Picado @jotadeveloper
9a28801c6b
Merge branch 'master' into fix-local-storage-test
2018-07-29 22:34:44 +02:00
Juan Picado @jotadeveloper
d916f3d7cd
Merge branch 'master' into feat-webui-scope
2018-07-29 21:59:47 +02:00
Juan Picado @jotadeveloper
e43e6155fe
Merge branch 'master' into task-826
2018-07-29 19:31:47 +02:00
Priscila Oliveira
50f9f2208d
refactor: added new sass variables & mixins
...
refactor: replaced css by sass variables, added mixins
refactor: removed unused css
refactor: added main file, del unused var. file & modified global
feat: added search mixin
refactor: removed unnecessary parenthesis
fix: fixed search mixin
2018-07-29 18:39:28 +02:00
Peter Cools
ac039cfcb8
feat: adds option to set scope in webui instructions header
...
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873 .
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.
See also feature request #593 .
2018-07-29 18:30:08 +02:00
Juan Picado @jotadeveloper
bef6df6e1b
test(storage): add unit test for merge test
2018-07-29 15:26:22 +02:00
Juan Picado @jotadeveloper
b65b79bc09
test(storage): add checks for addVersion
2018-07-29 13:58:04 +02:00
Juan Picado @jotadeveloper
25c62f09ea
test(storage): add better test for changePackage
2018-07-29 10:28:28 +02:00
ayusharma
4df6b3b252
feat: adds gravatar support for maintainers
2018-07-29 00:45:02 +02:00
Juan Picado @jotadeveloper
61e4e56a76
Merge pull request #863 from coolsp/fix-unpublish-timeline
...
fix: unpublish version does not remove it from timeline
2018-07-28 17:16:30 +02:00
Peter Cools
61e62bdeb5
fix: unpublish version does not remove it from timeline
...
Unpublishing a specific module version does not remove that version from the local-storage (package.json) "time" object.
This results in the version still being shown in the webui right-pane "Last Sync".
Added delete of the time[ver] object when module version is removed.
2018-07-28 12:41:19 +02:00
Juan Picado @jotadeveloper
b0b631af76
chore: add unit test for #857 scenario
2018-07-28 08:45:10 +02:00
Juan Picado @jotadeveloper
943ddebb2b
Merge branch 'master' into #857-deps-bug
2018-07-27 22:48:49 +02:00
ayusharma
f9c9c44adb
fix: solves dependency bug for one dependency ( #857 )
2018-07-27 20:26:05 +02:00
Johannes Pfeiffer
0a3870e00f
fix: Authentication Plugins / plugin[method] is not a function
2018-07-27 11:55:12 +02:00
ayusharma
4a7a94aa74
feat: adds base64 support in webui token ( #840 )
2018-07-26 17:11:28 +02:00
ayusharma
263b0f78a9
refactor: <Package /> , <Footer /> and package sidebar code refactoring
...
refactor: variable naming
2018-07-22 21:22:51 +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
9ade39a264
refactor: add types on auth files
2018-07-18 07:53:05 +02:00
Juan Picado @jotadeveloper
2f4dbe8564
fix: add RemoteUser type for auth
2018-07-18 07:53:00 +02:00
Juan Picado @jotadeveloper
61e33f0a30
refactor: use plugins type on loadPlugin
2018-07-18 07:52:54 +02:00
Juan Picado @jotadeveloper
73ab307260
refactor: add generic time on load auth plugin
2018-07-18 07:52:50 +02:00
Juan Picado @jotadeveloper
78d3364691
chore: new constant for plugins
2018-07-18 07:52:46 +02:00
Juan Picado @jotadeveloper
7ce6abf3b2
chore: update flow to 0.75.0
2018-07-18 07:52:39 +02:00
ayusharma
d6dd2f647b
refactor: removes un-necessary 'src' from webui path
2018-07-17 22:03:06 +02:00
Juan Picado @jotadeveloper
eec22b712b
Merge branch 'master' into refactor-config
2018-07-15 00:52:46 +02:00
Juan Picado @jotadeveloper
cbc6479003
refactor: improve readability
2018-07-15 00:47:47 +02:00
Juan Picado @jotadeveloper
02d910149b
chore: add syntatic sugar on load plugin auth
2018-07-15 00:31:45 +02:00
Juan Picado @jotadeveloper
9f4602830d
chore: improve logic on allow_action
2018-07-15 00:30:47 +02:00