Xiaoning Liu
9bd52d46f2
Fixed a bug that Utilities::allZero() will return true for non-zero data chunks.
2018-01-10 15:49:20 +08:00
Xiaoning Liu
01d96448f6
Added useTransactionalMD5 option when uploading blockblob, pageblob and file; Fixed a bug about CopyBlobFromURLOptions not found.
2018-01-05 13:31:27 +08:00
Xiaoning Liu
618c9b2dea
Split azure-storage package into
...
azure-storage-blob/table/queue/file/common packages
2018-01-03 11:34:05 +08:00
Xiaoning Liu
6306e6ffad
Remove @cover annotations from testcases
2018-01-03 11:16:50 +08:00
Xiaoning Liu
dbda12ad56
Remove duplicate ? in front of SAS token if any
2018-01-03 11:15:28 +08:00
Xiaoning Liu
a425cf71cb
Fixed wrong variable names, mismatch return types and comments etc.
2018-01-03 11:15:28 +08:00
Xiaoning Liu
46b69c4a09
Fix CORS headers parsering issue
2018-01-03 11:15:28 +08:00
Xiaoning Liu
51742add3d
Cleanup build.xml and remove phpdox dependency
2018-01-03 11:15:28 +08:00
Xiaoning Liu
95fe064793
Fixed BlobRestProxy::breakLease ignore breakPeriod parameter bug
2018-01-03 11:15:28 +08:00
Michal Špaček
84b96caf48
Change type according to EdmType specified when serializing
...
Fixes #114
2018-01-02 18:57:04 -08:00
Michal Špaček
8d23974580
Import Resources from correct namespace
...
MicrosoftAzure\Storage\Common\Internal\Logger was moved to MicrosoftAzure\Storage\Common\Logger
2017-12-11 19:44:47 +08:00
Diego Luces
28cb3a5377
Do not set blob md5 to the block md5
2017-11-16 18:36:59 -08:00
Xiaoning Liu
e1702ae9e6
Fixed a syntax error for PHP 5.5 and 5.6 in `MicrosoftAzure\Storage\Common\Internal::Utilities:isoDate`.
2017-09-25 01:35:45 -07:00
Vincent Jiang (LEI)
1923fd492f
Merge pull request #104 from XiaoningLiu/0.19.0
...
2017.09 - version 0.19.0
2017-09-21 19:41:43 -07:00
Xiaoning Liu
29a932962e
Updated version number and changelog
2017-09-20 15:51:03 +08:00
Xiaoning Liu
8e83518598
Added CopyBlobFromURL to support copy from source URL including resources in other storage accounts
2017-09-20 15:51:02 +08:00
Xiaoning Liu
05b15f4b91
GetBlobOptions and ListPageBlobRangesOptions now provide setRange() and getRange() to accept a Range object.
2017-09-20 15:50:50 +08:00
Xiaoning Liu
4be66ed7da
The public access level of a container is now returned from the List Containers and Get Container Properties APIs
2017-09-20 14:50:20 +08:00
Xiaoning Liu
8f9ebf8e02
Populate content MD5 for range gets on Blobs & Files. Fixed a bug that setting content MD5 cannot work when creating files.
2017-09-20 14:47:21 +08:00
Xiaoning Liu
642f0fad1e
Supported Incremental Copy Page Blob.
...
Fixed a bug that `BlobRestProxy::createPageBlobFromContent` cannot work.
2017-09-20 14:47:20 +08:00
Xiaoning Liu
9a1ed127a3
Fixed wrong XMLSerializer in ServiceException.php GitHub issue #100
2017-09-20 14:47:20 +08:00
Xiaoning Liu
c74ea5a98e
The `BlobRestProxy::createMessage` now returns information about the message that was just added, including the pop receipt
2017-09-20 14:47:20 +08:00
Xiaoning Liu
9408d49431
The List Directories and Files API now accepts a new parameter that limits the listing to a specified prefix
2017-09-20 14:47:19 +08:00
z38
8033628042
Fix namespaces of test classes ( #103 )
...
4 original commits included: Rename namespaces of test classes; Fix namespaces of test classes; Fix names of ACL classes; Fix filename of LeaseResultTest.
* Fix namespaces of test classes
* Fix names of ACL classes
* Fix filename of LeaseResultTest
2017-09-19 22:31:18 -07:00
z38
02fe11be4a
Fix formatting of non-UTC dates
2017-09-19 00:35:31 -07:00
Xiaoning Liu
e3986ce5f8
Added php-cs-fixer as require-dev for PSR2 auto code style fixing
2017-08-28 23:16:41 -07:00
Xiaoning Liu
788f195df6
Updated version number and ChangeLog.md
2017-08-28 23:16:41 -07:00
Xiaoning Liu
3c119befba
Added `BlobRestProxy::listPageBlobRangesDiff` and `BlobRestProxy::listPageBlobRangesDiffAsync` for getting page ranges difference. Refer to https://msdn.microsoft.com/en-us/library/azure/mt736912.aspx for more detailed information.
2017-08-28 23:16:41 -07:00
Xiaoning Liu
6252474b3a
Added support for Blob E&R introduced in version 2015-12-11
2017-08-28 23:16:41 -07:00
Xiaoning Liu
386cb3da3d
Fixed wrong PHPUnit covers tags in unit and functional test
2017-08-28 23:16:41 -07:00
Xiaoning Liu
05475669bd
Added samples to generate account level or service level SAS tokens with SharedAccessSignatureHelper
2017-08-28 23:16:41 -07:00
Xiaoning Liu
593fce033c
Updated SharedAccessSignatureHelper to accept Datetime type as signedExpiry and signedStart parameter
2017-08-28 23:16:41 -07:00
Tobias Nyholm
a8b50ebdb4
Removed unused imports
2017-08-23 23:46:49 -07:00
Vincent Jiang (LEI)
c519bfa1f4
Merge pull request #94 from katmsft/dev
...
Change the version to 0.17.0.
2017-08-06 19:03:48 -07:00
Tank Tang
0a31fbb343
Change the version string back to 0.17.0 and add GA Preview tag to Readme.md
2017-08-04 15:40:31 +08:00
Vincent Jiang (LEI)
b4d6009c1b
Merge pull request #91 from katmsft/jul
...
GA-Preview release(1.0.0-beta.1) pull request
2017-08-03 01:32:51 -07:00
Tank Tang
c62dfa3824
Changing version number from 0.17.0 to 1.0.0-beta.1
2017-08-03 15:23:42 +08:00
Tank Tang
b3c5f7ae51
Refine test code for better coverage and structure.
2017-08-03 15:23:42 +08:00
Tank Tang
b96bdbb99d
Added support for large block blob
2017-08-03 15:23:42 +08:00
Tank Tang
b64b2d0824
Refined code logic for continuation token so user can enumerate with pagination more easily
2017-08-03 15:23:42 +08:00
Tank Tang
562c58d9bd
Added support for anonymous read access for blob service.
2017-08-03 15:23:42 +08:00
Tank Tang
ef4f812dde
Changed the name of the function Validator::isString to Validator::canCastAsString to avoid mis-use. Also added test cases to list NULL container/share.
2017-08-03 15:22:34 +08:00
Tank Tang
5a6b2ae868
Upgrading REST API version to 2016-05-31, and deprecated ATOM support.
2017-08-03 15:22:34 +08:00
Vincent Jiang (LEI)
dffb7d7a18
Merge pull request #89 from spaze/spaze/xml-serviceexception-errors
...
Disable warnings when parsing possibly non-XML strings
2017-08-03 00:21:32 -07:00
Vincent Jiang (LEI)
177eaec699
Merge pull request #87 from spaze/spaze/is_numeric_double
...
Check if the value is numeric string first before is_double()
2017-08-03 00:19:44 -07:00
Michal Špaček
7fedd40c32
Disable warnings when parsing possibly non-XML strings
2017-07-15 03:41:38 +02:00
Michal Špaček
b87408c98a
Check if the value is numeric string first before is_double()
...
Otherwise it throws a warning on PHP 7.1
Fixes #86
2017-07-03 14:41:34 +02:00
Vincent Jiang (LEI)
f35df06025
Merge pull request #85 from katmsft/dev
...
Resolve test issue and modified version string.
2017-06-16 17:30:13 +08:00
Tank Tang
bbfe1af4de
Changed version string
2017-06-16 17:05:16 +08:00
Tank Tang
b1e5223828
Fixed a functional test case where we assumed ListShare marker to contain certain logic, which we shouldn't.
2017-06-16 17:04:25 +08:00