add changes of 5.1.45
show preview of document
remove closing php tag
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add changes for 5.1.45
fix rest api endpoint PUT /folder/{id}/comment
use () when calling require_once
remove old comment
hide receivers if user is disabled or hidden
Sorry, I missed those. The next version will have it.
Thank you for the clarification. I have now upgraded SeedDMS to version 6.0.37, however the issue still persists. Users marked as “Hide from users list” and/or “Disable account” are still shown in the Recipients dropdown when creating a document. Reviewers and Approvers lists behave correctly (hidden/disabled users do not appear), but Recipients does not seem to apply the same filtering. Thanks in advance for your help.
Hello @steinm, I checked with 6.0.37. However, following error is thrown on visiting : http://example.com/manual/seed6037/seeddms/install/install.php i.e : Warning: require_once(../vendor/autoload.php): Failed to open stream: No such file or directory in /home/{{USER}}/public_html/manual/seed6037/seeddms-6.0.37/install/install.php on line 65 Fatal error: Uncaught Error: Failed opening required '../vendor/autoload.php' (include_path='.:/usr/local/apps/php82/lib/php') in /home/{{USER}}/public_html/manual/seed6037/seeddms-6.0.37/install/install.php:65...
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
start new version 5.1.45
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add changes in 5.1.44
include vendor/autoload.php
always include vendor/autoload.php (was not included in install mode)
add changes for 6.0.37
remove old code
replace old code to show qrcode and secret of 2-factor auth
do not require second factor for authentication when accessing webdav server
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
start new version 5.1.44
Merge branch 'seeddms-6.0.x' into seeddms-6.1.x
seeddms 6.0.36 Fatal error: Uncaught Error: Class "Seeddms\Seeddms\Translator"
Try 6.0.37. It should fix it. If you are updating an existing seeddms installation, you won't need to run the install tool at all. Just have a look at https://www.seeddms.org/posts/update_6036/
How does your configuration look like?
seeddms 6.0.36 Fatal error: Uncaught Error: Class "Seeddms\Seeddms\Translator"
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add some { and }
Hi friend, I used the extension and Docker but it's not generating PDF previews. Do you know if I need another configuration
minor formating issue
do no show hidden user in lists
pass enableselfreceipt to view
set _enableHiddenReceipt to false by default
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add js for addon with refresh symbol (temp. solution)
This is a bug and it will be fixed in 6.0.36. Thanks for reporting.
do not remove custom attributes which were not set when editing attributes
require symfony/http-client
add command to return a random string
use password field for encryption key
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
use help-cursor for all labels of config vars
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
show help-cursor when moving mouse over label of config var
fix php error when checking access rights
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
use pdfviewer only if extension is enabled
use complete to file loaded by pdf viewer
remove empty option when allow-empty is set
- fix formatting of date input fields
Hello everyone, I encountered an issue with user visibility in SeedDMS. In the global users list there are several accounts marked with: Hide from users list Disable account When creating a document: In Reviewers and Approvers fields these users are correctly hidden (they do not appear in the selection lists). But in Recipients they still appear regardless of these flags. It looks inconsistent: logically, users marked as hidden/disabled should also not appear in the Recipients dropdown. Question:...
Merge branch 'seeddms-6.0.x' into seeddms-6.1.x
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
simplify code
use new input addon to make password visible
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
fix error msg when migration of extension fails
add more changes of 5.1.43
add addon to all password fields to make password visible
use addon for button to make password visible
add button to make password visible
add button to password fields for toggling visibility
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
lots of drag&drop improvements
if filename does not have an extension, get it from the mimetype
add change for 5.1.43
require symfony/process
add support for uploading a file by its url when it is dropped
add command 'uploadremotedocument'
use table sorter
install tablesort
check if attribute value is not null
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
do not init a second transloter object
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add changes of 5.1.43
no longer support backup archives
minor corrections, new phrases
add changes for 5.1.43
output error msg as type 'error' not 'success'
fix function getAttributeValidationError()
Automatic reference field
Change colour of a category?
Failure displaying jpg and jpeg files after import
Unable to login into admin panel in 6.0.29 version
Document Preview shows SeedDMS homepage
changes fro 5.1.43
put titles of extensions into bold type face
use table layout
add changes of 5.1.43
just color the first column of a table row
add check for missing 'changes' in conf.php, add warnings
add league/commonmark and twig/twig