Inyoka Changelog
1.52.11 (2026-08-24)
Deployment notes
Update requirements
✨ New features
Simple keyword filter for forum posts
🐛 Fixes
Fix some typos on register page
🔒 Security
At least the dependencies
djangoandsqlparseinclude security fixes
1.52.10 (2026-07-22)
Deployment notes
Update requirements
🏗 Changes
Add various tests in wiki and ikhaya
🔥 Removals
Wiki: Remove unused classes in ACL and views
redirect_new_pageand_image/Wiki: Remove unused
X-Ownermetadata/capability
🐛 Fixes
ForumField: Prevent exception if string with non-int was passed
Wiki: Revert note now includes restored revision id
Wiki: Fix
do_mv_backif page with different case already exists in Trash
🔒 Security
Update requirements (at least the dependencies
Django,icalendarandpillowinclude a known security fix)Forum: adjustments for permission checks
1.52.9 (2026-04-14)
Deployment notes
Update requirements
🏗 Changes
Reworked feed selector
🔒 Security
Update requirements (at least the dependencies
Django,requests,pillowandpygmentsinclude a known security fix)
1.52.8 (2026-03-22)
Deployment notes
Update requirements
🏗 Changes
Switch to psycopg3
Update requirements
1.52.7 (2026-03-14)
Deployment notes
Update requirements
Execute database migrations (
python manage.py migrate)
🔒 Security
clamav is now used to scan all file uploads. If malware is found, it’s rejected and an error shown in the form.
In the Planet images, videos and audio are only included from blog domains. This is possible by a library change from lxml to nh3 with an allow list approach.
Update requirements (at least the dependencies
Djangoandwerkzeuginclude a known security fix)
1.52.6 (2026-02-11)
Deployment notes
Update requirements
🔒 Security
Update requirements due to high security issue in
pillow
1.52.5 (2026-02-03)
Deployment notes
Update requirements
🔒 Security
Update requirements due to high security issue in
Django
1.52.4 (2025-12-21)
Deployment notes
Update requirements
Execute database migrations (
python manage.py migrate)
🏗 Changes
Remove empty
actiontag on forms, as they were not conformantReworked subscription filter to remove django filter as dependency.
Wiki: preserve the action on case sensitive redirect of pages
🔒 Security
Update requirements
1.52.3 (2025-12-02)
Deployment notes
Update requirements
🔒 Security
Update requirements due to high security issue in
Django
1.52.2 (2025-11-05)
Deployment notes
Update requirements
🔒 Security
Update requirements due to high security issue in
Django
1.52.1 (2025-09-14)
Deployment notes
Update requirements
Execute database migrations (
python manage.py migrate)
🏗 Changes
Add Cinnamon and Ubuntu Studio to distro select in Forum
🐛 Fixes
Create a wiki index page via a database migration, if it does not exist already
Ikhaya, NewEventForm: Fix sever error, if location-longitude or location-lattitude was missing
Add missing translations
🔒 Security
Update requirements (at least the dependencies
Django,pillowandrequestsinclude a known security fix)
1.52.0 (2025-06-01)
Deployment notes
Update requirements
Execute database migrations
🏗 Changes
Reworked
MetaFilterin wiki to yield more accurate resultsUse HTML
<summary>and<details>instead of own JS collapseRemove
python-dateutilas direct dependency of Inyoka (still needed by dependenciesceleryandicalendar)Captcha: Fix spacing of renew button
Modernize javascript: Use const and let, refactor & remove unused logic
Use django 5.2 and celery 5.5
🔥 Removals
Ikhaya: Remove assign/unassgin functionality via JavaScript (now uses only server side implementation)
Remove ability to toggle admin links
Remove sidebar hide functionality
🐛 Fixes
Planet, sync task: Skip blog on
IncompleteReadForum: Dont show a dialog to prevent leaving the page, if the split-checkbox is ticked
Use AnonymousUser for bad request template to avoid an exception
Make ikhaya article suggestions deleteable again
Prevent to delete blog including posts, if linked user is deleted
Wiki: Do not require a change comment to press the cancel button (For this, the button is replaced by a link to the wiki page)
🔒 Security
Rework captcha: the captcha image is now send via HTML (inline, base64 decoded) Instead of storing the solution into the session (for Inyoka by default a cookie), the solution is saved in the server-side cache.
Use django’s signer for the activation key (it still used sha1. Furthermore, the key had no time expiration.)
Fix redirect of some views
Update requirements (at least the dependency
Djangoincludes a known security fix)
1.42.2 (2025-03-07)
Deployment notes
Update requirements
Execute database migrations
✨ New features
Wiki: Update metadata and content of related pages after a edit
🏗 Changes
*.potfiles are no longer in gitEnable timezon-aware datetimes from Django
Fix deprecation warnings related to UTC methods
Remove private messages after specific duration. This will not affect messages in the ‘archive’ folder and team members.
Event: Slug is changed for unpublished events
Forum, Topic: Make slug unique which creates an index and fasten look ups
🔥 Removals
Replace javascript based datetime picker with native HTML one
🐛 Fixes
Planet: Fix export
Planet: Fix suggestion for a new blog
Login: Allow to enter long email adress
Events: Fix discrepancy between times displayed in forms and rendered on page
🔒 Security
Update requirements (at least the dependencies
Djangoandjinja2includes known security fixes)
1.42.1 (2025-02-16)
🔒 Security
Prevent to leak posts via __service__=forum.get_new_latest_posts
1.42.0 (2024-11-23)
Deployment notes
Update requirements
🏗 Changes
Migrate from bump2version to bump-my-version
Rework to use more of Django’s logic for templates
Build requirement files for all supported Python versions (for the time being: Python 3.9, 3.10, 3.11, 3.12)
Added more tests for portal view
Wiki sidebar: Link to a seperate wiki page to incorrect articles (before the backlink-page of templates was used)
🐛 Fixes
Calendar: Localize some missed strings in the HTML
Documentation: Update installation requirements
Page ‘About Inyoka’: Update after OSS release, fix old URLs and localize the page
🔒 Security
Update requirements (at least the dependency
lxml-html-cleanincludes known security fixes)
1.0.1 (2024-10-20)
🏗 Changes
Add contribution guideline
🐛 Fixes
Fix domain for download-link to not point to inyokaproject.org
1.0.0 (2024-10-13)
Deployment notes
Update requirements
🏗 Changes
Add default theme based on ubuntuusers theme to the inyoka repository
Migrate from
setup.pytopyproject.tomlIntroduce ruff for code formatting
Render
<mark>for highlighted textControl characters are stripped from all HTTP-POST parameters
Documentation: Now possible to use Markdown
Documentation is now published at https://doc.inyokaproject.org/
Use Django’s view and form for change password
Restrict user defineable font faces: Only
[font=Arial],[font=serif],[font=sans-serif]and[font=Courier]are allowedDisallow
<color>and<font>in signaturesInyokaMarkup: Extend filtering of control characters
InyokaMarkup: Remove empty paragraphs in generated HTML
InyokaMarkup: Dont split up long links in HTML-markup (instead rely on CSS)
Table of contents: Dont strip long heading text
🔥 Removals
Remove unused javascript on register and for escaping
🐛 Fixes
Splittopic form: Fix maximum length for title of new topic
Forum posts & Ikhaya comments can now start with a list (space is preserved)
🔒 Security
Add
SECURITY.mdUpdate requirements (at least the dependency
Djangoincludes known security fixes)Markup, Edited-/Mod boxes: Escape parameters to prevent HTML injection
Templates: Escape more user-controllable variables to prevent HTML injections
0.36.1 (2024-08-06)
Deployment notes
Update requirements
🔒 Security
Update
Djangodue to a security vulnerability → <https://www.djangoproject.com/weblog/2024/aug/06/security-releases/>
0.36.0 (2024-07-14)
Deployment notes
Update requirements
Run migrations
Fix CVE-2024-4317 in existing postgresql instances (see https://www.postgresql.org/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/)
$ docker exec -it inyoka_postgres.<Tab> bash
root@a789607c1d5c:/# psql -U inyoka
\i /usr/share/postgresql/14/fix-CVE-2024-4317.sql
\c template1
\i /usr/share/postgresql/14/fix-CVE-2024-4317.sql
ALTER DATABASE template0 WITH ALLOW_CONNECTIONS true;
\c template0
\i /usr/share/postgresql/14/fix-CVE-2024-4317.sql
\c template1
ALTER DATABASE template0 WITH ALLOW_CONNECTIONS false;
exit;
✨ New features
new management commands
Portal: Add management command that outputs some statistics
Wiki: Add management command to regenerate MetaData
🏗 Changes
Generate requirements for Python 3.12 as default
The Docker container now use Python 3.12 which replaces Python 3.9
🔒 Security
Update requirements (at least the dependencies
certifi,Django,Jinja2,requests,urllib3include known security fixes)Remove deprecated Django password hashers
0.35.0 (2024-05-04)
Deployment notes
Update requirements
✨ New features
Use argon2 as default password hasher
Use Django gzip middleware, so HTML gets compressed (mitigation for the BREACH attack is included in Django)
🏗 Changes
Update to Django 4.2
Replace pytz with zoneinfo
Basic BDD tests for the planet
0.34.1 (2024-04-20)
Deployment notes
Update requirements
🔒 Security
Update
gunicornto fix a known security issue
0.34.0 (2024-04-06)
Deployment notes
Update requirements
🏗 Changes
Add documentation for release procedure
Update requirements (at least the dependency
Pillowincludes known security fixes)
🐛 Fixes
Events: Link to openstreetmap, as geohack seems to be not reachable
0.33.0 (2024-03-09)
Deployment notes
Update requirements
Execute database migration
🏗 Changes
Wiki: Refactor queries for wiki page to be more efficient
🔒 Security
Update requirements (at least the dependency
Djangoincludes known security fixes)
0.32.0 (2024-02-16)
Deployment notes
Update requirements
Execute database migration
🏗 Changes
Add index for username in uppercase. This should speed-up the case-insensitive queries (at least on postgreSQL).
🔥 Removals
in the Wiki the
Includemacro was removed
🐛 Fixes
Display message instead of server-error, if username was not taken during form-validation at registration, but at DB-insertion
Strip control characters in Inyoka’s markup lexer. This will fix server errors for feeds.
🔒 Security
Update requirements (at least the dependencies
Djangoinclude known security fixes)
0.31.0 (2024-01-13)
Deployment notes
Update requirements
Execute database migration
🏗 Changes
pyupgrade to modernize the code base a bit
Refactor feeds to use Django’s builtin syndication framework instead of the out-of-support Werkzeug module
🔥 Removals
Remove XMPP: XMPP was not used anymore, since it was made an optional dependency. The associated database migration will
remove not needed user settings
remove hidden jabber-ids for privacy, as there is no reason to save them anymore (previously, they could be used for notifications)
🐛 Fixes
Fix wiki revision rendering
Reject NUL byte in URLs
Fix TypeError in Service Middleware
Return more HTTP status codes in ikhaya service instead of raising an unhandeled error
Fix UnboundLocalError in Service Middleware, if there are not exactly two parts given via GET
LoginForm: Always require a password
🔒 Security
Update requirements (at least the dependencies
Django,Pillowandjinja2include known security fixes)
0.30.0 (2023-10-22)
Deployment notes
Update requirements
Execute database migration
🏗 Changes
Added babel extractor for django templates
🔒 Security
Update requirements (at least the dependencies
certifi,django,urllib3,Pillowinclude known security fixes)
0.29.0 (2023-07-21)
Deployment notes
Update requirements
Run
python manage.py migrate
✨ New features
🏗 Changes
Require python 3.9
Use default django classes for templates
Ubuntu Distro Select: Add Ubuntu Unity, Do not allow Ubuntu GNOME for new threads
🔥 Removals
🐛 Fixes
🔒 Security
Update requirements (at least the dependencies
Pillow,requests,sqlparseinclude known security fixes)
0.28.0 (2022-09-11)
Deployment notes
Update requirements
✨ New features
🔥 Removals
🐛 Fixes
🔒 Security
Update requirements (dependency-packages
lxmlandPillowinclude known security fixes)
0.27.0 (2022-08-05)
Deployment notes
Update requirements
Adapt sentry-settings in local configuration
For development setups: Migrate changes from
example_development_settings.pyto local configurationRun
python manage.py migrate