Commit Graph

  • 24d9d299ca Add terraform configuration; master mitchell 2020-02-17 00:49:04 -0500
  • 64953e45de Update flutter related files after flutter upgrade mitchell 2020-02-15 17:58:33 -0500
  • 99f6c42e0d Update services' Go docker version; Update minimum TLS on server mitchell 2020-02-14 11:58:49 -0500
  • e4e4e0f5bc Auto-select sole credential for source mitchell 2019-09-17 02:19:40 -0400
  • e136b40b70 Fix setting empty OTP secret; minor refactors Mitchell Simon 2019-09-07 01:44:43 -0400
  • 2096d6ada8 Fix default pass length when reseting flag values Mitchell Simon 2019-09-05 12:13:12 -0400
  • 4558dea528 Modify theme text style to match Cupertino defaults; Mitchell Simon 2019-09-01 18:34:35 -0400
  • 6315d5a9bc Change client style to a dark brightness Mitchell Simon 2019-08-31 20:14:25 -0400
  • 633945b1d1 Refactor error handling in prompt mode; add cred flag and reset func Mitchell Simon 2019-08-31 17:19:25 -0400
  • 84ea1cacdf Prompt style changes Mitchell Simon 2019-08-30 21:18:44 -0400
  • d2d972b9b1 Add interactive prompt as the root command Mitchell Simon 2019-08-30 20:17:29 -0400
  • e3f0e73460 Add more feedback after performing actions Mitchell Simon 2019-08-30 20:16:23 -0400
  • 5968ac2df9 Revert "Update get command to allow multiple creds;" Mitchell Simon 2019-08-28 21:39:30 -0400
  • b9c233b6b3 Update get command to allow multiple creds; refactor questions posed by sp Mitchell Simon 2019-08-26 09:53:32 -0400
  • 2cbab516f9 Refactor to server entry; update versions in Dockerfile Mitchell Simon 2019-08-26 01:51:46 -0400
  • 3b20013d10 Add .vscode to .gitignore Mitchell Simon 2019-08-16 20:21:59 -0400
  • 7a0ef6b71d Change update/create to give 2 OTP codes; minor rename mitchell 2019-08-12 14:51:39 -0400
  • 2c50106082 Change default regions and machine size in Makefile mitchell 2019-08-10 23:42:53 -0400
  • b7ba66f6ae Modify docker stack file to use default entrypoint mitchell 2019-08-10 02:28:43 -0400
  • d1d53b480e Rename prod compose file and modify Makefile for stacks mitchell 2019-08-10 00:17:27 -0400
  • d83a4641a3 Refactor server to make use of Docker secrets mitchell 2019-08-08 00:46:51 -0400
  • 78f61f3ca7 Minor refactor of make machine data commands mitchell 2019-08-01 00:36:25 -0400
  • a9f41b2ac0 Remove sorting from listing of metadata on home page mitchell 2019-07-31 23:18:28 -0400
  • 2969189d98 Modify cmds that list metadata to not sort; refactor to credentials flags; fix issue with init command mitchell 2019-07-31 23:17:38 -0400
  • d42af8e859 Update credentials service bolt repo to use an index for sorting; minor grpc refactoring; add migration that adds index to existing dbs mitchell 2019-07-31 23:16:20 -0400
  • ed66895fcb Swap main database to bolt; refactor sp list sorting mitchell 2019-07-22 20:24:00 -0400
  • a67be14fcb Add 2 migrations for ids and boltdb; minor refactor to creds service mitchell 2019-07-20 04:12:58 -0400
  • cf90993d4e Add base64 validation on CredentialInputs; refactor machine-[get&put]-data commands mitchell 2019-07-18 00:56:12 -0400
  • 33987c940c Modify create and update command flags; refactor GeneratePassword mitchell 2019-07-17 22:27:03 -0400
  • 5a42345c08 Add generatePassword; refactor GestureDetectors to CupertinoButton; refactor hidden classes fields; refactor repositories to one library mitchell 2019-07-17 22:20:04 -0400
  • 67744527cc Add aes-cbc encryption; add config repo based on shared_preferences mitchell 2019-07-16 02:14:54 -0400
  • 80f9705b19 Refactor all project READMEs mitchell 2019-07-13 16:43:26 -0400
  • ce8596ce8a Refactor services cert makefile commands mitchell 2019-07-13 15:51:05 -0400
  • 5346a4922e Refactor crypto utils and grpc credentials client mitchell 2019-07-13 15:48:32 -0400
  • fffdd53c18 Modified client to use central selfpass protobuf package mitchell 2019-07-11 23:15:30 -0400
  • 4fc74b0994 Modify sp and services to use the protobuf module mitchell 2019-07-11 21:02:46 -0400
  • 66ec035ee0 Add 'client/' from commit '92f38b581074e4562102327b12425e3df4695e54' mitchell 2019-07-11 02:41:03 -0400
  • 92f38b5810 Modify README.md mitchell 2019-07-11 02:38:54 -0400
  • 474f0c056b Add automatic background lock to home screen; refactor repo names mitchell 2019-07-11 02:32:17 -0400
  • 024017338e Separate cli into its own module; rename it to sp mitchell 2019-07-11 02:05:59 -0400
  • 0e071f0f89 Add 'protobuf/' from commit '0d44cc4ab99f5c02ed865ebd0423777f375c5032' mitchell 2019-07-10 22:34:29 -0400
  • 7d770ef150 Move service related filed to services folder mitchell 2019-07-10 22:33:22 -0400
  • 0d44cc4ab9 Minor refactoring of proto source files; add dart and go libraries mitchell 2019-07-09 04:03:31 -0400
  • 1b379b5c89 Initial commit, add current proto from working projects mitchell 2019-07-09 02:53:58 -0400
  • 27215e6596 Add decryption of credential encrypted fields; refactored config; add app icon mitchell 2019-07-08 22:03:44 -0400
  • 347fbe7268 Change all key generation to use PBKDF2; change all internal encryption back to cbc mode; add hidden command to convert from gcm to cbc internally mitchell 2019-07-08 20:45:01 -0400
  • 910bdeae12 Add credential screen & screen arguments; refactor config screen mitchell 2019-07-07 00:14:09 -0400
  • af8834f7bd Added new config screen and buttons for navigation mitchell 2019-07-05 05:15:57 -0400
  • d0505a4a58 Added repositories using provider package mitchell 2019-07-04 17:45:05 -0400
  • da95f9a5f0 Refactor Stringer implementations and scp root cmd init function mitchell 2019-06-29 21:17:22 -0700
  • cad969d98c Initial app scaffolding, including flutter files, 3 screens, and 1 widget mitchell 2019-06-29 15:56:11 -0700
  • 3a62efc6cc Initial commit, including README.md mitchell 2019-06-29 15:36:50 -0700
  • d3fa22dbb2 Added update command; refactored duplicated code for selecting a credential mitchell 2019-06-16 04:02:49 -0700
  • e51ee55f07 Refactors to spc timeouts and password error handling Mitchell 2019-06-12 16:51:29 -0700
  • f90c19d0f4 Swapped AES-CBC for GCM for all symmetric encryption; bolstered TLS configs mitchell 2019-06-07 02:03:15 -0700
  • cde1d118fc Major refactor of config encryption strategy Mitchell 2019-06-04 23:40:06 -0700
  • e404a7ab31 Minor ux changes to list and get cred commands Mitchell 2019-06-03 02:28:43 -0700
  • 0795f88aa0 Add README.md and LICENSE mitchell 2019-06-02 15:34:45 -0700
  • 7e702620cd Add additional commands to machine-create-google command mitchell 2019-06-02 12:37:39 -0700
  • 9cf176b99f Minor refactor of Makefile mitchell 2019-06-02 02:39:39 -0700
  • 30e514cb88 Refactored config management strategy for spc mitchell 2019-06-02 01:47:19 -0700
  • 3d3206ddfe Added redis.conf and Makefile commands to assist in machine setup mitchell 2019-06-01 19:42:46 -0700
  • 383a3aa1cd Update list and get commands to use better choosing strategy; refactor Makefile to use go mod vendoring and docker caching Mitchell 2019-06-01 13:32:11 -0700
  • b2a41cf07c Replaced clear command in list pagination to a new line mitchell 2019-05-30 08:45:11 -0700
  • b76d5dffa3 Refactored Docker and Make files; increased command context timeouts; add dockerignore Mitchell 2019-05-29 23:32:56 -0700
  • db246df3d6 Updates to docker-compose and machine create make command; using config overrides mitchell 2019-05-29 08:02:04 -0700
  • c5ae0b4ddc Implemented all but update from cli client to server; solidified encryption; setup deployment mechanism for GCP mitchell 2019-05-27 18:16:50 -0700
  • cd24f6e848 Implemented encryption functionality of spc and password generation; refactors on spc and server mitchell 2019-05-22 08:22:40 -0700
  • c289eecd54 Implemented remaining transport layer methods; added logging middleware; added Dockerfile; added gen cert Makefile cmds; added Redis repo mitchell 2019-05-05 17:56:27 -0700
  • 719a462048 First iteration of selfpass gRPC backend, w/ credentials CRUD functional mitchell 2019-04-14 20:56:55 -0700