aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bridged Guichet (built directly with Go) with the integration docker-composeintegrationAdrien2023-03-274-4/+44
|
* added integration folder with a docker compose file and some explanationAdrien2023-03-273-0/+40
|
* mailing list: ability to add guest usersAlex Auvolat2023-02-086-30/+139
|
* First iteration on mailing list administration interfaceAlex Auvolat2023-02-0812-53/+345
|
* Slight improvements to admin viewAlex Auvolat2023-02-082-8/+30
|
* Drone build with NixAlex Auvolat2022-12-021-6/+19
|
* Add missing nix dependencyAlex Auvolat2022-12-011-5/+5
|
* Make repo into a Nix flakeAlex Auvolat2022-12-0111-19/+258
|
* Inclusive + Fix checks + Fix SSHAbetter_loginQuentin Dufour2022-07-1910-69/+70
|
* Remove a too strict check from admin interfaceQuentin Dufour2021-09-141-2/+0
|
* Fix typo in config exampleQuentin Dufour2021-09-101-1/+1
|
* show everyone in the directory page by defaultshow-everyone-by-defaultdarkgallium2021-08-183-18/+22
|
* remove useless newlineAlex Auvolat2021-08-161-1/+0
|
* go fmtAlex Auvolat2021-08-161-10/+10
|
* Fix directory searchingAlex Auvolat2021-08-167-117/+110
|
* Improve profile editing page & photo uploadingAdd_DirectoryAlex Auvolat2021-08-167-141/+150
|
* Fail when no config file is given, add example in repoAlex Auvolat2021-08-162-28/+30
|
* Correction Review AlexMrArmonius2021-08-165-95/+61
| | | | Change json Identifiant to ID
* Add profile image front-end and back-endMrArmonius2021-08-1611-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 ClientMrArmonius2021-08-162-23/+31
| | | | | | Remove commentary code Correct Empty answer
* Add Description and visibility attributesMrArmonius2021-08-166-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 requestMrArmonius2021-08-163-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 DirectoryMrArmonius2021-08-164-7/+44
|
* Add Route + file Directory.goMrArmonius2021-08-162-0/+80
|
* Little JS to find the users with visibility = allMrArmonius2021-08-161-0/+36
|
* Cleanup code in admin.goAlex Auvolat2021-08-162-91/+125
|
* Add Datalist to help search users or group in LDAP admin pageMrArmonius2021-07-222-48/+75
|
* Fix @ symbol on the login pageMrArmonius2021-07-012-1/+5
|
* Fix deadlink "the directory" at the the end of READMEfix_deadlink_in_READMEMrArmonius2021-07-011-1/+1
|
* Add Drone CI signatureAlex Auvolat2021-04-051-0/+6
|
* Drone badge for branch mainAlex Auvolat2021-04-051-1/+1
|
* add Drone CIHEADmasterAlex Auvolat2021-02-242-0/+9
|
* Fix Deuxfleurs linkAlex Auvolat2020-03-111-1/+1
|
* Fix linkAlex Auvolat2020-02-281-2/+2
|
* Complete READMEAlex Auvolat2020-02-282-3/+783
|
* Use Argon2 hash functionAlex Auvolat2020-02-155-9/+14
|
* Remember who invited whoAlex Auvolat2020-02-142-6/+25
|
* Remove annoying error messageAlex Auvolat2020-02-142-6/+4
|
* Add SSL certs to container for SMTP STARTTLSAlex Auvolat2020-02-142-1/+6
|
* Update docker image versionAlex Auvolat2020-02-141-1/+1
|
* Fix code generation form templateAlex Auvolat2020-02-141-7/+12
|
* Invitation mechanism with codes etcAlex Auvolat2020-02-141-1/+1
|
* Invitation mechanism with codes etcAlex Auvolat2020-02-149-32/+328
|
* Mechanism to create new accountAlex Auvolat2020-02-145-11/+246
|
* Update Docker imageAlex Auvolat2020-02-121-1/+1
|
* Prettier message when wrong username or password on loginAlex Auvolat2020-02-122-4/+19
|
* Use more appropriate `description` instead of `displayname` for everything ↵Alex Auvolat2020-02-124-38/+59
| | | | except users
* Refactor is_admin checkAlex Auvolat2020-02-124-38/+24
|
* Disable email modification in user profileAlex Auvolat2020-02-113-9/+7
|
* Rebuild Docker containerAlex Auvolat2020-02-111-1/+1
|