Commit graph

396 commits

Author SHA1 Message Date
Robin Appelman
b08a6d1b31 explicit cast 2014-08-27 10:07:09 +02:00
Robin Appelman
d8a52e90ca Fix phpdoc 2014-08-27 09:58:30 +02:00
Robin Appelman
d5106ac0a8 Move decoding the attribute string to the place it belongs 2014-08-27 09:57:52 +02:00
Robin Appelman
5b5905e494 Remove leftover restore_error_handler 2014-08-27 09:52:34 +02:00
Robin Appelman
fcb7aa6a55 implement feof for native stream 2014-08-26 19:36:16 +02:00
Robin Appelman
aaf2c049fd handle error from non-empty folders in nativeshare 2014-08-26 19:26:14 +02:00
Robin Appelman
c63516eaed Prevent line wrapping in smbclient 2014-08-24 14:19:21 +02:00
Robin Appelman
dc13d50f06 Url encode path in the native share 2014-08-24 13:25:25 +02:00
Robin Appelman
65b76d6428 Split out and improve tests 2014-08-24 02:16:33 +02:00
Robin Appelman
5c57d2d094 Move Exceptions to their own namespace 2014-08-06 23:15:12 +02:00
Robin Appelman
5ab73b1afd remove unused getter 2014-08-03 16:25:56 +02:00
Robin Appelman
62fd1514db disable truncate test for php 5.3 2014-08-03 16:19:03 +02:00
Robin Appelman
dbc6aa4a9e Implement the File stream interface 2014-08-03 16:13:02 +02:00
Robin Appelman
40b6fb8d12 Some cleanup 2014-08-03 16:00:24 +02:00
Robin Appelman
3ae0f3dd0c Add truncate support to native streams 2014-08-03 15:36:59 +02:00
Robin Appelman
9068418528 Add negative tests for stat and rename 2014-08-03 15:36:26 +02:00
Robin Appelman
125bc445f7 Don't use warning to check for errors, only return values 2014-08-03 15:02:56 +02:00
Robin Appelman
b271e51d4b Fix check if share is already connected 2014-08-03 14:54:38 +02:00
Robin Appelman
fdb606257d Error handling in NativeStream 2014-08-03 14:49:00 +02:00
Robin Appelman
889342b63c use latest libsmbclient-php in travis 2014-08-03 14:34:36 +02:00
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