1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00
joplin/packages/server/src
Laurent Cozic 83a46e563d Server: Disable logs and items pages for end-user
These pages don't provide very useful information, even possibly
confusing and could probably be used to DoS the server since the
associated requests are not optimised.
2021-12-16 11:18:35 +01:00
..
commands Server: Improved storage command 2021-12-02 11:27:22 +00:00
middleware Server: Display more debug info in error log 2021-11-16 10:51:56 +00:00
migrations Server: Added command to migrate content to different storage 2021-11-11 13:59:05 +00:00
models Server: Improved storage command 2021-12-02 11:27:22 +00:00
routes Server: Disable logs and items pages for end-user 2021-12-16 11:18:35 +01:00
services Server: Setup localisation 2021-12-16 11:08:43 +01:00
tools Server: Lazy-load storage drivers 2021-11-10 11:48:06 +00:00
utils Tools: Run Joplin Server Postgres tests on CI (#5807) 2021-11-30 15:37:07 +00:00
views Server: Disable logs and items pages for end-user 2021-12-16 11:18:35 +01:00
app.ts Server: Setup localisation 2021-12-16 11:08:43 +01:00
config.ts Server: Resolves #5738: Check for time drift when the server starts 2021-11-17 18:41:25 +00:00
db.test.ts Server: Moved database types to separate file 2021-08-22 11:43:41 +01:00
db.ts Server: Remove unique constraint errors from the log when they are already handled by the application 2021-11-29 10:17:13 +00:00
env.ts Server: Increase default MAX_TIME_DRIFT to 2000 2021-12-03 12:24:29 +00:00