aboutsummaryrefslogtreecommitdiff
path: root/profile.go
Commit message (Collapse)AuthorAgeFilesLines
* First iteration on mailing list administration interfaceAlex Auvolat2023-02-081-1/+1
|
* Make repo into a Nix flakeAlex Auvolat2022-12-011-3/+2
|
* Inclusive + Fix checks + Fix SSHAbetter_loginQuentin Dufour2022-07-191-5/+10
|
* Improve profile editing page & photo uploadingAdd_DirectoryAlex Auvolat2021-08-161-17/+18
|
* Correction Review AlexMrArmonius2021-08-161-4/+4
| | | | Change json Identifiant to ID
* Add profile image front-end and back-endMrArmonius2021-08-161-3/+22
| | | | | | | Correct when empty result The image showed when the result was empty. Now if the `dn == ""` then we write in the column image just `""`
* Add Description and visibility attributesMrArmonius2021-08-161-0/+8
| | | | | | | | | | | | 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>`
* Disable email modification in user profileAlex Auvolat2020-02-111-7/+5
|
* Better tools for initial setupAlex Auvolat2020-02-101-4/+4
|
* Uniformize templatesAlex Auvolat2020-02-091-5/+8
|
* Split out profile editing in profile.goAlex Auvolat2020-02-091-0/+107