Commit Graph

40 Commits (d22abe69b649f5909e85a9b72400978980f1f396)

Author SHA1 Message Date
Laurent Cozic 5ab6a89046 Desktop, Cli: Fixes #8802: Improved import of invalid Markdown+FrontMatter files 2023-09-25 13:47:49 +01:00
Laurent Cozic 77482a0c95
All: Add support for share permissions (#8491) 2023-07-16 17:42:42 +01:00
Laurent Cozic c5c9d3a2ef Merge branch 'release-2.11' into dev 2023-07-03 13:14:33 +01:00
Laurent Cozic 2aab85f073 Android: Allow configuring voice typing model URL 2023-07-03 12:25:50 +01:00
pedr 4e4685b039
Tools: Creating a vscode configuration for debugging the server project (#8322) 2023-06-23 12:49:54 +01:00
Laurent Cozic 6e0c484441 Doc: Fixed layout 2023-06-15 19:10:33 +01:00
Laurent Cozic c08f7de6bb
Update architecture.md 2023-04-29 14:39:15 +01:00
Laurent Cozic 77789c0b17 Doc: Added architecture document 2023-04-29 11:40:13 +01:00
Laurent Cozic 46425b920c Doc: Added some doc about Joplin Server items 2023-04-07 16:49:54 +02:00
Laurent Cozic f5be43c2ac Doc: Add info about synchronisation process 2023-04-07 16:36:59 +02:00
ThetaDev c22d884357
Doc: Update rscss link (#7653) 2023-01-23 10:11:34 +00:00
Laurent Cozic ef0286bcc1 Doc: Fixed Markdown title 2022-11-03 20:13:52 +00:00
Philipp Tschannen a7cdcaf25f
Doc: Update e2ee.md (#6833)
Fix typo
2022-09-09 12:40:23 +01:00
Mayank Bondre 597569745c
Doc: Add spec for default plugins (#6811) 2022-09-05 12:51:22 +01:00
Laurent Cozic 5adee9085c Doc: Added E2EE flowcharts 2022-05-04 17:24:50 +01:00
Laurent Cozic 19ba939f0f Doc: Added doc about desktop application styling 2022-03-12 13:38:52 +00:00
Daeraxa 7cba4be498
Doc: update e2ee spec paths and links (#5938) 2022-01-02 12:03:07 -05:00
Kenichi Kobayashi 8685bfaa18
Doc: Synchronous Scroll documentation/spec (#5883) 2021-12-19 14:35:51 -05:00
Laurent Cozic 9e1cb9db2c Server: Immediately ask user to set password after Stripe checkout 2021-11-04 12:49:51 +00:00
Laurent af19865865
All, Server: Add support for sharing notes when E2EE is enabled (#5529) 2021-11-03 16:24:40 +00:00
Andreas Deininger 6393996694
Doc: Fixing typos (#5644) 2021-10-30 10:45:02 +01:00
Laurent Cozic 169b585928 Server: Added tool to delete old changes 2021-10-23 17:51:44 +01:00
Caleb John 2acd55eb81
Desktop, Cli: Resolves #5224: Add Markdown + Front Matter exporter/importer (#5465) 2021-10-16 09:59:37 +01:00
Laurent Cozic 73545484c9 Desktop: Allows a shared notebook recipient to leave the notebook 2021-10-14 15:39:17 +01:00
Laurent c758377188
All: Add support for public-private key pairs and improved master password support (#5438)
Also improved SCSS support, which was needed for the master password dialog.
2021-10-03 16:00:49 +01:00
Juvecu e3e83352c3
Doc: Remove orphaned word (#5510)
Line 17 had " This" tacked onto the back like someone started writing something or removed something and left remnants. I couldn't find where it came from in any history so I removed the extra word.
2021-09-30 18:17:54 -04:00
Laurent Cozic 6fec2a93fc Server: Only disable API access when an account is disabled 2021-09-27 17:46:53 +01:00
Laurent Cozic 67d9977489 Desktop, Clipper: Web Clipper now must request authorisation before accessing the application data 2021-06-22 19:57:04 +01:00
Vivek Vishal 75eea7b87c
Doc: Update README.md (#4782)
* Rename server_delta_sharing.md to server_sharing.md
2021-03-31 14:39:41 -04:00
Laurent Cozic ccbc329cbf Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
Laurent Cozic d58f39823a Doc: Added link to new specs, and added more details to delta sync spec 2021-01-01 13:25:05 +00:00
Laurent Cozic 97b25ac99d Doc: Add spec for Joplin Server delta sync 2020-12-31 15:58:38 +00:00
Laurent Cozic 7f1d3d8a5d Doc: Added spec for server URL formats 2020-12-31 12:38:22 +00:00
Laurent Cozic abf5d16da9 Doc: Fixed master key encryption method link 2020-12-08 22:02:17 +00:00
Laurent Cozic cc07016b07 All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
Shawn Axsom 5eb0417b1a
All: Sort search results by average of multiple criteria, including 'Sort notes by' field setting (#3777)
* Weight search results by most recently updated

As discussed here: https://github.com/laurent22/joplin/pull/3777#issuecomment-696491859
Before this commit, results were rarely sorted by date. Content weights and fuzziness were
determined, and then the first criteria to differ would win in sort order (and user_updated_time
was the last criteria checked).

Now the weight score itself will also include age of user_updated_time, surfacing fresh content.
At the current alpha level, results are weighted logarithmically, prioritizing mostly within the
last 30 days, and especially heavily within the past week.

* Updated unit tests to weight search results by last updated date

* Updated unit test title

* Fixed issue with weighted search engine test, and made it more deterministic using mock date

Date was being calculated only at the start of the test suite. It also wasn't using a set mock date, so the milliseconds between the real search engine calculations and the test calculation caused differences in results

* Added initial Search Engine spec

* Added Search Engine spec to README.md

* Renamed Search Sorting spec per laurent22's mentioned naming

* Revised copy in search sorting spec

Co-authored-by: Laurent <laurent22@users.noreply.github.com>
2020-10-09 21:51:11 +01:00
Laurent fe41d37f8f
All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
Laurent Cozic cf78204c85 Doc: Added more info about sync lock refresh mechanism 2020-09-11 11:26:07 +01:00
Laurent 0c147236a3
All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
Laurent Cozic 6a56a6ccf0 Doc: Added more technical info for revision history 2019-05-24 09:05:16 +01:00