Commit Graph

70 Commits

Author SHA1 Message Date
Quentin 216e175eaf
Remove a too strict check from admin interface
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2021-09-14 10:07:46 +02:00
Quentin d26f5670bd
Fix typo in config example
continuous-integration/drone/push Build is passing Details
2021-09-10 18:31:50 +02:00
darkgallium 59c29e9c76 show everyone in the directory page by default
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2021-08-18 12:44:44 +02:00
Alex a187ae72cb
remove useless newline
continuous-integration/drone/pr Build is pending Details
continuous-integration/drone/push Build is passing Details
2021-08-16 16:31:04 +02:00
Alex b1316fb653
go fmt
continuous-integration/drone/push Build is pending Details
continuous-integration/drone/pr Build is pending Details
2021-08-16 16:28:42 +02:00
Alex 01bf4aa522
Fix directory searching
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-08-16 16:27:20 +02:00
Alex e94bd728ec
Improve profile editing page & photo uploading
continuous-integration/drone/push Build is pending Details
continuous-integration/drone/pr Build is pending Details
2021-08-16 15:30:14 +02:00
Alex 9e3279b9c0
Fail when no config file is given, add example in repo 2021-08-16 14:36:14 +02:00
MrArmonius f00702b51c
Correction Review Alex
continuous-integration/drone/push Build is pending Details
continuous-integration/drone/pr Build is pending Details
Change json Identifiant to ID
2021-08-16 12:54:08 +02:00
MrArmonius a2a484daba
Add profile image front-end and back-end
Correct when empty result

The image showed when the result was empty. Now if the `dn == ""` then we
write in the column image just `""`
2021-08-16 12:54:08 +02:00
MrArmonius 0ca6a159b2
Message ID send from Client
Remove commentary code

Correct Empty answer
2021-08-16 12:54:08 +02:00
MrArmonius 815e9bfe2a
Add Description and visibility attributes
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>`
2021-08-16 12:54:08 +02:00
MrArmonius cf4918e901
Add MessageID for asynchronous request
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`.
2021-08-16 12:54:08 +02:00
MrArmonius 819d7bf02f
New HTML Directory 2021-08-16 12:54:08 +02:00
MrArmonius b1ce932cd6
Add Route + file Directory.go 2021-08-16 12:54:08 +02:00
MrArmonius fa5476e963
Little JS to find the users with visibility = all 2021-08-16 12:54:08 +02:00
Alex 0a1ac27efb
Cleanup code in admin.go
continuous-integration/drone/push Build is pending Details
2021-08-16 12:53:35 +02:00
MrArmonius 3d7b4a9f68 Add Datalist to help search users or group in LDAP admin page
continuous-integration/drone/push Build is passing Details
2021-07-22 10:41:06 +02:00
MrArmonius 353f9600f3 Fix @ symbol on the login page
continuous-integration/drone/push Build is passing Details
2021-07-01 16:25:49 +02:00
MrArmonius 6c5398527e Fix deadlink "the directory" at the the end of README
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-07-01 14:41:26 +02:00
Alex bfeccfe191 Add Drone CI signature
continuous-integration/drone/push Build is passing Details
2021-04-05 12:22:43 +02:00
Alex d6f4be04c6 Drone badge for branch main
continuous-integration/drone/push Build is pending Details
2021-04-05 12:22:09 +02:00
Alex 662901496d add Drone CI
continuous-integration/drone/push Build encountered an error Details
2021-02-24 17:43:23 +01:00
Alex 036d574c9a Fix Deuxfleurs link 2020-03-11 08:51:33 +01:00
Alex 210753cf92 Fix link 2020-02-28 18:48:15 +01:00
Alex ddbe7eaf9d Complete README 2020-02-28 18:47:39 +01:00
Alex e1b5980f27 Use Argon2 hash function 2020-02-15 10:29:46 +01:00
Alex 193e28cf00 Remember who invited who 2020-02-14 22:51:12 +01:00
Alex d78ce5309a Remove annoying error message 2020-02-14 22:40:44 +01:00
Alex 9bfd7f8d51 Add SSL certs to container for SMTP STARTTLS 2020-02-14 22:38:02 +01:00
Alex 3dca3a2e33 Update docker image version 2020-02-14 22:25:49 +01:00
Alex c2f229f085 Fix code generation form template 2020-02-14 22:25:49 +01:00
Alex 244a2434e4 Invitation mechanism with codes etc 2020-02-14 22:25:49 +01:00
Alex 151a31a425 Invitation mechanism with codes etc 2020-02-14 21:58:34 +01:00
Alex 768f2de916 Mechanism to create new account 2020-02-14 19:11:16 +01:00
Alex ad00d0623e Update Docker image 2020-02-12 17:40:15 +01:00
Alex 721eda63f8 Prettier message when wrong username or password on login 2020-02-12 16:02:42 +01:00
Alex b3d6854d82 Use more appropriate `description` instead of `displayname` for everything except users 2020-02-12 15:54:17 +01:00
Alex 3fbbe61a46 Refactor is_admin check 2020-02-12 00:13:24 +01:00
Alex 7ca56ba8df Disable email modification in user profile 2020-02-11 23:24:53 +01:00
Alex 86bf6a131d Rebuild Docker container 2020-02-11 20:12:16 +01:00
Alex dc9b2bc458 Fix several group membership issue
TODO:
- check for other wrong uses of GetAttributeValue(s)
- refactor is_admin check
2020-02-11 20:10:47 +01:00
Alex 0dca53bca0 Add nomad hcl example 2020-02-10 17:44:53 +01:00
Alex 9a6e24aea0 Containerize 2020-02-10 15:26:02 +01:00
Alex 7ab5451a3f A true arobase symbol 2020-02-10 15:26:02 +01:00
Alex e2e8a443ae Better tools for initial setup 2020-02-10 15:26:02 +01:00
Alex 61a76f624d Make some values non deletable 2020-02-10 09:54:33 +01:00
Alex b194b5f7eb Fix creation form 2020-02-10 09:48:55 +01:00
Alex 9f891bdb9a Minor UI changes 2020-02-10 09:44:18 +01:00
Alex a6114cda7c Addresse exemple 2020-02-09 23:22:59 +01:00