9d5ac1064c
Merge pull request #131 from sasaki-945/master
Amir Abbas Mousavian
2018-11-17 19:08:26 +03:30
8a5edc5700
Fixed a timeout error not notified
T.Sasaki
2018-11-16 19:45:48 +09:00
933ef9b5d4
Fixed a truncated uploaded file
T.Sasaki
2018-11-16 19:42:22 +09:00
d6d777fd65
Fixed a blocked stream handle event during UI control
T.Sasaki
2018-11-16 17:18:03 +09:00
9cbe0fc661
Fixed bugs in FTPS, ftpUserPass was called twice - change redundant ftpUserPass to completionHandler
T.Sasaki
2018-11-15 10:40:14 +09:00
59ba5b7817
Fixed bugs in FTP provider fallbacks from EPSV to PASV - missing return
T.Sasaki
2018-11-15 10:15:03 +09:00
3f59178b9e
Merge pull request #130 from sasaki-945/master
Amir Abbas Mousavian
2018-11-14 21:19:33 +03:30
92f0970097
Convert a boolean value to enum for connecting to self-signed certificate FTPS server > define an enum like Alamofire's ServerTrustPolicy
T.Sasaki
2018-11-14 17:55:55 +09:00
1fd724c3dc
Added connect to self-signed certificate FTPS server
T.Sasaki
2018-11-09 18:56:45 +09:00
ab1da39fc2
Merge pull request #126 from bscothern/swift_4.2
Amir Abbas Mousavian
2018-10-16 09:46:30 +03:30
b597244be4Fix#112 (crash on progress report)
Amir Abbas
2018-08-18 21:31:37 +04:30
76aee40c0d
Undo for all providers, encapsulated error creating
Amir Abbas
2018-08-05 20:07:31 +04:30
38fb3fc89a
Fix remote session crash, minor fixes
Amir Abbas
2018-07-26 13:18:49 +04:30
e2572d2810Fix#109, refactoring
Amir Abbas
2018-07-19 15:37:08 +04:30
5e3db16401
FTPdownload to use Stream, Fix FTP upload truncated
Amir Abbas
2018-07-10 15:46:06 +04:30
311fcc5a88
Switching to Stream, Fixed FPStreamTask would remain open
Amir Abbas
2018-07-08 02:44:27 +04:30
fb389c1d69Fix#102 & #103 (FTP write issue), Fix fileSize overflow on 32bit device
Amir Abbas
2018-07-07 23:31:48 +04:30
f1f7955b86Fix#105 FTP downloads corrupt file
Amir Abbas
2018-07-07 14:29:28 +04:30
7b21605eeb
Amend finxing #99
Amir Abbas
2018-06-21 13:17:56 +04:30
cf6e6f96f5
Probable fix#99 (double delegate call), better linux support
Amir Abbas
2018-06-18 10:59:01 +04:30
91f2610a72
Fix PDF thumbnail generating, Faster UIImage scaling - Safer secure coding support
Amir Abbas Mousavian
2018-06-14 15:13:01 +04:30
50f0d33233
Improved performance of thumbnail generating dramatically - Fix race condition in LocalFileMonitor
Amir Abbas Mousavian
2018-06-12 21:54:22 +04:30
ba9cad8daf
Merge branch 'fix-issue-95'
Amir Abbas Mousavian
2018-06-07 02:04:23 +04:30
057bf1a663
Fix compile error
Amir Abbas Mousavian
2018-06-06 17:01:04 +04:30
753055602f
Silence warnings of Swift 4.2
Amir Abbas Mousavian
2018-06-06 15:27:40 +04:30
7a5cef47b5
Updated readme to mention AMSMB2 project.
Amir Abbas
2018-05-30 14:02:04 +04:30
f5c6403769
Fixing #95 (ftp store completion handler latency)
Amir Abbas
2018-05-30 13:05:27 +04:30
e2520ff154
Possible fix#94, local symbolic links respect ~
Amir Abbas
2018-05-26 13:19:40 +04:30
7a3c4a297a
Removed AnyObject casts
Amir Abbas
2018-05-20 01:52:21 +04:30
b946d514a0
Fixed LocalFileObject init issue, symlink tests
Amir Abbas
2018-05-12 20:03:47 +04:30
5e49202ba6
Fix Travis swift 4.0 build
Amir Abbas
2018-05-12 09:24:05 +04:30
399d755eac
Add FileProviderSymbolicLink protocol, resolving symlink return FileObject - Fixed resolving relative path for LocalFileObject - Gardening CloudFileProvider
Amir Abbas
2018-05-12 02:32:37 +04:30
e72d7ff088
Fixed podspec Swift version
0.25.1
Amir Abbas
2018-05-04 01:12:52 +04:30
ccb7961171
Minor performance improvement on iCloud file progress monitor
0.25.0
Amir Abbas
2018-05-04 00:42:25 +04:30
e4fc6b24c0
Updated to version 0.24.1, Pods Swift version to 4.1
Amir Abbas
2018-05-04 00:25:27 +04:30
f22af8d002
Fixed possible leak in iCloud provider when uploading file
Amir Abbas
2018-05-03 19:48:24 +04:30
e5e5faa4e8
Fixed iCloud download/upload progress report, Fix#93 - Fixed FileObject comparison - Fixed image GPS metadata population in ExtendedLocalFileProvider - More items for image metadata in ExtendedLocalFileProvider
Amir Abbas
2018-05-03 19:39:18 +04:30
f2cd571d7a
Fixed LocalFileMonitor dir not refreshing, Fixed FTP connection refused error by retrying
Amir Abbas
2018-04-25 13:23:15 +04:30
4202f5e1bd
FPStreamTask returning real error instead of timeout
Amir Abbas
2018-04-22 17:50:42 +04:30
3040215ce3
Fixed race conditions, Possible fix#79
Amir Abbas
2018-04-22 14:17:42 +04:30
bd2f2b3954
Addded progressive read to FTP and HTTP providers - Fix OneDive returned code 200 as Error
Amir Abbas
2018-04-16 11:06:54 +04:30
9d19768e1c
Added test for NSCoding, fixed archiving
Amir Abbas
2018-04-08 10:22:59 +04:30
bcc774d3a8
Fix podspec error
Amir Abbas
2018-04-07 21:52:49 +04:30
ad9768a584
Secure encoding enabled, Fixed podspec
Amir Abbas
2018-04-07 12:19:45 +04:30
a089cbc21c
Fixed Swift 3 build error
Amir Abbas
2018-04-01 11:29:21 +04:30
090baa3b61
Fix Swift 4.0 compile error
Amir Abbas
2018-03-31 22:22:36 +04:30
fc75c85b14
Fixed warnings on Swift 4.1, LocalFileMonitor is now public
Amir Abbas
2018-03-31 19:19:25 +04:30
6c34a4e9a8
Updated version, removed obsoleted properties
0.24.0
Amir Abbas Mousavian
2018-03-27 20:56:16 +04:30
37ce9c95fc
FTP provider fallbacks from EPSV to PASV if extended is not implmented
Amir Abbas
2018-03-13 10:53:26 +03:30
b39c1c4e82
Fixed FTP issues. (Partial fix#88) - Fixed FTPS connectivity on data connection - Fixed FTP attributesOfItem() - More verbose testing
Amir Abbas
2018-03-12 18:26:35 +03:30
8f0cbf8513
Support FTP EPSV mode, property to set data connection TLS
Amir Abbas
2018-03-09 02:24:56 +03:30
2690551b7f
Fixed FTP/TLS, Support FTP listing on Windows servers
Amir Abbas
2018-03-08 11:50:14 +03:30
a6550b0ec3
Fixed utf8 filenames issue in OneDrive
Amir Abbas
2018-03-07 09:56:53 +03:30
4b0fffc691
Fix Test building error
Amir Abbas
2018-03-06 20:24:00 +03:30
a3a584c7d5
isReachable returns error (#87), Updating version
0.23.0
Amir Abbas
2018-03-06 19:19:46 +03:30
90f846c88f
Fixed: OneDrive operations may fail, Made linux-ready changes.
Amir Abbas
2018-03-06 18:54:13 +03:30
be38e2731d
Addded discardableResult
Amir Abbas
2018-03-02 11:51:19 +03:30
f384d267cb
Added sample code file
Amir Abbas
2018-03-02 11:41:31 +03:30
8e617c552d
Woraround overriding bug in Swift for url(of:), Initial support for Linux
Amir Abbas
2018-03-02 01:20:08 +03:30
173fba56d7
Fixed OneDrive upload bug
Amir Abbas Mousavian
2018-02-27 00:23:48 +03:30
09cb34352f
Fixed OneDrive provider - Added authentication document - Fixed date parsing
Amir Abbas Mousavian
2018-02-26 23:47:41 +03:30
fd89a04c8e
Fixed FTP/SSL issue, Fixed error descriptions for HTTP and FTP - Changed thumbnail and properties method signature to support progress
Amir Abbas
2018-02-24 23:41:45 +03:30
1bf42b489d
Updated SMB types, Fix#84 (FTP must fail to init without scheme)
Amir Abbas
2018-02-23 21:44:33 +03:30
50bbe7f2fa
Fixed Dropbox issue
Amir Abbas
2018-02-18 22:17:22 +03:30
7e8bc05cb1
Capitilize DESIGN.md
Amir Abbas
2018-02-13 20:44:47 +03:30
516144ead6
Added Concepts and Design markdown
Amir Abbas
2018-02-13 12:31:15 +03:30
e6b8e60321
Probable fix#82 (iCloud overwrite file when uploading)
Amir Abbas
2018-02-13 00:30:04 +03:30
5868766d6f
OneDrive to support upload session, removing 4MB limit. Improved Documentations.
Amir Abbas
2018-02-13 00:28:41 +03:30
8cc6bf56b6
Refactored HTTP provider upload methods, few improvements and refactors
Amir Abbas
2018-02-13 00:16:11 +03:30
729d9b9896
Merge pull request #83 from jper92/master
Amir Abbas Mousavian
2018-02-13 00:10:57 +03:30
634a40cbc4
bugfix. searchFiles "including" param was being ignored
Javier Pérez
2018-02-12 11:16:41 -06:00
19f9113a00
iCloud provider refactor - SMB client work in-progress
Amir Abbas
2018-01-31 18:40:24 +03:30
a3931982eb
Add Beerpay's badge
Amir Abbas Mousavian
2018-01-16 21:06:41 +03:30
9b8db9e160Fix#79 , Optimization and refactoring
Amir Abbas
2018-01-05 21:31:32 +03:30
611366be7a
Updated project settings version to 0.22
0.22.0
Amir Abbas
2017-12-30 12:37:10 +03:30
fec0346e49
Added Tests for FTP
Amir Abbas
2017-12-29 20:04:02 +03:30
28d01a9c59
Fix StreamTask read data bug - Single stream upload file - Removed redundant ftp helper functions
swift-3
Amir Abbas
2017-12-29 19:13:31 +03:30
bd77c6ecd1
Fix StreamTask read data bug - Single stream upload file - Removed redundant ftp helper functions
Amir Abbas
2017-12-29 19:13:31 +03:30
5d5e6811fd
Fix Swift 3 compile error
Amir Abbas
2017-12-27 18:37:57 +03:30
1f2aa4888c
Fixed FTP errors to bypass test cases and build error on macOS
Amir Abbas
2017-12-27 18:25:34 +03:30
f20bcf7e51
Fix Swift 3 compile error
Amir Abbas
2017-12-27 18:37:57 +03:30