-
Release 22 Stable
released this
2025-09-07 20:45:40 +00:00 | 0 commits to main since this releaseDownloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
Source code (ZIP)
-
Release 21 Stable
released this
2024-02-13 18:28:57 +00:00 | 5 commits to main since this releaseDownloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
Source code (ZIP)
-
Release 20 Stable
released this
2023-11-01 18:36:41 +00:00 | 11 commits to main since this releaseDownloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
4 downloads
-
Source code (ZIP)
-
Release 19 Stable
released this
2023-11-01 18:26:01 +00:00 | 14 commits to main since this release4958a56Bumped version to 19e4acc5cAdded two new statistics about all users: 'order sum' visible for users having the 'view_order' permission and 'deposit sum' visible for users having the 'view_registertransaction' permission, improved the layout of the statistics page, updated translations4eb2911Fixed round corners on tables for Firefox31ae251Fixed orders/weekday statistic, improved statistics page layout60d2df9Use a dedicated logfile for the session cleanup service
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
Release 18 Stable
released this
2023-06-07 17:06:25 +00:00 | 35 commits to main since this releaseChangelog
dd36c3cFixed a security issue on the login page by clearing the buffer of the virtual keyboard when pressing 'cancel'Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
Source code (ZIP)
-
Release 17 Stable
released this
2023-04-19 16:29:26 +00:00 | 22 commits to main since this releaseDownloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
Source code (ZIP)
-
Release 16 Stable
released this
2023-04-17 19:35:13 +00:00 | 25 commits to main since this releaseNote
From this version on ALL accounts are visible in the user lists (e.g. on the login page) - also admin accounts (!) - unless the option "Hide from userlist" is activated in the user settings.
Changelog
5408ec5Moved third-party licenses to the README and restored previous license file, because Gitlab wasn't able to determine the right license for this project anymorec9792ccBumped version to 162c51e62Added a text banner that is displayed in the terminal/logfile on application startup, fixed a wrongly indented code block6b396dbRemoved leftover print statements that were used for debugging79d148bImproved the style of select elements (now also works on WebKit browsers)c74744dImproved the visibility of the dropdown menu in the userpanel, especially on mobile devicese155537Added Inter font for the UI, replaced some icons with Material Design Icons, minor css improvements3a0f1bfMoved LICENSE to LICENSE.md and added the license for simple-keyboard880f7f6Changed the appearance of the dropdown button in the userpanelac59aa0Improved history page and spacing between values and currency suffix + minor improvements to css8702233Added feature to transfer money to another account + some minor improvements2bab323Implemented 'custom forms' to replace individual scripts for deposit and supply forms5ab0d10Added 'Hide from userlist' to user settings105ddc0Removed 'User: ' prefix in user panel to get more space for the username and balance
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
Release 15 (Revamp) Stable
released this
2023-03-26 11:14:41 +00:00 | 41 commits to main since this releaseHow to upgrade from version 14
First, before updating to the new version, stop the server and make a backup of your database.
Then:
- Start over in a fresh application directory (with the new version)
- Copy your profile pictures to
./data/profilepictures/and your TLS certficates to./data/tls/ - Rewrite your config to ./data/config.yml (now in YAML format)
- Run
./scripts/setup-env.shto install pip depedendencies - Run
./start.shto start the application - all database migrations should apply automatically without an error
Changelog
03abfcaBumped version to 15 #24266cb6cFixed an issue with the 0002_setup migration that caused the upgrade from version 14 to fail2ff58fbRemoved unnecessary import in db_queries.py9dc1f90Updated translationse04e1b9Updated README (about gettext dependency)d93591bRedesigned the user interface #23f7048d1Fixed shift- and shift-lock buttons and backspace issues in simple-keyboard_configure.js #14548af75Disable on-screen keyboard when smartphone is detected #140ab45c6Integrated simple-keyboard from hodged as a on-screen keyboard #146c72b50Fixed login button overlaid by footer on small screens #130939d10Changed all W13R references to ChaoticByte #18fb3bbf3Added support for multiple hosts in caddy configuration and CSRF_TRUSTED_ORIGINS #22b78e196Set sensible file permissions on startup #21c6b3584Updated .gitignore and restored misc folder with updated systemd unit file and iconsbf1e342Adjusted caddy logging format626f596Improved readability of python code by adding/removing newlines, identation, etc.0aa8c7fPorted archive script to new structure #16983cfb0Removed one unnecessary import in _bootstrap.pybe38d18Added session-autocleaner, changed some script filenames, changed shebang of manage.py #16159e1ceUpdated README and comments in the configuration #169bc9d51Added setup migration for globals and userdeposits view, added create-admin script #160a1ada1Moved locales into app directory #16d278d37Fixed admin panel not working #15 #1601aa31aFixed CSRF-related issues and profilepictures by starting caddy for development server too. Also improved boostrap script. #15 #165572fecCompletely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
Release 14 Stable
released this
2023-01-10 22:45:37 +00:00 | 69 commits to main since this releaseChangelog
cde9081Change bind address for the application from 'localhost' to '127.0.0.1' to fix a possible error on some hosts
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
Release 13 Stable
released this
2022-11-05 09:56:14 +00:00 | 71 commits to main since this releaseChangelog
0983617Bumped version to 13af4dbc7Renamed Register Transactions to Transactions in the Admin Panel3d778dfRemoved Feature: Register Balance8599f49Refactored CSS and HTML templates and polished UI + code-cleanup and adjusted filenames1e32e2bThe application now correctly encodes the url query string for the profile-picture name9f270c1Profile pictures are now handled by the application to mitigate possible directory traversals86ea7c0Added 'supply' page to create negative register transactions, updated translations
Notes
You may have to move your profile pictures from
static/profilepictures/toprofilepictures/Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads