1
0
Fork 0
forked from s3lph/matemat
Commit graph

176 commits

Author SHA1 Message Date
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
s3lph
71d7bb85ce Added verification of receipt_pref to login test. 2018-09-09 03:40:06 +02:00
s3lph
53233d74c3 Fixed: Fetch receipt preference on login. 2018-09-09 03:38:23 +02:00
s3lph
f11b0e0b93 Even more debug output. 2018-09-09 03:33:09 +02:00
s3lph
660969744c Fixed missing argument in tests. 2018-09-09 03:26:00 +02:00
s3lph
a466e5109f Used another logger. 2018-09-09 03:23:19 +02:00
s3lph
37498f9ab7 More debug output. 2018-09-09 03:17:20 +02:00
s3lph
2161ff79d9 Added log output to receipt generation function. 2018-09-09 03:09:47 +02:00
s3lph
436da33330 Added a not to the settings UI when sending of receipts has been disabled in the configuration. 2018-09-08 21:05:03 +02:00
s3lph
79e6f83c72 (More or less) proper definition of "months", added more receipt preferences. 2018-09-08 20:44:40 +02:00
s3lph
1c5b442fea Fixed a codestyle error. 2018-09-07 22:47:27 +02:00
s3lph
b19c6edd7f Implemented SMTP receipt sending. 2018-09-07 22:45:20 +02:00
s3lph
2056b0fb81 Implemented cron jobs 2018-09-07 22:04:50 +02:00
s3lph
22d4bd2cd5 Fixed trailing whitespace. 2018-09-07 19:06:47 +02:00
s3lph
2c6996a9b4 Implemented receipt generation, including unit tests. 2018-09-07 19:04:15 +02:00
s3lph
a3fa86fb25 Implemented "Balance change reason" field. 2018-09-01 23:48:10 +02:00