1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
Commit Graph

87 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
acb6c8ca25
fix: if author property is not part of the pkg body ui crash 2017-07-22 20:20:29 +02:00
Juan Picado @jotadeveloper
3a187945dc
fix: Display message if there are no items on search 2017-07-22 19:32:32 +02:00
Juan Picado @jotadeveloper
19490ffc51
fix: highlight is not a component, must include all dependency 😞 2017-07-22 19:00:13 +02:00
Juan Picado @jotadeveloper
a7926a72b5
fix: Better use of imports, save more than 1mb of bundle size. 2017-07-22 18:16:33 +02:00
Juan Picado @jotadeveloper
e84ff197ec
fix: extend scss lint to webpack dev and prod env 2017-07-22 17:34:29 +02:00
Juan Picado @jotadeveloper
d72ee76d74
fix: Fix 404 packages view, refactor readme and some components. Split them up for easy testing. 2017-07-22 16:52:31 +02:00
Juan Picado @jotadeveloper
0f31b364e8
fix: eslint missing warnings on ui 2017-07-22 16:48:05 +02:00
Juan Picado @jotadeveloper
b0edff4963
fix: sass lint 2017-07-22 11:33:05 +02:00
Juan Picado @jotadeveloper
b5fccd1ac9
refactor: hide search and title when there is no packages to display 2017-07-22 10:50:53 +02:00
Meeeeow
c9c22ed080 fix: 🐛 remove wrong code added in merge cause app crash 2017-07-22 02:25:00 +08:00
Meeeeow
8ff89a7141 feature: 💄 add publish introduce 2017-07-22 02:11:17 +08:00
Juan Picado @jotadeveloper
29294bdabb
fix: warnings after rebase 2017-07-18 21:25:01 +02:00
Juan Picado @jotadeveloper
84388ff1da
fix: minor UI bug fixes 2017-07-18 21:14:14 +02:00
Juan Picado @jotadeveloper
24c1f92644
fix: remove styled-component dependency in favor of css modules 2017-07-18 21:14:14 +02:00
Juan Picado @jotadeveloper
27470c0e8d
fix: avoid include complete lodash library to the bundle, save 400kb. 2017-07-18 21:14:13 +02:00
Juan Picado @jotadeveloper
f8a7483b08
refactor: move webpack to root folder and rewrite to es6 node style (legacy compatibility) 2017-07-18 21:14:13 +02:00
Juan Picado @jotadeveloper
ffdd682137
feature: add sass lint 2017-07-18 21:14:13 +02:00
Juan Picado @jotadeveloper
ceb44aa22b
fix: typo entry point 2017-07-18 21:14:12 +02:00
Juan Picado @jotadeveloper
a6321a0961
refactor: encourage usage of lodash 2017-07-18 21:14:12 +02:00
Juan Picado @jotadeveloper
2df4f7b628
fix: eslint globally read all files, rename jsx to js. Reduce amount of repeated configuration 2017-07-18 21:14:12 +02:00
Juan Picado @jotadeveloper
2e5a1e7fd9
fix: add template folder instead hosting it in the root 2017-07-18 21:14:12 +02:00
Juan Picado @jotadeveloper
a6d6e58a80
fix: lodash instead typeof 2017-07-18 21:14:12 +02:00
Meeeeow
68a559ebac
fix: 🐛 SPA not work with sub-directory reverse proxy 2017-07-18 21:14:12 +02:00
Meeeeow
beafd31cab
refactor: 🔨 add home page link to logo in the header 2017-07-18 21:14:12 +02:00
Meeeeow
fd2821fb92
fix: 🐛 use hash router to avoid pathname conflict with package name 2017-07-18 21:14:11 +02:00
Meeeeow
1351f582b0
feature: check token expire before render login button 2017-07-18 21:14:11 +02:00
Meeeeow
3a3f4ed960
fix: incorrect api url in webpack config 2017-07-18 21:14:11 +02:00
Juan Picado @jotadeveloper
5d924c0cf2
fix: eslint warnings 2017-07-18 21:14:10 +02:00
Juan Picado @jotadeveloper
68fd3d15cc
fix: replace ruby-sass-loader by sass-loader 2017-07-18 21:14:10 +02:00
Juan Picado @jotadeveloper
53349fd096
fix: eslint errors 2017-07-18 21:14:09 +02:00
Juan Picado @jotadeveloper
5ee2faf125
fix: Missing code from pr #222 lost in rebase 2017-07-18 21:14:09 +02:00
Juan Picado @jotadeveloper
5f345a90df
fix: dot files, dependencies and update scripts 2017-07-18 21:14:09 +02:00
Meeeeow
6d12e40078
refactor: new webui 2017-07-18 21:14:09 +02:00
Meeeeow
3ba8d0827b
refactor: modify webui dependencies & add some code 2017-07-18 21:14:09 +02:00
Meeeeow
d6e04be39f
refactor: login & whoami api
- Remove jju from dependencies
- Add JWT to issue token
- Remove cookie middleware
- Add JWT middleware for WebUI
2017-07-18 21:14:08 +02:00
Meeeeow
58b167268e
refactor: packages & readme & search api 2017-07-18 21:08:25 +02:00
Meeeeow
7fef14c322
refactor: directory structure 2017-07-18 21:08:10 +02:00