-
#960
f4b361eThanks @anbraten! - Added the ability to save search queries as views, allowing quick access to frequently used searches. Saved views can be accessed from the sidebar. -
#1130
4fc4f68Thanks @CorentinTh! - Added document sharing by link: generate a public link to share a document with anyone, without requiring a Papra account. Links can optionally be password-protected and given an expiration date, can be disabled/re-enabled, and are all manageable from a new organization-level "Share links" page. -
#1111
1ecd2c8Thanks @CorentinTh! - Fix admin layout pushing the sidenav out of view when page content is long. -
#1130
4fc4f68Thanks @CorentinTh! - Laid out the base for the rate limit system. -
#1121
3a67507Thanks @CorentinTh! - Added the possibility to disable the initial startup execution of all scheduled tasks by setting theRUN_SCHEDULED_TASKS_ON_STARTUP_DEFAULT=falseenvironment variable, mainly usefull for instance that reboot often, dev environments or fast startup requirements (few ms gained). Each task startup configuration remain individually configurable with their dedicated environment variable. -
#1135
d73933aThanks @CorentinTh! - Added api-key permissions for managing custom properties -
#1141
f93d6e1Thanks @CorentinTh! - Custom property definition deletion endpoint (DELETE /api/organizations/:organizationId/custom-properties/:propertyDefinitionId) now returns a 204 with no body instead of a 200 with an empty object. -
#1133
a0f2455Thanks @CorentinTh! - Added the possibility to add notes to documents, which can be used to add additional information or context to a document. -
#1109
d9bc129Thanks @CorentinTh! - Added the possibility to delete a user in the admin user details page. -
#996
2a8bdecThanks @magic0whi! - Fix preview of pdfs without embedded fonts by packaging cmaps and custom fonts in the app assets. Increasing the bundle size by ~2mb, but it's worth it for the improved UX and compatibility with a wider range of pdfs.