docs icon indicating copy to clipboard operation
docs copied to clipboard

Lightweight document management system packed with all the features you can expect from big expensive solutions

Results 132 docs issues
Sort by recently updated
recently updated
newest added

Hi, For some reason my database is corrupted (was using H2 for the past few years, didn't know I should have switched to postgres). I do have the files in...

question

The results for the document title typeahead search are most of the time not what I was expecting. So I changed the sort order to descending, the sort column to...

enhancement

Hey! We built this one-click deploy link for your users who may not know how to stand up their own infrastructure to easily self-host this. After deployment, users receive a...

Hello there, I would be interested in some automatic metadata assignment to reduce the effort in categorization. I'm thinking about a machine learning implementation that learns from the given documents...

enhancement

It would be nice to have (filtered?) groups from LDAP users imported on login and synced regularly, so that we don't have to create and assign them manually.

enhancement

Hello, First I'd like to say thank you for your work on teedy as it seems to me to be a great framework to implement taxonomy on documents. In that...

enhancement

Situation: Version: v1.10 Deployment: Docker-Compose, using Portainer I have two tags: -auto -auto-import Actual behavior: On documents page, when I click in the hierarchy on auto, all files tagged with...

enhancement

In `com.sismics.docs.core.util.indexing.LuceneIndexingHandler#findByCriteria` I found this code: ```java if (!Strings.isNullOrEmpty(criteria.getSimpleSearch()) || !Strings.isNullOrEmpty(criteria.getFullSearch())) { // … suggestSearchTerms(criteria.getFullSearch(), suggestionList); } ``` It means that if `criteria.getSimpleSearch()` is filled and `criteria.getFullSearch()` is `null`, `suggestSearchTerms`...

bug

When using the API, the current document search syntax is working but is a bit awkward. I'm thinking that a more HTTP-y syntax would be easier to use, and it...

enhancement