Commit graph

368 commits

Author SHA1 Message Date
dependabot[bot]
28273ef847
chore(deps): bump axios from 0.18.0 to 0.18.1 in /src/client/web (#21)
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-20 11:56:21 +08:00
dependabot[bot]
021e8d981d
chore(deps): bump lodash from 4.17.11 to 4.17.20 in /src/client/web (#20)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-19 21:13:04 +08:00
dependabot[bot]
70dad91856
chore(deps): bump handlebars from 4.1.2 to 4.7.6 in /src/client/web (#19)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-19 21:12:39 +08:00
dependabot[bot]
f820552b1c
chore(deps): bump ini from 1.3.5 to 1.3.8 in /src/client/web (#18)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-19 21:07:29 +08:00
dependabot[bot]
0f2513701c
chore(deps): bump acorn from 5.7.3 to 5.7.4 in /src/client/web (#17)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-19 19:58:18 +08:00
Hexxa
ba6a5373d1
Web client refinement (#16)
* fix(files/handler): add base64 decode for content

* fix(singleuser): pick user name from jwt token and encode content

* fix(singleuser): add public path check, abstract user info from token

* fix(singleuser): update singleuser client

* fix(server): fix test and enable auth by default

* feat(client/web): add web client

* fix(client/web): refine css styles

* fix(client/web): refine styles

* fix(client/web): refine styles, add test and fix bugs

* test(client/web): add web client tests

* fix(client/web): refactor client interface and enhance the robustness

* chore(client/web): ignore js bundles

* test(files): call sync before check

Co-authored-by: Jia He <jiah@nvidia.com>
2020-12-16 23:39:26 +08:00
hexxa
0265baf1b1 test(files, users): add e2e test and fix issues 2020-12-10 22:22:38 +08:00
hexxa
472fe8dadb fix(test, travis): fix build and test error 2020-12-06 19:53:08 +08:00
hexxa
d726ac5aa4 chore(pkgs): remove useless pkgs 2020-12-06 18:51:06 +08:00
hexxa
bcc8a34737 chore(server): add comments 2020-12-06 18:39:01 +08:00
hexxa
30a04d9130 fix(singleuser): should not print pwd if it is specified 2020-12-06 18:07:50 +08:00
hexxa
24adbcbe63 test(singleuser): add tests for singleuser apis 2020-12-06 14:32:45 +08:00
hexxa
2bcb337b4c feat(users): add init functions 2020-12-06 12:17:29 +08:00
hexxa
57124451ad feat(singleuser): add setpwd api 2020-12-05 22:12:49 +08:00
hexxa
4d6e7ff938 fix(singleuser): fix bugs in single user handlers 2020-12-05 22:00:20 +08:00
hexxa
31a1a331f7 fix(args): change arg prodmode name 2020-12-05 10:35:07 +08:00
hexxa
83100007e3 feat(qs2) add qs2 framework 2020-12-05 10:30:03 +08:00
hexxa
6ae65fe09b feat(server, handler): add server and handler stubs 2020-11-26 20:24:18 +08:00