Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Description and visibility attributes | MrArmonius | 2021-08-16 | 6 | -5/+32 |
| | | | | | | | | | | | | 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 request | MrArmonius | 2021-08-16 | 3 | -21/+53 |
| | | | | | | | | | | 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`. | ||||
* | New HTML Directory | MrArmonius | 2021-08-16 | 4 | -7/+44 |
| | |||||
* | Add Route + file Directory.go | MrArmonius | 2021-08-16 | 2 | -0/+80 |
| | |||||
* | Little JS to find the users with visibility = all | MrArmonius | 2021-08-16 | 1 | -0/+36 |
| | |||||
* | Cleanup code in admin.go | Alex Auvolat | 2021-08-16 | 2 | -91/+125 |
| | |||||
* | Add Datalist to help search users or group in LDAP admin page | MrArmonius | 2021-07-22 | 2 | -48/+75 |
| | |||||
* | Fix @ symbol on the login page | MrArmonius | 2021-07-01 | 2 | -1/+5 |
| | |||||
* | Fix deadlink "the directory" at the the end of READMEfix_deadlink_in_README | MrArmonius | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| |