Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bridged Guichet (built directly with Go) with the integration docker-composeintegration | Adrien | 2023-03-27 | 4 | -4/+44 |
| | |||||
* | added integration folder with a docker compose file and some explanation | Adrien | 2023-03-27 | 3 | -0/+40 |
| | |||||
* | mailing list: ability to add guest users | Alex Auvolat | 2023-02-08 | 6 | -30/+139 |
| | |||||
* | First iteration on mailing list administration interface | Alex Auvolat | 2023-02-08 | 12 | -53/+345 |
| | |||||
* | Slight improvements to admin view | Alex Auvolat | 2023-02-08 | 2 | -8/+30 |
| | |||||
* | Drone build with Nix | Alex Auvolat | 2022-12-02 | 1 | -6/+19 |
| | |||||
* | Add missing nix dependency | Alex Auvolat | 2022-12-01 | 1 | -5/+5 |
| | |||||
* | Make repo into a Nix flake | Alex Auvolat | 2022-12-01 | 11 | -19/+258 |
| | |||||
* | Inclusive + Fix checks + Fix SSHAbetter_login | Quentin Dufour | 2022-07-19 | 10 | -69/+70 |
| | |||||
* | Remove a too strict check from admin interface | Quentin Dufour | 2021-09-14 | 1 | -2/+0 |
| | |||||
* | Fix typo in config example | Quentin Dufour | 2021-09-10 | 1 | -1/+1 |
| | |||||
* | show everyone in the directory page by defaultshow-everyone-by-default | darkgallium | 2021-08-18 | 3 | -18/+22 |
| | |||||
* | remove useless newline | Alex Auvolat | 2021-08-16 | 1 | -1/+0 |
| | |||||
* | go fmt | Alex Auvolat | 2021-08-16 | 1 | -10/+10 |
| | |||||
* | Fix directory searching | Alex Auvolat | 2021-08-16 | 7 | -117/+110 |
| | |||||
* | Improve profile editing page & photo uploadingAdd_Directory | Alex Auvolat | 2021-08-16 | 7 | -141/+150 |
| | |||||
* | Fail when no config file is given, add example in repo | Alex Auvolat | 2021-08-16 | 2 | -28/+30 |
| | |||||
* | Correction Review Alex | MrArmonius | 2021-08-16 | 5 | -95/+61 |
| | | | | Change json Identifiant to ID | ||||
* | Add profile image front-end and back-end | MrArmonius | 2021-08-16 | 11 | -17/+350 |
| | | | | | | | Correct when empty result The image showed when the result was empty. Now if the `dn == ""` then we write in the column image just `""` | ||||
* | Message ID send from Client | MrArmonius | 2021-08-16 | 2 | -23/+31 |
| | | | | | | Remove commentary code Correct Empty answer | ||||
* | 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 |
| |