Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format | Quentin Dufour | 2023-09-26 | 1 | -12/+11 |
| | |||||
* | done with APIapi | Quentin Dufour | 2023-09-25 | 1 | -1/+2 |
| | |||||
* | heavy refactor in progress | Quentin Dufour | 2023-09-25 | 1 | -5/+5 |
| | |||||
* | WIP refactor (broken templates) | Quentin Dufour | 2023-09-25 | 1 | -177/+21 |
| | |||||
* | add a cli feature | Quentin Dufour | 2023-09-25 | 1 | -2/+20 |
| | |||||
* | basic logic for switching alias from local/global | Quentin Dufour | 2023-09-15 | 1 | -1/+1 |
| | |||||
* | WIP auth API | Quentin Dufour | 2023-09-15 | 1 | -3/+2 |
| | |||||
* | extract "build DN logic" | Quentin Dufour | 2023-09-15 | 1 | -4/+13 |
| | |||||
* | reformat code | Quentin Dufour | 2023-04-19 | 1 | -13/+13 |
| | |||||
* | bind website page | Quentin Dufour | 2023-04-19 | 1 | -1/+6 |
| | |||||
* | Garage key page info | Quentin Dufour | 2023-04-19 | 1 | -0/+1 |
| | |||||
* | add dependency to garage | Quentin Dufour | 2023-04-18 | 1 | -0/+3 |
| | |||||
* | WIP templates | Quentin Dufour | 2023-04-18 | 1 | -0/+5 |
| | |||||
* | mailing list: ability to add guest users | Alex Auvolat | 2023-02-08 | 1 | -7/+9 |
| | |||||
* | First iteration on mailing list administration interface | Alex Auvolat | 2023-02-08 | 1 | -5/+9 |
| | |||||
* | Make repo into a Nix flake | Alex Auvolat | 2022-12-01 | 1 | -3/+10 |
| | |||||
* | Fix directory searching | Alex Auvolat | 2021-08-16 | 1 | -1/+1 |
| | |||||
* | Improve profile editing page & photo uploadingAdd_Directory | Alex Auvolat | 2021-08-16 | 1 | -9/+19 |
| | |||||
* | Fail when no config file is given, add example in repo | Alex Auvolat | 2021-08-16 | 1 | -28/+2 |
| | |||||
* | Correction Review Alex | MrArmonius | 2021-08-16 | 1 | -7/+6 |
| | | | | Change json Identifiant to ID | ||||
* | Add profile image front-end and back-end | MrArmonius | 2021-08-16 | 1 | -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 attributes | MrArmonius | 2021-08-16 | 1 | -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 request | MrArmonius | 2021-08-16 | 1 | -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.go | MrArmonius | 2021-08-16 | 1 | -0/+3 |
| | |||||
* | Invitation mechanism with codes etc | Alex Auvolat | 2020-02-14 | 1 | -22/+44 |
| | |||||
* | Mechanism to create new account | Alex Auvolat | 2020-02-14 | 1 | -7/+13 |
| | |||||
* | Prettier message when wrong username or password on login | Alex Auvolat | 2020-02-12 | 1 | -4/+13 |
| | |||||
* | Refactor is_admin check | Alex Auvolat | 2020-02-12 | 1 | -21/+19 |
| | |||||
* | Fix several group membership issue | Alex Auvolat | 2020-02-11 | 1 | -6/+10 |
| | | | | | | TODO: - check for other wrong uses of GetAttributeValue(s) - refactor is_admin check | ||||
* | Containerize | Alex Auvolat | 2020-02-10 | 1 | -40/+36 |
| | |||||
* | Better tools for initial setup | Alex Auvolat | 2020-02-10 | 1 | -10/+33 |
| | |||||
* | Apply go fmt | Alex Auvolat | 2020-02-09 | 1 | -5/+5 |
| | |||||
* | Add form to create objects | Alex Auvolat | 2020-02-09 | 1 | -0/+1 |
| | |||||
* | LDAP modification form | Alex Auvolat | 2020-02-09 | 1 | -9/+15 |
| | |||||
* | User list | Alex Auvolat | 2020-02-09 | 1 | -0/+4 |
| | |||||
* | Split out profile editing in profile.go | Alex Auvolat | 2020-02-09 | 1 | -108/+18 |
| | |||||
* | Do not always show invite and admin links | Alex Auvolat | 2020-02-09 | 1 | -20/+43 |
| | |||||
* | Password change | Alex Auvolat | 2020-02-09 | 1 | -0/+45 |
| | |||||
* | Profile modify | Alex Auvolat | 2020-02-09 | 1 | -6/+116 |
| | |||||
* | Implement logout | Alex Auvolat | 2020-02-09 | 1 | -42/+77 |
| | |||||
* | Integrate Bootstrap CSS | Alex Auvolat | 2020-02-09 | 1 | -2/+2 |
| | |||||
* | Implement login | Alex Auvolat | 2020-02-09 | 1 | -7/+129 |
| | |||||
* | Config file logic | Alex Auvolat | 2020-02-09 | 1 | -10/+73 |
| | |||||
* | First commit | Alex Auvolat | 2020-02-09 | 1 | -0/+30 |