Skip to content

Commit

Permalink
Bump to version 4.13.22
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 13, 2023
1 parent 572dd84 commit 0246756
Show file tree
Hide file tree
Showing 59 changed files with 21 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes in version 4.13.22
Deprecate file upload preview based on data uri
The feature will be reimplemented soon based on the
secure file viewer extended to more file types that not just images.
Revert "Modify report print to unroll tabs and export completed data"
Reason: functionality with graphical imperfections on some browsers
The feature will be reimplemented creating exports of type pdf
Revise firewall rules in relation to issue #3856

Changes in version 4.13.21
Fix issue #3855 introduced in 4.13.19

Expand Down
2 changes: 1 addition & 1 deletion backend/globaleaks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = 'GlobaLeaks'
__email__ = 'info@globaleaks.org'
__copyright__ = '2011-2023 - GlobaLeaks'
__version__ = '4.13.21'
__version__ = '4.13.22'
__license__ = 'AGPL-3.0'

DATABASE_VERSION = 66
Expand Down
1 change: 0 additions & 1 deletion backend/globaleaks/rest/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def render(self, request):
request.client_using_mobile = re.search(b'Mobi|Android', request.client_ua, re.IGNORECASE) is not None

if not State.tenants[1].cache.wizard_done or \
request.hostname == b'localhost' or \
(State.tenants[1].cache.hostname == '' and isIPAddress(request.hostname)):
request.tid = 1
else:
Expand Down
2 changes: 1 addition & 1 deletion backend/globaleaks/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self):
# and resetted by session_management sched
self.failed_login_attempts = {}

self.local_hosts = ['127.0.0.1', 'localhost']
self.local_hosts = ['127.0.0.1']

self.onionservice = None

Expand Down
2 changes: 1 addition & 1 deletion client/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GlobaLeaks",
"description": "GlobaLeaks - Free and Open-Source Whistleblowing Software",
"version": "4.13.21",
"version": "4.13.22",
"license": "AGPL-3.0",
"author": "GlobaLeaks",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globaleaks (4.13.22) stable; urgency=medium

* New stable release

-- GlobaLeaks software signing key <info@globaleaks.org> Thu, 14 Dec 2023 00:21:44 +0100

globaleaks (4.13.21) stable; urgency=medium

* New stable release
Expand Down
Binary file modified documentation/images/admin/access_control.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/advanced_settings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/audit_log.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/audit_log_reports.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/audit_log_scheduled_jobs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/audit_log_users.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/changelog.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/contexts.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/https.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/license.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/notification_settings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/notification_settings_detail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/notification_templates.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/question_templates.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/questionnaires.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/report_statuses.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/signup_configuration.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/signup_form.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/site_settings_files.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/site_settings_languages.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/site_settings_logo_detail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/site_settings_main_configuration.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/site_settings_text_customization.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/sites_management_options.png
Binary file modified documentation/images/admin/sites_management_sites.png
Binary file modified documentation/images/admin/tor.png
Binary file modified documentation/images/admin/url_redirects.png
Binary file modified documentation/images/admin/users.png
Binary file modified documentation/images/admin/users_options.png
Binary file modified documentation/images/recipient/home.png
Binary file modified documentation/images/recipient/report.png
Binary file modified documentation/images/recipient/reports.png
Binary file modified documentation/images/user/2fa.png
Binary file modified documentation/images/user/login.png
Binary file modified documentation/images/user/password.png
Binary file modified documentation/images/user/password_reset_1.png
Binary file modified documentation/images/user/password_reset_2.png
Binary file modified documentation/images/user/preferences.png
Binary file modified documentation/images/user/recoverykey.png
Binary file modified documentation/images/whistleblower/home.png
Binary file modified documentation/images/whistleblower/receipt.png
Binary file modified documentation/images/whistleblower/report.png
Binary file modified documentation/images/whistleblower/submission.png
Binary file modified documentation/images/wizard/1.png
Binary file modified documentation/images/wizard/2.png
Binary file modified documentation/images/wizard/3.png
Binary file modified documentation/images/wizard/4.png
Binary file modified documentation/images/wizard/5.png
Binary file modified documentation/images/wizard/6.png
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: GlobaLeaks
releaseDate: '2023-12-11'
releaseDate: '2023-12-14'
publiccodeYmlVersion: '0.2'
url: 'https://github.com/globaleaks/GlobaLeaks'
landingURL: 'https://www.globaleaks.org/'
roadmap: "https://docs.globaleaks.org/en/main/roadmap/"
logo: brand/assets/globaleaks-icon-color.svg
softwareVersion: 4.13.21
softwareVersion: 4.13.22
softwareType: standalone/web
developmentStatus: stable
platforms:
Expand Down

0 comments on commit 0246756

Please sign in to comment.