aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* done with APIapiQuentin Dufour2023-09-256-160/+108
|
* patch and delete with quota are now implementedQuentin Dufour2023-09-255-64/+210
|
* heavy refactor in progressQuentin Dufour2023-09-258-157/+335
|
* fix some templatesQuentin Dufour2023-09-255-17/+17
|
* WIP refactor (broken templates)Quentin Dufour2023-09-2511-455/+534
|
* add a cli featureQuentin Dufour2023-09-255-7/+72
|
* basic logic for switching alias from local/globalQuentin Dufour2023-09-153-15/+182
|
* specQuentin Dufour2023-09-151-0/+29
|
* Implemented new authenticationQuentin Dufour2023-09-151-11/+21
|
* split LDAP and S3Quentin Dufour2023-09-151-6/+13
|
* WIP auth APIQuentin Dufour2023-09-152-3/+116
|
* extract "build DN logic"Quentin Dufour2023-09-151-4/+13
|
* Merge pull request 'Manage Garage Websites from Guichet' (#19) from website ↵Quentin2023-04-1917-33/+1129
|\ | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/guichet/pulls/19
| * reformat codeQuentin Dufour2023-04-192-197/+197
| |
| * fix buildQuentin Dufour2023-04-191-0/+2
| |
| * bind templateswebsiteQuentin Dufour2023-04-195-15/+172
| |
| * bind website pageQuentin Dufour2023-04-193-5/+26
| |
| * Garage key page infoQuentin Dufour2023-04-193-14/+81
| |
| * add dependency to garageQuentin Dufour2023-04-185-7/+400
| |
| * all templates are okQuentin Dufour2023-04-184-2/+109
| |
| * WIP templatesQuentin Dufour2023-04-1812-24/+373
|/
* Merge pull request 'added integration folder with a docker compose file and ↵Alex2023-03-315-0/+80
|\ | | | | | | | | | | some explanation' (#18) from integration into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/guichet/pulls/18
| * 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
|