1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/ReactNativeClient/lib/services
Laurent Cozic f550d847c4 Desktop: Resolves #2688: Add "Retry All" option to synchronisation page
Based on pull request #2712 by fhfuih

commit 7d3815e51dbf682ecc1ed3544a15e51b79d5d12d
Author: Laurent Cozic <laurent@cozic.net>
Date:   Sat Apr 4 18:26:01 2020 +0100

    Fix issues

commit dad1d2c4d4eb37fdd23096a3344cf4f14498e335
Merge: 16cf0a3058 0a1ba511ea
Author: Laurent Cozic <laurent@cozic.net>
Date:   Sat Apr 4 18:09:46 2020 +0100

    Merge branch 'master' of https://github.com/fhfuih/joplin into fhfuih-master

commit 0a1ba511ea
Merge: 6207b42044 bdd760f343
Author: fhfuih <fhfuih@outlook.com>
Date:   Sat Mar 14 20:30:27 2020 -0400

    Merge branch 'master' into master

commit 6207b42044
Author: fhfuih <sam.zyhuang@outlook.com>
Date:   Sat Mar 14 20:13:28 2020 -0400

    Decryption Retry All RN frontend

commit 6f46d1985f
Author: fhfuih <sam.zyhuang@outlook.com>
Date:   Sat Mar 14 20:10:55 2020 -0400

    Decryption Retry All backend & desktop

commit 4c3d37b311
Author: fhfuih <sam.zyhuang@outlook.com>
Date:   Fri Mar 13 13:21:21 2020 -0400

    Revert "Add "retry all" option to synchronisation page"

    This reverts commit 15daaa16fd.

commit cffc919791
Author: fhfuih <sam.zyhuang@outlook.com>
Date:   Fri Mar 13 13:19:51 2020 -0400

    Revert "Refactor "retry all" renderer to avoid hacks"

    This reverts commit 51ba6ea655.

commit 51ba6ea655
Author: fhfuih <sam.zyhuang@outlook.com>
Date:   Tue Mar 10 18:27:22 2020 -0400

    Refactor "retry all" renderer to avoid hacks

commit 57d71712e1
Merge: 15daaa16fd b367955e56
Author: fhfuih <sam.zyhuang@outlook.com>
Date:   Mon Mar 9 20:42:02 2020 -0400

    Merge branch 'master' of https://github.com/fhfuih/joplin

commit 15daaa16fd
Author: fhfuih <sam.zyhuang@outlook.com>
Date:   Mon Mar 9 20:36:09 2020 -0400

    Add "retry all" option to synchronisation page
2020-04-04 18:30:13 +01:00
..
rest Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
AlarmService.js Desktop: Fixes #1829: Fixed alarms that would trigger immediately when they were set too far in future 2019-10-02 18:21:42 +00:00
AlarmServiceDriver.android.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
AlarmServiceDriver.ios.js RN upgrade: Restore iOS notification feature 2020-02-09 16:29:46 +00:00
AlarmServiceDriverNode.js Desktop: Fixes #2144: Fix notifications on Windows 7 2019-12-18 10:22:01 +00:00
back-button.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
BaseService.js First pass at linting lib dir 2019-07-29 15:43:53 +02:00
DecryptionWorker.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
EncryptionService.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
EncryptionServiceDriverNode.js All: Added fs drivers and encryption service 2017-12-11 23:52:42 +00:00
ExternalEditWatcher.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
InteropService_Exporter_Base.js Desktop: Fixes #2324: Apply userstyle again when exporting to PDF or printing 2020-01-24 21:46:48 +00:00
InteropService_Exporter_Html.js Desktop, Mobile: Fixes #2357: Fix slow rendering and memory leak issues with Katex notes 2020-02-08 11:11:04 +00:00
InteropService_Exporter_Jex.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
InteropService_Exporter_Json.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
InteropService_Exporter_Md.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
InteropService_Exporter_Raw.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
InteropService_Importer_Base.js Desktop, Cli: Resolves #1932: Use profile temp dir when exporting files 2019-10-02 19:22:32 +01:00
InteropService_Importer_EnexToHtml.js Tools: Linter: Enforce object-curly-spacing - always 2020-02-04 22:09:34 +00:00
InteropService_Importer_EnexToMd.js Desktop: Fix import interop service (#1887) 2019-09-23 22:18:30 +01:00
InteropService_Importer_Jex.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
InteropService_Importer_Md.js Desktop: Fixes #2334: MD importer handle special chars in linked image name (#2346) 2020-03-27 12:20:38 +00:00
InteropService_Importer_Raw.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
InteropService.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
ItemChangeUtils.js First pass at linting lib dir 2019-07-29 15:43:53 +02:00
KvStore.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
MigrationService.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
ModelCache.js First pass at linting lib dir 2019-07-29 15:43:53 +02:00
NavService.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
PluginManager.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
report.js Desktop: Resolves #2688: Add "Retry All" option to synchronisation page 2020-04-04 18:30:13 +01:00
ResourceFetcher.js All: Fix integration test harness issues. (#2723) 2020-03-16 13:30:54 +11:00
ResourceService.js All: Fix integration test harness issues. (#2723) 2020-03-16 13:30:54 +11:00
RevisionService.js All: Fix integration test harness issues. (#2723) 2020-03-16 13:30:54 +11:00
SearchEngine.js All: Fix integration test harness issues. (#2723) 2020-03-16 13:30:54 +11:00
SearchEngineUtils.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00