Skip to content

Commit

Permalink
Merge pull request #313 from losynix/new_client
Browse files Browse the repository at this point in the history
New web client
  • Loading branch information
serpilliere authored Jan 3, 2024
2 parents 29f8403 + 06af34e commit cbb3e92
Show file tree
Hide file tree
Showing 192 changed files with 2,579 additions and 26,596 deletions.
2,161 changes: 2,093 additions & 68 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ members = [
"usbsas-server",
"usbsas-hid/hid-user",
"usbsas-hid/hid-dealer",
"usbsas-client",
"usbsas-server",
"usbsas-tools"
]
default-members = [
Expand All @@ -53,8 +55,7 @@ default-members = [
"usbsas-tar2files",
"usbsas-net",
"usbsas-usbdev",
"usbsas-usbsas",
"usbsas-server"
"usbsas-usbsas"
]
resolver = "2"

Expand All @@ -63,4 +64,4 @@ overflow-checks = true
strip = true

[workspace.metadata]
version = "0.2.1"
version = "0.2.2"
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ Applications built on top of usbsas:
a secure USB to USB file transfer kiosk.
- **[Fuse](https://en.wikipedia.org/wiki/Filesystem_in_Userspace)
implementation**: mount USB devices (read-only) with usbsas.
- **Python**: usbsas can also be used with Python, a script that copies
everything from a device to another is given as example.
- **Python**: usbsas can also be used with Python

## Documentation

Expand All @@ -76,7 +75,6 @@ Dependencies included in this project:
- `fontawesome` is CC BY 4.0 (icons), SIL OFL 1.1 (fonts) and MIT (code) (see
client/web/static/fontawesome/LICENSE.txt)
- `bootstrap` is MIT (see client/web/static/bs/LICENSE)
- `Lato` font is SIL OFL 1.1 (see client/web/static/fonts/LICENSE.txt)

usbsas is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Expand Down
4 changes: 0 additions & 4 deletions client/kiosk/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions client/kiosk/Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions client/kiosk/usbsas-kiosk/DEBIAN/control

This file was deleted.

5 changes: 0 additions & 5 deletions client/kiosk/usbsas-kiosk/DEBIAN/copyright

This file was deleted.

57 changes: 0 additions & 57 deletions client/nwjs/main.html

This file was deleted.

6 changes: 0 additions & 6 deletions client/nwjs/node-main.js

This file was deleted.

9 changes: 0 additions & 9 deletions client/nwjs/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions client/nwjs/package.kiosk.json

This file was deleted.

Loading

0 comments on commit cbb3e92

Please sign in to comment.