Laurent Cozic
df714c357d
All: Improved: Better handling of items that cannot be decrypted, including those that cause crashes
2019-06-07 23:11:08 +01:00
Laurent Cozic
de5fdc84f8
Added simple Key-Value store to support temporary data
2019-06-07 08:05:15 +00:00
Laurent Cozic
83682ab513
Desktop, Mobile: Improved config screen with dark theme
2019-05-26 19:39:07 +01:00
Laurent Cozic
8a6fe20a69
All: Resolves #1481 : New: Allow downloading attachments on demand or automatically ( #1527 )
...
* Allow downloading resources automatically, on demand, or when loading note
* Make needToBeFetched calls to return the right number of resources
* All: Improved handling of resource downloading and decryption
* Desktop: Click on resource to download it (and, optionally, to decrypt it)
* Desktop: Better handling of resource state (not downloaded, downloading, encrypted) in front end
* Renamed setting to sync.resourceDownloadMode
* Download resources when changing setting
* tweaks
* removed duplicate cs
* Better report resource download progress
* Make sure resource cache is properly cleared when needed
* Also handle manual download for non-image resources
* More improvements to logic when downloading and decrypting resources
2019-05-22 15:56:07 +01:00
Laurent Cozic
565dfba8c9
All: Fixes #371 (sort of): Allow resources greater than 10 MB but they won't be synced on mobile
2019-05-12 01:15:52 +01:00
Laurent Cozic
9c85bc2cd1
All: Save size of a resource to the database; and added mechanism to run non-database migrations
2019-05-11 17:55:40 +01:00
Laurent Cozic
08af9de190
All: Resolves #712 : New: Support for note history ( #1415 )
...
* Started revisions support
* More rev changes
* More rev changes
* More revs changes
* Fixed deletion algorithm
* More tests and moved updated time to separate field
* Display info when restoring note
* Better handling of existing notes
* wip
* Further improvements and fixed tests
* Better handling of changes created via sync
* Enable chokidar again
* Testing special case
* Further improved logic to handle notes that existed before the revision service
* Added tests
* Better handling of encrypted revisions
* Improved handling of deleted note revisions by moving logic to collectRevision
* Improved handling of old notes by moving logic to collectRevision()
* Handle case when deleting revisions while one is still encrypted
* UI tweaks
* Added revision service to mobile app
* Fixed config screens on mobile and desktop
* Enabled revisions on CLI app
2019-05-06 21:35:29 +01:00
Laurent Cozic
f8e1395087
joplin.cozic.net => joplinapp.org
2019-04-18 14:59:17 +01:00
Laurent Cozic
8fdc0bf17c
All: Search: More multi-language support
2019-01-18 17:56:56 +00:00
Laurent Cozic
41155f5ef4
Started rewriting search engine to better support unicode
2018-12-29 20:19:18 +01:00
Laurent Cozic
53513db5b5
Mobile: Fixes #1066 : Disable use of FTS when not present on device
2018-12-28 21:40:29 +01:00
Laurent Cozic
f38b907680
Mobile: Fixes #1057 : Fix missing title field issue in Android
2018-12-27 22:49:19 +01:00
Laurent Cozic
5ec7c16e3e
Fixed logic to update search engine data
2018-12-12 22:40:05 +01:00
Laurent Cozic
0a6f8b0cfe
Started integrating search engine to desktop app
2018-12-10 19:58:49 +01:00
Laurent Cozic
06091933e1
All: Moved resource app-specific state to different table
2018-11-13 00:45:08 +00:00
Laurent Cozic
8bac5275c3
All: Fixed fetch logic - mark resource as fetched by default, unless it comes from sync
2018-10-10 18:53:09 +01:00
Laurent Cozic
2f62897fb6
All: Improved resource side loading
2018-10-08 19:11:53 +01:00
Laurent Cozic
124a959c8d
All: Simplifying serialisation of base items
2018-10-07 20:11:33 +01:00
Laurent Cozic
53d7a51cb0
Removed API doc from translations and updated FR translation
2018-09-29 13:29:07 +01:00
Laurent Cozic
eb4aa2c026
API: Added more calls
2018-09-29 12:54:44 +01:00
Laurent Cozic
e98575643c
API: Added documentation generator and built documentation
2018-09-28 21:03:28 +01:00
Laurent Cozic
fa9d7b0408
Electron: Started UI and backend for sub-notebook support
2018-05-06 12:11:59 +01:00
Laurent Cozic
ed638612aa
Moved to https:// domain
2018-03-24 20:13:52 +00:00
Laurent Cozic
544f93bf22
All: Handle deletion of resources that are not linked to any note
2018-03-16 17:39:44 +00:00
Laurent Cozic
ae9ecdad40
All: Fix database upgrade
2018-03-16 14:32:47 +00:00
Laurent Cozic
c1bb51c12b
All: Finished service to clean up resources
2018-03-15 18:08:46 +00:00
Laurent Cozic
f595be07d4
Adding service to keep track of note resources associations
2018-03-12 23:40:43 +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
500fbc5294
Merge branch 'master' into encryption
2017-12-31 15:26:16 +01:00
Laurent Cozic
ab959623aa
CLI: Fixes #117 : 'edit' command raising error in shell mode
2017-12-28 19:14:03 +00:00
Laurent Cozic
cc02c1d585
All: Simplified synchronisation of resources to simplify encryption, and implemented resource encryption
2017-12-19 19:01:29 +00:00
Laurent Cozic
f5d26e0d81
All: Fixed filesystem driver bug when downloading resources. Added support for encrypting all items when encryption enabled.
2017-12-14 21:12:02 +00:00
Laurent Cozic
5bc72e2b44
All: Decryption worker and handling of missing master key passwords
2017-12-14 18:53:08 +00:00
Laurent Cozic
888ac8f4c2
Electron: Started integrating encryption
2017-12-14 17:58:10 +00:00
Laurent Cozic
5951ed3f55
All: Support encrypting notes and notebooks
2017-12-13 18:57:40 +00:00
Laurent Cozic
4abe5d07c4
All: Handling of impossible-to-sync items (such as when they are over the size limit of the cloud provider)
2017-12-04 23:38:09 +00:00
Laurent Cozic
1830ee9fd2
All: Fixed sync issue and database migration issue
2017-12-02 15:18:15 +00:00
Laurent Cozic
fe2c1c197e
All: fixed database creation error
2017-12-02 14:26:49 +00:00
Laurent Cozic
dbeff4fd7d
All: Allow attaching files of unknown mime type
2017-12-01 23:15:49 +00:00
Laurent Cozic
9a40851c77
Electron, Mobile: Created alarm service and drivers
2017-11-27 22:50:46 +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
17b8df2abc
Got tags working and fixed sync issue
2017-10-22 18:12:16 +01:00
Laurent Cozic
36743bb4d7
Handle user timestamp
2017-08-20 22:11:32 +02:00
Laurent Cozic
a5daccce09
Per-target sync context
2017-08-19 22:56:28 +02:00
Laurent Cozic
971c3e12dc
Started support for onedrive tests
2017-07-26 21:00:16 +01:00
Laurent Cozic
76914d6c28
Various bug fixes, optimisations and improvements
2017-07-26 17:49:01 +00:00
Laurent Cozic
81d4810018
Better handling of settings
2017-07-25 22:55:26 +01:00
Laurent Cozic
5ca8647d35
Sync fixes
2017-07-19 20:15:55 +01:00