aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* 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