Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Description and visibility attributes | MrArmonius | 2021-08-16 | 1 | -0/+4 |
| | | | | | | | | | | | | Modify in profil's page your description and your choice about show you on the directory. The default visibility's choice is false. Tthe description is empty by default. In the directory, a new row exist to show the description. Adapt view in column Description I use the style `word-break: break-all;` on the `<td>` | ||||
* | Add MessageID for asynchronous request | MrArmonius | 2021-08-16 | 1 | -14/+19 |
| | | | | | | | | | | ID is stored in the session with the type `uint32` Correction javascript For the `for loop`, we need don't forget than know we have in format `JSON` the response: `search:{..}, id:0` For the id, don't forget to change the global value of `JS`. | ||||
* | New HTML Directory | MrArmonius | 2021-08-16 | 1 | -7/+9 |
| | |||||
* | Little JS to find the users with visibility = all | MrArmonius | 2021-08-16 | 1 | -0/+36 |