Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show everyone in the directory page by defaultshow-everyone-by-default | darkgallium | 2021-08-18 | 1 | -16/+14 |
| | |||||
* | Fix directory searching | Alex Auvolat | 2021-08-16 | 1 | -40/+13 |
| | |||||
* | Improve profile editing page & photo uploadingAdd_Directory | Alex Auvolat | 2021-08-16 | 1 | -0/+0 |
| | |||||
* | Correction Review Alex | MrArmonius | 2021-08-16 | 1 | -7/+7 |
| | | | | Change json Identifiant to ID | ||||
* | Add profile image front-end and back-end | MrArmonius | 2021-08-16 | 3 | -4/+15 |
| | | | | | | | Correct when empty result The image showed when the result was empty. Now if the `dn == ""` then we write in the column image just `""` | ||||
* | Message ID send from Client | MrArmonius | 2021-08-16 | 1 | -9/+7 |
| | | | | | | Remove commentary code Correct Empty answer | ||||
* | 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 |
| | |||||
* | Fix @ symbol on the login page | MrArmonius | 2021-07-01 | 1 | -0/+4 |
| | |||||
* | Implement logout | Alex Auvolat | 2020-02-09 | 1 | -6/+0 |
| | |||||
* | Integrate Bootstrap CSS | Alex Auvolat | 2020-02-09 | 2 | -0/+7 |
| | |||||
* | Implement login | Alex Auvolat | 2020-02-09 | 1 | -0/+6 |