Baptiste Fotia

Results 59 issues of Baptiste Fotia

This PR implements the import of group. Anyway the group type : LDAP, Database and so on. When the type of group is anything but database. We hide a few...

feature
backend
frontend
draft

To differentiate of a space, we have to define it with a color buble. ![image](https://user-images.githubusercontent.com/28636549/140290316-72e0f68c-2032-48d3-b516-76d97f10ea6d.png) But, for an organization a project can be differentiated with a logo. So, I propose...

feature
frontend
proposition
redesign

We must define the release 7.4 in the prerequisites in REAMDE.md. But, it has to work with 8.0 of PHP.

documentation

We use entirely Nextcloud's components and components from Vue.js's community. So, do we have to create our own components ? Do we need them ? Yes ? For what ?...

proposition

I added others UserService.php's functions to test.

backend
test

I created the GroupfolderServiceTest.php file and I filled it with the help of @StCyr . I wrote the testCreateGroupfolder function with of the mocks. StCyr: Don't accept this PR, please....

backend
test

After propositions by @StCyr in this PR : https://github.com/arawa/workspace/pull/72 . He would like to add `/api/` in the route. But, for developers it can be misleading. Because, in a HTTP...

backend
api

It should move the `autoComplete()` function from PageController for a clean code. May be `SearchController` ? I don't know yet.

We can select groups and list them, then add them to the workspace. ![image](https://github.com/arawa/workspace/assets/28636549/de575b2b-786f-4d78-91da-f2b93b52733f) For Arawa: OP#2926

feature
frontend

We expose the app version and is enabled. - verb: GET - URI: /ocs/v2.php/cloud/capabilities - Header: OCS-APIRequest:true - Header: Accept:application/json Respond to this need : https://github.com/arawa/workspace/issues/1040.

feature
backend