Amir Abbas
abf68a6254
Updated to Swift 5.0, Removed Swift 3 support
2019-04-04 12:42:17 +04:30
Amir Abbas
76aee40c0d
Undo for all providers, encapsulated error creating
2018-08-05 20:07:31 +04:30
Amir Abbas
e2572d2810
Fix #109 , refactoring
2018-07-19 15:37:08 +04:30
Amir Abbas
311fcc5a88
Switching to Stream, Fixed FPStreamTask would remain open
2018-07-08 02:44:27 +04:30
Amir Abbas Mousavian
91f2610a72
Fix PDF thumbnail generating, Faster UIImage scaling
...
- Safer secure coding support
2018-06-14 15:13:01 +04:30
Amir Abbas Mousavian
753055602f
Silence warnings of Swift 4.2
2018-06-06 15:27:40 +04:30
Amir Abbas
7a3c4a297a
Removed AnyObject casts
2018-05-20 01:52:21 +04:30
Amir Abbas
ad9768a584
Secure encoding enabled, Fixed podspec
2018-04-07 12:19:45 +04:30
Amir Abbas
a3a584c7d5
isReachable returns error ( #87 ), Updating version
2018-03-06 19:19:46 +03:30
Amir Abbas
be38e2731d
Addded discardableResult
2018-03-02 11:51:19 +03:30
Amir Abbas
8e617c552d
Woraround overriding bug in Swift for url(of:), Initial support for Linux
2018-03-02 01:20:08 +03:30
Amir Abbas
fd89a04c8e
Fixed FTP/SSL issue, Fixed error descriptions for HTTP and FTP
...
- Changed thumbnail and properties method signature to support progress
2018-02-24 23:41:45 +03:30
Amir Abbas
5868766d6f
OneDrive to support upload session, removing 4MB limit. Improved Documentations.
2018-02-13 00:28:41 +03:30
Javier Pérez
634a40cbc4
bugfix. searchFiles "including" param was being ignored
2018-02-12 11:16:41 -06:00
Amir Abbas
7c25bcdef7
Fix #72 (WebDAV result contains space)
2017-12-01 13:16:47 +03:30
Amir Abbas
df781dbe10
Fixed typo in WebDAV
2017-11-16 12:17:46 +03:30
Amir Abbas
f99d40c7b5
Fix #70 (WebDAV folder), Better URLRequest header interface
2017-11-14 21:32:06 +03:30
Amir Abbas
47516c63ad
Refactored contentsOfDirectory to searchFiles where applicable
2017-10-12 18:30:28 +03:30
Amir Abbas
9cc9a6a96a
Improving documentation
...
- Renaming OneDriveProvider.SubAddress to Route
- Refactors to improve codebeat score
2017-10-10 11:07:28 +03:30
Amir Abbas
aaa1def9e7
Refactored paginated listing in Dropbox and OneDrive
...
- Removed currentPath
2017-10-09 11:16:17 +03:30
Amir Abbas
9cd2fa2e3a
Compilation optimizations, refactoring
2017-10-01 02:04:29 +03:30
Amir Abbas
c8de7fdb69
Fixed NSProgress parenting, iCloud KVO, crash in url(of)
2017-09-29 18:11:26 +03:30
Amir Abbas
5800c9a2ec
Improved compile speed, Fixed Swift 4 warnings
2017-09-24 13:12:31 +03:30
Amir Abbas
b380685932
Added VolumeObject for storageProperties method
...
- Refined error handling in HTTP provider
- Added contentType and hash to OneDriveFileObject
2017-09-05 02:26:09 +04:30
Amir Abbas
c7201a8be7
Fixed currentPath docs, delegateNotify method default error arg
2017-08-29 01:40:15 +04:30
Amir Abbas
1292856646
Added convenience methods for URLRequest headers
2017-08-23 22:04:47 +04:30
Amir Abbas
21b5214481
Deprecate currentPath property, returning error in provider delegate
...
- Using checkResourceIsReachable to check file exists
- fixed bug: downloading/uploading files with colon in name
2017-08-23 01:19:56 +04:30
Amir Abbas
f0b4925db2
Consistancy to delegate call in all contents(of:) methods
...
- renamed opType instances to operation
- moved to v2 in Dropbox
- removed redundant CloudFileProvider methods
2017-08-20 22:41:53 +04:30
Amir Abbas
0da957d25f
Making protocol method implementations overridable
2017-08-19 19:47:54 +04:30
Amir Abbas
0de558c160
Recursive search fixed in FTP, OneDrive, WebDAV
2017-08-19 06:49:15 +04:30
Amir Abbas
cad68da076
Refactored Dropbox, WebDAV & OneDrive to HTTPFileProvider
...
- FileOperationType.source is not optional anymore
- critical bugfix: KVO exception crash on task completion
2017-08-19 05:51:25 +04:30
Amir Abbas
5129aee1b5
Added fileURL to Progress
2017-08-15 18:41:48 +04:30
Amir Abbas
8aedd8e72a
Replaced OperationHandle with (NS)Progress
2017-08-15 13:42:41 +04:30
Amir Abbas
3d9625e243
Fixed swift 3.0 compile error for type(of:)
2017-07-01 11:03:22 +04:30
Amir Abbas
0d017ebfc4
Fix #52 (Swift 4.0 source compatibility)
2017-07-01 10:47:48 +04:30
Amir Abbas
5ddfa43555
Fix #49 (Workaround colon in url path bug in NSURL relative url)
2017-06-24 12:04:50 +04:30
Amir Abbas
b13df0a977
Fixes #38 (Creating folder on WebDAV)
2017-05-05 10:06:17 +04:30
Amir Abbas
24af7aa4c2
Fixed LocalFileProvider init baseURL issue
2017-04-20 01:27:59 +04:30
Amir Abbas
06039ad993
CloudFileProvider operation handle improvements
2017-04-20 01:06:36 +04:30
Amir Abbas
02e6cd37dd
WebDAV OAuth 1,2 support
2017-04-16 19:19:17 +04:30
Amir Abbas
55608fb8d0
New FileProviderSharing protocol for publicLinks
...
- fixed DropboxFileProvider.propertiesOfFile() bug
- minor URLRequest refactors
- Added documentation and scope declaration
2017-04-16 19:07:45 +04:30
Amir Abbas
a605b0cd85
Added FTP Recursive listing, Implemented ftp search
...
- Implemented FTP full directory remove
- Fixed FTP STOR bug
- Implemented relativePath(of:) for FTP
- Initial implementation of FTP active mode
2017-04-11 22:21:13 +04:30
Amir Abbas
ff5e13931f
Fixed WebDAVProvider.contents bug, refactored FTP Error
2017-04-09 14:09:03 +04:30
Amir Abbas
75af738d2e
Made SessionDelegate init public, fixed pod issue
2017-04-05 02:05:28 +04:30
Amir Abbas
f54a1253e4
Throwing error when trying to upload a directory
2017-04-05 00:24:24 +04:30
Amir Abbas
1394a92662
Add Documentation
2017-04-03 21:03:48 +04:30
Amir Abbas
ea5de2e2aa
Added progress for content(path:) method
...
- Fixed issue with colliding handlers between sessions.
- Sessions can be set.
- SessionDelegate class is now public.
2017-04-03 18:50:13 +04:30
Amir Abbas
e15a900ade
Renamed URLResourceKey additions to have Key prefix
2017-04-03 12:49:35 +04:30
Amir Abbas
5c2c56c44c
Fixed: Calling completion handler for upload task
...
- Added including (file object properties) argument to WebDAV provider (resolves #31 )
2017-04-03 12:41:11 +04:30
Amir Abbas Mousavian
163a218ac2
Fixed operation progress (in delegate) for all remote providers
...
- Now also compatible with background session
- added delegate notify (success, progress, failure) to FTP
- added `FTPFileProvider.useAppleImplementation`, allows developer choose to use apple download task instead of custom implementation
- enabling to download non-text files in FTP
- implementation of `url(of:) in FTP
- various fixes in error reporting
- disabled closing streams in ftpQuit() due to crash
2017-04-01 01:33:56 +04:30