semantic-release-bot
1c04516f18
chore(release): 8.0.2 [skip ci]
...
## [8.0.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.0.1...v8.0.2 ) (2022-01-13)
### Bug Fixes
* 🐛 Set email verified to true ([93fc557
](93fc5577f5
))
2022-01-13 11:09:07 +00:00
Dominik František Bučík
77ff529989
Merge pull request #126 from dBucik/verified_claims
...
fix: 🐛 Set email verified to true
2022-01-13 12:06:00 +01:00
Dominik Frantisek Bucik
93fc5577f5
fix: 🐛 Set email verified to true
...
Perun requires e-mail verification, so we can hardcode the value of
email_verified to "true"
2022-01-13 12:02:02 +01:00
semantic-release-bot
1ac946b83c
chore(release): 8.0.1 [skip ci]
...
## [8.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.0.0...v8.0.1 ) (2022-01-12)
### Bug Fixes
* 🐛 Fix missing sub in ClaimSourceProduceContext ([5eace9f
](5eace9fb21
))
2022-01-12 14:38:04 +00:00
Dominik František Bučík
d7d2a62dba
Merge pull request #123 from dBucik/fix_pccx
...
fix: 🐛 Fix missing sub in ClaimSourceProduceContext
2022-01-12 15:35:11 +01:00
Dominik Frantisek Bucik
5eace9fb21
fix: 🐛 Fix missing sub in ClaimSourceProduceContext
...
bug caused some claims to not generate correctly (i.e. GA4GH passports
could not call the remote APIs due to missing user identifier extracted
from "sub" claim)
2022-01-12 15:25:46 +01:00
semantic-release-bot
fd525b1b54
chore(release): 8.0.0 [skip ci]
...
# [8.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.5.2...v8.0.0 ) (2022-01-12)
### Features
* 🎸 Refactored userinfo serv., new SAML-based claim sources ([2c413d9
](2c413d9916
))
### BREAKING CHANGES
* 🧨 requires database update
2022-01-12 09:14:56 +00:00
Dominik František Bučík
0c29059444
Merge pull request #122 from dBucik/saml_attrs
...
feat: 🎸 Refactored userinfo serv., new SAML-based claim sources
2022-01-12 10:12:35 +01:00
Dominik Frantisek Bucik
2c413d9916
feat: 🎸 Refactored userinfo serv., new SAML-based claim sources
...
Refactored userinfo to fetch attributes only when needed and requested.
Also added the possibility to extract attributes from the actual SAML
session
BREAKING CHANGE: 🧨 requires database update
2022-01-12 10:08:30 +01:00
semantic-release-bot
13973560d9
chore(release): 7.5.2 [skip ci]
...
## [7.5.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.5.1...v7.5.2 ) (2022-01-10)
### Bug Fixes
* 🐛 Do not display remember me when prompt=consnet ([1bf72b8
](1bf72b802a
))
2022-01-10 08:23:37 +00:00
Dominik František Bučík
c23e603a36
Merge pull request #120 from CESNET/prompt_consent_remember_me
...
fix: 🐛 Do not display remember me when prompt=consnet
2022-01-10 09:21:12 +01:00
Dominik Frantisek Bucik
1bf72b802a
fix: 🐛 Do not display remember me when prompt=consnet
...
Also updated text for checkbox
2022-01-10 08:47:48 +01:00
Dominik František Bučík
7877e18f6a
Merge pull request #115 from CESNET/merge_controllers
...
refactor: Merged some controllers
2022-01-06 08:07:01 +01:00
Dominik František Bučík
3cf3478662
Merge pull request #116 from CESNET/renovate/semantic-release-monorepo
...
chore(deps): update dependency @semantic-release/exec to v6.0.3
2022-01-06 08:06:17 +01:00
Dominik František Bučík
cb00fee6f1
Merge pull request #108 from dBucik/einfra
...
draft: refactor: 💡 Update e-INFRA CZ footer
2022-01-06 08:06:05 +01:00
Dominik Frantisek Bucik
e8b34f9079
refactor: 💡 refactored device code flow and filters
2022-01-06 07:55:06 +01:00
BaranekD
22527c9996
refactor: Merged some controllers
2022-01-05 15:28:25 +01:00
Renovate Bot
2d137ec9b7
chore(deps): update dependency @semantic-release/exec to v6.0.3
2022-01-05 11:39:09 +00:00
Dominik František Bučík
5e1419cd45
Merge pull request #118 from CESNET/renovate/logback.version
...
chore(deps): update logback.version to v1.2.10
2022-01-05 12:38:30 +01:00
Dominik František Bučík
8ebf30c13d
Merge pull request #117 from CESNET/renovate/mockito-monorepo
...
chore(deps): update dependency org.mockito:mockito-core to v4.2.0
2022-01-05 12:38:13 +01:00
Renovate Bot
2171c8c67f
chore(deps): update logback.version to v1.2.10
2021-12-23 13:27:09 +00:00
Renovate Bot
ce668899db
chore(deps): update dependency org.mockito:mockito-core to v4.2.0
2021-12-23 09:37:21 +00:00
semantic-release-bot
42a51623af
chore(release): 7.5.1 [skip ci]
...
## [7.5.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.5.0...v7.5.1 ) (2021-12-23)
### Bug Fixes
* incorrect label on stay logged in button ([75a626f
](75a626f9da
))
2021-12-23 08:42:19 +00:00
Pavel Břoušek
75a626f9da
fix: incorrect label on stay logged in button
2021-12-23 09:39:38 +01:00
Dominik František Bučík
a32449385b
Merge pull request #114 from CESNET/refactor
...
refactor: Some login in sources/modifiers constructors moved to Claim…
2021-12-14 09:24:47 +01:00
BaranekD
0e5d768138
refactor: Some login in sources/modifiers constructors moved to ClaimUtils
2021-12-14 08:47:48 +01:00
Dominik František Bučík
0c581cc181
Merge pull request #113 from dBucik/cesnet_favicon
...
refactor: 💡 Update CESNET favicon
2021-12-10 10:53:39 +01:00
Dominik Frantisek Bucik
8341c80094
refactor: 💡 Update CESNET favicon
2021-12-10 10:50:50 +01:00
semantic-release-bot
557fc698a2
chore(release): 7.5.0 [skip ci]
...
# [7.5.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.4.1...v7.5.0 ) (2021-12-10)
### Features
* 🎸 Configurable favicons ([bf227df
](bf227df26e
))
2021-12-10 07:22:51 +00:00
Dominik František Bučík
a36fd84dfd
Merge pull request #112 from dBucik/favicons
...
feat: 🎸 Configurable favicons
2021-12-10 08:19:51 +01:00
Dominik Frantisek Bucik
bf227df26e
feat: 🎸 Configurable favicons
...
use `favicon=URL_POINTING_TO_FAVICON_FILE` property to set it for the
MitreID gui
2021-12-10 08:16:29 +01:00
semantic-release-bot
99c5758812
chore(release): 7.4.1 [skip ci]
...
## [7.4.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.4.0...v7.4.1 ) (2021-12-09)
### Bug Fixes
* 🐛 Fix inserting and reading properties in the stats filter ([31710bf
](31710bf5f5
))
2021-12-09 16:04:07 +00:00
Dominik František Bučík
0ebfd18611
Merge pull request #111 from dBucik/stats_fix
...
fix: 🐛 Fix reading properties in the stats filter
2021-12-09 17:01:22 +01:00
Dominik Frantisek Bucik
31710bf5f5
fix: 🐛 Fix inserting and reading properties in the stats filter
2021-12-09 16:59:18 +01:00
semantic-release-bot
231638c1aa
chore(release): 7.4.0 [skip ci]
...
# [7.4.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.3.0...v7.4.0 ) (2021-12-09)
### Features
* 🎸 Configurable name of user col in stats filter ([4a5be5d
](4a5be5d32b
))
2021-12-09 14:46:03 +00:00
Dominik František Bučík
04c36227bf
Merge pull request #110 from dBucik/stats
...
feat: 🎸 Configurable name of user col in stats filter
2021-12-09 15:43:17 +01:00
Dominik Frantisek Bucik
4a5be5d32b
feat: 🎸 Configurable name of user col in stats filter
...
Added possiblity to configure username column name in the stats filter.
2021-12-09 15:40:19 +01:00
semantic-release-bot
5137c6e8e9
chore(release): 7.3.0 [skip ci]
...
# [7.3.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.2.0...v7.3.0 ) (2021-12-09)
### Features
* 🎸 Configurable max pool size for JDBC data sources ([e5b406e
](e5b406e853
))
2021-12-09 09:13:32 +00:00
Dominik František Bučík
7ea46e0fca
Merge pull request #109 from dBucik/stats_pool_size
...
feat: 🎸 Configurable max pool size for JDBC data sources
2021-12-09 10:10:27 +01:00
Dominik Frantisek Bucik
e5b406e853
feat: 🎸 Configurable max pool size for JDBC data sources
...
use `jdbc.max_pool_size` for MitreID db pool size limitation. Use
`stats.jdbc.max_pool_size` for limiting the pool size for statistics
data source
2021-12-09 09:29:45 +01:00
Dominik Frantisek Bucik
3459ae469b
refactor: 💡 Update e-INFRA CZ footer
2021-12-08 11:08:08 +01:00
semantic-release-bot
560d4c8bdb
chore(release): 7.2.0 [skip ci]
...
# [7.2.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.1.1...v7.2.0 ) (2021-12-08)
### Features
* 🎸 Added automated bundling of .war file into release ([cd1118f
](cd1118f1a0
))
2021-12-08 08:47:53 +00:00
Dominik František Bučík
7281765b6f
Merge pull request #107 from dBucik/release_war
...
feat: 🎸 Added automated bundling of .war file into release
2021-12-08 09:45:18 +01:00
Dominik Frantisek Bucik
cd1118f1a0
feat: 🎸 Added automated bundling of .war file into release
2021-12-08 09:44:12 +01:00
semantic-release-bot
eac6876b09
chore(release): 7.1.1 [skip ci]
...
## [7.1.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.1.0...v7.1.1 ) (2021-12-08)
### Bug Fixes
* 🐛 Fix possible SQL exceptions ([b3bd9e9
](b3bd9e94c7
))
2021-12-08 07:01:36 +00:00
Dominik František Bučík
4fccabc3e2
Merge pull request #105 from dBucik/fix_stats
...
Fix stats
2021-12-08 07:59:39 +01:00
Dominik Frantisek Bucik
b5e6207919
refactor: 💡 Refactor stats filter
2021-12-08 07:53:27 +01:00
Dominik Frantisek Bucik
b3bd9e94c7
fix: 🐛 Fix possible SQL exceptions
...
Fixed possible SQLExceptions by using the correct IDP_IDP and SP_ID
column names where it was missing. Also, removed usages of ResultSet
scrolling functionality, to prevent the SQL exceptions raised when
scrolling is not available.
2021-12-08 07:53:21 +01:00
semantic-release-bot
c252db224c
chore(release): 7.1.0 [skip ci]
...
# [7.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.0.0...v7.1.0 ) (2021-12-07)
### Bug Fixes
* DB inserts in statistics work with PostgreSQL ([b72eb8f
](b72eb8fd8e
))
### Features
* Added configurable ipdIdColumnName and spIdColumnName in statistics ([515f99b
](515f99b255
))
2021-12-07 06:40:37 +00:00
Dominik František Bučík
b210e3ebd3
Merge pull request #104 from CESNET/sql
...
Sql
2021-12-07 07:38:59 +01:00