- 18 Dec, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 06 Dec, 2024 2 commits
-
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
-
- 26 Nov, 2024 2 commits
-
-
Grégoire Locqueville authored
This reverts commit ff00345c
-
Grégoire Locqueville authored
-
- 25 Nov, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 14 Nov, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 11 Nov, 2024 4 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit splits the policy checks we do on node operations into "read" checks and "write" checks, so that we can enforce different kind of policies based on the state of a node (i.e. published or not).
-
Alfredo Di Napoli authored
This commit refactors a bit the internal of the `Gargantext.Database.Query.Tree` module so that it removes a lot of repetitive boilerplate and paves the way to more interesting features. It also: * Adds the `isUserNode` boolean query * Adjust source and target in publishNode and unpublishNode * Pass the currently-logged-in user to tree API functions
-
Alfredo Di Napoli authored
It also: * Amends tests for policy checks status code changes * Fix a bug in isNodeReadOnly * Adds a function to return all the nodes ids for the published nodes. Next we need to modify `findShared` & co to make sure that published notes will show somewhere in the users' tree.
-
- 04 Nov, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 19 Sep, 2024 2 commits
-
-
Przemyslaw Kaminski authored
I moved HasConfig to Core/Config instead of it being in Database.Prelude
-
Przemyslaw Kaminski authored
-
- 09 Sep, 2024 1 commit
-
-
Grégoire Locqueville authored
- Re-enable orphan warnings that were manually disabled in many modules - Remove non-Haskell files that were just sitting in the source tree - Remove modules that were not called from anywhere - Remove unused dependencies This is not exhaustive by any means. In particular, some more weeding out can be achieved by looking at individual functions and even branches of functions. Weeder can help with that.
-
- 04 Jul, 2024 1 commit
-
-
Karen Konou authored
-
- 19 Jun, 2024 1 commit
-
-
Karen Konou authored
-
- 17 Jun, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 17 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 11 Apr, 2024 2 commits
-
-
Fabien Manière authored
-
Przemyslaw Kaminski authored
-
- 10 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, fixed breadcrumbs to accept AppRoute.
-
- 09 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 08 Apr, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 14 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This reverts commit f4284b4e.
-
- 07 Mar, 2024 1 commit
-
-
Alexandre Delanoë authored
This reverts commit efbe327f, reversing changes made to 6d9bcd07.
-
- 04 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
We have contexts.hash_id which is enough (computed by postgres as a trigger).
-
- 01 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 22 Jan, 2024 2 commits
-
-
Alfredo Di Napoli authored
This commit fixes those GQL types which were defined as an empty record, as this was rejected in the latest versions of `morpheus-graphql`.
-
Alfredo Di Napoli authored
-
- 19 Jan, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 04 Dec, 2023 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This allows us to have only one single (static) map which will be treated by GHC as a CAF.
-
- 09 Nov, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 07 Nov, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 23 Oct, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit introduces a new DB function called `isSharedWith` that can be used to check for team/public/private nodes and their shared resources.
-
- 16 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
This is a first stepping stone in avoiding bugs by having `UserId` and `ContextId` being proper types, and not synonyms. We also refactor things to have `AuthenticatedUser` carry the `UserId`.
-
- 12 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Basically, Gargantext.Prelude exports all of Protolude now.
-