Valentin Tolmer
9a680a7d06
server: Add a debug log for LDAP messages
2021-11-08 09:31:29 +01:00
Valentin Tolmer
7345cc42d0
ldap: Add support for createTimestamp and modifyTimestamp
...
This should help with KeyCloak support.
2021-11-08 09:31:29 +01:00
Valentin Tolmer
d60f5ab460
app: Simplify some CommonComponent uses
2021-10-31 15:52:17 +01:00
Valentin Tolmer
12dfa60eed
app: Add docs to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
158e4100ef
app: Migrate UserTable to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
87ebee672f
app: Migrate UserDetailsForm to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
ec6e1b0c09
app: Migrate RemoveUserFromGroup to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
640126f39a
app: Migrate Logout to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
d31ca426f7
app: Migrate GroupTable to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
d4ac9fa703
app: Migrate DeleteUser to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
5523d38838
app: Migrate DeleteGroup to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
587d724c2c
app: Migrate CreateUser to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
29f3636064
app: Migrate CreateGroup to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
ec69d30b1c
app: Migrate AddUserToGroup to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
232a41d053
app: Migrate AddGroupMember to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
540ac5d241
app: Migrate Login to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
29962881cf
app: Migrate user_details to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
65dd1d1fd3
app,infra: Move more functionality in CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
ba72e622c2
app: Migrate group_details to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
5a5baf883f
app: Migrate change_password to CommonComponent
2021-10-31 15:52:17 +01:00
Valentin Tolmer
6c09af6479
app: Create CommonComponent
...
This is a utility that gathers common parts of components, like task
and error handling.
2021-10-31 15:52:17 +01:00
Christian Kracher
ba1a5f6011
Update and rename .env to jitsi_meet.conf
2021-10-29 05:02:43 +02:00
Christian Kracher
adc3d656cd
Update .env
2021-10-29 05:02:43 +02:00
Christian Kracher
b9f6b915ac
Create .env
...
Jitsi Meet Docker LDAP Authentication configuration
2021-10-29 05:02:43 +02:00
Valentin Tolmer
43ffeca24d
ldap: Add support for password modify extension
...
This allows other systems (e.g. Authelia) to reset passwords for users.
2021-10-28 18:20:01 +02:00
Valentin Tolmer
31e1ff358b
ldap: Implement a rootDSE response
...
This is the message that broadcasts the capabilities of the server,
including the supported extensions.
2021-10-28 18:20:01 +02:00
Valentin Tolmer
026a2f7eb0
app: Fix the login button not re-enabling after failed login
2021-10-28 18:20:01 +02:00
Valentin Tolmer
63f4bf95d2
build: Enable linking with lld
2021-10-28 18:20:01 +02:00
Valentin Tolmer
d423c64d57
ldap: Switch to using LdapOp instead of ServerOp
...
This is in preparation of supporting the password change message, since
this is from the Extended Operations that is not available in the simple
ServerOp.
2021-10-28 18:20:01 +02:00
Valentin Tolmer
438ac2818a
ldap: Add support for "dn" attribute
2021-10-28 16:36:13 +02:00
Alexander
9874449d66
Added Authelia configuration
2021-10-24 12:47:24 +02:00
Alexander
88ff3e7783
Added Authelia configuration
2021-10-24 12:47:24 +02:00
Valentin Tolmer
107c8ec96e
ldap: Implement group listing, fix various bugs
2021-10-23 18:24:03 +02:00
Valentin Tolmer
5a00b7d8bb
workflows: cache dependency builds and get code coverage
2021-10-22 14:40:59 +02:00
Valentin Tolmer
21e507a9d7
readme: Fix LDAP admin default value in docs
2021-10-22 14:11:04 +02:00
Valentin Tolmer
1859f5ddf0
config: Add LLDAP_ prefix to env varribles
2021-10-20 15:20:56 +02:00
nitnelave
de15ebba6a
readme: Add a note about env variable prefix
2021-10-20 15:20:56 +02:00
Valentin Tolmer
aa8bbf96f8
cargo: Bump the version to 0.2.0
2021-10-20 08:58:36 +02:00
Valentin Tolmer
eef3afd2e2
server: Improve startup error messages and fail fast
2021-10-20 08:58:36 +02:00
Valentin Tolmer
f026e7cd38
auth: Add a disclaimer around the argon hash
...
Some people initially thought that the fixed salt was a security flaw.
This comment clarifies the role of the Argon hash and justifies the
fixed salt.
2021-10-20 08:58:36 +02:00
Valentin Tolmer
394e54b92d
readme: Add common pitfalls when setting up the server
2021-10-20 08:58:36 +02:00
nitnelave
289227137d
readme: Fix typo
2021-10-19 18:03:55 +02:00
Valentin Tolmer
fa937cc337
readme: Add badges, client configuration guide
2021-10-19 10:10:56 +02:00
Valentin Tolmer
7d9c1b1eec
readme: Add more information about the configuration of LDAP clients
2021-10-19 08:29:34 +02:00
Valentin Tolmer
a43364a70f
README: Add more details and a screenshot
2021-10-18 15:59:04 +02:00
Valentin Tolmer
3df3a96d46
app: Fix login cookie expiration format
2021-10-15 10:46:17 +02:00
Valentin Tolmer
f4edb99379
app: Add style.css, improve classes
...
Also change the server to be able to serve style.css.
2021-10-15 10:46:17 +02:00
Valentin Tolmer
3912d62623
app: Disable buttons while the task is running
2021-10-15 08:05:50 +02:00
Valentin Tolmer
ead501158d
app: Migrate change password to yew_form
...
Also disable submit while the password is being sent.
2021-10-15 08:05:50 +02:00
Valentin Tolmer
88019a42c9
app: Add a proper error message to the email field
2021-10-15 08:05:50 +02:00