aboutsummaryrefslogtreecommitdiff
path: root/static
Commit message (Collapse)AuthorAgeFilesLines
* WIP templatesQuentin Dufour2023-04-183-5/+14
|
* show everyone in the directory page by defaultshow-everyone-by-defaultdarkgallium2021-08-181-16/+14
|
* Fix directory searchingAlex Auvolat2021-08-161-40/+13
|
* Improve profile editing page & photo uploadingAdd_DirectoryAlex Auvolat2021-08-161-0/+0
|
* Correction Review AlexMrArmonius2021-08-161-7/+7
| | | | Change json Identifiant to ID
* Add profile image front-end and back-endMrArmonius2021-08-163-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 ClientMrArmonius2021-08-161-9/+7
| | | | | | Remove commentary code Correct Empty answer
* Add Description and visibility attributesMrArmonius2021-08-161-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 requestMrArmonius2021-08-161-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 DirectoryMrArmonius2021-08-161-7/+9
|
* Little JS to find the users with visibility = allMrArmonius2021-08-161-0/+36
|
* Fix @ symbol on the login pageMrArmonius2021-07-011-0/+4
|
* Implement logoutAlex Auvolat2020-02-091-6/+0
|
* Integrate Bootstrap CSSAlex Auvolat2020-02-092-0/+7
|
* Implement loginAlex Auvolat2020-02-091-0/+6