Commit Graph

  • dc188211d8
    Merge pull request #38 from mprasil/rocket_update Daniel García 2018-06-01 15:01:49 +0200
  • 513f857672
    Merge pull request #36 from mprasil/cipher_access Daniel García 2018-06-01 15:01:37 +0200
  • ac2ca5812b Remove unused UserOrganization Miroslav Prasil 2018-06-01 13:24:45 +0100
  • e2b4f3b13f Bettech check for cipher access Miroslav Prasil 2018-05-31 17:25:52 +0100
  • 103acd1747 Update rocket to 0.3.12 Miroslav Prasil 2018-06-01 13:19:05 +0100
  • 4cf9f83866 Fixed sync Daniel García 2018-06-01 00:50:22 +0200
  • 2be1dafe80 Missed some Daniel García 2018-06-01 00:35:30 +0200
  • a71a2c2f48 Added missing collections to /api/sync Daniel García 2018-06-01 00:20:09 +0200
  • 5ec728683e Make sure the inputs are always in the same case (PascalCase, which is what upstream seems to prefer most of the time) Daniel García 2018-06-01 00:18:50 +0200
  • faa26ab8f5 Changed error message Daniel García 2018-05-31 15:36:51 +0200
  • 1a4b1a8254 Enabled unused variable warning again, fixed some possible bugs where we didn't check some parameters, and explicitly marked all unused parameters (mostly orgheaders) Daniel García 2018-05-30 22:30:45 +0200
  • cbe73a31ea
    Merge pull request #35 from mprasil/organization_cleanup Daniel García 2018-05-30 18:51:17 +0200
  • 135ab4fb20 Clean up organizations.rs with new request guards Miroslav Prasil 2018-05-30 17:12:18 +0100
  • 4f7cc5e190
    Merge pull request #32 from mprasil/collection_users Daniel García 2018-05-30 17:32:08 +0200
  • 46f3b229ee Removed unnecessary checks, simplified the code a bit Miroslav Prasil 2018-05-30 16:01:56 +0100
  • 62be23b1c0 Support listing and deleting users from collection Miroslav Prasil 2018-05-29 16:01:38 +0100
  • 4de0bf3722
    Merge pull request #34 from mprasil/organization_guards Daniel García 2018-05-30 15:16:52 +0200
  • 4d50014e35 Implement request guards for organization Miroslav Prasil 2018-05-30 13:28:31 +0100
  • ed97725c8b
    Merge pull request #31 from mprasil/invite_fix Daniel García 2018-05-29 00:17:26 +0200
  • 85ecd001a5 Fix user invitation Miroslav Prasil 2018-05-28 17:26:02 +0100
  • d69d4d0d30
    Merge pull request #29 from mprasil/attachments_fix Daniel García 2018-05-26 23:05:55 +0200
  • 2cf46e1a5f Make sure TOTP codes can be both Numbers or Strings, fixes #30 Daniel García 2018-05-26 23:04:23 +0200
  • 9b017bbbb9 Fix reference in attachments table Miroslav Prasil 2018-05-26 00:39:19 +0100
  • ca01fa1419
    Merge pull request #28 from mprasil/indirect_collection Daniel García 2018-05-21 21:28:25 +0200
  • a6105f7029 Let find_by_uuid_and_user return indirect collection (#26) Miroslav Prasil 2018-05-21 17:31:46 +0100
  • 6a5b2648c4
    Merge pull request #27 from mprasil/rocket_update Daniel García 2018-05-21 15:04:56 +0200
  • 571ef6823d Update rocket to 0.3.11 Miroslav Prasil 2018-05-21 13:20:34 +0100
  • e55993f2fb
    Merge pull request #25 from mprasil/org_delete Daniel García 2018-05-19 23:32:40 +0200
  • 941747f9e8 Implement deleting Organization Miroslav Prasil 2018-05-18 16:52:51 +0100
  • 726ba36e5b
    Merge pull request #24 from mprasil/myvault_collections Daniel García 2018-05-19 22:56:35 +0200
  • e301e69ff5 Change update_cipher method to save cipher before creating folder mapping, otherwise there is an error when creating a cipher with a folder value Daniel García 2018-05-19 22:33:15 +0200
  • 2215bdf018 Support editing collections from user vault Miroslav Prasil 2018-05-17 23:03:08 +0100
  • 9273c38b69
    Merge pull request #22 from mprasil/delete_collection Daniel García 2018-05-19 21:58:10 +0200
  • a0d2ca3f24 Implement deleting collections Miroslav Prasil 2018-05-16 23:05:50 +0100
  • e2a065cb09
    Merge pull request #20 from mprasil/folder_delete Daniel García 2018-05-16 22:50:47 +0200
  • e54b52f109 Improve Folder::delete() to handle FolderCipher Miroslav Prasil 2018-05-16 17:19:52 +0100
  • 795d98afa6
    Merge pull request #19 from mprasil/cipher_deleting Daniel García 2018-05-15 20:24:17 +0200
  • 21c1ab7fda Remove dependent items when removing cipher Miroslav Prasil 2018-05-15 17:27:53 +0100
  • 1e812c0a23
    Merge pull request #18 from mprasil/share_ownership Daniel García 2018-05-15 17:53:03 +0200
  • 180a02030c Remove user_uuid when sharing to organization Miroslav Prasil 2018-05-15 16:08:19 +0100
  • ac4a40be04
    Merge pull request #17 from mprasil/share_cipher Daniel García 2018-05-15 16:02:52 +0200
  • 3b537f70ac Remove unnecessary test and rewrite match Miroslav Prasil 2018-05-15 13:57:00 +0100
  • f43d329e22 Don't clone() unused value Miroslav Prasil 2018-05-15 11:10:10 +0100
  • 8b18c4c633 Implement cipher sharing Miroslav Prasil 2018-05-14 16:13:59 +0100
  • a00ecf228d
    Merge pull request #16 from mprasil/max_storage Daniel García 2018-05-14 16:17:17 +0200
  • c054d0094a set max storage to non-null value Miroslav Prasil 2018-05-14 15:04:13 +0100
  • c29d342c21
    Merge pull request #14 from mprasil/shared_cipher Daniel García 2018-05-13 15:09:45 +0200
  • b0472d7aab Delete owned ciphers on account deletion Miroslav Prasil 2018-05-13 13:20:21 +0100
  • 89e544009f Fix duplicate ciphers returned from find_by_user Miroslav Prasil 2018-05-13 13:20:00 +0100
  • 8bed867798 Also list shared ciphers in find_by_user Miroslav Prasil 2018-05-11 23:53:37 +0100
  • fcef2fa1f1 Check that the database folder exists before connecting Daniel García 2018-05-12 22:55:18 +0200
  • ba8a1c27f7
    Merge pull request #13 from mprasil/cipher_collection Daniel García 2018-05-11 22:55:05 +0200
  • dfb1232081 Filter collection lists based on user Miroslav Prasil 2018-05-11 14:24:41 +0100
  • 9cf449e1c5 Error on invalid collection ID in post_collections_admin Miroslav Prasil 2018-05-11 11:45:55 +0100
  • e5c9d19e25 Remove outdated comment Miroslav Prasil 2018-05-11 11:32:50 +0100
  • 34f2aa68f4 Implement Collection-Cipher mapping Miroslav Prasil 2018-05-09 11:55:05 +0100
  • 032134aabc Fixed some errors asigning collections to users Daniel García 2018-05-11 20:08:02 +0200
  • 8298795087 Update dependencies and bundle SQLite with the program, so we have one less dependency to install separately Daniel García 2018-05-07 21:33:54 +0200
  • 7e7c3681da Implemented public key method correctly, which fixes decryption errors in collections and organizations Daniel García 2018-05-04 22:54:23 +0200
  • 79b4ddcae8 Added read_only bit to users_collections Daniel García 2018-05-04 20:10:35 +0200
  • 0cb58add54 Implemented some admin methods, inserted CollectionsUsers only when Org accessAll == false, and implemented find_collection when user has access_all in Org Daniel García 2018-05-04 19:25:50 +0200
  • 92236394e6 Delete folder mappings when deleting folders and make sure that we can't change a ciphers owner when created Daniel García 2018-05-04 19:02:19 +0200
  • 85bc5514f8
    Merge pull request #12 from mprasil/user_decoupling Daniel García 2018-05-04 16:27:28 +0200
  • c4360ee697 Save extra query when checking write access Miroslav Prasil 2018-05-04 13:42:30 +0100
  • a0796acbc7 Implement suggested improvements Miroslav Prasil 2018-05-03 17:47:27 +0100
  • c3be1b4298 Fix FolderCipher creation, handle some errors Miroslav Prasil 2018-05-01 16:54:22 +0100
  • 514a372bc8 Add per-user folder-cipher mapping Miroslav Prasil 2018-04-30 10:52:15 +0100
  • f578019df6 Can now remove notes and fields correctly. Also fixed fields, that should go in uppercase Daniel García 2018-04-27 18:12:59 +0200
  • 0037f0819b
    Merge pull request #11 from mprasil/save_name Daniel García 2018-04-27 16:35:21 +0200
  • 787172116d Save the name when updating the cipher data Miroslav Prasil 2018-04-27 15:27:06 +0100
  • da47846f22
    Merge pull request #9 from mprasil/org_cipher Daniel García 2018-04-27 13:58:43 +0200
  • 7e9e200d29 Add support for adding and viewing of org ciphers Miroslav Prasil 2018-04-27 12:49:34 +0100
  • 9c46d2f72d
    Merge pull request #8 from mprasil/master Daniel García 2018-04-27 01:12:46 +0200
  • f00732ddc5 Move settings out of web-vault Miroslav Prasil 2018-04-26 23:40:38 +0100
  • 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