Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix @ symbol on the login pagefix_at_sign_login | MrArmonius | 2021-07-01 | 2 | -1/+5 |
| | |||||
* | Add Drone CI signature | Alex Auvolat | 2021-04-05 | 1 | -0/+6 |
| | |||||
* | Drone badge for branch main | Alex Auvolat | 2021-04-05 | 1 | -1/+1 |
| | |||||
* | add Drone CIHEADmaster | Alex Auvolat | 2021-02-24 | 2 | -0/+9 |
| | |||||
* | Fix Deuxfleurs link | Alex Auvolat | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | Fix link | Alex Auvolat | 2020-02-28 | 1 | -2/+2 |
| | |||||
* | Complete README | Alex Auvolat | 2020-02-28 | 2 | -3/+783 |
| | |||||
* | Use Argon2 hash function | Alex Auvolat | 2020-02-15 | 5 | -9/+14 |
| | |||||
* | Remember who invited who | Alex Auvolat | 2020-02-14 | 2 | -6/+25 |
| | |||||
* | Remove annoying error message | Alex Auvolat | 2020-02-14 | 2 | -6/+4 |
| | |||||
* | Add SSL certs to container for SMTP STARTTLS | Alex Auvolat | 2020-02-14 | 2 | -1/+6 |
| | |||||
* | Update docker image version | Alex Auvolat | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Fix code generation form template | Alex Auvolat | 2020-02-14 | 1 | -7/+12 |
| | |||||
* | Invitation mechanism with codes etc | Alex Auvolat | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Invitation mechanism with codes etc | Alex Auvolat | 2020-02-14 | 9 | -32/+328 |
| | |||||
* | Mechanism to create new account | Alex Auvolat | 2020-02-14 | 5 | -11/+246 |
| | |||||
* | Update Docker image | Alex Auvolat | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | Prettier message when wrong username or password on login | Alex Auvolat | 2020-02-12 | 2 | -4/+19 |
| | |||||
* | Use more appropriate `description` instead of `displayname` for everything ↵ | Alex Auvolat | 2020-02-12 | 4 | -38/+59 |
| | | | | except users | ||||
* | Refactor is_admin check | Alex Auvolat | 2020-02-12 | 4 | -38/+24 |
| | |||||
* | Disable email modification in user profile | Alex Auvolat | 2020-02-11 | 3 | -9/+7 |
| | |||||
* | Rebuild Docker container | Alex Auvolat | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | Fix several group membership issue | Alex Auvolat | 2020-02-11 | 2 | -9/+18 |
| | | | | | | TODO: - check for other wrong uses of GetAttributeValue(s) - refactor is_admin check | ||||
* | Add nomad hcl example | Alex Auvolat | 2020-02-10 | 1 | -0/+62 |
| | |||||
* | Containerize | Alex Auvolat | 2020-02-10 | 7 | -67/+89 |
| | |||||
* | A true arobase symbol | Alex Auvolat | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | Better tools for initial setup | Alex Auvolat | 2020-02-10 | 5 | -22/+73 |
| | |||||
* | Make some values non deletable | Alex Auvolat | 2020-02-10 | 2 | -5/+16 |
| | |||||
* | Fix creation form | Alex Auvolat | 2020-02-10 | 1 | -3/+5 |
| | |||||
* | Minor UI changes | Alex Auvolat | 2020-02-10 | 6 | -13/+30 |
| | |||||
* | Addresse exemple | Alex Auvolat | 2020-02-09 | 1 | -1/+1 |
| | |||||
* | Add README (empty) | Alex Auvolat | 2020-02-09 | 1 | -0/+20 |
| | |||||
* | Ability to delete an object | Alex Auvolat | 2020-02-09 | 2 | -20/+48 |
| | |||||
* | Add breadcrumbs; stuff | Alex Auvolat | 2020-02-09 | 3 | -8/+49 |
| | |||||
* | Apply go fmt | Alex Auvolat | 2020-02-09 | 2 | -45/+44 |
| | |||||
* | Add form to create objects | Alex Auvolat | 2020-02-09 | 4 | -0/+133 |
| | |||||
* | Also show groups/members when none are present for some object classes | Alex Auvolat | 2020-02-09 | 2 | -12/+39 |
| | |||||
* | Add/remove from groups | Alex Auvolat | 2020-02-09 | 2 | -51/+183 |
| | |||||
* | LDAP modification form | Alex Auvolat | 2020-02-09 | 8 | -23/+466 |
| | |||||
* | Uniformize templates | Alex Auvolat | 2020-02-09 | 6 | -51/+58 |
| | |||||
* | User list | Alex Auvolat | 2020-02-09 | 6 | -3/+115 |
| | |||||
* | Split out profile editing in profile.go | Alex Auvolat | 2020-02-09 | 2 | -108/+125 |
| | |||||
* | Do not always show invite and admin links | Alex Auvolat | 2020-02-09 | 2 | -31/+58 |
| | |||||
* | Appearance tweak | Alex Auvolat | 2020-02-09 | 1 | -4/+5 |
| | |||||
* | Password change | Alex Auvolat | 2020-02-09 | 7 | -30/+160 |
| | |||||
* | Profile modify | Alex Auvolat | 2020-02-09 | 3 | -11/+181 |
| | |||||
* | Implement logout | Alex Auvolat | 2020-02-09 | 5 | -59/+112 |
| | |||||
* | Integrate Bootstrap CSS | Alex Auvolat | 2020-02-09 | 5 | -3/+18 |
| | |||||
* | Implement login | Alex Auvolat | 2020-02-09 | 6 | -8/+171 |
| | |||||
* | Config file logic | Alex Auvolat | 2020-02-09 | 2 | -10/+74 |
| |