Eugen Ciur
Eugen Ciur
@cevatkerim, thanks for opening this issue!
Good catch! Thanks for reporting this bug!
@timowevel03, hm, that is actually a good point. There are no user friendly SMTP settings for email sending (when dealing with password reset feature). Papermerge uses standard Django API for...
You need to add [django SMTP configurations](https://docs.djangoproject.com/en/3.2/topics/email/#smtp-backend) to your production.py file. Depending on your deployment production.py is always different. Here are [some examples](https://github.com/ciur/papermerge/tree/master/config/settings). This error: > I receive a SERVER...
@wechsler42, auto completion for FTS would be a great feature. Thanks for heads-up!
This thing is already there in development version of 2.1, I still need to document it though. There is a "page" endpoint (to be documented soon) and via that endpoint...
@w4tzmann, the thing is, starting with Papermerge 2.0 has a feature called [import pipelines](https://github.com/papermerge/papermerge-core/blob/master/papermerge/core/import_pipeline.py) which enables development of 3rd party apps/plugins which allow extra magic on imported documents (via web,...
Sounds like a bug! @telsch, thank you for reporting this!
@telsch, regarding, this: > looks like i have still all other folder permissions like delete etc. could you please be more specific ?
This feature is now implemented in 2.1.0b1. When in dual panel mode, folders/pages can be moved/extracted between panels. Moving/Extracting can be triggered from context menu.