Commit graph

103 commits

Author SHA1 Message Date
5408ec5a7d Moved third-party licenses to the README and restored previous license file, because Gitlab wasn't able to determine the right license for this project anymore 2023-04-17 21:28:04 +02:00
c9792cc2c4 Bumped version to 16 2023-04-17 20:52:31 +02:00
2c51e62a7d Added a text banner that is displayed in the terminal/logfile on application startup, fixed a wrongly indented code block 2023-04-17 20:52:08 +02:00
6b396dbb50 Removed leftover print statements that were used for debugging 2023-04-17 20:13:34 +02:00
79d148bfd0 Improved the style of select elements (now also works on WebKit browsers) 2023-04-15 15:30:53 +02:00
c74744d720 Improved the visibility of the dropdown menu in the userpanel, especially on mobile devices 2023-04-15 14:15:55 +02:00
e1555375cc Added Inter font for the UI, replaced some icons with Material Design Icons, minor css improvements 2023-04-15 12:58:33 +02:00
3a0f1bf340 Moved LICENSE to LICENSE.md and added the license for simple-keyboard 2023-04-15 11:47:39 +02:00
880f7f6cc8 Changed the appearance of the dropdown button in the userpanel 2023-04-15 11:33:30 +02:00
ac59aa0baa Improved history page and spacing between values and currency suffix + minor improvements to css 2023-04-15 10:01:56 +02:00
8702233934 Added feature to transfer money to another account + some minor improvements 2023-04-14 23:47:12 +02:00
2bab323b86 Implemented 'custom forms' to replace individual scripts for deposit and supply forms 2023-04-14 20:48:01 +02:00
5ab0d1088f Added 'Hide from userlist' to user settings 2023-04-13 21:19:11 +02:00
105ddc0409 Removed 'User: ' prefix in user panel to get more space for the username and balance 2023-04-13 21:06:06 +02:00
03abfca2f8 Bumped version to 15 #24 2023-03-26 12:43:01 +02:00
93f52adfd3 Merge branch 'revamp' into 'devel'
Complete project revamp with a bunch of commits

See merge request ChaoticByte/drinks-manager!13
2023-03-26 10:40:59 +00:00
266cb6ca10 Fixed an issue with the 0002_setup migration that caused the upgrade from version 14 to fail 2023-03-26 12:26:43 +02:00
2ff58fb955 Removed unnecessary import in db_queries.py 2023-02-17 22:21:40 +01:00
9dc1f902d3 Updated translations 2023-02-17 22:15:20 +01:00
e04e1b940c Updated README (about gettext dependency) 2023-02-17 22:08:44 +01:00
d93591bcb2 Redesigned the user interface #23 2023-02-17 22:01:09 +01:00
f7048d1e9f Fixed shift- and shift-lock buttons and backspace issues in simple-keyboard_configure.js #14 2023-02-13 21:08:20 +01:00
548af757e7 Disable on-screen keyboard when smartphone is detected #14 2023-02-13 19:47:00 +01:00
0ab45c6e68 Integrated simple-keyboard from hodged as a on-screen keyboard #14 2023-02-13 19:31:21 +01:00
6c72b5059f Fixed login button overlaid by footer on small screens #13 2023-02-12 20:06:23 +01:00
0939d10322 Changed all W13R references to ChaoticByte #18 2023-02-12 19:30:46 +01:00
fb3bbf3fc5 Added support for multiple hosts in caddy configuration and CSRF_TRUSTED_ORIGINS #22 2023-02-12 10:59:22 +01:00
b78e196fec Set sensible file permissions on startup #21 2023-02-11 23:43:45 +01:00
c6b358499d Updated .gitignore and restored misc folder with updated systemd unit file and icons 2023-02-11 23:34:00 +01:00
bf1e342661 Adjusted caddy logging format 2023-02-11 23:22:08 +01:00
626f596cd3 Improved readability of python code by adding/removing newlines, identation, etc. 2023-02-11 22:14:01 +01:00
0aa8c7f15b Ported archive script to new structure #16 2023-02-11 22:03:00 +01:00
983cfb0fee Removed one unnecessary import in _bootstrap.py 2023-02-11 21:31:35 +01:00
be38d1885f Added session-autocleaner, changed some script filenames, changed shebang of manage.py #16 2023-02-11 21:22:52 +01:00
159e1cef7d Updated README and comments in the configuration #16 2023-02-11 20:25:42 +01:00
9bc9d519c0 Added setup migration for globals and userdeposits view, added create-admin script #16 2023-02-11 20:21:47 +01:00
0a1ada15fb Moved locales into app directory #16 2023-02-11 18:25:00 +01:00
d278d37272 Fixed admin panel not working #15 #16 2023-02-11 18:13:16 +01:00
01aa31a8a1 Fixed CSRF-related issues and profilepictures by starting caddy for development server too. Also improved boostrap script. #15 #16 2023-02-11 18:08:46 +01:00
5572fec9c1 Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20 2023-02-11 17:23:57 +01:00
0012214f9b Changed some issues with the scope of psycopg cursors in some scripts 2023-01-15 23:10:01 +01:00
cde9081197 Change bind address for the application from 'localhost' to '127.0.0.1' to fix a possible error on some hosts (bootstrap script) 2023-01-10 23:41:01 +01:00
09836176e6 Bumped version to 13 2022-11-05 09:47:18 +01:00
af4dbc74b5 Rename Register Transactions to Transactions in the Admin Panel (#9) 2022-11-05 09:40:41 +01:00
3d778df3d5 Removed feature: register balance (closes #8) 2022-11-05 09:34:13 +01:00
8599f49857 Refactored CSS and HTML templates and polished UI (#10), changed JavaScript variable names to camelCase, adjusted filenames and some url parameter names in urlpatterns, and more. 2022-11-04 20:35:28 +01:00
1e32e2b5dd The application now correctly encodes the url query string for the profile-picture name (for security reasons), removed a left-over print-statement 2022-11-03 20:46:10 +01:00
9f270c12b4 Profile pictures are now handled by the application to mitigate possible directory traversals
to other sub-directories of the static directory (Admins/Staff with the right to edit user
accounts were able to set a path like ../static/favicon.png for the profile picture - this
isn't a "i'm in, now i have root access and can hack your mom"-vulnerability, but better fix
it before it evolves to one. or a dragon. it's too late for this crap.)
2022-11-02 22:53:04 +01:00
86ea7c0000 Added 'supply' page to create negative register transactions, updated translation 2022-10-15 19:37:01 +02:00
80b407069d Bump version to 12 2022-08-06 18:58:43 +02:00