Valentin Tolmer
f689458aa2
server: Implement LDAPS support
2022-05-05 17:19:11 +02:00
Valentin Tolmer
6b6f11db1b
server: update clap and add LDAPS options
2022-05-05 17:19:11 +02:00
Valentin Tolmer
f1b86a16ee
ldap: return uids instead of cns for users
2022-05-03 12:13:43 +02:00
Valentin Tolmer
4f89b73fe5
readme: Fix anchors
2022-04-29 15:56:57 +02:00
Valentin Tolmer
c7d68af691
github: remove nightly installations
2022-04-29 15:54:06 +02:00
Valentin Tolmer
4537d1ae2b
docs: update architecture doc
2022-04-29 15:04:26 +02:00
Valentin Tolmer
90611aefef
readme: Make compatible services more explicit
2022-04-29 10:18:26 +02:00
Valentin Tolmer
bd90a3a426
ldap: return actual "cn" value instead of "uid" in LDAP messages
2022-04-29 10:02:43 +02:00
Valentin Tolmer
e1e1d6cd20
ldap: accept "uid" or "cn" as username
2022-04-29 10:02:43 +02:00
JaidenW
16a544b5a0
Update Organizr.md
2022-04-29 09:37:46 +02:00
JaidenW
73ac5a65d4
Create Organizr.md
...
Help document for configuring LDAP backend on Organizr
2022-04-29 09:37:46 +02:00
Valentin Tolmer
5420dcf2b8
github: skip coverage for doc branches
2022-04-25 17:52:00 +02:00
Cyrix126
cb84f7f387
Add example configuration for dolibarr
2022-04-25 17:39:06 +02:00
Valentin Tolmer
c7f45b12ac
app: add bottom padding to avoid overlap with the footer
2022-04-25 10:34:22 +02:00
Valentin Tolmer
f52197e76f
server: allow non-admin user to do limited searches
2022-04-25 09:34:25 +02:00
Valentin Tolmer
3ac38bb96f
ldap_handler: Reports groups as groupOfNames as well
2022-04-20 10:54:21 +02:00
Valentin Tolmer
2197fe77a5
server: Handle "1.1" special attribute
2022-04-18 12:01:58 +02:00
Valentin Tolmer
8d7881171b
examples: Add Jellyfin config.
2022-04-17 23:22:25 +02:00
Valentin Tolmer
f2570cdd3c
github: fix coverage action
2022-04-17 23:14:10 +02:00
Valentin Tolmer
be452f4649
gitignore: ignore custom config
2022-04-17 23:14:10 +02:00
Valentin Tolmer
3a6c5fdc65
server: Report errors sending email
2022-04-17 23:14:10 +02:00
Valentin Tolmer
0ccedc6717
app: Fix password reset
2022-04-17 23:14:10 +02:00
dependabot[bot]
b6dd1ed512
build(deps): bump codecov/codecov-action from 2.1.0 to 3
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.1.0 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 12:04:56 +02:00
Valentin Tolmer
a8e5549b3f
github: Simplify the coverage action
2022-03-31 16:58:45 +02:00
Valentin Tolmer
ae9b3678df
github: Run Codecov even if builds should be skipped
2022-03-31 16:09:02 +02:00
Valentin Tolmer
2221686dc6
app: Add footer
2022-03-31 14:56:55 +02:00
Valentin Tolmer
203bc9a8a2
index: Add crossorigin to enable integrity validation
2022-03-31 14:56:55 +02:00
Valentin Tolmer
ca19e61f50
domain: introduce UserId to make uid case insensitive
...
Note that if there was a non-lowercase user already in the DB, it cannot
be found again. To fix this, run in the DB:
sqlite> UPDATE users SET user_id = LOWER(user_id);
2022-03-26 18:23:19 +01:00
dependabot[bot]
26cedcb621
build(deps): bump peter-evans/dockerhub-description from 2 to 3
...
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description ) from 2 to 3.
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases )
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 06:22:39 -05:00
dependabot[bot]
6228c0f87c
build(deps): bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 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/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 13:39:51 +01:00
Hendrik Schlehlein
82df8d4ca1
feat: add simple login
2022-03-04 12:04:10 +01:00
Valentin Tolmer
c850fa4273
server: refactor group requests to use filters
2022-02-12 14:27:02 +01:00
Valentin Tolmer
a1fe703bf0
server: rename RequestFilter to UserRequestFilter
2022-02-12 14:27:02 +01:00
Valentin Tolmer
d20bd196bc
ldap_handler: trim spaces in LDAP identifiers
2022-02-11 09:34:21 +01:00
Abbie Wade
747e37592d
fixing environment variable name
2022-02-01 23:22:11 +01:00
Abbie Wade
f6c43b691a
fixed a typo and added verbose for future users to find
2022-02-01 23:22:11 +01:00
Valentin Tolmer
8e8614fe2e
server: fix clippy warning
2021-12-08 12:01:56 +01:00
Valentin Tolmer
204232659d
app: fix clippy warning
2021-12-08 12:01:56 +01:00
Valentin Tolmer
6c9086cc78
docker,git: ignore more files
2021-12-08 12:01:56 +01:00
Valentin Tolmer
110b7c7d5b
server: fix command line version stuck at 0.1
2021-12-08 12:01:56 +01:00
Valentin Tolmer
ef0a0ffced
docker: add migration-tool to the image
2021-12-08 12:01:56 +01:00
Valentin Tolmer
31cf9b8e2c
migration: Implement import from LDAP
2021-12-08 12:01:56 +01:00
Sblop
aa83f6cab6
Update bookstack.env.example
2021-12-06 16:24:49 +01:00
Sblop
b38023c48e
Update README.md
...
Added bookstack example
2021-12-06 16:24:49 +01:00
Sblop
496fbf72ea
Update and rename bookstack.example to bookstack.env.example
2021-12-06 16:24:49 +01:00
Sblop
86c052f98b
Create bookstack.example
...
Bookstack example
2021-12-06 16:24:49 +01:00
Christian Kracher
610ada972a
Update jitsi_meet.conf
2021-12-02 09:27:16 +01:00
Christian Kracher
b664524366
Update jitsi_meet.conf
2021-12-02 09:27:16 +01:00
Valentin Tolmer
182449da03
jitsi: Add search base
2021-12-02 00:09:48 +01:00
kaysond
82770a5ff0
restore comment
2021-12-01 00:38:54 +01:00