File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
Version 2.0, January 2004
3
3
http://www.apache.org/licenses/
4
4
5
- Copyright 2020-2022 Eugen Ciur <eugen@papermerge.com>
5
+ Copyright 2020-2024 Eugen Ciur <eugen@papermerge.com>
6
6
7
7
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
8
Original file line number Diff line number Diff line change 3
3
<!-- towncrier release notes start -->
4
4
5
5
6
- ## [ 3.2] - 2024-xx-xx
6
+ ## [ 3.2] - 2024-04-07
7
7
8
8
### Adds
9
9
10
10
- Authorization (permissions, groups)
11
11
- Remote user authentication
12
- - OIDC authentication
12
+ - OIDC authentication with support for any provider (tested with Keycloak, Authentik)
13
13
14
14
## [ 3.1] - 2024-02-23
15
15
Original file line number Diff line number Diff line change 2
2
ARG VERSION
3
3
FROM papermerge/papermerge:${VERSION}-ui as papermerge_ui
4
4
5
- FROM papermerge/auth-server:0.9.0build8 as auth_server
5
+ FROM papermerge/auth-server:0.9.0 as auth_server
6
6
FROM python:3.10 as papermerge_core
7
7
8
8
ENV CORE_APP=/core_app
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY ui/ .
6
6
RUN npm install
7
7
RUN npm run build
8
8
9
- FROM papermerge/auth-server:0.9.0build10 as auth_server
9
+ FROM papermerge/auth-server:0.9.0 as auth_server
10
10
FROM python:3.10 as papermerge_core
11
11
12
12
ENV CORE_APP=/core_app
You can’t perform that action at this time.
0 commit comments