documentcloud
documentcloud copied to clipboard
DocumentCloud's back end source code - Please report bugs, issues and feature requests to [email protected]
The SvelteKit branch doesn't use the `/app` path anymore, so we should send users back to the root URL and let the frontend run from there. This only needs to...
This is something I've seen come up in support tickets and is confusing for user experience. Newly created documents no longer automatically appear on the sidebar because they are not...
Users who should have edit access to documents are sometimes unable to use any document actions other than adding private notes. This can occur with users viewing documents they own...
Since many project titles and descriptions will soon be public, it would nice to be able to autocomplete for projects given their title in the Solr search bar
With the addition of the new public search soon, it would also be nice to add the ability to filter by orgs/users to search for projects under specific users and...
Right now, `/api/documents/pending/` returns all of _my_ pending documents. It would be useful in the viewer to check the pending status of a single document, so I don't have to...
If you are adding say a few thousand documents to a project that already has several thousand documents, the add_documents() call pretty consistently throws a timeout after 500 documents added,...
If a user is logging into DocumentCloud for the first time, their active org should be their verified org instead of their personal org which is likely unverified, so that...
i'm receiving the following: documentcloud.exceptions.APIError: 503 - SlowDownPlease reduce your request rate.48HHKKE4ZVM2HX5E3cDjq5OKjt3YZM91t21VRKRbDTr89/lUkzrJMSphkBjge369inHIAVDNiNzuGnEiDtsQGUy+RQw= https://github.com/MuckRock/documentcloud-regex-addon/actions/runs/9066429901/job/24909314442 when using page_text = document.get_page_text(page_number) in the Regex Extractor Add-On
The API currently allows filtering projects by user, however it makes no distinction between projects I own and projects shared with me. This means we have to do this on...