aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* mailing list: ability to add guest usersAlex Auvolat2023-02-081-7/+9
|
* First iteration on mailing list administration interfaceAlex Auvolat2023-02-081-5/+9
|
* Make repo into a Nix flakeAlex Auvolat2022-12-011-3/+10
|
* Fix directory searchingAlex Auvolat2021-08-161-1/+1
|
* Improve profile editing page & photo uploadingAdd_DirectoryAlex Auvolat2021-08-161-9/+19
|
* Fail when no config file is given, add example in repoAlex Auvolat2021-08-161-28/+2
|
* Correction Review AlexMrArmonius2021-08-161-7/+6
| | | | Change json Identifiant to ID
* Add profile image front-end and back-endMrArmonius2021-08-161-1/+7
| | | | | | | 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-1/+1
| | | | | | | | | | | | 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-0/+3
| | | | | | | | | | 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/+3
|
* Invitation mechanism with codes etcAlex Auvolat2020-02-141-22/+44
|
* Mechanism to create new accountAlex Auvolat2020-02-141-7/+13
|
* Prettier message when wrong username or password on loginAlex Auvolat2020-02-121-4/+13
|
* Refactor is_admin checkAlex Auvolat2020-02-121-21/+19
|
* Fix several group membership issueAlex Auvolat2020-02-111-6/+10
| | | | | | TODO: - check for other wrong uses of GetAttributeValue(s) - refactor is_admin check
* ContainerizeAlex Auvolat2020-02-101-40/+36
|
* Better tools for initial setupAlex Auvolat2020-02-101-10/+33
|
* Apply go fmtAlex Auvolat2020-02-091-5/+5
|
* Add form to create objectsAlex Auvolat2020-02-091-0/+1
|
* LDAP modification formAlex Auvolat2020-02-091-9/+15
|
* User listAlex Auvolat2020-02-091-0/+4
|
* Split out profile editing in profile.goAlex Auvolat2020-02-091-108/+18
|
* Do not always show invite and admin linksAlex Auvolat2020-02-091-20/+43
|
* Password changeAlex Auvolat2020-02-091-0/+45
|
* Profile modifyAlex Auvolat2020-02-091-6/+116
|
* Implement logoutAlex Auvolat2020-02-091-42/+77
|
* Integrate Bootstrap CSSAlex Auvolat2020-02-091-2/+2
|
* Implement loginAlex Auvolat2020-02-091-7/+129
|
* Config file logicAlex Auvolat2020-02-091-10/+73
|
* First commitAlex Auvolat2020-02-091-0/+30