Commit graph

  • b079a7604f session: implement gRPC session creator Leonard Lyubich 2020-05-08 12:34:16 +0300
  • 6d71ea239b session: implement SignedDataSource on CreateRequest Leonard Lyubich 2020-05-08 11:55:19 +0300
  • 1932658a7d session: implement getters and setters on messages Leonard Lyubich 2020-05-08 11:08:09 +0300
  • d8cc00b54c Update to neofs-api v0.7.4 Leonard Lyubich 2020-05-08 10:49:23 +0300
  • 2abcfb7219
    Merge pull request #74 from nspcc-dev/service-package-refactoring Leonard Lyubich 2020-05-07 15:32:08 +0300
  • 65d7c39e1a service: fix comments Leonard Lyubich 2020-05-06 15:32:13 +0300
  • 4aac4d093d object: implement signing payload methods on SearchRequest message Leonard Lyubich 2020-05-06 15:09:31 +0300
  • 84671cd4aa object: implement signing payload methods on GetRangeHashRequest message Leonard Lyubich 2020-05-06 14:58:29 +0300
  • e784206032 object: implement signing payload methods on GetRangeRequest message Leonard Lyubich 2020-05-06 14:38:39 +0300
  • fc0da3c8fc object: implement signing payload methods on DeleteRequest message Leonard Lyubich 2020-05-06 14:15:07 +0300
  • 68f83f5470 object: implement signing payload methods on HeadRequest message Leonard Lyubich 2020-05-06 13:54:13 +0300
  • 439221cea8 object: implement signing payload methods on GetRequest message Leonard Lyubich 2020-05-06 13:33:03 +0300
  • 78f435a905 object: implement signing payload methods on PutRequest message Leonard Lyubich 2020-05-06 13:16:15 +0300
  • 082edf7456 service: implement sign-verify methods on RequestVerificationHeader Leonard Lyubich 2020-05-06 12:50:15 +0300
  • 52d3c82776 service: implement sign/verify function for data with session token Leonard Lyubich 2020-05-06 11:44:55 +0300
  • fc2c78ae89 service: use new function for token signing and verification Leonard Lyubich 2020-05-05 14:49:35 +0300
  • 74144f207a service: implement functions for verification of signatures Leonard Lyubich 2020-05-05 13:16:21 +0300
  • f3e6caf7e7 service: implement a function for creating and storing a signature Leonard Lyubich 2020-05-04 19:33:18 +0300
  • 0ffb1bd61d service: implement a function for signing data Leonard Lyubich 2020-05-04 18:52:56 +0300
  • eb94cf7549 service: refactor MetaHeader interface Leonard Lyubich 2020-05-04 14:37:14 +0300
  • c38a8eddc8 service: use value container interfaces Leonard Lyubich 2020-05-04 14:03:11 +0300
  • 8270245455 service: transfer public types to a separate file Leonard Lyubich 2020-05-04 14:00:25 +0300
  • b785eb710a service: transfer TTL code to a separate file Leonard Lyubich 2020-05-04 13:38:27 +0300
  • fc177c4ce3 service: change constant errors Leonard Lyubich 2020-05-04 13:04:10 +0300
  • e3cab218dc
    Merge pull request #73 from nspcc-dev/session-private-token-expiration Leonard Lyubich 2020-04-29 14:54:43 +0300
  • 4fa7360cd1 session: support the expiration of private tokens Leonard Lyubich 2020-04-29 14:11:19 +0300
  • 8cbdb9183f
    Merge pull request #72 from nspcc-dev/session-refactor Leonard Lyubich 2020-04-29 13:14:17 +0300
  • ffd4338eb3 session: fix NewPrivateToken function doc Leonard Lyubich 2020-04-29 12:59:58 +0300
  • 608f578105 session: removes unused errors Leonard Lyubich 2020-04-29 12:50:52 +0300
  • 79142ada04 session: replace used type aliases to separate file Leonard Lyubich 2020-04-29 12:49:27 +0300
  • f0867036fb session: remove trivial defaultCurve function Leonard Lyubich 2020-04-29 12:46:05 +0300
  • 701bbafcf1 session: change KeyStore documentation Leonard Lyubich 2020-04-29 12:44:35 +0300
  • 22265a9f03 session: refactor token store Leonard Lyubich 2020-04-29 12:39:41 +0300
  • dfc2dd8a78 session: replace PToken structure with PrivateToken interface Leonard Lyubich 2020-04-29 11:52:05 +0300
  • 1e86e1112a
    Merge pull request #71 from nspcc-dev/token-sign-verify Leonard Lyubich 2020-04-29 11:31:53 +0300
  • cce6566f1e service: prevent NPE in VerifyTokenSignature function Leonard Lyubich 2020-04-29 10:57:07 +0300
  • 82ffde253b service: implement Sign/Verify functions for SessionToken Leonard Lyubich 2020-04-28 19:03:15 +0300
  • e47b775a86
    Merge pull request #70 from nspcc-dev/use-token-getters-setters Evgeniy Kulikov 2020-04-28 18:49:10 +0300
  • c6971d2004 service: access Token message fields through getters and setters Leonard Lyubich 2020-04-28 18:40:21 +0300
  • 091f953ebf
    Merge pull request #69 from nspcc-dev/new-fields-getters-setters Evgeniy Kulikov 2020-04-28 17:42:53 +0300
  • d327d836c4 service: define and implement Token field composing interface Leonard Lyubich 2020-04-28 16:58:07 +0300
  • 942bedb8ed service: implement Token field setter on RequestVerificationHeader Leonard Lyubich 2020-04-28 16:02:40 +0300
  • 09f8ee52d0 service: implement Raw field setter on RequestMetaHeader struct Leonard Lyubich 2020-04-28 15:39:09 +0300
  • 72a71e6a94
    Merge pull request #68 from nspcc-dev/stringify-object-method Evgeniy Kulikov 2020-04-28 16:53:29 +0300
  • 5ae4e14bfa
    object: test coverage for stringify method Evgeniy Kulikov 2020-04-28 16:32:19 +0300
  • 4d535876d0
    object: implement Stringify for Object Evgeniy Kulikov 2020-04-28 16:31:46 +0300
  • 7a7deb0b01
    proto: regenerate files Evgeniy Kulikov 2020-04-28 16:30:47 +0300
  • ba32395894
    api: update to neofs-api v0.7.3 Evgeniy Kulikov 2020-04-28 16:29:54 +0300
  • 6c705e079f
    Merge pull request #67 from nspcc-dev/update-to-neofs-api-0.7.2 Evgeniy Kulikov 2020-04-28 14:33:50 +0300
  • 4ac17201b7 Resolve update conflicts Leonard Lyubich 2020-04-28 13:09:18 +0300
  • 24108f42c3 Regenerate docs Leonard Lyubich 2020-04-28 12:51:27 +0300
  • e63d112cb2 Update to neofs-api v0.7.2 Leonard Lyubich 2020-04-28 12:50:52 +0300
  • 0cf8e19f36
    Merge tag 'v0.7.1' into develop Evgeniy Kulikov 2020-04-20 14:03:43 +0300
  • ce7535cb33
    Merge branch 'release/0.7.1' v0.7.1 Evgeniy Kulikov 2020-04-20 14:03:33 +0300
  • 91e0b2699d
    CHANGELOG Evgeniy Kulikov 2020-04-20 14:03:24 +0300
  • 92da09ac42
    Merge pull request #66 from nspcc-dev/update-to-neofs-api-v0.7.1 Evgeniy Kulikov 2020-04-20 14:00:44 +0300
  • e03b922dd4
    docs: regenerate files Evgeniy Kulikov 2020-04-20 13:54:49 +0300
  • bef32abb9c
    proto: regenerate files Evgeniy Kulikov 2020-04-20 13:54:34 +0300
  • 46942282e5
    make: update to NeoFS API v0.7.1 Evgeniy Kulikov 2020-04-20 13:53:56 +0300
  • 32ebb44434
    Merge tag 'v0.7.0' into develop Evgeniy Kulikov 2020-04-16 17:12:07 +0300
  • 0389542b4d
    Merge branch 'release/0.7.0' v0.7.0 Evgeniy Kulikov 2020-04-16 17:11:56 +0300
  • 1f2cee7667
    CHANGELOG Evgeniy Kulikov 2020-04-16 17:11:50 +0300
  • 1aaef95dea
    Merge pull request #65 from nspcc-dev/update-to-neofs-api_v0.7.0 Evgeniy Kulikov 2020-04-16 17:09:40 +0300
  • bedde0e33b
    proto: regenerate files Evgeniy Kulikov 2020-04-16 17:06:07 +0300
  • e03e3f1270
    docs: regenerate files Evgeniy Kulikov 2020-04-16 17:05:44 +0300
  • effdc54f79
    api: update to v0.7.0 Evgeniy Kulikov 2020-04-16 17:05:04 +0300
  • 2f771ac1b2
    Merge tag 'v0.6.2' into develop Evgeniy Kulikov 2020-04-16 11:53:52 +0300
  • ce8b200458
    Merge branch 'release/0.6.2' v0.6.2 Evgeniy Kulikov 2020-04-16 11:53:42 +0300
  • 0bf293340b
    CHANGELOG Evgeniy Kulikov 2020-04-16 11:53:34 +0300
  • e29cf2d3d7
    Merge pull request #64 from nspcc-dev/update-to-neofs-api_v0.6.1 Evgeniy Kulikov 2020-04-16 11:47:49 +0300
  • 9b24ba95d4
    modules: update dependencies Evgeniy Kulikov 2020-04-16 11:41:40 +0300
  • 5d9feea76a
    fix format Evgeniy Kulikov 2020-04-16 11:35:12 +0300
  • 51e476f651
    docs: regenerate files Evgeniy Kulikov 2020-04-16 11:31:24 +0300
  • 32c660b71c
    proto: regenerate files Evgeniy Kulikov 2020-04-16 11:31:09 +0300
  • 4cdd71161d
    update to neofs-api v0.6.1 Evgeniy Kulikov 2020-04-16 11:30:40 +0300
  • 61ebc588fd
    Merge pull request #63 from nspcc-dev/more-test-case-for-cid-getter Evgeniy Kulikov 2020-04-10 11:35:34 +0300
  • acfb16d363
    added test case for exists object in put request Evgeniy Kulikov 2020-04-10 11:30:45 +0300
  • d499971218
    Merge tag 'v0.6.1' into develop Evgeniy Kulikov 2020-04-10 09:53:20 +0300
  • 3d873d38bc
    Merge branch 'release/0.6.1' v0.6.1 Evgeniy Kulikov 2020-04-10 09:53:10 +0300
  • 590eb4ea7e
    CHANGELOG Evgeniy Kulikov 2020-04-10 09:53:00 +0300
  • 87e38ff220 update license in readme Evgeniy Kulikov 2020-04-10 09:00:37 +0300
  • 4c11cca7da remove old license Evgeniy Kulikov 2020-04-09 19:21:26 +0300
  • 67bb8cbcf8 change license Evgeniy Kulikov 2020-04-09 19:20:40 +0300
  • 4f6121986e
    Merge pull request #61 from nspcc-dev/fix-putrequest-cid-npe Evgeniy Kulikov 2020-04-03 18:30:56 +0300
  • e999110be1 object: prevent potential NPE panic in PutRequest.CID method Leonard Lyubich 2020-04-03 18:23:24 +0300
  • 908e0f3c8f Merge tag 'v0.6.0' into develop alexvanin 2020-04-03 10:32:42 +0300
  • f63591a088 Merge branch 'release/0.6.0' v0.6.0 alexvanin 2020-04-03 10:32:36 +0300
  • 72c61002aa Update changelog for v0.6.0 alexvanin 2020-04-03 10:30:48 +0300
  • 421bc9ab77
    Merge pull request #59 from nspcc-dev/add-request-type Evgeniy Kulikov 2020-04-02 18:40:29 +0300
  • 08fe4f8383
    Merge pull request #60 from nspcc-dev/bump/api-v-0-6-0 Evgeniy Kulikov 2020-04-02 18:38:43 +0300
  • 2fb36f8588 container: Support new BasicACL field alexvanin 2020-04-02 15:44:18 +0300
  • 9f4636618f docs: Update docs for neofs-api v0.6.0 alexvanin 2020-04-02 15:16:52 +0300
  • 48c5588650 proto: Update proto library to v0.6.0 alexvanin 2020-04-02 15:15:59 +0300
  • 55b75a0dae object: Add test for object request type alexvanin 2020-04-02 15:05:48 +0300
  • 1e513625f1 object: Add Type() in Request interface alexvanin 2020-04-02 14:52:08 +0300
  • 4abd71f99b object: Define RequestType for object service requests alexvanin 2020-04-02 14:38:34 +0300
  • 70247e06ba
    Merge tag 'v0.5.0' into develop Evgeniy Kulikov 2020-03-31 10:29:51 +0300
  • 0065dcb880
    Merge branch 'release/0.5.0' v0.5.0 Evgeniy Kulikov 2020-03-31 10:29:42 +0300
  • a13de8a2fa
    CHANGELOG Evgeniy Kulikov 2020-03-31 10:29:33 +0300
  • ad43d361f7
    Merge pull request #58 from nspcc-dev/migrate-to-new-repo Evgeniy Kulikov 2020-03-31 10:26:17 +0300