Laurent
fe41d37f8f
All: Add support for application plugins ( #3257 )
2020-10-09 18:35:46 +01:00
Laurent Cozic
b24d060281
All: Got clock sync to work on mobile
2020-09-09 12:25:31 +01:00
Laurent Cozic
582ab4ac13
All: Implemented more reliable way to sync device and server clocks that would work with filesystem sync too
2020-09-09 11:39:13 +01:00
Laurent
0c147236a3
All: Add mechanism to lock and upgrade sync targets ( #3524 )
2020-08-02 12:28:50 +01:00
alexchee
9a55afec01
All: Add support for AWS S3 synchronisation (Beta) ( #2815 )
2020-07-15 10:22:55 +01:00
Laurent Cozic
e0a87d6253
Revert "All: Add support for sync target lock"
...
This reverts commit 51235f191d
.
Not ready yet, moving to a branch
2020-07-12 16:38:54 +01:00
Laurent Cozic
51235f191d
All: Add support for sync target lock
...
The goal is to allow locking a sync target so that maintenance
operations, such as upgrading the target to a more efficient format,
can be done. For now, only the lock mechanism is in place, as a way to
evaluate it, and to see if it can cause any issue.
2020-07-10 23:42:03 +01:00
Laurent Cozic
a96734f5be
Revert "Tools: Added eslint rule arrow-parens"
...
This reverts commit 0b6f5581f0
.
It causes too many conflicts with pull requests.
2020-05-21 09:14:33 +01:00
Laurent Cozic
0b6f5581f0
Tools: Added eslint rule arrow-parens
2020-05-20 17:16:43 +01:00
Laurent Cozic
d0d2bad7f4
Tools: Enforce and apply eslint rules prefer-const and no-var
2020-03-13 23:46:14 +00:00
Laurent Cozic
5b65fae49d
All: Improved logging during sync to allow finding bugs more easily
2019-11-13 18:54:54 +00:00
Laurent Cozic
c98644b72f
All: Allow a sync client to lock a sync target, so that migration operations can be performed on it
2019-10-11 01:03:23 +02:00
Laurent Cozic
a8ae0f8078
Apply linter config
2019-10-09 21:35:13 +02:00
Laurent Cozic
c9098b0489
All: Improves deletion fail-safe so it is based on percentage of notes deleted. And display warning on sidebar.
2019-09-27 18:12:28 +00:00
Laurent Cozic
effbf10571
All: Log last requests in case of a sync error
2019-09-25 18:58:15 +00:00
Laurent Cozic
348efdd7b6
All: Added fail-safe to prevent data from being wiped out when the sync target is empty
2019-09-25 18:40:04 +00:00
Laurent Cozic
e648392330
Chore: Apply eslint rules
2019-09-19 22:51:18 +01:00
Laurent Cozic
15a42a3729
Chore: Apply eslint no-unused-vars eslint config and add TypeScript config
2019-09-12 22:16:42 +00:00
Laurent Cozic
86dc72b204
First pass at linting lib dir
2019-07-29 15:43:53 +02:00
Laurent Cozic
2c6b291b9b
Desktop: Only repeat failed requests up to 3 times during sync
2019-07-29 10:12:23 +02:00
Laurent Cozic
b6619b41df
All: Fixes #600 : Improved resuming of long sync operations so that it doesn't needlessly re-download the items from the beginning
2018-06-10 23:16:27 +01:00
Laurent Cozic
429f2d5aab
All: Fixes #536 : Allow changing sync target file path
2018-05-21 16:26:01 +01:00
Laurent Cozic
41ba1043be
All: Fixed incorrect timeout for sync-after-save (was using ms instead of sec). Removed needless caching of note IDs in database.
2018-05-10 19:50:44 +01:00
Laurent Cozic
945018b698
All: Allow deleting and syncing deleted resources
2018-03-15 17:46:54 +00:00
Laurent Cozic
55c5ddedf4
Revert "Applied prettier to code base"
...
This reverts commit c4f19465a6
.
2018-03-09 20:59:12 +00:00
Laurent Cozic
c4f19465a6
Applied prettier to code base
2018-03-09 17:49:35 +00:00
Laurent Cozic
c46d123503
All: Fixed: Local items were no longer being deleted via sync. Also fixed Nextcloud sync target.
2018-02-18 21:52:07 +00:00
Laurent Cozic
3a4bbd571e
All: Provide Content-Length header for WebDAV for better compatibility with more servers
2018-02-15 18:33:08 +00:00
Laurent Cozic
3f14878d0f
All: Improved request repeating mechanism
2018-02-07 19:46:07 +00:00
Laurent Cozic
fa5f418c22
All: Added sync config check to config screens
2018-02-06 18:59:36 +00:00
Laurent Cozic
a4106436c4
Fixed delta function when processing many items
2018-01-30 21:10:54 +00:00
Laurent Cozic
7b760d03ef
All: Handle case where file is left half-uploaded on Nextcloud instance (possibly an ocloud.de issue only)
2018-01-30 20:10:36 +00:00
Laurent Cozic
5cb5ccc781
All: Optimised Nextcloud sync delta functionality
2018-01-29 20:51:14 +00:00
Laurent Cozic
8f3fdb3afe
Tweaks to make sure Nextcloud driver passes all test units
2018-01-25 21:15:58 +00:00
Laurent Cozic
1cc27f2509
Got Nextcloud sync to work in Electron
2018-01-25 19:01:14 +00:00
Laurent Cozic
1a1e264fa4
All: Refactored so that memory and file sync target use same delta logic
2018-01-21 19:45:32 +00:00
Laurent Cozic
86eee376bb
All: Handle case where resource blob is missing during sync
2018-01-21 17:48:50 +00:00
Laurent Cozic
8a78ee5df6
Changed export to module.exports
2017-11-03 00:13:17 +00:00
Laurent Cozic
7781fbad76
Changed import statements to require to reduce dependency to Babel
2017-11-03 00:09:34 +00:00
Laurent Cozic
e11670a872
Clean up and comment
2017-10-26 23:03:21 +01:00
Laurent Cozic
19266206f4
Attach resource from mobile
2017-08-01 23:40:14 +02:00
Laurent Cozic
a983a9f108
Tidy settings and sync creation
2017-07-24 18:58:11 +00:00
Laurent Cozic
7aa21174f6
Handle delta api for filesystem
2017-07-18 23:14:20 +01:00
Laurent Cozic
927894e940
OneDrive delta api
2017-07-18 19:57:49 +00:00
Laurent Cozic
24f61177d1
Improved handling of multiple sync targets
2017-07-16 13:53:59 +01:00
Laurent Cozic
8ee0c38f86
fetchblob
2017-07-06 22:30:45 +01:00
Laurent Cozic
f0a8cbe95d
Started fixing ReactNative app
2017-07-05 21:34:25 +01:00