diff --git a/readme.md b/README.md similarity index 83% rename from readme.md rename to README.md index 63aeef2..3791052 100644 --- a/readme.md +++ b/README.md @@ -11,19 +11,19 @@ LessPass open source password manager (https://lesspass.com) ## LessPass submodules - - [backend](https://github.com/lesspass/backend) : REST API used by lesspass-pure to store password profiles - - [cli](https://github.com/lesspass/cli) : build LessPass passwords directly in command line with nodejs - - [cordova](https://github.com/lesspass/cordova) : Android application - - [core](https://github.com/lesspass/core) : npm module with a clean api used to create passwords - - [cozy](https://github.com/lesspass/cozy) : MyCozyCloud application + - [backend](https://github.com/lesspass/backend) : REST API used by [lesspass-pure](https://github.com/lesspass/pure) to store password profiles + - [cli](https://github.com/lesspass/cli) : LessPass passwords directly in your terminal + - [cordova](https://github.com/lesspass/cordova) : LessPass Android application + - [core](https://github.com/lesspass/core) : npm core library used to generate LessPass passwords + - [cozy](https://github.com/lesspass/cozy) : LessPass for MyCozyCloud - [desktop](https://github.com/lesspass/desktop) : LessPass desktop application build with electron - - [frontend](https://github.com/lesspass/frontend) : https://lesspass.com source code + - [frontend](https://github.com/lesspass/frontend) : [lesspass.com](https://lesspass.com) source code - [move](https://github.com/lesspass/move) : password migration tool for LessPass - [nginx](https://github.com/lesspass/nginx) : configuration for nginx - [openssl](https://github.com/lesspass/openssl) : configuration for openssl - - [pure](https://github.com/lesspass/pure) : pure component in vuejs used by cozy, frontend and webextension - - [snap](https://github.com/lesspass/snap) : snap for lesspass-cli - - [web extension](https://github.com/lesspass/webextension) : chrome and firefox web extension for LessPass password manager + - [pure](https://github.com/lesspass/pure) : LessPass web component + - [snap](https://github.com/lesspass/snap) : snap for [lesspass-cli](https://github.com/lesspass/cli) + - [web extension](https://github.com/lesspass/webextension) : Chrome and Firefox web extension ## Self Host your LessPass Database (WIP) diff --git a/backend b/backend index f49e6e4..670e4b3 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit f49e6e4d2d1267914bae7fe004c321ff06629b73 +Subproject commit 670e4b39c06416a1f3946a7d97074dc6f42751b7 diff --git a/cli b/cli index c542cf4..3041d25 160000 --- a/cli +++ b/cli @@ -1 +1 @@ -Subproject commit c542cf45b726dd3a7438c017524d1f8a8d12d04c +Subproject commit 3041d256cf26af0c031800e106af43d5cd6a09fb diff --git a/cordova b/cordova index 3936fa9..535ac1a 160000 --- a/cordova +++ b/cordova @@ -1 +1 @@ -Subproject commit 3936fa9064cd2cf65f86812a5e2b0ab39da9fcfb +Subproject commit 535ac1a7814b2094c6a0fdcf87b5b9d100be898f diff --git a/core b/core index 0dbf99c..7b14131 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 0dbf99cb9e6f1425c493fb4b13a3acd95ef3bc67 +Subproject commit 7b14131fff2a0f6a24eb7f4cdd736987de38e0da diff --git a/cozy b/cozy index c81d85c..e4550d6 160000 --- a/cozy +++ b/cozy @@ -1 +1 @@ -Subproject commit c81d85c14eac8f4374c1a5dc05639ff9ec51216b +Subproject commit e4550d66ed45cd8802b1291399b70372b386abfd diff --git a/desktop b/desktop index a6ecf3a..9b371ab 160000 --- a/desktop +++ b/desktop @@ -1 +1 @@ -Subproject commit a6ecf3a5376a567d3947ee9e5de2c72fe94793eb +Subproject commit 9b371abdefe1474d32f8cce73b6d0e4002def94b diff --git a/frontend b/frontend index 4c0d993..67803c2 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 4c0d993023321ee3e5181326a33440310315f6bd +Subproject commit 67803c2b391cee34a2406850099b559ab7dfba37 diff --git a/move b/move index 6586bc8..a740ab9 160000 --- a/move +++ b/move @@ -1 +1 @@ -Subproject commit 6586bc89c842b4569c7abe5f26aeccc5ea04bcc0 +Subproject commit a740ab96189807a33107b3cfa05258996f646486 diff --git a/nginx b/nginx index dccd50d..9280ca7 160000 --- a/nginx +++ b/nginx @@ -1 +1 @@ -Subproject commit dccd50d9c599058d363e3b6fa5e5dc451392c683 +Subproject commit 9280ca7c3014bbfb261ceaac3b08278830d23e5e diff --git a/pure b/pure index 71147ac..0d644d6 160000 --- a/pure +++ b/pure @@ -1 +1 @@ -Subproject commit 71147ac73d3fe4e7d6c777fe9fb3e2b22f8bf73b +Subproject commit 0d644d6dfa998747568ba352d34cbb145fff040d diff --git a/scripts/dev.sh b/scripts/dev.sh new file mode 100755 index 0000000..35b8f5b --- /dev/null +++ b/scripts/dev.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +set -e + +if [ ! -f README.md ]; then + echo "You seems to be in the wrong directory" + echo "Execute this script from the root of LessPass with ./scripts/${0##*/}" + exit 1 +fi + +function dev { + echo +} + +submodules="backend cli cordova core cozy desktop frontend move nginx pure snap webextension" +#submodules="cli cordova core cozy desktop frontend move pure webextension" +for submodule in ${submodules} +do + pushd ${submodule} + dev + popd +done \ No newline at end of file diff --git a/snap b/snap index 32000d7..e52b4e3 160000 --- a/snap +++ b/snap @@ -1 +1 @@ -Subproject commit 32000d73b4c42a739e50ef923e2073a110e51e7c +Subproject commit e52b4e323855adb626f0bd038a4ff5e05eeed1d4 diff --git a/webextension b/webextension index a43d50b..bcc7e08 160000 --- a/webextension +++ b/webextension @@ -1 +1 @@ -Subproject commit a43d50bb7f7718d1ce2d603ab30c942fdef94694 +Subproject commit bcc7e08fc1ccfee223125bbfee894a26581a2878