groupdocs 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.travis.yml +9 -9
- data/CHANGELOG.md +482 -477
- data/Gemfile +3 -3
- data/LICENSE.txt +21 -21
- data/README.md +94 -94
- data/Rakefile +9 -9
- data/examples/README.md +12 -12
- data/examples/api-samples/Gemfile +5 -5
- data/examples/api-samples/Gemfile.lock +49 -49
- data/examples/api-samples/README.md +23 -23
- data/examples/api-samples/public/css/style.css +229 -229
- data/examples/api-samples/public/docs/annotation-sample.html +167 -167
- data/examples/api-samples/public/docs/docco.css +500 -500
- data/examples/api-samples/public/docs/envelope-sample.html +374 -374
- data/examples/api-samples/public/docs/sample01.html +181 -181
- data/examples/api-samples/public/docs/sample02.html +199 -199
- data/examples/api-samples/public/docs/sample03.html +318 -318
- data/examples/api-samples/public/docs/sample04.html +217 -217
- data/examples/api-samples/public/docs/sample05.html +296 -296
- data/examples/api-samples/public/docs/sample06.html +347 -347
- data/examples/api-samples/public/docs/sample07.html +209 -209
- data/examples/api-samples/public/docs/sample08.html +277 -277
- data/examples/api-samples/public/docs/sample09.html +314 -314
- data/examples/api-samples/public/docs/sample10.html +270 -270
- data/examples/api-samples/public/docs/sample11.html +462 -462
- data/examples/api-samples/public/docs/sample12.html +199 -199
- data/examples/api-samples/public/docs/sample13.html +201 -201
- data/examples/api-samples/public/docs/sample14.html +204 -204
- data/examples/api-samples/public/docs/sample15.html +182 -182
- data/examples/api-samples/public/docs/sample16.html +234 -234
- data/examples/api-samples/public/docs/sample17.html +309 -309
- data/examples/api-samples/public/docs/sample18.html +721 -721
- data/examples/api-samples/public/docs/sample19.html +631 -631
- data/examples/api-samples/public/docs/sample20.html +230 -230
- data/examples/api-samples/public/docs/sample21.html +790 -790
- data/examples/api-samples/public/docs/sample22.html +408 -408
- data/examples/api-samples/public/docs/sample25.html +550 -550
- data/examples/api-samples/public/templates/base-simple_source.html +191 -191
- data/examples/api-samples/public/templates/testdocument.html +100 -100
- data/examples/api-samples/public/templates/welcome.htm +137 -137
- data/examples/api-samples/samples/annotation-sample.rb +56 -56
- data/examples/api-samples/samples/envelope-sample.rb +133 -133
- data/examples/api-samples/samples/sample01.rb +44 -44
- data/examples/api-samples/samples/sample02.rb +50 -50
- data/examples/api-samples/samples/sample03.rb +79 -79
- data/examples/api-samples/samples/sample04.rb +54 -54
- data/examples/api-samples/samples/sample05.rb +83 -83
- data/examples/api-samples/samples/sample06.rb +86 -86
- data/examples/api-samples/samples/sample07.rb +59 -59
- data/examples/api-samples/samples/sample08.rb +76 -76
- data/examples/api-samples/samples/sample09.rb +85 -85
- data/examples/api-samples/samples/sample10.rb +70 -70
- data/examples/api-samples/samples/sample11.rb +132 -132
- data/examples/api-samples/samples/sample12.rb +48 -48
- data/examples/api-samples/samples/sample13.rb +49 -49
- data/examples/api-samples/samples/sample14.rb +54 -54
- data/examples/api-samples/samples/sample15.rb +43 -43
- data/examples/api-samples/samples/sample16.rb +57 -57
- data/examples/api-samples/samples/sample17.rb +70 -70
- data/examples/api-samples/samples/sample18.rb +190 -190
- data/examples/api-samples/samples/sample19.rb +188 -188
- data/examples/api-samples/samples/sample20.rb +68 -68
- data/examples/api-samples/samples/sample21.rb +212 -212
- data/examples/api-samples/samples/sample22.rb +109 -109
- data/examples/api-samples/samples/sample25.rb +127 -127
- data/examples/api-samples/views/_others_samples.haml +233 -233
- data/examples/api-samples/views/annotation_sample.haml +63 -63
- data/examples/api-samples/views/envelope_sample.haml +72 -72
- data/examples/api-samples/views/index.haml +235 -235
- data/examples/api-samples/views/layout.haml +3 -3
- data/examples/api-samples/views/sample01.haml +63 -63
- data/examples/api-samples/views/sample02.haml +52 -52
- data/examples/api-samples/views/sample03.haml +87 -87
- data/examples/api-samples/views/sample04.haml +55 -55
- data/examples/api-samples/views/sample05.haml +86 -86
- data/examples/api-samples/views/sample06.haml +58 -58
- data/examples/api-samples/views/sample07.haml +52 -52
- data/examples/api-samples/views/sample08.haml +100 -100
- data/examples/api-samples/views/sample09.haml +95 -95
- data/examples/api-samples/views/sample10.haml +93 -93
- data/examples/api-samples/views/sample11.haml +140 -140
- data/examples/api-samples/views/sample12.haml +68 -68
- data/examples/api-samples/views/sample13.haml +64 -64
- data/examples/api-samples/views/sample14.haml +60 -60
- data/examples/api-samples/views/sample15.haml +51 -51
- data/examples/api-samples/views/sample16.haml +50 -50
- data/examples/api-samples/views/sample17.haml +54 -54
- data/examples/api-samples/views/sample18.haml +143 -143
- data/examples/api-samples/views/sample19.haml +92 -92
- data/examples/api-samples/views/sample20.haml +54 -54
- data/examples/api-samples/views/sample21.haml +123 -123
- data/examples/api-samples/views/sample22.haml +106 -106
- data/examples/api-samples/views/sample25.haml +101 -101
- data/examples/api-samples/views/sample31.haml +2 -2
- data/examples/api-samples/web.rb +20 -20
- data/examples/viewer/Gemfile +5 -5
- data/examples/viewer/app.rb +52 -52
- data/groupdocs.gemspec +31 -31
- data/lib/groupdocs.rb +62 -62
- data/lib/groupdocs/api.rb +6 -6
- data/lib/groupdocs/api/entity.rb +112 -112
- data/lib/groupdocs/api/helpers.rb +11 -11
- data/lib/groupdocs/api/helpers/access_mode_helper.rb +27 -27
- data/lib/groupdocs/api/helpers/access_rights_helper.rb +55 -55
- data/lib/groupdocs/api/helpers/accessor_helper.rb +30 -30
- data/lib/groupdocs/api/helpers/byte_flag_helper.rb +49 -49
- data/lib/groupdocs/api/helpers/credentials_helper.rb +35 -35
- data/lib/groupdocs/api/helpers/mime_helper.rb +21 -21
- data/lib/groupdocs/api/helpers/path_helper.rb +28 -28
- data/lib/groupdocs/api/helpers/rest_helper.rb +99 -99
- data/lib/groupdocs/api/helpers/signature_public_helper.rb +22 -22
- data/lib/groupdocs/api/helpers/status_helper.rb +27 -27
- data/lib/groupdocs/api/helpers/url_helper.rb +101 -101
- data/lib/groupdocs/api/request.rb +91 -91
- data/lib/groupdocs/datasource.rb +249 -249
- data/lib/groupdocs/datasource/field.rb +39 -39
- data/lib/groupdocs/document.rb +1550 -1550
- data/lib/groupdocs/document/annotation.rb +421 -421
- data/lib/groupdocs/document/annotation/reply.rb +173 -173
- data/lib/groupdocs/document/annotation/reviewer.rb +66 -66
- data/lib/groupdocs/document/change.rb +56 -56
- data/lib/groupdocs/document/field.rb +53 -53
- data/lib/groupdocs/document/metadata.rb +32 -32
- data/lib/groupdocs/document/rectangle.rb +18 -18
- data/lib/groupdocs/document/view.rb +36 -36
- data/lib/groupdocs/errors.rb +8 -8
- data/lib/groupdocs/job.rb +468 -468
- data/lib/groupdocs/questionnaire.rb +530 -530
- data/lib/groupdocs/questionnaire/collector.rb +335 -335
- data/lib/groupdocs/questionnaire/execution.rb +181 -181
- data/lib/groupdocs/questionnaire/page.rb +43 -43
- data/lib/groupdocs/questionnaire/question.rb +108 -108
- data/lib/groupdocs/questionnaire/question/answer.rb +15 -15
- data/lib/groupdocs/signature.rb +380 -380
- data/lib/groupdocs/signature/contact.rb +181 -181
- data/lib/groupdocs/signature/envelope.rb +747 -747
- data/lib/groupdocs/signature/envelope/log.rb +20 -20
- data/lib/groupdocs/signature/field.rb +286 -286
- data/lib/groupdocs/signature/field/location.rb +71 -71
- data/lib/groupdocs/signature/form.rb +804 -804
- data/lib/groupdocs/signature/list.rb +92 -92
- data/lib/groupdocs/signature/recipient.rb +79 -79
- data/lib/groupdocs/signature/role.rb +54 -54
- data/lib/groupdocs/signature/shared.rb +6 -6
- data/lib/groupdocs/signature/shared/document_methods.rb +158 -158
- data/lib/groupdocs/signature/shared/entity_fields.rb +76 -76
- data/lib/groupdocs/signature/shared/entity_methods.rb +144 -144
- data/lib/groupdocs/signature/shared/field_methods.rb +354 -354
- data/lib/groupdocs/signature/shared/recipient_methods.rb +75 -75
- data/lib/groupdocs/signature/shared/resource_methods.rb +65 -65
- data/lib/groupdocs/signature/template.rb +124 -124
- data/lib/groupdocs/storage.rb +44 -44
- data/lib/groupdocs/storage/file.rb +432 -432
- data/lib/groupdocs/storage/folder.rb +288 -288
- data/lib/groupdocs/storage/package.rb +48 -48
- data/lib/groupdocs/storage/provider.rb +32 -32
- data/lib/groupdocs/subscription.rb +323 -323
- data/lib/groupdocs/subscription/limit.rb +20 -20
- data/lib/groupdocs/user.rb +955 -930
- data/lib/groupdocs/version.rb +3 -3
- data/spec/groupdocs/api/entity_spec.rb +55 -55
- data/spec/groupdocs/api/helpers/access_mode_helper_spec.rb +21 -21
- data/spec/groupdocs/api/helpers/access_rights_helper_spec.rb +43 -43
- data/spec/groupdocs/api/helpers/accessor_helper_spec.rb +16 -16
- data/spec/groupdocs/api/helpers/byte_flag_helper_spec.rb +23 -23
- data/spec/groupdocs/api/helpers/credentials_helpers_spec.rb +48 -48
- data/spec/groupdocs/api/helpers/mime_helper_spec.rb +16 -16
- data/spec/groupdocs/api/helpers/path_helper_spec.rb +15 -15
- data/spec/groupdocs/api/helpers/rest_helper_spec.rb +161 -161
- data/spec/groupdocs/api/helpers/signature_public_helper_spec.rb +21 -21
- data/spec/groupdocs/api/helpers/status_helper_spec.rb +22 -22
- data/spec/groupdocs/api/helpers/url_helper_spec.rb +112 -112
- data/spec/groupdocs/api/request_spec.rb +112 -112
- data/spec/groupdocs/datasource/field_spec.rb +29 -29
- data/spec/groupdocs/datasource_spec.rb +145 -145
- data/spec/groupdocs/document/annotation/reply_spec.rb +154 -154
- data/spec/groupdocs/document/annotation/reviewer_spec.rb +51 -51
- data/spec/groupdocs/document/annotation_spec.rb +234 -234
- data/spec/groupdocs/document/change_spec.rb +39 -39
- data/spec/groupdocs/document/field_spec.rb +28 -28
- data/spec/groupdocs/document/metadata_spec.rb +21 -21
- data/spec/groupdocs/document/rectangle_spec.rb +14 -14
- data/spec/groupdocs/document/view_spec.rb +33 -33
- data/spec/groupdocs/document_spec.rb +859 -859
- data/spec/groupdocs/errors_spec.rb +7 -7
- data/spec/groupdocs/job_spec.rb +323 -323
- data/spec/groupdocs/questionnaire/collector_spec.rb +197 -197
- data/spec/groupdocs/questionnaire/execution_spec.rb +162 -162
- data/spec/groupdocs/questionnaire/page_spec.rb +47 -47
- data/spec/groupdocs/questionnaire/question/answer_spec.rb +9 -9
- data/spec/groupdocs/questionnaire/question_spec.rb +75 -75
- data/spec/groupdocs/questionnaire_spec.rb +295 -295
- data/spec/groupdocs/signature/contact_spec.rb +142 -142
- data/spec/groupdocs/signature/envelope/log_spec.rb +15 -15
- data/spec/groupdocs/signature/envelope_spec.rb +384 -384
- data/spec/groupdocs/signature/field/location_spec.rb +40 -40
- data/spec/groupdocs/signature/field_spec.rb +235 -235
- data/spec/groupdocs/signature/form_spec.rb +205 -205
- data/spec/groupdocs/signature/list_spec.rb +87 -87
- data/spec/groupdocs/signature/recipient_spec.rb +26 -26
- data/spec/groupdocs/signature/role_spec.rb +47 -47
- data/spec/groupdocs/signature/template_spec.rb +80 -80
- data/spec/groupdocs/signature_spec.rb +194 -194
- data/spec/groupdocs/storage/file_spec.rb +303 -303
- data/spec/groupdocs/storage/folder_spec.rb +270 -270
- data/spec/groupdocs/storage/package_spec.rb +38 -38
- data/spec/groupdocs/storage/provider_spec.rb +21 -21
- data/spec/groupdocs/storage_spec.rb +27 -27
- data/spec/groupdocs/subscription/limit_spec.rb +16 -16
- data/spec/groupdocs/subscription_spec.rb +74 -74
- data/spec/groupdocs/user_spec.rb +257 -257
- data/spec/groupdocs_spec.rb +63 -63
- data/spec/spec_helper.rb +73 -73
- data/spec/support/json/annotation_access_set.json +11 -11
- data/spec/support/json/annotation_collaborators_get.json +16 -16
- data/spec/support/json/annotation_collaborators_set.json +16 -16
- data/spec/support/json/annotation_create.json +12 -12
- data/spec/support/json/annotation_list.json +32 -32
- data/spec/support/json/annotation_marker_move.json +10 -10
- data/spec/support/json/annotation_move.json +8 -8
- data/spec/support/json/annotation_remove.json +9 -9
- data/spec/support/json/annotation_replies_create.json +9 -9
- data/spec/support/json/annotation_replies_get.json +25 -25
- data/spec/support/json/annotation_reviewers_get.json +18 -18
- data/spec/support/json/comparison_changes.json +46 -46
- data/spec/support/json/comparison_compare.json +8 -8
- data/spec/support/json/comparison_document.json +10 -10
- data/spec/support/json/contact_add.json +12 -12
- data/spec/support/json/contacts_get.json +19 -19
- data/spec/support/json/contacts_import.json +8 -8
- data/spec/support/json/datasource_add.json +8 -8
- data/spec/support/json/datasource_get.json +22 -22
- data/spec/support/json/datasource_remove.json +8 -8
- data/spec/support/json/datasource_update.json +8 -8
- data/spec/support/json/delete_account.json +9 -9
- data/spec/support/json/document_access_info_get.json +14 -14
- data/spec/support/json/document_convert.json +8 -8
- data/spec/support/json/document_datasource.json +10 -10
- data/spec/support/json/document_fields.json +34 -34
- data/spec/support/json/document_formats.json +8 -8
- data/spec/support/json/document_metadata.json +15 -15
- data/spec/support/json/document_page_images_get.json +20 -20
- data/spec/support/json/document_questionnaire_create.json +9 -9
- data/spec/support/json/document_questionnaires.json +23 -23
- data/spec/support/json/document_sharers_remove.json +8 -8
- data/spec/support/json/document_sharers_set.json +16 -16
- data/spec/support/json/document_thumbnails.json +24 -24
- data/spec/support/json/document_views.json +32 -32
- data/spec/support/json/envelope_get.json +46 -46
- data/spec/support/json/envelope_logs.json +16 -16
- data/spec/support/json/envelope_recipient_add.json +26 -26
- data/spec/support/json/envelopes_all.json +48 -48
- data/spec/support/json/envelopes_resources.json +31 -31
- data/spec/support/json/file_compress.json +8 -8
- data/spec/support/json/file_copy.json +14 -14
- data/spec/support/json/file_delete.json +5 -5
- data/spec/support/json/file_move.json +14 -14
- data/spec/support/json/file_upload.json +8 -8
- data/spec/support/json/folder_create.json +8 -8
- data/spec/support/json/folder_delete.json +5 -5
- data/spec/support/json/folder_list.json +22 -22
- data/spec/support/json/folder_move.json +8 -8
- data/spec/support/json/folder_sharers_get.json +16 -16
- data/spec/support/json/folder_sharers_remove.json +8 -8
- data/spec/support/json/folder_sharers_set.json +16 -16
- data/spec/support/json/form_get.json +21 -21
- data/spec/support/json/forms_all.json +23 -23
- data/spec/support/json/job_add_url.json +8 -8
- data/spec/support/json/job_create.json +8 -8
- data/spec/support/json/job_documents.json +40 -40
- data/spec/support/json/job_file_add.json +8 -8
- data/spec/support/json/job_get.json +30 -30
- data/spec/support/json/job_update.json +7 -7
- data/spec/support/json/jobs_get.json +58 -58
- data/spec/support/json/list_add.json +12 -12
- data/spec/support/json/lists_get.json +19 -19
- data/spec/support/json/package_create.json +7 -7
- data/spec/support/json/questionnaire_collector.json +17 -17
- data/spec/support/json/questionnaire_collectors.json +38 -38
- data/spec/support/json/questionnaire_collectors_add.json +10 -10
- data/spec/support/json/questionnaire_create.json +10 -10
- data/spec/support/json/questionnaire_datasources.json +26 -26
- data/spec/support/json/questionnaire_execution_add.json +9 -9
- data/spec/support/json/questionnaire_execution_status_set.json +8 -8
- data/spec/support/json/questionnaire_execution_update.json +8 -8
- data/spec/support/json/questionnaire_executions.json +28 -28
- data/spec/support/json/questionnaire_get.json +17 -17
- data/spec/support/json/questionnaire_remove.json +8 -8
- data/spec/support/json/questionnaire_update.json +8 -8
- data/spec/support/json/questionnaires_get.json +40 -40
- data/spec/support/json/sign_documents.json +16 -16
- data/spec/support/json/signature_create.json +12 -12
- data/spec/support/json/signature_field_add.json +25 -25
- data/spec/support/json/signature_fields_get.json +27 -27
- data/spec/support/json/signature_roles_get.json +17 -17
- data/spec/support/json/signatures_get.json +19 -19
- data/spec/support/json/storage_info.json +10 -10
- data/spec/support/json/subscription_plan_get.json +9 -9
- data/spec/support/json/subscription_plans_get.json +17 -17
- data/spec/support/json/template_get.json +35 -35
- data/spec/support/json/template_get_documents.json +15 -15
- data/spec/support/json/template_get_recipients.json +20 -20
- data/spec/support/json/templates_all.json +37 -37
- data/spec/support/json/templates_get.json +21 -21
- data/spec/support/json/update_account.json +10 -10
- data/spec/support/json/user_area.json +67 -67
- data/spec/support/json/user_embed_key.json +38 -38
- data/spec/support/json/user_get_embed_key.json +67 -67
- data/spec/support/json/user_login.json +67 -67
- data/spec/support/json/user_profile_get.json +24 -24
- data/spec/support/json/user_providers.json +31 -31
- data/spec/support/json/user_roles.json +25 -25
- data/spec/support/json/user_users_get.json +27 -27
- data/spec/support/shared_examples/api/entity.rb +39 -39
- data/spec/support/shared_examples/api/helpers/access_mode_helper.rb +11 -11
- data/spec/support/shared_examples/api/helpers/status_helper.rb +11 -11
- data/spec/support/shared_examples/signature/shared/document_methods.rb +68 -68
- data/spec/support/shared_examples/signature/shared/entity_fields.rb +56 -56
- data/spec/support/shared_examples/signature/shared/entity_methods.rb +116 -116
- data/spec/support/shared_examples/signature/shared/field_methods.rb +220 -220
- data/spec/support/shared_examples/signature/shared/recipient_methods.rb +46 -46
- data/spec/support/shared_examples/signature/shared/resource_methods.rb +46 -46
- metadata +35 -55
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: a88171fbbbbe502e408a73866d1c183650c6824d
|
4
|
+
data.tar.gz: cb94298ca62310b7513c33df98011a413fbc071b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c1245a8ef94d2578cac953fd464382565c36a1c2ce774b3952d3392468a5967de9591336586d04ca5861e18820e2566d9e3705b84ee8bc7b27b091e4a79fdce1
|
7
|
+
data.tar.gz: 14f5c75fafc7c54f14c0bbd6bc38411d6859a7835a1c3e745564a41ca7c46a679f46f03096185b93cd73108fa67349d9df3ca51932d0c049523774b34487a330
|
data/.travis.yml
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
language: ruby
|
2
|
-
rvm:
|
3
|
-
- 1.8.7
|
4
|
-
- 1.9.3
|
5
|
-
- 2.0.0
|
6
|
-
matrix:
|
7
|
-
allow_failures:
|
8
|
-
# TODO: splats are not nice in Ruby 1.8 (see FieldMethods spec)
|
9
|
-
- rvm: 1.8.7
|
1
|
+
language: ruby
|
2
|
+
rvm:
|
3
|
+
- 1.8.7
|
4
|
+
- 1.9.3
|
5
|
+
- 2.0.0
|
6
|
+
matrix:
|
7
|
+
allow_failures:
|
8
|
+
# TODO: splats are not nice in Ruby 1.8 (see FieldMethods spec)
|
9
|
+
- rvm: 1.8.7
|
data/CHANGELOG.md
CHANGED
@@ -1,477 +1,482 @@
|
|
1
|
-
## v.2.
|
2
|
-
|
3
|
-
|
4
|
-
*`
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
*
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
**
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
*
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
*
|
48
|
-
*
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
* Added new attribute "
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
*
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
*
|
79
|
-
*
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
* Added
|
84
|
-
* Added `Document
|
85
|
-
* Added
|
86
|
-
* Added `
|
87
|
-
* Added `
|
88
|
-
* Added `
|
89
|
-
* Added `
|
90
|
-
* Added new attributes `
|
91
|
-
* Added
|
92
|
-
* Added `
|
93
|
-
* Added `
|
94
|
-
* Added `
|
95
|
-
* Added `
|
96
|
-
* Added new attributes `Signature::
|
97
|
-
* Added
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
**
|
108
|
-
|
109
|
-
*
|
110
|
-
*
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
* Added `
|
115
|
-
* Added `
|
116
|
-
* Added `
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
* `
|
137
|
-
* `Document#
|
138
|
-
* `
|
139
|
-
* `
|
140
|
-
* `Document
|
141
|
-
*
|
142
|
-
*
|
143
|
-
*
|
144
|
-
*
|
145
|
-
*
|
146
|
-
* Fixed bugs `
|
147
|
-
* `
|
148
|
-
*
|
149
|
-
*
|
150
|
-
*
|
151
|
-
* `Signature
|
152
|
-
*
|
153
|
-
* `
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
*
|
158
|
-
*
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
* Added `
|
163
|
-
* Added `
|
164
|
-
* Added `
|
165
|
-
* Added `
|
166
|
-
* Added `
|
167
|
-
* Added `Questionnaire
|
168
|
-
* Added `Questionnaire#
|
169
|
-
* Added `Questionnaire
|
170
|
-
* Added `Questionnaire
|
171
|
-
* Added `Questionnaire
|
172
|
-
* Added `Questionnaire
|
173
|
-
* Added `
|
174
|
-
* Added `
|
175
|
-
* Added `
|
176
|
-
* Added `
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
* `Signature
|
208
|
-
* `Signature
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
* `Signature::Envelope#
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
*
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
* Added `
|
243
|
-
* Added
|
244
|
-
* Added `Signature::
|
245
|
-
* `
|
246
|
-
* `
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
*
|
251
|
-
*
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
* `Signature::
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
* Added `Collector
|
275
|
-
* Added `Collector
|
276
|
-
* Added `Collector#
|
277
|
-
* Added `
|
278
|
-
* Added `
|
279
|
-
* Added `
|
280
|
-
* Added `
|
281
|
-
* Added `
|
282
|
-
* Added `
|
283
|
-
* Added `
|
284
|
-
* Added `
|
285
|
-
* Added `
|
286
|
-
* Added `
|
287
|
-
* Added `
|
288
|
-
* Added
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
*
|
293
|
-
*
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
* Fixed `
|
298
|
-
* `
|
299
|
-
*
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
*
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
* Added `
|
316
|
-
* Added `
|
317
|
-
* Added `
|
318
|
-
*
|
319
|
-
* Added `
|
320
|
-
* Added
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
*
|
325
|
-
*
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
* Added
|
338
|
-
* Added
|
339
|
-
* Added `
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
* `File
|
344
|
-
* `
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
* `
|
351
|
-
* `
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
* `
|
356
|
-
* `
|
357
|
-
* `
|
358
|
-
* `
|
359
|
-
* `
|
360
|
-
* `File
|
361
|
-
* `Folder
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
*
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
*
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
*
|
376
|
-
*
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
*
|
383
|
-
*
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
*
|
389
|
-
*
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
* `
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
* Added `Annotation#
|
418
|
-
|
419
|
-
## v0.2.
|
420
|
-
|
421
|
-
*
|
422
|
-
*
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
* `
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
* `
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
* `
|
443
|
-
*
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
*
|
449
|
-
*
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
* Updated `
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
*
|
460
|
-
|
461
|
-
## v0.2
|
462
|
-
|
463
|
-
* `
|
464
|
-
* `
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
*
|
469
|
-
* `
|
470
|
-
*
|
471
|
-
*
|
472
|
-
*
|
473
|
-
*
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
1
|
+
## v.2.3.0
|
2
|
+
**Changes**
|
3
|
+
* Added new attribute `User` - "is_viewer_search_widget_enabled"
|
4
|
+
*`User#delete_account!` new method
|
5
|
+
|
6
|
+
## v.2.2.0
|
7
|
+
|
8
|
+
**Changes**
|
9
|
+
*`Storage::File.upload_google!` changed the required parameters
|
10
|
+
*`Storage.info!` added new parameters of response
|
11
|
+
|
12
|
+
**New**
|
13
|
+
*`Signature::Form#modify_form_field!` new method
|
14
|
+
* Added new attribute `Signature::Field` - "page", "locationX", "locationY", "locationWidth", "locationHeight", "forceNewField"
|
15
|
+
|
16
|
+
|
17
|
+
## v.2.1.0
|
18
|
+
|
19
|
+
**Changes**
|
20
|
+
*`Document.editor_fields!` return the all json
|
21
|
+
*`Document.update_changes!` the changes should be array
|
22
|
+
* Deleted attribute `Document::Annotation::Reviewer` - "full_name"
|
23
|
+
|
24
|
+
|
25
|
+
**New**
|
26
|
+
* Added new attributes `Document::Annotation::Reviewer` - "first_name", "last_name'
|
27
|
+
* Added new `Document::Page`
|
28
|
+
* Added new attributes `Document::Change` - "type", "typeStr", "action', "actionStr"
|
29
|
+
|
30
|
+
## v.2.0.0
|
31
|
+
|
32
|
+
**Changes**
|
33
|
+
*`Signature::Form#fields!` renamed to `Signature::Form#get_fields!`
|
34
|
+
*`Signature::Form#get_fields!` the updates in request path
|
35
|
+
*`Document.self.metadata!` added
|
36
|
+
|
37
|
+
**New**
|
38
|
+
* Added new attribute `Document` - "documentDescription"
|
39
|
+
* Added new attribute `Document::MetaData` - "type" and "url"
|
40
|
+
* Added new attribute `Document::Annotation` - "text"
|
41
|
+
* Added new attributes `Document::TemplateEditorFields` - "tableNumber" "tableRow" "tableColumn" "tableCell"
|
42
|
+
|
43
|
+
## v.1.9.0
|
44
|
+
|
45
|
+
**Changes**
|
46
|
+
* Deleted `Document#page_fixed_html!`
|
47
|
+
* Deleted `Document#page_html!`
|
48
|
+
* Deleted `Document#page_html_urls!`
|
49
|
+
* Deleted `Document#representations!`
|
50
|
+
|
51
|
+
**New**
|
52
|
+
* Added new attributes `User`
|
53
|
+
* Added new attribute `Signature::Envelope` - "lockDuringSign"
|
54
|
+
|
55
|
+
## v1.8.1
|
56
|
+
|
57
|
+
**New**
|
58
|
+
* Added new attribute "email" to `Signature`
|
59
|
+
|
60
|
+
**Changes**
|
61
|
+
* `Document#sign_documents!` added new requere parameter for signer "email"
|
62
|
+
|
63
|
+
## v1.8.0
|
64
|
+
**New**
|
65
|
+
|
66
|
+
* Added `Document#add_questionnaire_template!`
|
67
|
+
* Added `Document#update_questionnaire_template!`
|
68
|
+
* Added `Document#delete_questionnaire_template!`
|
69
|
+
* Added `Signature::Form#get_participants!`
|
70
|
+
|
71
|
+
## v1.7.0
|
72
|
+
|
73
|
+
**Changes**
|
74
|
+
|
75
|
+
* `Document::Annotation` updated types of annotation
|
76
|
+
* `Document#templates!` added parameter<Hash> "settings"
|
77
|
+
* `Signature::Envelope#sign!` added parameter<Hash> "settings"
|
78
|
+
* `Signature::Form#sign!` added parameter<Hash> settings and parameter<String> "filepath"
|
79
|
+
* `Signature::Form#fields!` delete parameter "documentGuid"
|
80
|
+
|
81
|
+
**New**
|
82
|
+
|
83
|
+
* Added `Document#editor_fields!`
|
84
|
+
* Added `Document#questionnaire_template!`
|
85
|
+
* Added `Job.get_conversions!`
|
86
|
+
* Added new attributes `User`
|
87
|
+
* Added new attributes `DataSource::Field`
|
88
|
+
* Added new attributes `Document::Annotation`
|
89
|
+
* Added `Document::TemplateEditorFields`
|
90
|
+
* Added new attributes `Document::Field`
|
91
|
+
* Added `Document::TemplateEditorFieldStyle`
|
92
|
+
* Added `Questionnaire::Collector#decorate!`
|
93
|
+
* Added `Questionnaire::Collector#get_decorate!`
|
94
|
+
* Added `Questionnaire::QuestionnaireCollectorStyle`
|
95
|
+
* Added new attributes `Questionnaire::Question`
|
96
|
+
* Added new attributes `Signature::Envelope`
|
97
|
+
* Added `Signature::Form#update_partipicant!`
|
98
|
+
* Added `Signature::Form#validate_partipicant!`
|
99
|
+
* Added `Signature::Form#document_fields!`
|
100
|
+
* Added `Signature::Form#get_logs!`
|
101
|
+
* Added new attributes `Signature::Recipient`
|
102
|
+
* Added new attributes `Signature::Template`
|
103
|
+
|
104
|
+
|
105
|
+
## v1.6.0
|
106
|
+
|
107
|
+
**Changes**
|
108
|
+
|
109
|
+
* `Document::Annotation` updated types of annotation
|
110
|
+
* `Signature::FieldMethods#modify_field!` added parament "recipientGuid"
|
111
|
+
|
112
|
+
**New**
|
113
|
+
|
114
|
+
* Added `Documet::Annotation#remove_annotations!`
|
115
|
+
* Added `Document::Annotation` attributes
|
116
|
+
* Added `Document::Annotation::Reply` attributes
|
117
|
+
* Added `Document` attributes
|
118
|
+
* Added `Signature.public_get_default_email_template!`
|
119
|
+
* Added `Signature` template fields
|
120
|
+
* Added `Signature::Form` attribute
|
121
|
+
* Added `Signature::Envelope#resend!`
|
122
|
+
|
123
|
+
## v1.5.9
|
124
|
+
|
125
|
+
**Changes**
|
126
|
+
|
127
|
+
* `Api::Helpers::URL#sign_url` changes an initialize library OpenSSL
|
128
|
+
* `Api::Helpers::AccessRights` changes an array ACCESS_RIGHTS
|
129
|
+
* `Document#changes` updates in request path
|
130
|
+
|
131
|
+
|
132
|
+
## v1.5.8
|
133
|
+
|
134
|
+
**Changes**
|
135
|
+
|
136
|
+
* `Api::Helpers::REST#send_request!` new functionality for request type :DELETE
|
137
|
+
* `Document#access_mode_set!` updates in request path
|
138
|
+
* `Document#details!` updates in request path
|
139
|
+
* `Document#compare!` updates in request path
|
140
|
+
* `Document#update_changes!` updates in request path
|
141
|
+
* `Document#changes` updates in request path
|
142
|
+
* `Document#download!` updates in request path. Fixed bugs
|
143
|
+
* `Signature#get_document_fields!` renamed to `Document#public_fields!`
|
144
|
+
* `Signature#sign_document!` renamed to `Document#public_sign_document!`
|
145
|
+
* `Document::Annotation.remove!` renamed to `Document::Annotation#remove!`
|
146
|
+
* Fixed bugs `Document::Annotation#move_marker!`
|
147
|
+
* Fixed bugs `Document::Annotation#resize!`
|
148
|
+
* Fixed bugs `Questionnaire#collectors!`
|
149
|
+
* Fixed bugs `Questionnaire#copy_to_templates!`
|
150
|
+
* Fixed bugs `Signature.verify!`
|
151
|
+
* Fixed bugs `Signature.sign_document_status!`
|
152
|
+
* `Signature::Envelope#add_recipient!` returns GroupDosc::Signature::Recipient
|
153
|
+
* `Signature#get_sign_envelope!` renamed to `Signature::Envelope#public_get!`
|
154
|
+
* `Signature#get_signed_documents!` renamed to `Signature::Envelope#public_signed_documents! `
|
155
|
+
* `Signature#field_envelope_date!` renamed to `Signature::Envelope#date!`
|
156
|
+
* `Signature::Form#fields!` updated
|
157
|
+
* Fixed bugs `Signature::Form#assign_field!`
|
158
|
+
* `Subscription.self.list!` updated
|
159
|
+
|
160
|
+
**New**
|
161
|
+
|
162
|
+
* Added `Document#hyperlinks!`
|
163
|
+
* Added `Document::Annotation` attributes
|
164
|
+
* Added `Document::Annotation::MarkerPosition` class
|
165
|
+
* Added `Document::Annotation::Reply` attributes
|
166
|
+
* Added `Document::Field` attributes
|
167
|
+
* Added `Questionnaire` attributes
|
168
|
+
* Added `Questionnaire#get_document!`
|
169
|
+
* Added `Questionnaire.get_by_name!`
|
170
|
+
* Added `Questionnaire#delete_list!`
|
171
|
+
* Added `Questionnaire#delete_collectors_list!`
|
172
|
+
* Added `Questionnaire#delete_executions_list!`
|
173
|
+
* Added `Questionnaire#delete_datasources_list!`
|
174
|
+
* Added `Questionnaire::Collector#get_questionnaire!`
|
175
|
+
* Added `Questionnaire::Question` attributes
|
176
|
+
* Added `Questionnaire::Question::Conditions` class
|
177
|
+
* Added `Questionnaire::Question::Answer` attribute
|
178
|
+
* Added `Signature::Field` attributes
|
179
|
+
* Added `Signature::Field::Location` attributes
|
180
|
+
* Added `Storage::File#upload_cancel!`
|
181
|
+
* Added `User` attributes
|
182
|
+
|
183
|
+
## v1.5.3
|
184
|
+
|
185
|
+
**Changes**
|
186
|
+
|
187
|
+
* Fixes critical issue with unauthorized requests.
|
188
|
+
|
189
|
+
## v1.5.2
|
190
|
+
|
191
|
+
**Changes**
|
192
|
+
|
193
|
+
* Do not replace `{{client_id}}` if `:sign` is `false`.
|
194
|
+
|
195
|
+
## v1.5.1
|
196
|
+
|
197
|
+
**New**
|
198
|
+
|
199
|
+
* Added `:sign` flag `Api::Request.options` allowing request not to be signed
|
200
|
+
|
201
|
+
## v1.5.0
|
202
|
+
|
203
|
+
**New**
|
204
|
+
|
205
|
+
* Added `Signature.get_for_recipients!`
|
206
|
+
* Added `Signature#create_for_recipient!`
|
207
|
+
* Added `Signature#signature_data!`
|
208
|
+
* Added `Signature#initials_data!`
|
209
|
+
|
210
|
+
**Changes**
|
211
|
+
|
212
|
+
* `Signature::Envelope#fill_field!` supports `:public` flag
|
213
|
+
* `Signature::Envelope#sign!` supports `:public` flag
|
214
|
+
* `Signature::Form.get!` supports `:public` flag
|
215
|
+
* `Signature::Form#documents!` supports `:public` flag
|
216
|
+
* `Signature::Envelope#documents!` supports `:public` flag
|
217
|
+
* `Signature::Envelope#recipients!` supports `:public` flag
|
218
|
+
|
219
|
+
## v1.4.2
|
220
|
+
|
221
|
+
**New**
|
222
|
+
|
223
|
+
* Added new `Document` attributes
|
224
|
+
|
225
|
+
**Changes**
|
226
|
+
|
227
|
+
* Fixed `Signature` attributes
|
228
|
+
* Fixed `Document` access modes
|
229
|
+
|
230
|
+
## v1.4.1
|
231
|
+
|
232
|
+
**Changes**
|
233
|
+
|
234
|
+
* Fixed file guid lookup in `Form#documents!`
|
235
|
+
* URI now can handle `[]` corrrectly
|
236
|
+
* `Package#create!` now properly handles objects in sub-directories
|
237
|
+
|
238
|
+
## v1.4
|
239
|
+
|
240
|
+
**New**
|
241
|
+
|
242
|
+
* Added watermark support to `Signature::EntityFields` and `Signature::Form`
|
243
|
+
* Added signature and initials data support to `Signature`
|
244
|
+
* Added `Signature::Envelope#is_demo`
|
245
|
+
* Added `:scheduled` status for `Envelope`
|
246
|
+
* Added `Envelope#delegate_recipient!`
|
247
|
+
* Added `Envelope#signed_document!`
|
248
|
+
* Added `Signature::FieldMethods#assign_field!` support in templates and envelopes
|
249
|
+
* Added `Signature::Contact#add_integration!`
|
250
|
+
* `Signature::Form` now supports document methods
|
251
|
+
* `Signature::Form` now supports field methods
|
252
|
+
|
253
|
+
**Changes**
|
254
|
+
|
255
|
+
* Fixed `#owner_should_sign` and `#ordered_signature` in `Signature::EntityFields` as API now return boolean values
|
256
|
+
* Fixed `Signature::Role#can*` methods as API now return boolean values
|
257
|
+
* `Signature::Field#acceptable_values` should properly handle arrays
|
258
|
+
* `Signature::Form#fields_in_final_file_name` should properly handle arrays
|
259
|
+
* `Signature::DocumentMethods#documents!` now find documents both by `:documentId` and `:id`
|
260
|
+
* `Signature::Form#create!` now can be created without template
|
261
|
+
|
262
|
+
## v1.3
|
263
|
+
|
264
|
+
**New**
|
265
|
+
|
266
|
+
* Added Ruby 1.8 support
|
267
|
+
* Added Ruby 2.0 support
|
268
|
+
* Added `Document#thumbnails!`
|
269
|
+
|
270
|
+
## v1.2
|
271
|
+
|
272
|
+
**New**
|
273
|
+
|
274
|
+
* Added `Annotation::Collector` class
|
275
|
+
* Added `Collector.get!`
|
276
|
+
* Added `Collector#add!`
|
277
|
+
* Added `Collector#update!`
|
278
|
+
* Added `Collector#remove!`
|
279
|
+
* Added `Collector#executions!`
|
280
|
+
* Added `Collector#add_execution!`
|
281
|
+
* Added `Collector#fill!`
|
282
|
+
* Added `Document.templates!`
|
283
|
+
* Added `Questionnaire#executions!`
|
284
|
+
* Added `Questionnaire#collectors!`
|
285
|
+
* Added `Questionnaire#metadata!`
|
286
|
+
* Added `Questionnaire#update_metadata!`
|
287
|
+
* Added `Questionnaire#fields!`
|
288
|
+
* Added `Execution.get!`
|
289
|
+
* Added `Execution#delete!`
|
290
|
+
* Added `Execution#fill!`
|
291
|
+
* Added `Document.sign_documents!`
|
292
|
+
* Added `Document#page_images!`
|
293
|
+
* Added MIME helper
|
294
|
+
|
295
|
+
**Changes**
|
296
|
+
|
297
|
+
* Fixed `Questionnaire#create!`
|
298
|
+
* Fixed `Field#rectangle=`
|
299
|
+
* Fixed `File#download!`
|
300
|
+
* Fixed `Folder#list!` params handling (see issue #30)
|
301
|
+
* Fixed coordinates-related responses (they now have downcased fields)
|
302
|
+
* Fixed `Job#add_datasource!`
|
303
|
+
* `Questionnaire.all!` now accepts optional paging and status filter params
|
304
|
+
* New attributes for a lot of entities
|
305
|
+
|
306
|
+
**Removed**
|
307
|
+
|
308
|
+
* Removed `Questionnaire#create_execution!`
|
309
|
+
|
310
|
+
|
311
|
+
## v1.1
|
312
|
+
|
313
|
+
**New**
|
314
|
+
|
315
|
+
* Added `Annotation::Reviewer` class
|
316
|
+
* Added `Reviewer.all!`
|
317
|
+
* Added `Reviewer.set!`
|
318
|
+
* Added `Job#delete!`
|
319
|
+
* Added `Document#shared_link_access_rights!`
|
320
|
+
* Added `Document#set_shared_link_access_rights!`
|
321
|
+
* Added `Document#set_reviewers!`
|
322
|
+
* Added `Document#add_collaborotor!`
|
323
|
+
* More attributes for `User` class
|
324
|
+
* Added `Annotation#move_marker!`
|
325
|
+
* Added new `Job` action - `:compare`
|
326
|
+
|
327
|
+
**Changes**
|
328
|
+
|
329
|
+
* Moved `Annotation#collaborators!` and `Annotation#set_collaborators!` to `Document` class as it makes more sense
|
330
|
+
* `Document#set_collaborators!` now accepts options `version` parameter (default to `1`)
|
331
|
+
|
332
|
+
|
333
|
+
## v1.0
|
334
|
+
|
335
|
+
**New**
|
336
|
+
|
337
|
+
* Added fully-featured Signature API
|
338
|
+
* Added API to retrieve subscription plans
|
339
|
+
* Added `Annotation#set_access!` to control annotation access: public or private
|
340
|
+
* Added `Job.get!` to retrieve job by its identifier
|
341
|
+
* Added `Job#delete_document!`
|
342
|
+
* Added `File.upload_web!` to convert webpages to documents
|
343
|
+
* Added `File#move_to_trash!`
|
344
|
+
* Added `User.users!` to retrieve my account's users
|
345
|
+
|
346
|
+
**Changes**
|
347
|
+
|
348
|
+
* `File` and `Folder` has changed the way paths are handled. Path should no longer start with `/`
|
349
|
+
* `File.upload!` now accept hash of options as argument: `:path` to upload to, `:name` to rename file, `:description` to add description to file
|
350
|
+
* `File#move!` now accept hash of options as argument: `:name` to rename file
|
351
|
+
* `File#copy!` now accept hash of options as argument: `:name` to rename file
|
352
|
+
|
353
|
+
**Removed**
|
354
|
+
|
355
|
+
* `Document.all!` is removed (slow recursive implementation)
|
356
|
+
* `Document.find!` is removed (slow recursive implementation)
|
357
|
+
* `Document.find_all!` is removed (slow recursive implementation)
|
358
|
+
* `File.all!` is removed (slow recursive implementation)
|
359
|
+
* `File.find!` is removed (slow recursive implementation)
|
360
|
+
* `File.find_all!` is removed (slow recursive implementation)
|
361
|
+
* `Folder.all!` is removed (slow recursive implementation)
|
362
|
+
* `Folder.find!` is removed (slow recursive implementation)
|
363
|
+
* `Folder.find_all!` is removed (slow recursive implementation)
|
364
|
+
* `Extensions::LookUp` is removed (slow recursive implementation)
|
365
|
+
* `File#upload!` is removed (not really needed, use `File.upload!`)
|
366
|
+
* `Folder#rename!` is removed (has some quirks due to API, use `Folder#move!` instead)
|
367
|
+
|
368
|
+
## v0.3.11
|
369
|
+
|
370
|
+
* Fix for critical bug in `Entity#to_hash`
|
371
|
+
|
372
|
+
## v0.3.10
|
373
|
+
|
374
|
+
* Updated `Document#metadata!`
|
375
|
+
* Fixed `Folder#move!`
|
376
|
+
* Fixed `Folder#copy!`
|
377
|
+
|
378
|
+
## v0.3.9
|
379
|
+
|
380
|
+
* Added `File#upload!`
|
381
|
+
* Proper handling of `File#file_type`
|
382
|
+
* More annotation types
|
383
|
+
* `Document#datasource!` options are now optional
|
384
|
+
|
385
|
+
## v0.3.8
|
386
|
+
|
387
|
+
* Updated `Datasource for new API
|
388
|
+
* Updated `Datasource::Field` for new API
|
389
|
+
* Some minor fixes
|
390
|
+
|
391
|
+
## v0.3.7
|
392
|
+
|
393
|
+
* More flexible `Execution#owner=` and specs for it
|
394
|
+
* More flexible `Execution#executive=` and specs for it
|
395
|
+
* More flexible `Execution#approver=` and specs for it
|
396
|
+
|
397
|
+
## v0.3.6
|
398
|
+
|
399
|
+
* `Questionnaire::Execution` now returns objects for`owner`, `executive` and `approver`
|
400
|
+
|
401
|
+
## v0.3.5
|
402
|
+
|
403
|
+
* Methods to retrieve and update user profile information
|
404
|
+
|
405
|
+
## v0.3
|
406
|
+
|
407
|
+
**This release breaks backwards compatibility**
|
408
|
+
|
409
|
+
New API version uses strings for job actions, access modes, statuses, file types, etc. This release reflects corresponding changes.
|
410
|
+
|
411
|
+
## v0.2.11
|
412
|
+
|
413
|
+
* Added `Questionnaire#default_answer` and `Questionnaire#default_answer=`
|
414
|
+
|
415
|
+
## v0.2.10
|
416
|
+
|
417
|
+
* Added `Annotation#collaborators!`
|
418
|
+
|
419
|
+
## v0.2.9
|
420
|
+
|
421
|
+
* Added `Annotation#position`
|
422
|
+
* Added `Annotation#move!`
|
423
|
+
|
424
|
+
## v0.2.8
|
425
|
+
|
426
|
+
* Human-readable `Annotation#access`
|
427
|
+
* Machine-readable `Annotation#access=`
|
428
|
+
* `Document#annotations!` now handles `null` in "annotations" response
|
429
|
+
|
430
|
+
## v0.2.7
|
431
|
+
|
432
|
+
* `Job#documents!` now updates job status
|
433
|
+
|
434
|
+
## v0.2.6
|
435
|
+
|
436
|
+
* Minor `Job` and `Document` fixes
|
437
|
+
|
438
|
+
## v0.2.5
|
439
|
+
|
440
|
+
* `Document` now parses `outputs` to `Storage::File` object
|
441
|
+
* `Document` now has `output_formats` with corresponding parser
|
442
|
+
* `Document#convert!` URI was changed
|
443
|
+
* Job API methods were returning job documents in different format
|
444
|
+
|
445
|
+
## v0.2.4
|
446
|
+
|
447
|
+
* `Job` has now more attributes
|
448
|
+
* `Job#documents=` should not raise error when `nil` is passed
|
449
|
+
* Timestamps are being returned in milliseconds, while we were parsing them as seconds
|
450
|
+
|
451
|
+
## v0.2.3
|
452
|
+
|
453
|
+
* Fixed `Entity#variable_to_accessor` bugs
|
454
|
+
* Updated `Document#fields!` to always include geometry
|
455
|
+
* Added more accessors to `Rectange` (fixes `#inspect` issues)
|
456
|
+
|
457
|
+
## v0.2.2
|
458
|
+
|
459
|
+
* Updated `Folder.list!` for response changes
|
460
|
+
|
461
|
+
## v0.2.1
|
462
|
+
|
463
|
+
* `Sugar` namespace is now `Extensions`
|
464
|
+
* Removed `File#delete!` workaround
|
465
|
+
|
466
|
+
## v0.2
|
467
|
+
|
468
|
+
* `File#compress!` supports only zip, so parameter was removed
|
469
|
+
* `Errors` namespace was removed
|
470
|
+
* `BadRequestError` now shows only error message
|
471
|
+
* `File#upload!` no longer uses description, so parameter was removed
|
472
|
+
* Added `File#file_type`
|
473
|
+
* Added `File::DOCUMENT_TYPES`. `File#type` now returns document type in human-readable format
|
474
|
+
* `Folder#list!` capitalizes `:order_by` option
|
475
|
+
* Introduced `URLHelper#normalize_path`. Path is now normalized before sending request.
|
476
|
+
* HTTP methods as strings are now allowed
|
477
|
+
* Workaround for `File#delete!`
|
478
|
+
* Updated gems
|
479
|
+
|
480
|
+
## v0.1
|
481
|
+
|
482
|
+
Initial release
|