1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00
Commit Graph

6095 Commits

Author SHA1 Message Date
8a00eef901 Server v2.0.12 server-v2.0.12 2021-06-15 17:24:56 +01:00
31121c86d5 Server: Fixed handling of user content URL 2021-06-15 17:24:04 +01:00
a4a156c7a5 Desktop: Fixes #5080: Ensure resources are decrypted when sharing a notebook with Joplin Server 2021-06-15 17:17:12 +01:00
c5b0529968 Cli: Allow setting up E2EE without having to confirm the password 2021-06-15 17:15:00 +01:00
ba322b1f9b Tools: Only notarize macOS app when building a desktop app tag 2021-06-15 16:05:26 +01:00
6f27eae7dd Server v2.0.11 server-v2.0.11 2021-06-15 12:41:59 +01:00
85cc08c0d4 typo 2021-06-15 12:41:15 +01:00
ba38bf3490 Server v2.0.10 server-v2.0.10 2021-06-15 12:28:05 +01:00
2cf70675dc All: Fixed user content URLs when sharing note via Joplin Server 2021-06-15 12:25:55 +01:00
58f8d7e1b4 Merge branch 'dev' into release-2.0 2021-06-15 11:53:51 +01:00
b55b35e53f Update translations 2021-06-14 11:38:21 -04:00
c7194bf243 All: Translation: Update cs_CZ.po (#5074) 2021-06-14 10:55:23 -04:00
48abe2316e All: Translation: Update hr_HR.po (#5073) 2021-06-13 18:02:08 -04:00
7aca380cfa Desktop release v2.0.9 v2.0.9 2021-06-12 10:00:27 +02:00
551033f8ba Merge branch 'dev' into release-2.0 2021-06-12 10:00:04 +02:00
3b6a66a016 Merge branch 'dev' of github.com:laurent22/joplin into dev 2021-06-12 09:57:54 +02:00
5d7d1be363 Tools: Only install Docker Engine when server image needs to be built 2021-06-12 09:57:42 +02:00
2af3bf61ea All: Conflict notes will now populate a new field with the ID of the conflict note. (#5049) 2021-06-12 08:46:49 +01:00
6803f1c6a7 Tools: Fixed Docker login for CI 2021-06-12 08:52:09 +02:00
1aa70dd6b4 Generator: Include JSON files in webpack config 2021-06-12 00:18:33 +02:00
feaecf7653 Desktop, Mobile: Filter out form elements from note body to prevent potential XSS (thanks to Dmytro Vdovychinskiy for the PoC) 2021-06-11 20:17:45 +02:00
af9f3eedd3 Server v2.0.9 server-v2.0.9-beta 2021-06-11 18:49:29 +02:00
815800827b Tools: Fixed Docker image version number 2021-06-11 18:34:16 +02:00
8f1e3ba43c Server v2.0.8 server-v2.0.8-beta 2021-06-11 18:29:40 +02:00
8459b46cd0 Tools: Allow building Docker image from CI 2021-06-11 18:24:59 +02:00
c5c38a323f Desktop: Expose prompt to plugins as a command (#5058) 2021-06-11 00:26:16 +01:00
01e6ca4616 All: Fixes: Wrong field removed in API search (#5066) 2021-06-11 00:24:50 +01:00
24a586c537 Merge branch 'dev' of github.com:laurent22/joplin into dev 2021-06-11 01:23:45 +02:00
5d233a7387 Tools: Fixed tests 2021-06-11 01:15:43 +02:00
054e5428d5 All: Translation: Update da_DK.po (thanks ERYpTION) 2021-06-10 19:06:15 -04:00
0120df7bdb Tools: Run CI on pull requests too 2021-06-10 23:24:44 +01:00
a36b13dcb4 Server: Handle custom user content URLs 2021-06-10 19:33:04 +02:00
b81c300907 Desktop release v2.0.8 v2.0.8 2021-06-10 17:43:30 +02:00
1ded589eeb Tools: Fixed macOS notarisation on CI 2021-06-10 17:43:09 +02:00
315216132f Desktop release v2.0.7 v2.0.7 2021-06-10 17:04:09 +02:00
2eaa821272 Merge branch 'dev' into release-2.0 2021-06-10 17:03:29 +02:00
7c93e268e4 Tools: Fixed CI for macOS build 2021-06-10 17:02:52 +02:00
d0c4de92e2 Desktop release v2.0.6 v2.0.6 2021-06-10 14:07:12 +02:00
91ce465535 Desktop release v2.0.5 v2.0.5 2021-06-10 14:06:09 +02:00
4098c01e7c Merge branch 'dev' into release-2.0 2021-06-10 14:03:50 +02:00
e617e6fab3 Tools: Migrated Continuous Integration to GitHub Actions (#5061)
And removed Travis
2021-06-10 13:01:55 +01:00
5fd6571bf1 Desktop: Allow restoring a delete note from note history using command palette 2021-06-10 11:49:20 +02:00
00dc1d881b Desktop: Allow passing arguments to commands in command palette 2021-06-10 11:46:41 +02:00
c37eb56ed7 Tools: Fixed tests 2021-06-10 11:13:00 +02:00
b2b6ad479a Revert "Desktop: Make font size consistent between Markdown and Rich Text editors"
This reverts commit a058e09183.

Reverts because this change means the settings are directly accessed
from the theme, which makes the themes unusable from Joplin Server.
2021-06-10 10:59:15 +02:00
0e4c545e14 Tools: Fixed tests 2021-06-10 10:57:45 +02:00
bbae1aef28 Merge branch 'dev' of github.com:laurent22/joplin into dev 2021-06-10 00:11:40 +02:00
cf86ffc36e Plugin Repo: Update stats every 7 days 2021-06-10 00:11:11 +02:00
9d80a79cda Android: Resolves #4216: Focus note editor where tapped instead of scrolling to the end (#4998) 2021-06-08 23:39:20 +01:00
ca487ade9a Desktop: Add "Retry all" button to sync status screen for items that could not be uploaded 2021-06-08 22:36:10 +02:00