1
0
Fork 0

Commit-Graph

  • 69e624f82b Improved collection loading Daniel García 2018-04-26 23:21:29 +0200
  • 68a4230200
    Merge pull request #7 from mprasil/org Daniel García 2018-04-26 22:58:29 +0200
  • c5185ddb83 Adding some oganization features Miroslav Prasil 2018-04-20 17:35:11 +0100
  • 5210f9b951 Added org user editing Daniel García 2018-04-25 00:34:40 +0200
  • e6132809d2 Implemented delete user from org and added checks to the already existing org methods Daniel García 2018-04-24 23:04:10 +0200
  • 3d454f36bc Removed included web vault. Now that docker automatically downloads the web-vault, keeping it in the repo doesn't make sense. Added error message in case someone tries to run the application directly without the web-vault instaled.. Daniel García 2018-04-24 22:38:23 +0200
  • 4093bf92fe Initial organizations functionality: Creating orgs and inviting users Daniel García 2018-04-24 22:01:55 +0200
  • a4d2aad331 Removed unused proxy functionality Daniel García 2018-04-24 20:53:12 +0200
  • 3a1321a5a9 Updated some dependencies and removed old unused attribute that might create compile errors Daniel García 2018-04-24 15:49:38 +0200
  • 96e20a66a0 Removed some duplicated code in the delete cipher functions Daniel García 2018-04-19 18:57:17 +0200
  • e6b6d7f3a0 Allow no folder when editing cipher Daniel García 2018-04-19 17:54:56 +0200
  • 328cbade19
    Merge pull request #3 from mprasil/update-multi Daniel García 2018-04-19 17:28:14 +0200
  • a7eb77ac90 Add bulk move and bulk delete Miroslav Prasil 2018-04-19 15:32:11 +0100
  • 8a0eac8030
    Merge pull request #2 from mprasil/upstream-vault Daniel García 2018-04-18 15:58:01 +0200
  • 818b511267 Fetch Vault from upstream when building Docker image Miroslav Prasil 2018-04-18 12:44:28 +0100
  • b4a42054f9 Updated dependencies and removed deprecated Diesel feature Daniel García 2018-04-18 12:17:25 +0200
  • 25b63d3e6b
    Merge pull request #1 from mprasil/master Daniel García 2018-04-18 12:08:23 +0200
  • 49d080a97e Bump the rocket version to compile with current nightly Miroslav Prasil 2018-04-18 10:40:25 +0100
  • b1749da9be Fixed cipher API response to always uppercase first letter of JSON object keys Daniel García 2018-03-21 01:07:48 +0100
  • 3b2b4d8382 Updated web vault Daniel García 2018-03-21 01:05:13 +0100
  • 9116253ae5 Updated dependencies Daniel García 2018-03-21 00:08:46 +0100
  • 66097e5f12 r2d2_diesel is included in diesel since 1.1, so we don't need the dependencies directly. Same thing with time, included in chrono Daniel García 2018-03-07 18:41:34 +0100
  • 1277cb099d Updated Cipher API with breaking changes, and included backwards compatibility Daniel García 2018-03-06 00:02:36 +0100
  • e2f7f56a81 Removed unused test library that broke with latest nightly, and updated dependencies Daniel García 2018-03-01 14:36:39 +0100
  • dfefbf1f31 Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings Daniel García 2018-02-23 00:38:54 +0100
  • c8b45f5fe5 Added equivalent domains to /api/sync Daniel García 2018-02-20 14:09:00 +0100
  • e9a771057e Reduced Docker final image and updated dependencies Daniel García 2018-02-18 19:14:25 +0100
  • e173ef948d Removed some unnecesary clones Daniel García 2018-02-17 23:38:55 +0100
  • 4c9d82d790 Equivalent domains Daniel García 2018-02-17 23:21:04 +0100
  • 1bc346688c Some initial work on organizations, nothing works yet Daniel García 2018-02-17 22:30:19 +0100
  • d6a1a9b274 Detect device type correctly and shorten return types of functions Daniel García 2018-02-17 20:47:13 +0100
  • 0e644d2711 Fixed icons and updated web-vault Daniel García 2018-02-17 18:48:42 +0100
  • d5486670d8 Fixed docker build and implemented automatic creation of JWT signing keys on platforms with OpenSSL (it needs to be on the PATH) Daniel García 2018-02-17 01:13:02 +0100
  • 7a3308200a Finished work on ciphers (import, update, and the missing types) Daniel García 2018-02-16 00:32:26 +0100
  • 84a75c871b Improved error messagees, implemented delete ciphers, attachments and account, implemented two factor recovery. Daniel García 2018-02-15 19:05:57 +0100
  • 47a116bbee Get host from client and put it in the attachments URL (only the web vault works without indicating the host in the URL) Daniel García 2018-02-15 01:49:36 +0100
  • 912901780e Updated modified date when saving and removed hardcoded attachment domain Daniel García 2018-02-15 01:07:57 +0100
  • 31bf2bc2b1 Solved some warnings Daniel García 2018-02-15 00:53:11 +0100
  • b54684b677 Upload and download attachments, and added License file Daniel García 2018-02-15 00:40:34 +0100
  • 5cd40c63ed First working version Daniel García 2018-02-10 01:00:55 +0100