Commit graph

83 commits

Author SHA1 Message Date
Chris Mann 2ec01a38c5 Design 2023-07-21 16:04:59 +02:00
Chris Mann a05c236bbb Design 2023-07-21 16:03:43 +02:00
Chris Mann b0e6e26615 Design 2023-07-21 16:01:30 +02:00
Chris Mann 9c06ea7309 Design 2023-07-21 15:59:45 +02:00
Chris Mann 2be1692dd2 Design 2023-07-21 15:55:52 +02:00
Chris Mann 443a272a5e Design 2023-07-21 15:54:17 +02:00
Chris Mann 7eca6af0c2 Design 2023-07-21 15:50:53 +02:00
Chris Mann 2efc7b4358 Design 2023-07-21 15:40:14 +02:00
Chris Mann 4dda9c91cb Implementing Activate User 2023-07-21 09:41:30 +02:00
Chris Mann 891f18f009 Implementing Activate User 2023-07-21 09:13:17 +02:00
Chris Mann 25bc508425 Implementing Activate User 2023-07-21 08:00:47 +02:00
Chris Mann ab7d002c95 Implementing Activate User 2023-07-21 07:58:45 +02:00
Chris Mann 3418755b4d Implementing Activate User 2023-07-21 07:52:22 +02:00
Chris Mann fd85548bda Implementing Activate User 2023-07-21 07:43:59 +02:00
Chris Mann a55edcbbe1 Implementing Activate User 2023-07-21 07:40:24 +02:00
Chris Mann e44b81729a Implementing Activate User 2023-07-21 07:38:12 +02:00
Chris Mann f00f59ce0b Implementing Activate User 2023-07-21 07:33:43 +02:00
Chris Mann 81c207ae28 Implementing Activate User 2023-07-21 07:24:42 +02:00
Chris Mann acacc82903 Refactoring into admin.go activate 2023-07-21 07:00:35 +02:00
Chris Mann 61c7d96cc8 Refactoring into admin.go activate 2023-07-21 06:58:43 +02:00
Chris Mann 240626aab4 Refactoring into admin.go activate 2023-07-21 06:55:54 +02:00
Chris Mann e9adb8d0c0 Refactoring into admin.go activate 2023-07-21 06:51:56 +02:00
Chris Mann 4b014552a2 Front-End Stuff 2023-07-20 20:06:25 +02:00
Chris Mann daf1a42ed6 Front-End Stuff 2023-07-20 20:05:13 +02:00
Chris Mann d3bf04be03 Front-End Stuff 2023-07-20 19:43:52 +02:00
Chris Mann b278b42b01 Front-End Stuff 2023-07-20 17:55:03 +02:00
Chris Mann c55d1c7bbe Front-End Stuff 2023-07-20 17:52:16 +02:00
Chris Mann a415ea4a96 Trying a utility file 2023-07-20 13:46:32 +02:00
Chris Mann 8291e9b607 Modification on dev computer 2023-07-20 10:22:41 +02:00
Chris Mann 50e13f4ac3 Personalization 2023-07-19 07:54:28 +02:00
Chris Mann 57dc8aa2bb State in production 2023-07-18 16:09:10 +02:00
Chris Mann 7bee9941d3 Personalisation pour lesgrandsvoisins 2023-07-18 15:40:01 +02:00
Chris Mann 5a84380979 Imposition of email format 2023-07-17 12:15:13 +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
Quentin 1f34547a4c
bind templates 2023-04-19 14:58:39 +02:00
Quentin ddb1ca205a
bind website page 2023-04-19 12:17:27 +02:00
Quentin bdb9af5a26
Garage key page info 2023-04-19 11:36:13 +02:00
Quentin e77b9ebd9c
all templates are ok 2023-04-18 22:09:56 +02:00
Quentin 37b7694910
WIP templates 2023-04-18 19:37:51 +02:00
Alex f77697f501 mailing list: ability to add guest users 2023-02-08 16:46:13 +01:00
Alex 670123df38 First iteration on mailing list administration interface 2023-02-08 13:11:43 +01:00
Alex cd41532572 Slight improvements to admin view 2023-02-08 11:58:46 +01:00
Quentin 3c846b6a59
Inclusive + Fix checks + Fix SSHA 2022-07-19 10:35:14 +02:00
darkgallium 59c29e9c76 show everyone in the directory page by default 2021-08-18 12:44:44 +02:00
Alex a187ae72cb
remove useless newline 2021-08-16 16:31:04 +02:00
Alex 01bf4aa522
Fix directory searching 2021-08-16 16:27:20 +02:00
Alex e94bd728ec
Improve profile editing page & photo uploading 2021-08-16 15:30:14 +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