1
0
Fork 0
forked from s3lph/matemat
Commit graph

191 commits

Author SHA1 Message Date
s3lph
caee4a3ee7 Sort user list in db.list_users rather than during templating. Closes !82 2022-07-20 21:43:47 +02:00
s3lph
9d449b69e9 Release 0.2.12 2022-07-18 23:57:23 +02:00
s3lph
f92ad205d2 Add user signup (has to be enabled via config) 2022-07-17 00:12:16 +02:00
s3lph
b486b6f3c8 codestyle 2022-07-16 19:17:42 +02:00
s3lph
1b35f4ea7d Allow users to transfer founds to another account 2022-07-16 19:15:25 +02:00
s3lph
a73bc97fd5 Bump version number to 0.2.9 2021-08-07 21:08:17 +02:00
s3lph
85410e09e5 codestyle 2021-04-07 09:39:50 +02:00
s3lph
ddcdc0f816 Prepare 0.2.8 release 2021-04-07 09:36:18 +02:00
s3lph
e0b24796f0 Prepare 0.2.7 2021-04-07 02:42:03 +02:00
s3lph
361144815e Improve support for stock providers 2021-04-07 01:25:45 +02:00
s3lph
e2db21fc1b Fix database unit tests 2020-12-28 09:54:04 +01:00
s3lph
a5b52e24b5 codestyle 2020-12-28 09:50:12 +01:00
s3lph
93af2dbbd4 Add pluggable interfaces for providing stock information or dispensing physical products 2020-12-28 09:46:51 +01:00
s3lph
669be9c9e4 Prepare release v0.2.4 2020-03-03 22:15:43 +01:00
s3lph
f0cd88f3fc Add Prometheus-style metrics 2020-03-03 22:10:41 +01:00
s3lph
6026f21a60 Fix: Session timeout lead to 500 error 2020-02-05 00:34:22 +01:00
s3lph
5cee6e1d22 Fix: Sessions were shared between clients 2020-02-04 18:39:28 +01:00
s3lph
357afcd21b Fix: Properly load config 2020-02-04 18:19:57 +01:00
s3lph
9d959eecc3 Hotfix: Properly parse config files 2020-02-04 18:03:20 +01:00
s3lph
18a66a2f5a Prepare release 0.2 2020-02-03 23:47:33 +01:00
s3lph
fe7a91b094 codestyle 2020-02-03 23:42:29 +01:00
s3lph
8700023349 Fix SIGINT termination issues 2020-02-03 23:39:51 +01:00
s3lph
18c720fdab Update docker images 2020-02-03 23:39:35 +01:00
s3lph
e5c3fad812 Further bottle porting 2020-02-03 20:44:58 +01:00
s3lph
8e8f159150 Migrate from own web framework to bottle.py 2019-11-22 03:58:54 +01:00
s3lph
9006495aec Updated Matemat version to 0.1.1 2019-02-08 05:01:44 +01:00
s3lph
d607495e4b Fixed: Error 500 on password change when old password didn't match. 2019-02-08 04:53:45 +01:00
s3lph
9515c521b0 Merge branch 'master' into 27-deployment 2019-01-01 21:03:21 +01:00
s3lph
07a4d3131e Fixed a small bug in the SQL queries and the unit tests 2018-12-29 20:55:53 +01:00
s3lph
9a41d33ef7 Added database support for empty receipts (i.e. when a user didn't issue any transactions during a receipt period) 2018-12-29 20:36:59 +01:00
s3lph
ea70484d00 Added a test case for empty receipts. 2018-12-23 22:50:26 +01:00
s3lph
3d25540a1f Fixed a crash in receipt generation. 2018-12-23 22:43:19 +01:00
s3lph
eaab46b728 Replaced yet a calendar function not available in Python 3.6 2018-11-03 21:27:17 +01:00
s3lph
726b4a9370 Remplaced a calendar function not available in Python 3.6 2018-11-03 21:22:25 +01:00
s3lph
b8cbb265b8 Implemented __eq__ and __hash__ for the database primitives 2018-11-03 19:20:30 +01:00
s3lph
ea57485cfb Back to Python 3.6 for the sake of Debian packaging (initial test!) 2018-11-03 18:28:28 +01:00
s3lph
a67e21fc9d Merge branch 'staging' into deployment 2018-10-19 20:36:29 +02:00
s3lph
0974e68444 Indentation fixes. 2018-10-01 21:16:25 +02:00
s3lph
d4e2d6591e Implemented sales statistics page. 2018-10-01 21:08:37 +02:00
s3lph
15a0a3a184 setup.py optimization and debian packaging 2018-09-15 02:12:16 +02:00
s3lph
b3a1df9e18 Hotfix: Database migration caused data loss. 2018-09-13 18:39:10 +02:00
s3lph
4ecc848eac Implemented default images. 2018-09-10 00:45:32 +02:00
s3lph
f2f8828db4 Fixed image and price entry on product creation. 2018-09-10 00:12:11 +02:00
s3lph
31b1cc9c21 Implemented image conversion and resizing with pillow. 2018-09-09 23:59:06 +02:00
s3lph
56500e87e5 Finally fixed, it; raised the receipt cronjob to a more sane interval. 2018-09-09 04:18:45 +02:00
s3lph
6fcea8e2b3 Added fallback handling for transactions with unknown dates. 2018-09-09 04:12:11 +02:00
s3lph
b55ad25f58 Added log output to cron job runner. 2018-09-09 04:03:51 +02:00
s3lph
270910f6be Removed debug output. 2018-09-09 04:01:33 +02:00
s3lph
a8e0687095 Fix: Fetch receipt_pref in list_users. 2018-09-09 03:53:52 +02:00
s3lph
0a27e6db56 Hopefully fixed now! 2018-09-09 03:44:49 +02:00