Laurent Cozic
c81529dc45
Fix repo builder package.json
2021-01-18 14:42:23 +00:00
Laurent Cozic
b6d7971691
Set version numbers on sub-packages
2021-01-18 14:40:39 +00:00
Laurent Cozic
446db2d688
Releasing sub-packages
2021-01-18 14:38:23 +00:00
Laurent Cozic
52da072f9a
Plugins: Updated plugin repo script
2021-01-18 14:37:27 +00:00
Laurent Cozic
0d2bf6d787
Server: Improved config and support for Docker
2021-01-18 10:13:26 +00:00
Roman Musin
59fe4a2193
Mobile: When attaching a file to a note set correct title and extension ( #4373 )
2021-01-17 11:40:24 +00:00
Caleb John
df6d146c84
SideBar -> Sidebar in app.ts ( #4375 )
2021-01-17 11:34:37 +00:00
Laurent Cozic
eb3493f648
Server: Fixed tests and clean up
2021-01-15 22:02:36 +00:00
Laurent Cozic
7fd4c28a5b
Plugin Generator release v1.7.3
2021-01-15 17:04:18 +00:00
Laurent Cozic
d1b55aeceb
Generator: Fixes #4360 : Scripts were no longer being compiled
2021-01-15 17:03:38 +00:00
Laurent Cozic
413ec1a933
Server: Refactored to use Router class
2021-01-14 22:36:46 +00:00
Laurent Cozic
7ad29577f9
Server: Improved how routes can be defined
2021-01-14 18:27:59 +00:00
Laurent Cozic
7652a5a0a0
Server: Added tests for logout and fixed transaction deadlock
2021-01-14 17:18:27 +00:00
Laurent Cozic
105189fc57
Plugin Generator release v1.7.2
2021-01-14 15:48:10 +00:00
Laurent Cozic
e559999aa4
Generator: Fixed crash when no external script needs to be compiled
2021-01-14 15:47:34 +00:00
Laurent Cozic
4a230d7cd5
Server: Removed all controller
...
These controllers were mostly here to allow testing the business logic.
However now that the routes are tested directly they are no longer
necessary. And testing the routes significantly increase the test
coverage.
2021-01-14 14:28:20 +00:00
Laurent Cozic
9b2e5e2959
Server: Removed the need for session controller
2021-01-14 13:29:03 +00:00
Laurent Cozic
3c5ac1ecc5
Server: Removed the need for file controller
2021-01-14 13:07:38 +00:00
Laurent Cozic
03dc1bbfe1
Server: Removed the need for profile controller
2021-01-14 12:50:45 +00:00
Laurent Cozic
80580ba54d
Server: Clean up test units
2021-01-14 11:55:27 +00:00
Laurent Cozic
6a80b2ae9e
Merge branch 'dev' of github.com:laurent22/joplin into dev
2021-01-13 23:26:02 +00:00
Laurent Cozic
f14ea46f0b
Server: Moved controller tests to route and model
2021-01-13 23:20:45 +00:00
Laurent Cozic
247bd9bfd9
Server: Moved session tests to route
2021-01-13 22:06:47 +00:00
Laurent Cozic
fc58db5d1a
Server: Removed controller dependency from route
2021-01-13 21:50:43 +00:00
Laurent Cozic
66a09e5068
Server: Moved file API tests to route
2021-01-13 18:11:35 +00:00
jibedoubleve
b53e475f99
Update French translation + fix a typo ( #4349 )
2021-01-13 12:39:59 +00:00
Laurent Cozic
ecb6134828
Plugin Generator release v1.7.1
2021-01-13 12:19:36 +00:00
Laurent Cozic
4b2bb1168b
Setup new release version 1.7
2021-01-13 12:19:12 +00:00
Laurent Cozic
4743b0b5ce
Plugins: Updated types
2021-01-13 12:17:54 +00:00
Laurent Cozic
3abf21d4ae
Generator: Fixed issue that could result in an invalid JPL file
2021-01-13 12:16:36 +00:00
Laurent Cozic
6cdb16c8ab
Server: Started moving controller tests to routes
2021-01-12 22:03:31 +00:00
rnbastos
b7bfa2b997
Updated pt_BR translation ( #4344 )
2021-01-12 21:27:16 +00:00
Laurent Cozic
eab2371206
Server: Add test units for sessions route
2021-01-12 18:08:14 +00:00
Laurent Cozic
63615ffbaf
Server: Unit test request routing
2021-01-12 17:33:14 +00:00
Laurent Cozic
59fa51c5bf
Server: Added test units for user login
2021-01-12 17:14:09 +00:00
Laurent Cozic
c70f023fe0
Server: Added test units for notification handler
2021-01-12 16:49:39 +00:00
Laurent Cozic
fb5eb1a47b
Server: Dismiss admin password notification when password has been changed
2021-01-12 16:02:44 +00:00
Laurent Cozic
5aa5089ae0
Plugins: Add support for "keywords" manifest field
2021-01-12 15:34:59 +00:00
Laurent Cozic
4413e6a1ee
Tools: Handle obsolete packages on plugin repo
2021-01-12 15:29:08 +00:00
Laurent Cozic
309a97fb5b
Fixed publishing toggleSidebars plugin
2021-01-12 12:36:15 +00:00
Laurent Cozic
1b5b2342fc
Move plugin under joplin namespace
2021-01-12 12:30:45 +00:00
Laurent Cozic
0f23277bfc
Chore: SideBar => Sidebar
2021-01-12 12:28:55 +00:00
Laurent Cozic
e595e19c0d
Typo
2021-01-12 02:27:56 +00:00
Laurent Cozic
79dde365f0
Doc: Updated doc and tests for plugin postMessage() update
2021-01-11 23:34:06 +00:00
Laurent Cozic
2489409abb
Plugins: Added support for bi-directional messages in content scripts and webview scripts using postMessage
2021-01-11 23:33:10 +00:00
Laurent Cozic
cbad3b1190
Merge branch 'release-1.6' into dev
2021-01-11 22:41:26 +00:00
Laurent Cozic
b74b849830
Desktop release v1.6.7
2021-01-11 22:18:24 +00:00
Caleb John
63a331c82f
Desktop: Fixes #4338 : Some commands were no longer working ( #4343 )
2021-01-11 22:17:55 +00:00
Caleb John
b7313568de
Desktop: Fixes #4338 : Some commands were no longer working ( #4343 )
2021-01-11 22:17:34 +00:00
Laurent Cozic
25341858d5
Tools: Fixed plugin repo table and sort by name
2021-01-11 12:46:21 +00:00