Valentin Tolmer
70bbe7f5ad
app: Add the JS warnings to index_local.html
2023-08-05 22:05:30 +02:00
Daniel
6d796df097
app: Add messages to warm any Incompatible browser
...
Fixes #639
2023-08-05 11:25:55 +02:00
Valentin Tolmer
6cd6b412fe
tests: Use an env variable for the private seed
2023-08-04 17:31:22 +02:00
Valentin Tolmer
042429a11d
github: fix linguist attributes
2023-08-04 16:09:28 +02:00
Samuel Lorch
c440df631f
example_configs: Add Jellyfin Password change
2023-08-03 10:56:17 +02:00
Valentin Tolmer
3247ffc8ea
github: only run the coverage after the tests
2023-08-03 10:32:45 +02:00
Valentin Tolmer
ef17c280b1
server: fix smtp encryption parsing
2023-08-03 09:54:12 +02:00
Valentin Tolmer
d0cdfa97c7
server: Add a message ID to sent emails
...
Fixes #608
2023-08-02 15:34:13 +02:00
Valentin Tolmer
f0bbcfd2c8
set_password: Properly parse the URL, support trailing slashes
...
Fixes #597
2023-08-02 13:36:22 +02:00
Valentin Tolmer
08b7c6ce33
server: Allow creating a user with multiple objectClass
...
Fixes #612
2023-08-02 12:15:49 +02:00
Valentin Tolmer
719708dfd0
server: Wrap a lettre error with a friendlier error
2023-08-02 10:38:14 +02:00
Valentin Tolmer
b82cb83318
server: Fix env variable for smtp_encryption
...
Fixes #611
2023-08-02 10:38:14 +02:00
Valentin Tolmer
d9f4adcb0e
ldap: Add support for modifying the password with a modify operation
2023-07-29 12:39:23 +02:00
Valentin Tolmer
e5bc06a617
graphql: sort the groups before returning them
2023-07-29 11:27:50 +02:00
Austin Eschweiler
af49871801
example_configs: Add tandoor recipes
2023-07-27 18:12:36 +02:00
Dedy Martadinata S
7d1f5abc13
dev image: prep for 1.71 ( #586 )
...
* Update Dockerfile.dev
* Remove nodejs
* Remove gnu deps
* Add env targeting musl gcc binary
2023-07-18 08:40:18 +07:00
Valentin Tolmer
31a8ba24a0
server,graphql: Add a GraphQL method to get the schema
2023-07-10 17:18:33 +02:00
Valentin Tolmer
9e1b58d033
server,ldap: add encoding for lists and integers
2023-07-10 17:18:33 +02:00
Hobbabobba
1acc8cd78c
example_configs: Add squid
2023-07-01 21:49:31 +02:00
Valentin Tolmer
3140af63de
server: Use schema to populate attributes
2023-06-29 11:11:20 +02:00
Valentin Tolmer
829ebf59f7
server: Add SchemaBackendHandler trait
2023-06-29 11:11:20 +02:00
Alistair Chapman
4ce145bac2
example_configs: Update Keycloak example for name attributes
...
Keycloak seems to default to "First name" being `cn` which LLDAP uses for Display Name, resulting in Users getting duplicated display names in Keycloak (like First Last Last), or missing their first name entirely (when they have no DIsplay Name in LLDAP).
This just updates the example config to provide instructions on changing the attribute mapping in Keycloak to fix this.
2023-06-22 10:08:23 +02:00
Mesar Hameed
6ef229f3d0
app: Fix typos that broke accessibility labels
2023-06-18 17:08:54 +02:00
Valentin Tolmer
19b4fd520a
scripts: don't export the default attribute schemas
2023-06-15 15:00:52 +02:00
Valentin Tolmer
70146e0b70
server: prepare DB schema for user attributes
...
First step of #67 .
2023-06-14 23:20:37 +02:00
Mitchell Currie
a804368806
Make it more obvious LDAPS is supported ( #461 )
...
Update example compose config showing both port and alluding to the environment variable that controls the certificates
Co-authored-by: Dedy Martadinata S <dedyms@proton.me>
2023-06-14 23:32:35 +07:00
Dedy Martadinata S
3ec42fffaa
actions: update mariadb healthcheck
2023-06-14 15:14:03 +02:00
dependabot[bot]
95727335a7
build(deps): bump actions/checkout from 3.5.2 to 3.5.3 ( #601 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.5.2...v3.5.3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10 08:03:09 +09:00
Gareth Dunstone
79f9a3a5c2
Update jellyfin.md example ( #598 )
...
* Update jellyfin.md example
The LdapAdminBaseDN either doesn't work properly or is used incorrectly here.
This change will make it work.
see:
- https://github.com/jellyfin/jellyfin-plugin-ldapauth/issues/145
* Update jellyfin.md
Added some more detail about admin groups and user groups.
2023-06-09 09:59:40 +07:00
arcoast
7daebc308b
example_configs: Add Mealie configuration
2023-06-07 13:29:41 +02:00
nitnelave
50017cff36
github: create FUNDING.yml
2023-06-07 11:07:13 +09:00
Howard He
f812c9e666
example_configs: fix grafana config
2023-06-02 05:39:47 +02:00
dalz
87a35af693
example_configs: fix dokuwiki config
...
Previously Dokuwiki couldn't find LDAP groups.
2023-05-21 19:16:26 +09:00
lordratner
4c4a397f66
example_configs: fix typo in home-assistant.md
...
Error in file name /config/lldap-auth.sh
2023-05-14 10:03:32 +09:00
nitnelave
d720a7812a
cargo: set metadata for publishing crates ( #577 )
2023-05-12 18:06:06 +07:00
nitnelave
d2dec56cca
readme: add buymeacoffee link
2023-05-12 16:21:09 +09:00
poVoq
ab2da7b975
example_configs: Add Ejabberd
...
Basic auth only for now
2023-05-09 14:31:54 +02:00
Anudeep
8f69e4badd
example_configs: add chmod to home-assistant instructions
2023-05-06 07:08:41 +02:00
Valentin Tolmer
5bd00f24a2
docker: ignore more files
2023-05-02 16:15:54 +02:00
Valentin Tolmer
ab9ee8d962
tests: allow dead code in common module
...
We're running afoul of https://github.com/rust-lang/rust/issues/46379 ,
where each test is compiled independently, so any test that doesn't use
every helper method triggers a dead code warning.
2023-05-02 16:15:54 +02:00
lordratner
852e1586e7
example_configs: Fix a filter in Grafana
2023-05-02 15:45:04 +02:00
Herwig Hochleitner
23b388f3b8
docs: correct env var names in docker template toml
2023-05-02 15:40:16 +02:00
Hobbabobba
22ae2c7124
example_configs: fix zendto memberrole
2023-04-25 20:53:38 +02:00
lordratner
5ad63d31d3
example_docs: add pfsense.md
2023-04-20 18:10:14 +02:00
Tyler Pace
d55d4487ed
Add OPNsense example config. ( #558 )
...
* Add OPNsense example config.
---------
Co-authored-by: Tyler Pace <tpace@newrelic.com>
2023-04-15 10:06:34 +07:00
Austin Alvarado
4283d27da6
server: Initial stab at e2e tests ( #534 )
...
Initial end to end testing. generates unique names for user and groups, and all tests run serially
2023-04-14 11:45:15 -06:00
Valentin Tolmer
4576cf9f2c
bump: bump the version to 0.5-alpha, since we have a breaking change
2023-04-14 17:36:04 +02:00
Valentin Tolmer
d1d5d38b32
server: fix incorrect logging
2023-04-14 17:02:00 +02:00
Valentin Tolmer
e5ce98c874
server: Improve the error message in case of duplicate emails
2023-04-14 17:02:00 +02:00
Valentin Tolmer
96b7dbb1c5
server: Make key_seed a secret value
2023-04-14 00:07:54 +02:00