706ff58a6f
format
2023-09-26 08:40:41 +02:00
d8633d7fb8
final
2023-09-26 08:40:30 +02:00
982bd8a43c
done with API
2023-09-25 23:00:57 +02:00
0828737573
patch and delete with quota are now implemented
2023-09-25 22:00:46 +02:00
bc368943a4
heavy refactor in progress
2023-09-25 19:07:07 +02:00
be97a1be58
fix some templates
2023-09-25 15:57:59 +02:00
c06f52837e
WIP refactor (broken templates)
2023-09-25 15:35:54 +02:00
d0ed765be7
add a cli feature
2023-09-25 10:27:49 +02:00
5b246ec86b
basic logic for switching alias from local/global
2023-09-15 18:25:37 +02:00
e876bdd663
spec
2023-09-15 14:59:23 +02:00
f8f417906a
Implemented new authentication
2023-09-15 14:43:55 +02:00
9c21c2e799
split LDAP and S3
2023-09-15 14:38:46 +02:00
74113fad49
WIP auth API
2023-09-15 14:32:44 +02:00
02e384f99e
extract "build DN logic"
2023-09-15 13:59:48 +02:00
1e75c21b65
Merge pull request 'Manage Garage Websites from Guichet' ( #19 ) from website into main
...
Reviewed-on: Deuxfleurs/guichet#19
2023-04-19 13:11:46 +00:00
83ed187dbc
reformat code
2023-04-19 15:07:46 +02:00
27efd5384b
fix build
2023-04-19 15:07:09 +02:00
1f34547a4c
bind templates
2023-04-19 14:58:39 +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
e77b9ebd9c
all templates are ok
2023-04-18 22:09:56 +02:00
37b7694910
WIP templates
2023-04-18 19:37:51 +02:00
02670ba6a6
Merge pull request 'added integration folder with a docker compose file and some explanation' ( #18 ) from integration into main
...
Reviewed-on: Deuxfleurs/guichet#18
2023-03-31 14:18:49 +00:00
5fb0139a3f
bridged Guichet (built directly with Go) with the integration docker-compose
2023-03-27 11:13:09 +02:00
9eaa4c068d
added integration folder with a docker compose file and some explanation
2023-03-27 10:34:52 +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
cd41532572
Slight improvements to admin view
2023-02-08 11:58:46 +01:00
ca41c481b1
Drone build with Nix
2022-12-02 12:16:27 +01:00
085a7cfd26
Add missing nix dependency
2022-12-01 23:26:41 +01:00
5eed8fa506
Make repo into a Nix flake
2022-12-01 23:25:26 +01:00
3c846b6a59
Inclusive + Fix checks + Fix SSHA
2022-07-19 10:35:14 +02:00
216e175eaf
Remove a too strict check from admin interface
2021-09-14 10:07:46 +02:00
d26f5670bd
Fix typo in config example
2021-09-10 18:31:50 +02:00
59c29e9c76
show everyone in the directory page by default
2021-08-18 12:44:44 +02:00
a187ae72cb
remove useless newline
2021-08-16 16:31:04 +02:00
b1316fb653
go fmt
2021-08-16 16:28:42 +02: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
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
0a1ac27efb
Cleanup code in admin.go
2021-08-16 12:53:35 +02:00