Commit graph

376 commits

Author SHA1 Message Date
Robin Appelman
3888ae6b43 Add option to set file modes 2014-08-03 14:28:20 +02:00
Robin Appelman
3a6d77bc78 Better state and error handling 2014-08-03 01:36:23 +02:00
Robin Appelman
f444b7c138 remove unused code 2014-07-31 16:44:41 +02:00
Robin Appelman
00f74274a3 Fix unit test 2014-07-31 16:36:36 +02:00
Robin Appelman
248d308605 update readme for FileInfo 2014-07-31 16:06:35 +02:00
Robin Appelman
1c11289d36 Introduce FileInfo objects for the result of dir and add readable and hidden attributes to files 2014-07-31 16:05:20 +02:00
Robin Appelman
b2edd174f1 Fix running of unit tests 2014-07-29 23:49:04 +02:00
Robin Appelman
f357ad7b6f Fix escaping of single quotes when opening streams 2014-07-29 21:56:40 +02:00
Robin Appelman
e9cda42fa9 Improve testing for escaping and handling unicode 2014-07-29 21:48:42 +02:00
Juan Pablo Villafañez
8f8f8cbf5e Throw connection errors in some extra cases 2014-07-29 13:52:19 +02:00
Robin Appelman
05e8c3b807 lower case package name 2014-07-26 18:43:30 +02:00
Robin Appelman
8d41d7a97b Clean native stream wrapping 2014-07-26 18:41:58 +02:00
Robin Appelman
5c48e22929 Improve phpdoc 2014-07-26 18:35:34 +02:00
Robin Appelman
451cce0626 Relicense to MIT 2014-07-26 18:21:46 +02:00
Robin Appelman
3697e04c63 Use PSR4 to autoload tests 2014-07-26 18:00:22 +02:00
Robin Appelman
e74a83a400 remove unused method 2014-07-24 01:38:32 +02:00
Robin Appelman
fd8bed7fb6 Update readme 2014-07-24 01:33:57 +02:00
Robin Appelman
89d73346f2 Also add Share::getWrite to non native shares 2014-07-24 01:29:54 +02:00
Robin Appelman
7c2393afb0 remove unused method 2014-07-22 23:44:49 +02:00
Robin Appelman
0cf2fa0904 Extend nativestream tests 2014-07-22 23:36:47 +02:00
Robin Appelman
dd983282a6 add badges 2014-07-22 02:12:55 +02:00
Robin Appelman
ad0ef3ffc3 re-enable other php version 2014-07-22 02:08:58 +02:00
Robin Appelman
fcf6b4fa0b skip username test 2014-07-22 02:07:29 +02:00
Robin Appelman
810285ab93 remove unneeded destructor 2014-07-22 02:03:51 +02:00
Robin Appelman
7035de036c Add more tests for stream 2014-07-22 02:00:42 +02:00
Robin Appelman
2e8af98252 add coverage 2014-07-22 01:42:09 +02:00
Robin Appelman
ae422b33fc remove timezone test 2014-07-22 01:07:55 +02:00
Robin Appelman
bd537cd222 add travis.yml 2014-07-22 01:02:05 +02:00
Robin Appelman
d18b9db9c0 use authentication files 2014-07-21 20:31:19 +02:00
Robin Appelman
1a3640e25b Fix catching invalid type when deleting a folder 2014-07-21 20:31:15 +02:00
Robin Appelman
d63e4f4b9f Add hierarchy to the exceptions 2014-07-19 15:22:42 +02:00
Robin Appelman
1c2745ccf2 Fix catching rmdir on file 2014-07-15 16:42:09 +02:00
Robin Appelman
5f80502017 Restore error handling after using libsmbclient-php 2014-07-15 16:40:58 +02:00
32f54c925b Merge pull request #3 from Xenopathic/patch-1
Fix errno comparison
2014-07-15 16:07:30 +02:00
0f6ebbf5e8 Merge pull request #4 from Xenopathic/patch-2
Fix smbclient_state_init argument order
2014-07-15 16:06:58 +02:00
Robin McCorkell
31b1cfdaf6 Fix smbclient_state_init argument order 2014-07-14 13:58:06 +01:00
Robin McCorkell
967a7a6898 Fix errno comparison 2014-07-14 13:27:39 +01:00
Robin Appelman
e58b72e488 update README 2014-07-13 17:13:23 +02:00
Robin Appelman
3c67574fff Add native implementation using the libsmbclient-php extensions 2014-07-13 17:13:23 +02:00
Robin Appelman
0520cba7dc Add some comment about usage of environment auth 2014-07-13 17:10:32 +02:00
Robin Appelman
fdb76683b2 Add the option of passing environment variables to the connection 2014-07-13 17:10:26 +02:00
Robin Appelman
cc376a4b31 Extract share interface 2014-07-12 15:52:23 +02:00
Robin Appelman
eca03d1b88 Add method to get a readable stream of a file 2014-07-12 15:51:16 +02:00
Robin Appelman
b1e265cd57 Set minimum php version to 5.3 2014-07-09 18:17:47 +02:00
Robin Appelman
46c122d6c1 Better phpdoc for Share::dir 2014-07-09 18:17:31 +02:00
f34ba01f56 Add README 2014-07-09 18:13:15 +02:00
Robin Appelman
46e2daf1ee Move to PSR-4 for autoloading 2014-04-07 13:54:49 +02:00
Robin Appelman
7adbe91c9a remove caching share as caching should be done at a higher level 2014-02-25 15:16:09 +01:00
Robin Appelman
9e2dab941c fix parsing of dir output 2014-02-05 15:32:10 +01:00
Robin Appelman
1ac3d22b08 Add root option to unit tests 2013-12-17 14:15:01 +01:00