Baptiste Fotia

Results 99 comments of Baptiste Fotia

Hello, Yes, I created an issue on this subject : https://github.com/arawa/workspace/issues/647. I would like the route `POST workspace/spaces` with `spacename` as a variable to be able to do these steps...

Hi @AlexanderWolfZhang and @ncgu Good point @ncgu , I will see that ! Thank you for your contribution :wink:

Hi @donquixote Yes, technically, you can add a user in a group via the Nextcloud's API/Rest. But, the difference between the API/Rest and [ours](https://github.com/arawa/workspace/blob/a2061d043dfd19082cedc7cd4b59669e6d81e381/appinfo/routes.php#L117-L125), it's we add the user to...

Thank you @p-bo for your share :)

Hi @donquixote I had already fixed this problem here : https://github.com/arawa/workspace/blob/a2061d043dfd19082cedc7cd4b59669e6d81e381/lib/Middleware/IsSpaceAdminMiddleware.php#L64 I return a JSONResponse with an empty array.

Hi @stanlog :wave: Did you do anything to the database ? We have a problem with the constraint with a field in the database.

Hello @stanlog Is it possible to share your PostgreSQL configuration, please ? I use constraint on foreign keys (https://github.com/arawa/workspace/blob/a2061d043dfd19082cedc7cd4b59669e6d81e381/lib/Migration/Version0000Date20210615125333.php#L95-L96) and it doesn't work with PostgreSQL.

Yes, I will clean up that :+1: I created the [.editorconfig file](https://github.com/arawa/workspace/blob/a2061d043dfd19082cedc7cd4b59669e6d81e381/.editorconfig#L9-L11) a few months ago for the new php files.

I think you are not concern on this subject finally. It's a technical subject ^^

What do you think @Clementine46 ? How I do implement this proposition ?