Activity for seeddms

  • Uwe Steinmann committed [b6377c] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [3722d9] on Code

    allow menu item for status bar to be a string

  • Uwe Steinmann committed [a651a2] on Code

    migrate extension after enabling it with console tool

  • Uwe Steinmann committed [508af0] on Code

    add dummy conversion from text/x-csrc to text/plain

  • Uwe Steinmann committed [ac09ff] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [c315f2] on Code

    move more methods into trait

  • Uwe Steinmann committed [48414c] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [86df89] on Code

    move some methods into trait, because extensions may need them

  • Uwe Steinmann committed [4ecd84] on Code

    add section with other conversions (currently not usable)

  • Uwe Steinmann committed [13715e] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [d7cc00] on Code

    add new phrases

  • Uwe Steinmann committed [52868d] on Code

    manually change document status from 'draft' to 'released' if allowed in configuration

  • Uwe Steinmann committed [488000] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [e0b954] on Code

    fix potential XSS attack on search page

  • Uwe Steinmann committed [30d765] on Code

    pass $settings->_enableHiddenReceipt to view

  • Uwe Steinmann committed [c633d6] on Code

    fix getting name of recipient/revisor if it is a group

  • Pingwin Pingwin posted a comment on discussion General Discussion

    Hello, Which file and value in the file do I need to change to reduce the width of the gray window? I'm asking because I'd like to make this gray rectangle fit better.

  • Uwe Steinmann committed [258d7f] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [f903a3] on Code

    SessionMgr->create() should not be used

  • Uwe Steinmann committed [aed471] on Code

    add changes of 6.0.38

  • Uwe Steinmann committed [5333ee] on Code

    fully support enableHiddenReceipt

  • Uwe Steinmann committed [cf2ca5] on Code

    pass $settings->_enableHiddenReceipt to view

  • Uwe Steinmann committed [f6ae50] on Code

    set value for enableHiddenRevApp and enableHiddenReceipt

  • CriedHero CriedHero posted a comment on discussion General Discussion

    The installation process seems unable to initialize my database tables, and it cannot create the administrator user.

  • CriedHero CriedHero posted a comment on discussion General Discussion

    Oh, I overlooked the warning in README.Install.md. Thanks.

  • Uwe Steinmann Uwe Steinmann posted a comment on discussion General Discussion

    Your httpRoot in settings.xml should be just "/"

  • CriedHero CriedHero modified a comment on discussion General Discussion

    server { listen 80; server_name 192.168.136.132; root /var/www/seeddms60x/www; index index.php; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.4-fpm.sock; } location ~ /\.(ht|conf|xml) { deny all; } }

  • CriedHero CriedHero posted a comment on discussion General Discussion

    server { listen 80; server_name 192.168.136.132; root /var/www/seeddms60x/www; index index.php; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.4-fpm.sock; } location ~ /\.(ht|conf|xml) { deny all; } }

  • CriedHero CriedHero posted a comment on discussion General Discussion

    Thanks. But I encountered other problems, and I need to take another look.

  • Uwe Steinmann committed [28cc3d] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [1243bf] on Code

    add changes of 5.1.45

  • Uwe Steinmann committed [35e1cc] on Code

    set base path propperly

  • Uwe Steinmann committed [c51dc6] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [5fd791] on Code

    ensure rootDir has a leading DIRECTORY_SEP

  • Uwe Steinmann committed [44f7a2] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [80321c] on Code

    fix checking for contentDir and rootDir

  • Uwe Steinmann Uwe Steinmann posted a comment on discussion General Discussion

    This will be fixed in 6.0.38

  • CriedHero CriedHero posted a comment on discussion General Discussion

    root@:/var/www/seeddms60x/sgrep -R "class PDO" /var/www/seeddms60x/vendorx/vendor grep: /var/www/seeddms60x/vendor/seeddms/core/vendor/phpstan/phpstan/phpstan.phar: binary file matches grep: /var/www/seeddms60x/vendor/vendor: warning: recursive directory loop /var/www/seeddms60x/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php:class PDO extends AbstractBackend implements CreatePrincipalSupport /var/www/seeddms60x/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php:class PDO implements BackendInterface...

  • Uwe Steinmann committed [2f177e] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [db8afb] on Code

    add changes for 5.1.45

  • Uwe Steinmann committed [f2d5cf] on Code

    parse changelog and readme as markdown

  • Uwe Steinmann committed [1dee75] on Code

    update version number

  • Uwe Steinmann committed [f4c0ec] on Code

    fix sending reception request notification

  • Uwe Steinmann committed [20b084] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [ae8349] on Code

    various new phrases

  • Uwe Steinmann committed [a5bd41] on Code

    reception of document can be deleted to enforce another reception

  • Uwe Steinmann committed [a48f9d] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [e27cd6] on Code

    simple password strength algorithmn takes length of password into account, if length is greater than 8

  • Uwe Steinmann committed [e03326] on Code

    check for secure password when adding a new user, secure password check can be turned off for admins

  • Uwe Steinmann committed [8f07b8] on Code

    some more documentation

  • Uwe Steinmann committed [632ef1] on Code

    save error msg when send mail failed

  • Uwe Steinmann committed [4dc58a] on Code

    add changes for 6.0.38

  • Uwe Steinmann committed [cb2246] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [e6f9b3] on Code

    add changes for 5.1.45

  • Uwe Steinmann committed [cac6a2] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [7ae01f] on Code

    add javascript to open context menu (not used yet)

  • Uwe Steinmann committed [a2bca1] on Code

    add support for dropdown menu of folder/document actions

  • Uwe Steinmann committed [7e6ceb] on Code

    show 3 pages left and right of current page in pager

  • Uwe Steinmann committed [16c5f8] on Code

    add missing closing li tag

  • Uwe Steinmann committed [fc56d7] on Code

    change .list-action a into .list-action > a

  • Uwe Steinmann committed [651849] on Code

    remove extra style from form

  • Uwe Steinmann committed [ac9f8b] on Code

    place submit button on left side

  • Uwe Steinmann committed [7fa612] on Code

    show 3 pages left and right of current page in pager

  • Uwe Steinmann committed [85638e] on Code

    add config var to enable document/folder actions in dropdown menu

  • Uwe Steinmann committed [0e1277] on Code

    add commands for converting epub files

  • Reinhard Gojowsky Reinhard Gojowsky posted a comment on ticket #575

    Now I use again SeedDMS version 6.0.17 without problems.

  • Uwe Steinmann committed [430e1e] on Code

    fix potential XSS attack when deleting a folder/document

  • Uwe Steinmann committed [fad28e] on Code

    do not use $extconf twice

  • Uwe Steinmann committed [25adcf] on Code

    add parthesis for better readability

  • Uwe Steinmann committed [6bd281] on Code

    toggle() returns return value of Settings::save()

  • Reinhard Gojowsky Reinhard Gojowsky modified a comment on ticket #575

    A folder contains about 1500 documents. New documents will be added on top. I click on such a document. Then I choose "Bearbeiten". The field "Reihenfolge" contains only three entries: Beibehalten, An den Anfang und ans Ende. I miss the name of the 1500 other files. There is no error message, the HTML coding is correct but incomplete. I updated SeedDMS from 6.0.17 to 6.0.37. This is our first great problem since 2012 (!).

  • Reinhard Gojowsky Reinhard Gojowsky modified a comment on ticket #575

    A folder contains about 1500 documents. New documents will be added on top. I click on such a document. Then I choose "Bearbeiten". The field "Reihenfolge" contains only three entries: Beibehalten, An den Anfang und ans Ende. I miss the name of the 1500 other files. There is no error message, the HTML coding is correct but incomplete. I updated SeedDMS from 6.0.17 to 6.0.37. This is our first big problem since 2012 (!).

  • Reinhard Gojowsky Reinhard Gojowsky posted a comment on ticket #575

    A folder contains about 1500 documents. New documents will be added on top. I click on such a document. Then I choose "Bearbeiten". The field "Reihenfolge" contains only three entries: Beibehalten, An den Anfang und ans Ende. I miss the name of the 1500 other files. There is no error message, the HTML coding is correct but incomplete. I updated SeedDMS from 6.0.17 to 6.0.37.

  • Uwe Steinmann committed [c0ffb7] on Code

    do not include inc/inc.ClassNotificationService.php, it's included by inc.Notification.php anyway

  • Uwe Steinmann committed [e44067] on Code

    do not require password field

  • Uwe Steinmann committed [dfcd37] on Code

    add 'use PDO;'

  • Uwe Steinmann committed [4be47a] on Code

    add changes for 5.1.45

  • Uwe Steinmann committed [3c0e0c] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [9c27b3] on Code

    include inc.Language.php

  • Uwe Steinmann Uwe Steinmann posted a comment on ticket #573

    Thank for sending the fix. It will be part of the next version 6.0.38

  • Andreas Krause Andreas Krause modified a comment on ticket #573

    I was facing the same issue as Prashant followed by a PDO issue. The below fixes helped to make seeddms installable in my docker environment: #BEGIN of temporary fix that prevents installing seeddms 6.0.37 RUN ln -sf /var/seeddms/seeddms60x/vendor /var/seeddms/seeddms60x/seeddms-6.0.37/vendor # Fix namespace issue: PDO needs to be fully qualified in namespace context # The file is in Seeddms\Seeddms namespace, so "new PDO" becomes "new Seeddms\Seeddms\PDO" # We need to use "\PDO" to reference the...

  • Andreas Krause Andreas Krause modified a comment on ticket #573

    I was facing the same issue as Prashant followed by a PDO issue. The below fixes helped to make seeddms installable in my docker environment: #BEGIN of temporary fix that prevents installing seeddms 6.0.37 RUN ln -sf /var/seeddms/seeddms60x/vendor /var/seeddms/seeddms60x/seeddms-6.0.37/vendor # Fix namespace issue: PDO needs to be fully qualified in namespace context # The file is in Seeddms\Seeddms namespace, so "new PDO" becomes "new Seeddms\Seeddms\PDO" # We need to use "\PDO" to reference the...

  • Andreas Krause Andreas Krause posted a comment on ticket #573

    I was facing the same issue followed by a PDO issue. The below fixes helped to install seeddms: #BEGIN of temporary fix that prevents installing seeddms 6.0.37 RUN ln -sf /var/seeddms/seeddms60x/vendor /var/seeddms/seeddms60x/seeddms-6.0.37/vendor # Fix namespace issue: PDO needs to be fully qualified in namespace context # The file is in Seeddms\Seeddms namespace, so "new PDO" becomes "new Seeddms\Seeddms\PDO" # We need to use "\PDO" to reference the global PDO class RUN sed -i 's/new PDO(/new \\PDO(/g'...

  • seeddms seeddms updated /seeddms-5.1.44/seeddms-quickstart-5.1.44.tar.gz

  • seeddms seeddms released /seeddms-6.0.37/seeddms-quickstart-6.0.37.tar.gz

  • Uwe Steinmann Uwe Steinmann posted a comment on ticket #575

    Can you be a bit more specific? Is there any error msg? When does the error occur? When you open the EditDocument page or later after you have submited the form?

  • Michael Ahlers Michael Ahlers posted a comment on ticket #574

    yes, indexer.php. reindexer is my copy of indexer with delete funktion without document changes

  • Uwe Steinmann Uwe Steinmann modified ticket #574

    Uncaught Error: Call to a member function addPhrases() on null in /home/www-data/seeddms60x/seeddms-6.0.36/inc/inc.Extension.php:62

  • Uwe Steinmann Uwe Steinmann posted a comment on ticket #574

    Thanks for reporting. There is actually no script named reindexer.php. Do you mean indexer.php? Anyway, indexer.php and adddoc.php are both affected by this bug. It will be fixed in the next release of SeedDMS

  • Reinhard Gojowsky Reinhard Gojowsky posted a comment on ticket #575

    No Problems in 6.0.37 within folders with only few documents.

  • Reinhard Gojowsky Reinhard Gojowsky created ticket #575

    Cannot change sequence

  • Michael Ahlers Michael Ahlers posted a comment on ticket #574

    /home/www-data/seeddms60x/seeddms-6.0.36/utils/adddoc.php ist auch betroffen

  • Michael Ahlers Michael Ahlers created ticket #574

    Uncaught Error: Call to a member function addPhrases() on null in /home/www-data/seeddms60x/seeddms-6.0.36/inc/inc.Extension.php:62

  • Uwe Steinmann committed [28c664] on Code

    add changes of 5.1.45

  • Uwe Steinmann committed [442ad8] on Code

    show preview of document

  • Uwe Steinmann committed [10e3e1] on Code

    remove closing php tag

  • Uwe Steinmann committed [616921] on Code

    Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

  • Uwe Steinmann committed [66e9c2] on Code

    add changes for 5.1.45

1 >