Commit graph

50 commits

Author SHA1 Message Date
ccb628df39 Fixed Change Password Bug 2023-07-25 21:35:22 +02:00
4bd314864c G Pas 2023-07-23 12:00:02 +02:00
14a446df71 Adding LDAPS with newuser permissions OK 2023-07-23 08:22:09 +02:00
a55edcbbe1 Implementing Activate User 2023-07-21 07:40:24 +02:00
81c207ae28 Implementing Activate User 2023-07-21 07:24:42 +02:00
e9adb8d0c0 Refactoring into admin.go activate 2023-07-21 06:51:56 +02:00
ade1fada32 Refactoring into view 2023-07-21 06:37:18 +02:00
e4cc8e9db3 Front-End Stuff 2023-07-21 06:23:03 +02:00
Chris Mann
fd6d186c06 State in production 2023-07-20 10:21:51 +02:00
Chris Mann
57dc8aa2bb State in production 2023-07-18 16:09:10 +02:00
684b62ad91 Personalisation pour lesgrandsvoisins 2023-07-18 15:59:46 +02:00
7bee9941d3 Personalisation pour lesgrandsvoisins 2023-07-18 15:40:01 +02:00
Chris Mann
5a7d32de13 Cosmetic changes 2023-07-17 11:18:21 +02:00
Chris Mann
9e3b172227 Working state in production 2023-07-17 10:19:01 +02:00
83ed187dbc
reformat code 2023-04-19 15:07:46 +02:00
ddb1ca205a
bind website page 2023-04-19 12:17:27 +02:00
bdb9af5a26
Garage key page info 2023-04-19 11:36:13 +02:00
24600c8787
add dependency to garage 2023-04-18 22:45:04 +02:00
37b7694910
WIP templates 2023-04-18 19:37:51 +02:00
f77697f501 mailing list: ability to add guest users 2023-02-08 16:46:13 +01:00
670123df38 First iteration on mailing list administration interface 2023-02-08 13:11:43 +01:00
5eed8fa506
Make repo into a Nix flake 2022-12-01 23:25:26 +01:00
01bf4aa522
Fix directory searching 2021-08-16 16:27:20 +02:00
e94bd728ec
Improve profile editing page & photo uploading 2021-08-16 15:30:14 +02:00
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
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
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
b1ce932cd6
Add Route + file Directory.go 2021-08-16 12:54:08 +02:00
151a31a425 Invitation mechanism with codes etc 2020-02-14 21:58:34 +01:00
768f2de916 Mechanism to create new account 2020-02-14 19:11:16 +01:00
721eda63f8 Prettier message when wrong username or password on login 2020-02-12 16:02:42 +01:00
3fbbe61a46 Refactor is_admin check 2020-02-12 00:13:24 +01:00
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
9a6e24aea0 Containerize 2020-02-10 15:26:02 +01:00
e2e8a443ae Better tools for initial setup 2020-02-10 15:26:02 +01:00
a85ffdfc80 Apply go fmt 2020-02-09 23:04:37 +01:00
fa96e61d75 Add form to create objects 2020-02-09 23:04:27 +01:00
43825b1bbc LDAP modification form 2020-02-09 22:06:33 +01:00
1322220439 User list 2020-02-09 18:28:42 +01:00
e9140c5a66 Split out profile editing in profile.go 2020-02-09 18:03:10 +01:00
edc75d18b7 Do not always show invite and admin links 2020-02-09 17:52:48 +01:00
27a411fe69 Password change 2020-02-09 17:45:22 +01:00
6297981c3b Profile modify 2020-02-09 17:35:16 +01:00
ebb7553cc8 Implement logout 2020-02-09 16:46:26 +01:00
3fe43f85ae Integrate Bootstrap CSS 2020-02-09 16:19:55 +01:00
e72034c430 Implement login 2020-02-09 15:44:18 +01:00
8f5ab6cab3 Config file logic 2020-02-09 15:01:20 +01:00
d12afb8a15 First commit 2020-02-09 14:46:52 +01:00