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
kaysond
e11a8460ff
add SRI for other resources; add routing for all root requests
2021-12-01 00:38:54 +01:00
kaysond
c761f08995
fix icons download
2021-12-01 00:38:54 +01:00
kaysond
c564de2c92
add SRI back
2021-12-01 00:38:54 +01:00
kaysond
7731b8e593
download static fonts to their own directory
2021-12-01 00:38:54 +01:00
kaysond
4c05058eb2
add bootstrap global var to rollup command
2021-12-01 00:38:54 +01:00
kaysond
45c50923b7
fix rust formatting
2021-12-01 00:38:54 +01:00
kaysond
f730e6a580
add icon fonts to library list
2021-12-01 00:38:54 +01:00
kaysond
06a12f5351
remove unnecessary attrs
2021-12-01 00:38:54 +01:00
kaysond
bf20c448dc
fix typo
2021-12-01 00:38:54 +01:00
kaysond
9f138ec4ac
server libraries locally in the docker container
2021-12-01 00:38:54 +01:00
Valentin Tolmer
ddeb4c3ce3
cargo: Bump the version number to 0.3.0-alpha.1
2021-11-29 15:50:43 +01:00
Valentin Tolmer
9d623e59c1
docker: Add release as a workflow trigger
2021-11-29 15:50:43 +01:00
dependabot[bot]
e44625bc6a
build(deps): bump codecov/codecov-action from 1 to 2.1.0
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1 to 2.1.0.
- [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/v1...v2.1.0 )
---
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>
2021-11-29 10:27:13 +01:00
Valentin Tolmer
68013c8919
docker: Create a tagged image on release
2021-11-29 09:54:58 +01:00
Valentin Tolmer
842afac7dd
workflows: Ignore changes to docs for actions
2021-11-29 09:54:58 +01:00
Valentin Tolmer
2bbfacf755
workflows: Don't run Rust workflow again for same files
2021-11-29 09:54:58 +01:00
Valentin Tolmer
f152a78cb6
github: add dependabot for checking actions versions
2021-11-29 09:54:58 +01:00
Valentin Tolmer
6191fb226a
docker: Fix permission issues, remove user from container
2021-11-28 00:55:35 +01:00
Valentin Tolmer
9653d64eb1
config: Prevent loading the wrong server_key
2021-11-28 00:55:35 +01:00