Commit graph

56 commits

Author SHA1 Message Date
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
ca160781dd Added support for profile pictures 2022-08-06 18:56:39 +02:00
f5bf77fbed Added auto-reload after 2 minutes when logged in, to force auto-logout 2022-08-06 17:33:31 +02:00
1173406836 Bump version to 11 2022-07-05 17:43:34 +02:00
f2725845cf hide the userlist in the background when showing the password overlay 2022-07-05 17:42:50 +02:00
20d0ebfcf4 Swap x and 0 on pinpad (login overlay) 2022-07-05 17:25:12 +02:00
4cd5513621 Bump version to 10 2022-06-29 20:10:03 +02:00
4fd02a8498 #7 fix broken login page for Webkit Browsers 2022-06-29 20:04:28 +02:00
91a184b284 Make the login overlay a bit more compact 2022-06-29 19:08:26 +02:00
500213b5ab Use 'surname, forename' instead of 'forename surname' in userlist on login page 2022-06-29 19:02:01 +02:00
a194e05743 Bump version to 9 2022-06-24 18:40:53 +02:00
31b2e395b4 #5 disabled backdrop-filter: blur for buttons to fix performance issues 2022-06-24 18:39:27 +02:00
09aa00f335 Bump version to 8 2022-06-16 10:56:10 +02:00
05698544d7 Small UI enhancement for mobile devices 2022-06-16 10:39:29 +02:00
c7866bfefe Fixed a display issue with the login overlay 2022-06-16 10:28:53 +02:00
5893d311fe #4 moved Logout button out of the dropdown menu 2022-06-16 10:22:37 +02:00
bec4fe7bd0 Removed link to gitlab repo from footer 2022-06-16 10:00:44 +02:00
f406757468 #2 Fix wrong decimal formatting in Drink and Order models 2022-06-13 19:22:36 +02:00
96d4652a04 #1 improve text and translations 2022-06-13 19:13:27 +02:00
0833677bbd #3 Rename pip-dependencies.txt to requirements.txt 2022-06-13 18:47:16 +02:00
5d96558451 Bump version to 7 2022-05-29 20:57:38 +02:00
6ca7f70a2e Updated sample config 2022-05-29 20:56:50 +02:00
df91a89cd5 Updated docs 2022-05-29 20:56:16 +02:00
97462c7884 Rename example systemd service file 2022-05-29 15:31:44 +02:00
672f7d6a80 Update package names for pg_config and Python version in docs 2022-05-28 19:44:36 +02:00
020a3ccea1 Removed old tests directory 2022-05-28 19:38:40 +02:00
5edc1862f4 Bump version to 6 2022-05-26 19:32:33 +02:00
9f965b8119 Rearranged statistics page 2022-05-24 20:49:18 +02:00
95d37dbc3d Remove the paragraph about versioning from the README 2022-05-24 20:30:44 +02:00
22382eef6e Added NaN-checks for the number input on the order page to fix some weird behaviour 2022-05-24 20:28:16 +02:00
537818fc27 Added 'admin panel' userpanel menu entry for staff accounts 2022-05-24 18:57:17 +02:00
ec7672816a rename the field 'binary_availability' to 'do_not_count' in model Drink 2022-05-24 18:49:04 +02:00
b7e9673267 Bump version to 5.0 2022-05-16 13:17:47 +02:00
ea644a6b76 Removed obsolete configuration line in settings.py 2022-05-16 11:05:21 +02:00
5b72453dc3 Order drinks by product_name on the home page 2022-05-16 11:00:24 +02:00
d792a7658c Fixed a bug in the template for the order page caused by localization and removed the previously applied workaround for this issue 2022-05-16 10:51:22 +02:00
aa0f2d67ed Add activate-devel-env.sh to lib 2022-05-15 11:45:46 +02:00
f8cde7136d Remove DjangoCSP dependency by writing own middleware for the CSP header 2022-05-15 11:24:04 +02:00
9406bbad97 Revised some UI elements 2022-05-14 11:28:32 +02:00
fc2bf922d2 Bump version to 4.0 2022-04-18 17:04:19 +02:00
aa85ac5ffc Removed the command 'run-script' and added the command 'shell', and updated the docs and README 2022-04-18 17:00:12 +02:00
a9c5ec34fc Add dependency information for Ubuntu 2022-04-18 16:33:22 +02:00
3f0a0d79d0 Do a bit of refactoring in the bootstrap script 2022-04-13 21:45:34 +02:00
267ce0188a Fix error page that appears when logging out of the admin panel 2022-04-13 20:20:08 +02:00
fd7fc15687 change the naming of release tags in the update section of the docs 2022-03-16 19:29:50 +01:00
93a2857d44 Bump version to 3.0 2022-03-16 19:25:37 +01:00
c1a9b1fc52 Change README title 2022-03-16 19:19:51 +01:00
a03fe6a9f4 Fix parsing issue resulting in wrong order sum being calculated when using the german localization 2022-03-16 19:10:01 +01:00