Laurent Cozic
|
f5f7981dba
|
Server: View sent emails from admin dashboard
|
2022-01-22 17:29:09 +00:00 |
|
Laurent Cozic
|
09cbe3cb7c
|
Server: Put admin pages under /admin
|
2022-01-11 15:09:53 +00:00 |
|
Laurent
|
d1e02fd5f0
|
Server: Allow deleting complete user data (#5824)
|
2021-12-28 09:55:01 +00:00 |
|
Laurent Cozic
|
122afd6d46
|
Server: Improved storage command
|
2021-12-02 11:27:22 +00:00 |
|
Laurent Cozic
|
4fecb083a7
|
Server: Optimise reading from external storage when fallback driver is not present
|
2021-11-29 18:28:39 +00:00 |
|
Laurent Cozic
|
ef23d99b47
|
Added tests
|
2021-11-29 17:51:41 +00:00 |
|
Laurent Cozic
|
01048f5971
|
Server: Added command to delete database item content
|
2021-11-29 17:27:40 +00:00 |
|
Laurent Cozic
|
a6884a2ee4
|
Server: Remove unique constraint errors from the log when they are already handled by the application
|
2021-11-29 10:17:13 +00:00 |
|
Laurent Cozic
|
75f729620e
|
Server: Added task to compress changes older than 6 months
|
2021-11-23 16:25:36 +00:00 |
|
Laurent Cozic
|
080c3cc7dc
|
Server: Allow specifying a max content size when importing content to new storage
|
2021-11-23 16:06:56 +00:00 |
|
Laurent Cozic
|
3716972829
|
Server: Display more debug info in error log
|
2021-11-16 10:51:56 +00:00 |
|
Laurent Cozic
|
5eb3a926db
|
Server: Prevent large data blobs from crashing the application
Ref: https://github.com/brianc/node-postgres/issues/2653
|
2021-11-14 16:47:16 +00:00 |
|
Laurent Cozic
|
5a41d80b75
|
Server: Improved storage migration error handling, and improved storage test units
|
2021-11-13 11:50:33 +00:00 |
|
Laurent Cozic
|
5cd4537044
|
Server: Rename "ReadOnly" mode to "ReadAndClear" to avoid any confusion
|
2021-11-11 17:31:24 +00:00 |
|
Laurent Cozic
|
4bfb4db5f1
|
Server: Fixed S3 connection string record in db
|
2021-11-11 16:36:43 +00:00 |
|
Laurent Cozic
|
4fc3bcbfd7
|
Server: Fixed S3 storage connection and improved connectiob checks
|
2021-11-11 16:32:34 +00:00 |
|
Laurent Cozic
|
dfa5f8b357
|
Server: Fixed S3 configuration
|
2021-11-11 15:22:30 +00:00 |
|
Laurent Cozic
|
005f720f7b
|
Server: Added command to migrate content to different storage
|
2021-11-11 13:59:05 +00:00 |
|
Laurent Cozic
|
9ffa29f658
|
Chore: Add tests for storage driver loading
|
2021-11-10 12:03:45 +00:00 |
|
Laurent Cozic
|
7431da9f3a
|
Server: Lazy-load storage drivers
|
2021-11-10 11:48:06 +00:00 |
|
Laurent
|
485c0d0314
|
Server: Allow storing item content in database, filesystem or S3 (depending on config) (#5602)
|
2021-11-09 16:05:42 +00: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 |
|
Laurent
|
47a31c4ef1
|
All, Server: Add support for faster built-in sync locks (#5662)
|
2021-11-03 12:26:26 +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
|
b655f2780f
|
Server: Added item owner ID, and allow disabling db auto-migrations
|
2021-10-27 16:18:42 +01:00 |
|
Laurent Cozic
|
0ada1dfb46
|
Server: Expire sessions after 12 hours
|
2021-10-26 12:35:06 +01:00 |
|
Laurent Cozic
|
b497177fff
|
Server: Delete all sessions when a password is changed or reset
|
2021-10-25 17:36:40 +01:00 |
|
Laurent Cozic
|
643bddf44e
|
Added comments
|
2021-10-24 12:23:36 +01:00 |
|
Laurent Cozic
|
169b585928
|
Server: Added tool to delete old changes
|
2021-10-23 17:51:44 +01:00 |
|
Laurent Cozic
|
47fc51ea8a
|
Server: Fixed issue when a notebook is shared, then unshared, then shared again
|
2021-10-14 15:39:18 +01:00 |
|
Laurent Cozic
|
c2e61f548f
|
Tools: Added a few tools to make testing server easier
|
2021-10-10 19:59:39 +01:00 |
|
Laurent Cozic
|
5de53706d8
|
Server: Remove AccountOverLimit flag from accounts that are now below the limit
|
2021-09-28 18:16:22 +01:00 |
|
Laurent Cozic
|
3a11885705
|
Server: Allow manually deleting a user flag
|
2021-09-28 17:42:00 +01:00 |
|
Laurent Cozic
|
79d1ad706a
|
Server: Add support for events and use them to track background tasks
|
2021-09-28 11:01:04 +01:00 |
|
Laurent Cozic
|
8c9331cf61
|
Server: Display banner when an account is disabled and provide reason
|
2021-09-27 18:30:46 +01:00 |
|
Laurent Cozic
|
6fec2a93fc
|
Server: Only disable API access when an account is disabled
|
2021-09-27 17:46:53 +01:00 |
|
Laurent Cozic
|
2dd80454e4
|
Server: Send reminder email every time a payment fails
|
2021-09-27 12:09:23 +01:00 |
|
Laurent Cozic
|
57a1d03b4b
|
Server: Do not allow accepting share more than once
|
2021-09-26 17:58:06 +01:00 |
|
Laurent Cozic
|
9f17b28f85
|
Chore: Cleaned up server UserItem interface
|
2021-09-25 19:51:44 +01:00 |
|
Laurent Cozic
|
0175348868
|
Server: Improved share service reliability and optimised performance
|
2021-09-25 17:39:42 +01:00 |
|
Laurent Cozic
|
e8e8ea3780
|
typo
|
2021-09-24 15:14:00 +01:00 |
|
Laurent Cozic
|
63e88c05d9
|
Server: Add support for changing user own email
|
2021-09-20 19:48:17 +01:00 |
|
Laurent Cozic
|
a6b1cffd50
|
Server: Handle Joplin Cloud failed subscription payments
|
2021-09-20 17:04:09 +01:00 |
|
Laurent Cozic
|
43c594b6b2
|
Server, Desktop: Sync deleted items first to allow fixing oversized accounts
|
2021-09-18 15:02:24 +01:00 |
|
Laurent Cozic
|
024967ce60
|
Server: Fixed calculating total item size after an item has been deleted
|
2021-09-18 14:46:10 +01:00 |
|
Laurent Cozic
|
cd877f64cd
|
Server: Improved support for background tasks and added admin UI to view them
|
2021-09-18 11:29:24 +01:00 |
|
Laurent Cozic
|
b56177a4e3
|
Tools: Added tools to stress test Joplin Server
|
2021-09-17 10:59:10 +01:00 |
|
Laurent Cozic
|
3ce947e82c
|
Server: Fixed handling of brute force limiter by getting correct user IP
|
2021-09-15 16:57:18 +01:00 |
|
Laurent Cozic
|
c2298213d7
|
Server: Improve flag logic
|
2021-09-15 12:06:01 +01:00 |
|