Cura/plugins/DigitalLibrary
Konstantinos Karmas 300176cdc6 Check for the maximum **private** projects
When checking whether the user is allowed to create a new library project, we need to retrieve the **private** (aka non-shared) projects that are linked to the user's account. If the user has reached the maximum private projects, then they are no longer allowed to create new ones.

**Note**: We need to set the `pagination_manager` to `None` when doing this get request, or else the next/previous links of the pagination will become mixed up with the pagination links of the list of projects shown to the user, corrupting them and creating the wrong "get more projects" link.

CURA-8112
2021-07-14 13:03:03 +02:00
..
resources Fix tooltip not shown when the tooltip text is too long 2021-07-13 17:30:30 +02:00
src Check for the maximum **private** projects 2021-07-14 13:03:03 +02:00
tests Remove unneeded pycapsule imports 2021-05-10 16:53:16 +02:00
__init__.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00