aboutsummaryrefslogtreecommitdiff
path: root/directory.go
Commit message (Collapse)AuthorAgeFilesLines
* WIP refactor (broken templates)Quentin Dufour2023-09-251-5/+5
|
* Make repo into a Nix flakeAlex Auvolat2022-12-011-2/+2
|
* show everyone in the directory page by defaultshow-everyone-by-defaultdarkgallium2021-08-181-2/+3
|
* go fmtAlex Auvolat2021-08-161-10/+10
|
* Fix directory searchingAlex Auvolat2021-08-161-47/+56
|
* Improve profile editing page & photo uploadingAdd_DirectoryAlex Auvolat2021-08-161-2/+11
|
* Correction Review AlexMrArmonius2021-08-161-13/+8
| | | | Change json Identifiant to ID
* Add profile image front-end and back-endMrArmonius2021-08-161-5/+0
| | | | | | | 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-14/+24
| | | | | | Remove commentary code Correct Empty answer
* Add Description and visibility attributesMrArmonius2021-08-161-4/+6
| | | | | | | | | | | | 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-7/+31
| | | | | | | | | | 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`.
* Add Route + file Directory.goMrArmonius2021-08-161-0/+77