|
| 1 | +Changes in version 5.0.43 |
| 2 | + Correct regression on logs missing newlines introduced in 5.0.38 |
| 3 | + |
| 4 | +Changes in version 5.0.42 |
| 5 | + Fix possibility to vary expiration date if default data retention policy is disabled |
| 6 | + |
| 7 | +Changes in version 5.0.41 |
| 8 | + Re-add markdown support to recipients and context descriptions (#4364) |
| 9 | + Bump client dependencies to latest version |
| 10 | + |
| 11 | +Changes in version 5.0.40 |
| 12 | + Fix visualization of enforced recipients broken in 5.0.0 |
| 13 | + |
| 14 | +Changes in version 5.0.39 |
| 15 | + Ensure voice questions could work when defined in question templates |
| 16 | + Bump pdfjs again to v4 with proper packaging |
| 17 | + Bump client dependencies to latest version |
| 18 | + |
| 19 | +Changes in version 5.0.38 |
| 20 | + Correct PDF viewer re-including pdfjs v3 |
| 21 | + |
| 22 | +Changes in version 5.0.37 |
| 23 | + Fix visualization of uploaded configuration files |
| 24 | + Revise detection and messaging about unsupported browsers |
| 25 | + Bump client dependencies to latest versions |
| 26 | + |
| 27 | +Changes in version 5.0.36 |
| 28 | + Fix loading of customizations in compatibility with new CSP |
| 29 | + |
| 30 | +Changes in version 5.0.35 |
| 31 | + Revise implementation of CSP in relation to 'report-sample' directive |
| 32 | + |
| 33 | +Changes in version 5.0.34 |
| 34 | + Revise Trusted-Types implementation enforcing usage of a 'default' policy |
| 35 | + Implement handler to collect reporting of attemps of violation to the Content Security Policy |
| 36 | + [doc] Extend documentation adding detail about the revisions on the Content Security Policy |
| 37 | + |
| 38 | +Changes in version 5.0.33 |
| 39 | + Complete implementation of CSP policy based on Trusted-Types |
| 40 | + Enforce validation of every admin config or user input by means of DOMPurify |
| 41 | + Restrict usage of CSS inline scripts (#4345) as previously done on v4 |
| 42 | + Fix bug in gl-admin utility preventing possibility to reset 2fa |
| 43 | + Correct feature of re-ordering of questions options (#4348) |
| 44 | + Fix issues #4341, #4344 |
| 45 | + Improve packaging of css libraries and overrides |
| 46 | + Bump client dependencies to latest versions |
| 47 | + Update translations |
| 48 | + |
| 49 | +Changes in version 5.0.32 |
| 50 | + Revise language changes utilities in relation to issue #4315 |
| 51 | + Fixed validation of multistep questionnaires and extend validation to files (#4336) |
| 52 | + Remove redundant rel=noreferrer made unnecessary by ReferrerPolicy header |
| 53 | + Revise markdown implementation ensuring links are opened always in a new tab |
| 54 | + Ensure to strip every HTML tag (including safe tags) with DOMPurify before parsing markdown. |
| 55 | + [doc] Revise application security document in reference to external links protections |
| 56 | + [doc] Extend documentation adding detail on usage of DOMPurify to filter markdown input |
| 57 | + Fix issues #4340 and #4338 |
| 58 | + |
| 59 | +Changes in version 5.0.31 |
| 60 | + Revise mock implementation fixing continous reloading on some setups |
| 61 | + |
| 62 | +Changes in version 5.0.30 |
| 63 | + Temporarily rollback changes related to enforcing mandatory file uploads or oral messages |
| 64 | + introduced in 5.0.26 that seems to be causing improper form validation. |
| 65 | + |
| 66 | +Changes in version 5.0.29 |
| 67 | + Fix regression on questionnaire validation introduced in release 5.0.26 (#4321) |
| 68 | + |
| 69 | +Changes in version 5.0.28 |
| 70 | + Fix bug in relation to loader not getting removed |
| 71 | + Revise margins on UI components of the homepage |
| 72 | + Fix bug and performance on mock implementation using MutationObserver |
| 73 | + Bump client dependencies to latest version |
| 74 | + Update translations |
| 75 | + |
| 76 | +Changes in version 5.0.27 |
| 77 | + Fix issue #4308 |
| 78 | + Fix color of SupportLink |
| 79 | + Bump client dependencies to latest versions |
| 80 | + |
| 81 | +Changes in version 5.0.26 |
| 82 | + Deprecate (at least temporarely) states motivations for reasons discussed on #4201 with the core globaleaks community. |
| 83 | + Revise regular expression for email validation to allow domains with tld longer than 5 characters (#4309) |
| 84 | + Fix inclusion of pdfjs library fix issue on opening PDF files with integrated file viewer |
| 85 | + Fix issue on loading of images causing white page on settings page (#4311) |
| 86 | + Fix mandatory checks on file uploads and voice recordings |
| 87 | + Fix exception on email generation when users has disabled notifications |
| 88 | + Bump client dependencies to latest versions |
| 89 | + |
| 90 | +Changes in version 5.0.25 |
| 91 | + Revise receiver and context images style (#4303) |
| 92 | + Revise path checks in relation to adminonly configurations |
| 93 | + Properly communicate to users when a password reset token is expired |
| 94 | + Bump client dependencies to latest version |
| 95 | + |
| 96 | +Changes in version 5.0.24 |
| 97 | + Fix proper visualization of checkboxes and datepickers |
| 98 | + |
| 99 | +Changes in version 5.0.23 |
| 100 | + Fix visualization of steps with no questions (#4298) |
| 101 | + |
| 102 | +Changes in version 5.0.22 |
| 103 | + Correct position of tooltips on questions' hint |
| 104 | + Enable recipients whistleblowers to leave comments even if report status is closed (#4293) |
| 105 | + Revise configuration of chunk file uploader |
| 106 | + Bump client dependencies to latest version |
| 107 | + Fix pagination style merging changes of 4205edef |
| 108 | + Fix exception when file upload happens during expired user session |
| 109 | + |
| 110 | +Changes in version 5.0.21 |
| 111 | + Fix translation of report statuses in case labels are left empty by mistake |
| 112 | + Bump client dependencies to latest versions |
| 113 | + Uptate translations |
| 114 | + |
1 | 115 | Changes in version 5.0.20
|
2 | 116 | Fix retrival of account recovery key when 2FA is enabled
|
3 | 117 |
|
|
0 commit comments