docs
docs copied to clipboard
Lightweight document management system packed with all the features you can expect from big expensive solutions
Not wanting to impose quota on my users, I set their quota to 0, but that quite literally means "0 quota", when in other contexts, quota=0 means "no quota". Alternatively,...
I imported a document named `2023-08-18-vWellhöner_Vertrag_Arbeitgeberwechsel_ENTWURF.odt` using the `docs-importer`. The created document is fine, but the contained file name doesn't seem to support Unicode:  The created file uses `ö`...
Hi, the LDAP connection issue was fixed, but i recognized another issue which is happening related to pool_size from hibernate. Having a document with more than 10 files, i get...
Thanks for the great software, guys! Always nice to see how good FOSS can be. As for workflow feature you implemented not long ago I'd like to add a little...
Firstly, thanks for providing one of the best open-source document management solutions out there. I've tested most of them, but Teedy seems to fit my usecase the best. Unfortunately Teedy...
PostgreSQL has an UUID type https://www.postgresql.org/docs/current/datatype-uuid.html that is stored as binary but exposed as a string, which means a more efficient storage for data and index with no change in...
I'm setting up for the first time using docker-compose with pgsql. The DB is giving me an error, which is also reflected in the server as ```org.postgresql.util.PSQLException: ERROR: value too...
I'm playing around with setting up a simple user to share with similar to the guest user but perhaps with some different capabilities and I'd like the password to be...
Hi, i recognized that users, which come from LDAP, are allowed to change their password in the backend. Indeed this works. Logging out and logging in again, the changed password...