Commit graph

490 commits

Author SHA1 Message Date
f6f7b5abdb
release v0.4.3
All checks were successful
/ test (push) Successful in 1m5s
/ codestyle (push) Successful in 1m24s
/ build_wheel (push) Successful in 1m25s
/ build_debian (push) Successful in 2m3s
2024-12-08 00:29:19 +01:00
1669ef4c1e
feat: improve "logout after purchase" ui representation 2024-12-08 00:21:11 +01:00
ddf5ed01a2
refactor(db): greatly simplify database migrations 2024-12-08 00:05:28 +01:00
1823759433
fix: default avatar missing after signup in non-kiosk mode 2024-12-07 23:28:15 +01:00
2be7bf7683
release v0.4.2
All checks were successful
/ test (push) Successful in 1m25s
/ codestyle (push) Successful in 1m6s
/ build_wheel (push) Successful in 2m4s
/ build_debian (push) Successful in 2m25s
2024-12-07 22:20:50 +01:00
e5870f4d60 Merge pull request 'feat: refactor user settings' (#4) from weva/matemat:main into main
All checks were successful
/ test (push) Successful in 1m26s
/ codestyle (push) Successful in 1m1s
Reviewed-on: #4
2024-12-07 22:19:39 +01:00
f152a5070b Merge branch 'main' into main 2024-12-07 22:16:16 +01:00
e9b05fa4f4
fix: keep buypid when wrong touchkey is entered
All checks were successful
/ test (push) Successful in 1m3s
/ codestyle (push) Successful in 1m24s
2024-12-07 22:15:48 +01:00
Valentin Weber
470da688f3
feat: refactor password change section 2024-12-07 22:08:46 +01:00
4f69a1b447 Merge branch 'main' into main 2024-12-07 22:03:58 +01:00
8879add39b
feat: take a backup of the sqlite db before executing schema migrations
All checks were successful
/ test (push) Successful in 1m26s
/ codestyle (push) Successful in 1m0s
2024-12-07 22:02:00 +01:00
2883593eeb Merge branch 'main' into main 2024-12-07 21:28:02 +01:00
Valentin Weber
d3c5a8a56b
feat: move avatar up 2024-12-07 21:27:18 +01:00
43ac5d656f
feat: add logout after purchase setting to productlist
All checks were successful
/ test (push) Successful in 1m3s
/ codestyle (push) Successful in 1m24s
2024-12-07 21:15:46 +01:00
51adba2e25
fix: sqlite constraint migration 2024-12-07 21:15:08 +01:00
Valentin Weber
6e9f60eb36
Merge branch 'main' of ssh://git.kabelsalat.ch:2222/weva/matemat 2024-12-07 21:08:55 +01:00
Valentin Weber
9a1c220813 feat: refactor user settings part 1 2024-12-07 21:08:20 +01:00
Valentin Weber
05e2bed4d2
feat: refactor user settings part 1 2024-12-07 21:07:15 +01:00
dd65b5c4d0
feat: use button groups in admin tables
All checks were successful
/ test (push) Successful in 1m26s
/ codestyle (push) Successful in 58s
2024-12-07 20:38:24 +01:00
f8de9f5e1e Merge pull request 'feat(template): improve responsiveness' (#3) from weva/matemat:main into main
All checks were successful
/ test (push) Successful in 1m25s
/ codestyle (push) Successful in 59s
Reviewed-on: #3
2024-12-07 19:57:21 +01:00
Valentin Weber
a5907dce2d
feat(templates): improve breakpoints 2024-12-07 19:52:14 +01:00
ef53367035
fix: recreate users table with case-insensitive username
All checks were successful
/ test (push) Successful in 1m0s
/ codestyle (push) Successful in 1m25s
2024-12-07 19:51:07 +01:00
Valentin Weber
4943508233
feat(templates): userlist improve breakpoints 2024-12-07 19:49:40 +01:00
Valentin Weber
8fb3bd8d9c
feat(templates): modify login mask for responsiveness 2024-12-07 19:38:35 +01:00
745843e07d
fix: session id shared between all sessions
All checks were successful
/ test (push) Successful in 1m5s
/ codestyle (push) Successful in 1m30s
/ build_wheel (push) Successful in 1m27s
/ build_debian (push) Successful in 2m2s
fix: minor css fixes
2024-12-07 16:30:28 +01:00
67e2a813d5
feat: redesign ui using bootstrap
All checks were successful
/ test (push) Successful in 1m22s
/ codestyle (push) Successful in 1m6s
/ build_wheel (push) Successful in 2m0s
/ build_debian (push) Successful in 2m32s
feat: split user settings and admin settings
fix: list user tokens in admin user settings
feat!: remove osk, osk should be provided by kiosk browser
2024-12-07 15:53:19 +01:00
b3b47b6b60
fix: debian postinst/prerm scripts
All checks were successful
/ test (push) Successful in 1m0s
/ codestyle (push) Successful in 1m24s
2024-12-01 23:44:26 +01:00
4cf563ce62
fix: missing error message when scanning an unassociated barcode
All checks were successful
/ build_wheel (push) Successful in 1m58s
/ build_debian (push) Successful in 2m23s
/ test (push) Successful in 1m23s
/ codestyle (push) Successful in 4m52s
2024-12-01 23:37:22 +01:00
418cff7348
feat: add barcode login feature
All checks were successful
/ build_wheel (push) Successful in 2m4s
/ build_debian (push) Successful in 3m2s
/ test (push) Successful in 1m26s
/ codestyle (push) Successful in 31m13s
2024-12-01 21:58:16 +01:00
66f23f5dda
fix: store notifications in the session so that they won't be served to other clients
All checks were successful
/ test (push) Successful in 1m12s
/ codestyle (push) Successful in 1m26s
/ build_wheel (push) Successful in 1m42s
/ build_debian (push) Successful in 2m3s
feat: list all users and products in a table in the settings
feat: add back buttons to signup, password login and touchkey login pages
feat: if the tabfocus webextension is installed, use it to focus the tab when a barcode is scanned
2024-11-27 23:45:42 +01:00
f614fe1afc
breaking: remove the config option to automatically close tabs after ean purchase
All checks were successful
/ test (push) Successful in 1m22s
/ codestyle (push) Successful in 1m4s
/ build_wheel (push) Successful in 1m59s
/ build_debian (push) Successful in 2m33s
fix: improve error handling on database consistency errors (e.g. non-unique ean codes) in the settings
feat: handle ean codes in the already open tab via a websocket connection
feat: populate ean code input field when a barcode is scanned while in the product settings
2024-11-25 23:29:30 +01:00
4eb71415fd
fix: show the purchase warning banner also on the touchkey login
All checks were successful
/ test (push) Successful in 1m22s
/ codestyle (push) Successful in 1m5s
/ build_wheel (push) Successful in 1m59s
/ build_debian (push) Successful in 2m32s
feat: replace overlay system with a generic notification banner system
feat: add a config option to automatically close tabs after ean purchase
2024-11-23 09:48:53 +01:00
8287dc1947
fix: codestyle
All checks were successful
/ test (push) Successful in 1m23s
/ codestyle (push) Successful in 1m5s
/ build_wheel (push) Successful in 2m1s
/ build_debian (push) Successful in 2m27s
2024-11-23 04:37:47 +01:00
f3af4d64a7
feat: Immediately purchase a product by calling /?ean=...
Some checks failed
/ test (push) Successful in 1m26s
/ codestyle (push) Failing after 57s
chore: Replace datetime.utcnow with datetime.now(UTC)
chore: Replace sqlite3 qmark-bindings with named bindings
2024-11-23 04:35:05 +01:00
bfc503c5d3
feat: sort products in list
All checks were successful
/ test (push) Successful in 49s
/ codestyle (push) Successful in 46s
/ build_wheel (push) Successful in 1m9s
/ build_debian (push) Successful in 2m13s
2024-05-05 00:21:04 +02:00
d41484e69a
fix: improve auto logout
All checks were successful
/ test (push) Successful in 50s
/ codestyle (push) Successful in 50s
/ build_wheel (push) Successful in 1m55s
/ build_debian (push) Successful in 2m27s
2024-04-12 23:43:01 +02:00
c8243fd9d5
feat: release 0.3.10
All checks were successful
/ test (push) Successful in 1m10s
/ codestyle (push) Successful in 1m29s
/ build_wheel (push) Successful in 1m36s
/ build_debian (push) Successful in 2m33s
2024-04-09 22:47:36 +02:00
677c1e681b
fix: unittests, codestyle
Some checks failed
/ test (push) Successful in 1m1s
/ codestyle (push) Successful in 59s
/ build_wheel (push) Failing after 2m21s
/ build_debian (push) Successful in 2m30s
2024-04-09 22:40:38 +02:00
d54aa2bc57
feat: add option to log out users automatically after completing a purchase
Some checks failed
/ test (push) Failing after 54s
/ codestyle (push) Failing after 1m29s
2024-04-09 22:35:37 +02:00
1e561fd9cd
feat: release 0.3.9
All checks were successful
/ test (push) Successful in 51s
/ codestyle (push) Successful in 53s
/ build_wheel (push) Successful in 1m52s
/ build_debian (push) Successful in 2m21s
2023-12-22 20:00:11 +01:00
97df130768
feat: improve link sizes for touchscreens 2023-12-22 19:57:51 +01:00
1b45a21210
feat: migrate from woodpecker to forgejo actions
All checks were successful
/ test (push) Successful in 52s
/ codestyle (push) Successful in 52s
/ build_wheel (push) Successful in 1m49s
/ build_debian (push) Successful in 2m17s
2023-12-19 05:01:51 +01:00
abd70b9cc6
fix(ci): wrong filename when uploading deb package to registry
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2023-09-09 18:43:25 +02:00
623dadb62a
fix: bottle by default re-encodes UTF-8 to latin1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2023-09-09 18:38:59 +02:00
76918a0f2c
fix: python interpreter in debian package
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2023-07-29 23:23:55 +02:00
f5e1374d5a
fix: pycodestyle
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2023-07-29 23:16:43 +02:00
s3lph
a3c450179d fix: ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-29 23:15:07 +02:00
s3lph
86f0eecc34 chore: migrate from gitlab-ci to woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-29 23:12:38 +02:00
s3lph
01deb63098 fix: purchase confirmation overlay animation 2023-05-17 01:55:40 +02:00
s3lph
2d7d93c2a7 feat: show and fade an overlay after completing a purchase or deposi 2023-05-15 22:14:38 +02:00