Amir Abbas
f1f7955b86
Fix #105 FTP downloads corrupt file
2018-07-07 14:29:28 +04:30
Amir Abbas
7a5cef47b5
Updated readme to mention AMSMB2 project.
2018-05-30 14:02:04 +04:30
Amir Abbas
fc75c85b14
Fixed warnings on Swift 4.1, LocalFileMonitor is now public
2018-03-31 19:19:25 +04:30
Amir Abbas
f384d267cb
Added sample code file
2018-03-02 11:41:31 +03:30
Amir Abbas Mousavian
09cb34352f
Fixed OneDrive provider
...
- Added authentication document
- Fixed date parsing
2018-02-26 23:47:41 +03:30
Amir Abbas
516144ead6
Added Concepts and Design markdown
2018-02-13 12:31:15 +03:30
Amir Abbas
5868766d6f
OneDrive to support upload session, removing 4MB limit. Improved Documentations.
2018-02-13 00:28:41 +03:30
Amir Abbas Mousavian
a3931982eb
Add Beerpay's badge
2018-01-16 21:06:41 +03:30
Amir Abbas
56bc1703ba
Update Readme
2017-10-29 20:33:17 +03:30
Amir Abbas
223dca1d1c
Updated travis badge for swift-4 branch
2017-09-24 16:38:47 +03:30
Amir Abbas
229770108e
Swift 4 Project settings
2017-09-24 15:53:40 +03: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
96c102d156
Updated readme and podspec to ver 0.19.0
2017-08-15 14:57:36 +04:30
Amir Abbas
6127f4a7d9
Fixed Readme errors
2017-07-14 19:28:41 +04:30
Amir Abbas
faca943beb
Updated Readme fot FTP and SMB description
2017-07-14 16:49:55 +04:30
Amir Abbas
6228d88d41
Adjusting readme badges
2017-07-05 21:35:15 +04:30
Amir Abbas
5b395915a9
Updated Readme for Pods and SPM file
2017-07-02 18:26:34 +04:30
Amir Abbas
e4f12a502b
Fixed repo name and Readme
2017-07-01 16:57:23 +04:30
Amir Abbas
14ed279879
Renamed framework for compatibility with iOS 11
2017-07-01 13:50:22 +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 Mousavian
ff4bbdf0de
Updated readme and podspec for FTP, minor fixes.
2017-04-01 14:56:20 +04:30
Amir Abbas Mousavian
bf62d585fd
implemented FTP copy fallback, FTPS manual auth
2017-03-30 10:41:14 +04:30
Amir Abbas Mousavian
1045901d7c
Added NSCoding support
...
- Better relative path handling in WebDAV
- obsolete deprecated methods
2017-03-25 19:19:49 +04:30
Amir Abbas
0b41abd4ef
Optimized PDF thumbnail/meta handling
...
- Fixed ISO speed and GPS Area image meta
- Fixed Dropbox `name ! BEGINSWiTH %` search query
2017-03-01 13:28:44 +03:30
Amir Abbas
194c8a41aa
Fixed readme
2017-02-18 09:08:55 +03:30
Amir Abbas Mousavian
c290377433
Updated Readme, travis.yml
2017-02-16 20:56:24 +03:30
Amir Abbas
a7de09362b
Equatable FileObject, async completion handler in cloud provider
2017-02-13 12:06:09 +03:30
Amir Abbas
b1fe37cf2a
Updated Readme, fixed several bugs
...
- non-locking snapshot of file while uploading to iCloud
- fixed: `CloudFIleProvider.doOperation()` couldn’t handle local urls
- fixed: FileProvider.type didn’t work correctly
2017-02-12 22:45:30 +03:30
Amir Abbas
edd4914ca7
Linting, fixed travis wrong device
2017-02-11 06:08:17 +03:30
Amir Abbas
ae4cd1dff3
Fixed undo manager bugs
...
- Fixed contents of file with offset method bugs
- Improved `LocalFileProvider.copy()` implementation
2017-02-09 03:02:21 +03:30
Amir Abbas
525825ff5d
Fixed Cloud provider listing (RunLoop) bug
...
- Added ubiquity scope to Cloud provider
- Renamed `temporaryLink` to `publicLink`
- Added deprecated renaming guide
2017-02-06 18:03:58 +03:30
Amir Abbas Mousavian
e30861ad18
Added publicLink method to OneDrive
...
- Added more Documentation, specially initializer
- Added option to conserve sessions after provider deinit to finish tasks
- Dropbox and OneDrive init are not bailable anymore
- Updated AEXML
2017-02-03 18:29:34 +03:30
Amir Abbas Mousavian
538e9bb42d
Updated provider descriptions
2017-02-02 19:32:28 +03:30
Amir Abbas Mousavian
ef2d69c54c
Updated supported providers order
2017-02-02 19:26:26 +03:30
Amir Abbas Mousavian
9f210ef356
Updated readme link to cocoa pods docs
2017-02-02 13:32:58 +03:30
Amir Abbas Mousavian
be7a370a42
Added Documentation, get contents handling in Local provider optimized
...
- Changed default thumbnail dimension to 64x64 in `LocalFileProvider`
2017-02-02 13:25:40 +03:30
Amir Abbas Mousavian
82b1d2c450
Added new badges
2017-02-01 22:18:20 +03:30
Amir Abbas Mousavian
eff3725680
Added release version badge
2017-02-01 00:21:48 +03:30
Amir Abbas Mousavian
9368f636d3
Added carthage badge
2017-01-31 23:53:06 +03:30
Amir Abbas Mousavian
4f6e3c7bd5
Uncommented CloudFileProvider decription
2017-01-31 02:11:28 +03:30
Amir Abbas
6889b302b7
Removed CloudProvider due to incompleteness
2017-01-27 02:47:11 +03:30
Amir Abbas
96ce12f226
Added iCloud Drive provider CloudFileProvider
...
- Refactored initializers
- Replaced `NSSearchPathForDirectoriesInDomains` with `FileManager.urls(for:In:)`
2017-01-27 02:13:51 +03:30
Amir Abbas
091fd14a88
OneDrive drive name bug fix. Added sorting method to [FileObject] array.
...
- now return `Error` for uploading a file with size higher than limit in OneDrive / Dropbox instead of asserting
2017-01-25 16:04:16 +03:30
Amir Abbas
24355a4c6c
Added OneDrive support
...
- removed unnecessary MediaPlayer.framework dependency
- fixed multiple Dropbox provider bugs
2017-01-16 21:55:58 +03:30
Amir Abbas
d2cf657ab2
Added Thumbnail and Meta-information generator to Local and Dropbox
2017-01-16 15:20:44 +03:30
Amir Abbas
50f6a393a0
Compiler Optimizations, Dropbox readme
2016-12-09 19:07:46 +03:30
Amir Abbas
a374841883
Refined SPM/manual installation guide in Readme
2016-12-08 20:41:52 +03:30
Amir Abbas Mousavian
f4e6d277ae
Updated source highlighting
2016-12-03 13:34:32 +03:30
Amir Abbas Mousavian
1328a8e9e2
New FIleObject implementation, highlighted Readme
2016-12-03 13:21:13 +03:30
Amir Abbas Mousavian
826d207e6b
OperationHandle optimizations
...
- code refactoring for RemoteOperationHandle usage and description
- bug fix: move operation in Dropbox provider did copy
- bug fix: dynamic inProgress result for RemoteOperationHandle
2016-11-24 22:54:00 +03:30