Commit Graph

63 Commits (server_app_share)

Author SHA1 Message Date
Laurent Cozic aeb3c4a98d trying 2021-02-05 16:17:49 +00:00
Laurent Cozic 58a464d040 allow custom app routes 2021-02-05 12:12:53 +00:00
Laurent Cozic 8e13ccb665 fixed updated time handling 2021-02-05 10:34:12 +00:00
Laurent Cozic 6dd14ff04b clean up 2021-02-04 22:13:00 +00:00
Laurent Cozic 2022b5bc48 add indexes 2021-02-04 22:06:50 +00:00
Laurent Cozic 7ade9b2948 third user test 2021-02-04 21:57:58 +00:00
Laurent Cozic 4157dad9f1 prevent share from being shared again 2021-02-04 21:26:07 +00:00
Laurent Cozic a088061de9 Fxied tests 2021-02-04 21:13:00 +00:00
Laurent Cozic 439d29387f no need for delta state 2021-02-04 17:35:36 +00:00
Laurent Cozic 2f15e4db59 tests 2021-02-04 17:06:40 +00:00
Laurent Cozic 0b37e99132 clean up 2021-02-04 16:46:01 +00:00
Laurent Cozic 6d41787a29 clean up 2021-02-04 15:54:21 +00:00
Laurent Cozic 28fc0374c5 testes 2021-02-04 12:03:50 +00:00
Laurent Cozic 726ee4a574 update 2021-02-04 10:11:21 +00:00
Laurent Cozic 25e32226ef Check linked file content 2021-02-03 12:05:40 +00:00
Laurent Cozic 9efdbf9854 refactor 2021-02-02 22:35:17 +00:00
Laurent Cozic 09c95f10f4 share 2021-02-02 18:20:19 +00:00
Laurent Cozic b8c8178b26 update 2021-02-01 17:34:17 +00:00
Laurent Cozic b1b5069a23 Desktop: Fixes #4426: Improved handling of empty paths for Joplin Server sync target 2021-02-01 10:48:37 +00:00
Laurent Cozic 07484de91e Server: Fixed crash when rendering note with links to non-existing resources or notes 2021-01-31 17:00:24 +00:00
Laurent Cozic ccbc329cbf Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
Laurent Cozic 63a5bfa756 Server: Fixed error handling when no session is provided 2021-01-25 12:13:02 +00:00
Laurent Cozic e828c8e6eb Server: Fixes #4402: Fixed uploading empty file to the API 2021-01-25 12:04:18 +00:00
Laurent Cozic adad4cab75 Doc: Automatically create Joplin Server changelog 2021-01-24 19:25:32 +00:00
Laurent Cozic 89a2e9fe9a Server release v1.7.2 2021-01-24 18:56:53 +00:00
Laurent Cozic 63559ac8b9 Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
Laurent Cozic 22a7668d4b Server: Fixed password hashing when changing password 2021-01-22 01:11:06 +00:00
Laurent Cozic 0d2bf6d787 Server: Improved config and support for Docker 2021-01-18 10:13:26 +00:00
Laurent Cozic eb3493f648 Server: Fixed tests and clean up 2021-01-15 22:02:36 +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 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 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
Laurent Cozic 4b2bb1168b Setup new release version 1.7 2021-01-13 12:19:12 +00:00
Laurent Cozic 6cdb16c8ab Server: Started moving controller tests to routes 2021-01-12 22:03:31 +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 16788d1437 Tools: Setup server tests 2021-01-07 22:15:41 +00:00
Laurent Cozic f43ec71d9a Tools: Increase Jest timeout on server tests 2021-01-07 21:34:07 +00:00