Commit 2ba8ba7
committed
Release 3.1.8
- Updated Spring-boot-parent.
- Changed elixirBonaFideStatus calculation.
- Fixed setting "from" in MimeMessage in Peruns notifications.
- Added method to get list of resource attributes by their names.
- Fixed escaping values in XML in MU password manager.
- Escape HTML in users name in GUI.
- Added alternativeLoginName UES attribute (stored by default).
- Removed duplicit call of attribute value check
for member-resource attributes.
- Fixed auditer message "Group was moved.".
- Fixed regexes in patterns in LDAPc, we use DOTALL instead
of MULTILINE modifier. It caused LDAPc to be stuck in resolving
group messages on "Group was moved." even if it wasn't this kind
of message.File tree
38 files changed
+692
-91
lines changed- perun-auditer-exporter
- perun-auditparser
- perun-base
- src/main
- java/cz/metacentrum/perun/core/api
- resources
- perun-cabinet
- perun-core
- src
- main/java/cz/metacentrum/perun/core
- api
- blImpl
- bl
- entry
- implApi
- impl
- modules
- attributes
- pwdmgr
- test/java/cz/metacentrum/perun/core
- entry
- impl/modules/attributes
- perun-dispatcher
- perun-engine
- perun-ldapc-initializer
- perun-ldapc
- src/main/java/cz/metacentrum/perun/ldapc/processor/impl
- perun-notification
- src/main/java/cz/metacentrum/perun/notif
- mail
- senders
- perun-registrar-lib
- src/main/java/cz/metacentrum/perun/registrar/modules
- perun-rpc-lib
- perun-rpc
- src/main/java/cz/metacentrum/perun/rpc/methods
- perun-tasks-lib
- perun-voot
- perun-web-gui
- src/main/java/cz/metacentrum/perun/webgui
- client
- tabs/registrartabs
- widgets/cells
38 files changed
+692
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
434 | 439 | | |
435 | 440 | | |
436 | 441 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
205 | 210 | | |
206 | 211 | | |
207 | 212 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
443 | 459 | | |
444 | 460 | | |
445 | 461 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
355 | 368 | | |
356 | 369 | | |
357 | 370 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
366 | 373 | | |
367 | 374 | | |
368 | 375 | | |
| |||
3832 | 3839 | | |
3833 | 3840 | | |
3834 | 3841 | | |
3835 | | - | |
3836 | 3842 | | |
3837 | 3843 | | |
3838 | 3844 | | |
| |||
0 commit comments