generated from Start9Labs/hello-world-startos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [pairdrop](https://github.com/schlagmichdoch/pairdrop) from `488762b` to `a68cd75`. - [Release notes](https://github.com/schlagmichdoch/pairdrop/releases) - [Commits](schlagmichdoch/PairDrop@488762b...a68cd75) --- updated-dependencies: - dependency-name: pairdrop dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d894966
commit 1ea042a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pairdrop
updated
29 files
+11 −3 | .dockerignore | |
+2 −2 | .github/ISSUE_TEMPLATE/bug-report.md | |
+1 −2 | .gitignore | |
+4 −2 | Dockerfile | |
+1 −1 | README.md | |
+3 −0 | dev/nginx-with-openssl.Dockerfile | |
+41 −0 | dev/nginx/default.conf | |
+9 −0 | dev/openssl/create.sh | |
+26 −0 | dev/openssl/pairdropCA.cnf | |
+29 −0 | dev/openssl/pairdropCert.cnf | |
+34 −0 | docker-compose-dev.yml | |
+32 −26 | docs/host-your-own.md | |
+2 −2 | docs/how-to.md | |
+18 −526 | package-lock.json | |
+1 −1 | package.json | |
+16 −1 | public/index.html | |
+184 −0 | public/lang/be.json | |
+7 −2 | public/lang/ca.json | |
+9 −0 | public/lang/cs.json | |
+184 −0 | public/lang/da.json | |
+3 −2 | public/lang/fr.json | |
+184 −1 | public/lang/he.json | |
+76 −76 | public/lang/ja.json | |
+29 −0 | public/lang/ko.json | |
+3 −1 | public/lang/ru.json | |
+95 −95 | public/lang/tr.json | |
+2 −2 | public/scripts/localization.js | |
+4 −1 | public/service-worker.js | |
+7 −4 | server/peer.js |