Releases: linuxserver-archive/docker-papermerge
v2.0.1-ls33
LinuxServer Changes:
Fixed mglib dependency per issue 32
papermerge Changes:
Minor security patch. It bumps Django dependency version from 3.1.7 to 3.2.
v2.0.0-ls33
LinuxServer Changes:
Fixed mglib dependency per issue 32
papermerge Changes:
Ladies & Gentlemen,
I am happy to announce the arrival of Papermerge 2.0 🎉
Among others, this release fixes following issues:
- Issue #354 fixed - scroll not working on search result page
- Issue #349 fixed - pagination for pinned tags does not work
- Issue #350 fixed - Umlauts don't work
- Issue #339 fixed - IMAP import from gmail isn't working
- Issue #338 fixed - Reflected Cross-Site Scripting (XSS) in Upload Error Messages
v2.0.0-ls32
LinuxServer Changes:
Fixed mglib dependency per issue 32
papermerge Changes:
Ladies & Gentlemen,
I am happy to announce the arrival of Papermerge 2.0 🎉
Among others, this release fixes following issues:
- Issue #354 fixed - scroll not working on search result page
- Issue #349 fixed - pagination for pinned tags does not work
- Issue #350 fixed - Umlauts don't work
- Issue #339 fixed - IMAP import from gmail isn't working
- Issue #338 fixed - Reflected Cross-Site Scripting (XSS) in Upload Error Messages
v2.0.0rc48-ls31
LinuxServer Changes:
Fixed mglib dependency per issue 32
papermerge Changes:
This patch release fixes following issues:
- IMPORT_MAIL_DELETE not working #281
- IMAP Consumption - Mails imported multiple times and not marked as read #233
Fixes were kindly provided by @l4rm4nd.
@l4rm4nd also regularly performs security audits on Papermerge accompanied with practical suggestions on how to avoid security issues!
As I will hit "publish release" button, an automatic github action will be triggered to build and publish docker image for this release 🎉
Besides, I also changed little bit docker image, so that papermerge.conf.py
and production.py
(i.e. settings) are symlinks to /opt/etc/papermerge.conf.py
and /opt/etc/production.py
which will make easier to map those files from your local filesystem. More on this in following screencasts :)
v2.0.0rc48-ls30
LinuxServer Changes:
Fixed mglib dependency per issue 32
papermerge Changes:
This patch release fixes following issues:
- IMPORT_MAIL_DELETE not working #281
- IMAP Consumption - Mails imported multiple times and not marked as read #233
Fixes were kindly provided by @l4rm4nd.
@l4rm4nd also regularly performs security audits on Papermerge accompanied with practical suggestions on how to avoid security issues!
As I will hit "publish release" button, an automatic github action will be triggered to build and publish docker image for this release 🎉
Besides, I also changed little bit docker image, so that papermerge.conf.py
and production.py
(i.e. settings) are symlinks to /opt/etc/papermerge.conf.py
and /opt/etc/production.py
which will make easier to map those files from your local filesystem. More on this in following screencasts :)
v2.0.0rc48-ls29
LinuxServer Changes:
Updated dependencies for v2
papermerge Changes:
This patch release fixes following issues:
- IMPORT_MAIL_DELETE not working #281
- IMAP Consumption - Mails imported multiple times and not marked as read #233
Fixes were kindly provided by @l4rm4nd.
@l4rm4nd also regularly performs security audits on Papermerge accompanied with practical suggestions on how to avoid security issues!
As I will hit "publish release" button, an automatic github action will be triggered to build and publish docker image for this release 🎉
Besides, I also changed little bit docker image, so that papermerge.conf.py
and production.py
(i.e. settings) are symlinks to /opt/etc/papermerge.conf.py
and /opt/etc/production.py
which will make easier to map those files from your local filesystem. More on this in following screencasts :)
v2.0.0rc45-ls29
LinuxServer Changes:
Updated dependencies for v2
papermerge Changes:
This small patch release fixes version issue - documents created by paste operation should have version reset to 0 (without this fix, after paste operation, new document had version + 1 of original document)
v2.0.0rc45-ls28
LinuxServer Changes:
Support external MySQL/PSQL DBs.
papermerge Changes:
This small patch release fixes version issue - documents created by paste operation should have version reset to 0 (without this fix, after paste operation, new document had version + 1 of original document)
v2.0.0rc43-ls28
LinuxServer Changes:
Support external MySQL/PSQL DBs.
papermerge Changes:
This patch release brings following:
- Fix for issue #324 fixes pagination inside folder problem
- Fix for issue #314 fixes Cross-Site Scripting (XSS) in Automation Tags
- Fix for issue #315 - bug leads to multiple folder creation
- Fix for issue #316 - Cross-Site Scripting (XSS) in Permission Management
- Fix for issue #323 - roles: folder permissions
v2.0.0rc38-ls28
LinuxServer Changes:
Support external MySQL/PSQL DBs.
papermerge Changes:
This patch release fixes upgrade problems which were caused by conflicting migrations. Besides upgrade issue it also fixes couple of XSS problems and folder creation bug:
- Issue #311 Fixes upgrade problems (migrations conflicts)
- Issue #314 Cross-Site Scripting (XSS) in Automation Tags
- Issue #315 Bug leads to multiple folder creation
- Issue #316 Cross-Site Scripting (XSS) in Permission Management