You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
MINOR: Feat/add link between zone and storey (#723)
* Add a link between zone and storey.
* Zone-storey, use uuid instead of pk.
* Rename storey as storey_uuid in zone serializer.
* Split update/remove storey from zone test.
MINOR: add logging for documents, folder and user invitations (#712)
* first implementation with documents
* implement and test documents and folders
* aborted try to test folder permission propagation
* fix test get_path
* add project invitation logs
* improve admin
* typo
* add log view test and scope
* fix check_access test
* commit app migrations
MINOR: Add filters and document and some utility routes (#710)
* add folder:id/document route and visa validation attachment
* add filter on first level
* add document advanced filters and folder-tree route
* remove uselesss unpacking operator