Laurent Cozic
66e79ccb23
Mobile: Upgraded React Native from 0.64 to 0.66
2021-11-02 16:33:53 +00:00
Laurent Cozic
08ee2b200f
Merge branch 'release-2.5' into dev
2021-11-02 14:47:19 +00:00
Laurent Cozic
57b8aa1789
Server v2.5.10
2021-11-02 14:46:52 +00:00
Laurent Cozic
b5d792c606
Server: Improved env variable handling to make it self documenting and enforce type checking
2021-11-02 12:51:59 +00:00
Laurent Cozic
370441333f
Server: Improved logging and rendering of low level middleware errors
2021-11-01 19:20:36 +00:00
Laurent Cozic
c49174124e
Doc: Added forum assets
2021-11-01 07:57:21 +00:00
Laurent Cozic
b80242dbcf
Desktop release v2.5.10
2021-11-01 07:41:36 +00:00
Laurent Cozic
59ea52f018
Merge branch 'dev' into release-2.5
2021-11-01 07:41:18 +00:00
Laurent Cozic
1eda835236
Desktop release v2.5.9
2021-11-01 07:40:54 +00:00
Laurent Cozic
60127831b8
Desktop: Fixed crash on certain Linux distributions when importing or exporting a file
...
Ref: https://discourse.joplinapp.org/t/20702/37
2021-11-01 07:38:06 +00:00
Laurent Cozic
3813b100f1
Desktop release v2.5.9
2021-11-01 00:52:32 +00:00
Laurent Cozic
c5569ef06d
All: Fixed potential infinite loop when Joplin Server session is invalid
2021-10-31 18:33:06 +00:00
Laurent Cozic
401f1b1f83
Tools: Fixed tests when using Joplin Server as sync target
2021-10-31 18:31:40 +00:00
Laurent Cozic
99ea4b73b5
Server: Fixed issue that could cause server to return empty items in some rare cases
2021-10-31 18:29:47 +00:00
Laurent Cozic
22d472df5c
Tools: Added testing command to create many items in parallel
2021-10-31 17:36:54 +00:00
Laurent Cozic
ab8681267e
Update website
2021-10-31 11:39:12 +00:00
Laurent Cozic
b678d20d76
Android 2.5.5
2021-10-31 11:25:07 +00:00
Laurent Cozic
1f96eb764d
Lock files
2021-10-31 10:38:11 +00:00
Laurent Cozic
e453cd36c5
Tools: Build app before releasing Android app
2021-10-31 10:35:26 +00:00
Laurent Cozic
232128c558
Android 2.5.4
2021-10-31 10:29:15 +00:00
Laurent Cozic
dbdb82d0a9
Desktop release v2.5.8
2021-10-31 10:05:33 +00:00
Laurent Cozic
14ddf40fa4
Fixed French translation
2021-10-31 10:03:37 +00:00
Laurent Cozic
4128be9d6c
Mobile: Capitalise first word of sentence in beta editor
2021-10-31 09:34:26 +00:00
Brett Bender
8de9032321
Deskop: Fixed shortcut to focus the note body ( #5597 )
2021-10-30 18:00:01 +01:00
Laurent Cozic
0b01b5b0ef
Desktop, Mobile: Resolves #5593 : Enable safe mode for Markdown editor too
2021-10-30 17:51:19 +01:00
Laurent Cozic
aa3cbbd165
Desktop, Mobile: Fixes #5593 : Do not render very large code blocks to prevent app from freezing
2021-10-30 17:47:16 +01:00
Laurent Cozic
2d1a6da1cb
Revert "Desktop: Upgrade to Electron 15.1.3"
...
No longer necessary because it was to try to fix this bug, but it
doesn't fix it:
https://discourse.joplinapp.org/t/20702/32
This reverts commit 9704b29c03
.
2021-10-30 15:20:33 +01:00
Laurent Cozic
365e152758
Mobile: Add padding around beta text editor
2021-10-30 15:18:31 +01:00
Andreas Deininger
6393996694
Doc: Fixing typos ( #5644 )
2021-10-30 10:45:02 +01:00
Laurent Cozic
f7a18bac2a
Server: Add unique constraint on name and owner ID of items table
...
In theory, the server enforces uniquness because when doing a PUT
operation it either creates the items if it doesn't exist, or overwrite
it. However, there's race condition that makes it possible for multiple
items with the same name being created per user. So we add this
constraint to ensure that any additional query would fail (which can be
recovered by repeating the request).
2021-10-30 10:37:56 +01:00
Laurent Cozic
bb06e56a05
Added better-sqlite database driver, although we cannot use it for now
2021-10-29 18:48:13 +01:00
Laurent Cozic
4e1f315151
Desktop release v2.5.7
2021-10-29 12:12:30 +01:00
Laurent Cozic
9704b29c03
Desktop: Upgrade to Electron 15.1.3
2021-10-29 12:11:38 +01:00
Laurent Cozic
2133193141
Android 2.5.3
2021-10-28 23:09:16 +01:00
Laurent Cozic
7d70dea265
Desktop release v2.5.6
2021-10-28 22:27:47 +01:00
Laurent Cozic
e247be1fa7
Desktop: Fixed default migration logic
2021-10-28 22:26:23 +01:00
Laurent Cozic
9704e75614
Android 2.5.2
2021-10-28 21:23:40 +01:00
Laurent Cozic
e4403d4452
Desktop release v2.5.5
2021-10-28 20:56:40 +01:00
Laurent Cozic
251400ccaf
Server v2.5.9
2021-10-28 20:44:25 +01:00
Laurent Cozic
6c6e2a68e1
Merge branch 'dev' into release-2.5
2021-10-28 20:43:14 +01:00
Laurent Cozic
4a2af32f6b
Server: Remove session expiration for now
2021-10-28 20:42:26 +01:00
milotype
9d883243ed
All: Translation: Update hr_HR.po ( #5640 )
...
… this time with Poedit ;-)
2021-10-28 12:23:52 -04:00
Daeraxa
e0a12c77bf
Doc: Add section about restoreNoteRevision command to FAQ for note restoration ( #5638 )
...
* docs: add section about restoreNoteRevision command to restore accidentally deleted notes
* docs:add link to wiki post
2021-10-28 12:20:44 -04:00
Laurent Cozic
3359ea3fa0
Server v2.5.8
2021-10-28 17:07:44 +01:00
Laurent Cozic
2cbcfa5bc8
Slow down migration
2021-10-28 17:06:16 +01:00
Laurent Cozic
0a7fdac850
Server v2.5.7
2021-10-27 19:40:32 +01:00
Laurent Cozic
a753429277
Server: Fixed items.owner_id migration
2021-10-27 19:38:45 +01:00
Laurent Cozic
dca13b3a68
Server: Moved CLI commands to separate files
2021-10-27 19:30:43 +01:00
Nicholas Axel
5c1cef8476
All: Translation: Update id_ID.po ( #5625 )
...
* Updated Indonesian
Fixed some translations
Added some missing translations
* Add files via upload
* Add files via upload
* Add files via upload
2021-10-27 14:15:38 -04:00
Laurent Cozic
9ba90b551a
Server: Fixed Stripe portal page redirection
2021-10-27 16:39:45 +01:00