|
c8243fd9d5
|
feat: release 0.3.10
/ 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
/ 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
/ test (push) Failing after 54s
/ codestyle (push) Failing after 1m29s
|
2024-04-09 22:35:37 +02:00 |
|
|
1e561fd9cd
|
feat: release 0.3.9
/ 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
/ 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
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
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
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
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
ci/woodpecker/push/woodpecker Pipeline failed
|
2023-07-29 23:15:07 +02:00 |
|
s3lph
|
86f0eecc34
|
chore: migrate from gitlab-ci to woodpecker
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 |
|
s3lph
|
de110cd397
|
feat: add support for multiple theme search paths
|
2023-03-28 20:45:09 +02:00 |
|
s3lph
|
2f79377c09
|
fix: image cache busting
|
2023-03-25 22:51:57 +01:00 |
|
s3lph
|
5aa3d2e4c2
|
Fix version in deb package
|
2023-02-20 10:25:05 +01:00 |
|
s3lph
|
c2de89201f
|
Add theme support
|
2023-02-20 10:02:12 +01:00 |
|
s3lph
|
c28f42a08d
|
Update docker-compose instructions. Fixes #30
|
2023-02-12 11:57:42 +01:00 |
|
s3lph
|
8c3e0e08b6
|
v0.2.14: Present an on-screen keyboard and disable file upload in kiosk mode (localhost)
|
2022-10-22 16:14:19 +02:00 |
|
s3lph
|
d3f2da88cc
|
Merge branch 'staging' into 'master'
v0.2.13
See merge request s3lph/matemat!83
|
2022-07-20 19:52:23 +00:00 |
|
s3lph
|
d846ddf044
|
Prepare release v0.2.13
|
2022-07-20 21:47:52 +02:00 |
|
s3lph
|
caee4a3ee7
|
Sort user list in db.list_users rather than during templating. Closes !82
|
2022-07-20 21:43:47 +02:00 |
|
s3lph
|
c7f6e1e849
|
Works, restricting to tags only
|
2022-07-19 23:16:05 +02:00 |
|
s3lph
|
cbd8a23236
|
Add CI task to trigger a build of the repository pipeline. Hope this works...
|
2022-07-19 22:53:35 +02:00 |
|
s3lph
|
3572ad5a96
|
Merge branch 'master' into staging
|
2022-07-19 00:05:26 +02:00 |
|
s3lph
|
f5dc0e51c7
|
Fix changelog
|
2022-07-19 00:03:49 +02:00 |
|
s3lph
|
b4deda7778
|
Merge branch 'staging' into 'master'
Release 0.2.12
See merge request s3lph/matemat!81
|
2022-07-18 21:59:12 +00:00 |
|
s3lph
|
9d449b69e9
|
Release 0.2.12
|
2022-07-18 23:57:23 +02:00 |
|
s3lph
|
2457b7e2a0
|
Add missing email field to signup.html
|
2022-07-18 23:53:50 +02:00 |
|
s3lph
|
075afa2d76
|
Fix some minor display issues with transfer vs deposit
|
2022-07-18 23:49:13 +02:00 |
|
s3lph
|
5cd245eee4
|
Merge branch 'staging' into 'master'
0.2.11: Add user signup (has to be enabled via config)
See merge request s3lph/matemat!80
|
2022-07-16 22:14:42 +00:00 |
|
s3lph
|
f92ad205d2
|
Add user signup (has to be enabled via config)
|
2022-07-17 00:12:16 +02:00 |
|
s3lph
|
1392b71353
|
Merge branch 'staging' into 'master'
0.2.10
See merge request s3lph/matemat!79
|
2022-07-16 17:35:57 +00:00 |
|
s3lph
|
d68eee7bf4
|
fix kaniko ci
|
2022-07-16 19:31:42 +02:00 |
|
s3lph
|
82a82c4990
|
Use Python 3.9, build docker image with kaniko instead of mapped docker socket
|
2022-07-16 19:29:30 +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
|
68a33d1819
|
release.py: Add package download links as asset urls to release
|
2021-08-10 21:36:26 +02:00 |
|
s3lph
|
75a750328a
|
Fix release.py script, was using an old api endpoint
|
2021-08-07 21:49:02 +02:00 |
|
s3lph
|
1ad96edf03
|
Merge branch 'staging' into 'master'
Release 0.2.9
See merge request s3lph/matemat!78
|
2021-08-07 19:11:53 +00:00 |
|
s3lph
|
a73bc97fd5
|
Bump version number to 0.2.9
|
2021-08-07 21:08:17 +02:00 |
|
s3lph
|
b804d57d24
|
Disable text selection and image dragging for better touchscreen support
|
2021-08-07 21:06:24 +02:00 |
|
s3lph
|
bc7f04f360
|
Merge branch 'staging'
|
2021-04-07 10:05:01 +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
|
4e643799f2
|
Merge branch 'staging' into 'master'
0.2.7
See merge request s3lph/matemat!76
|
2021-04-07 00:56:45 +00:00 |
|
s3lph
|
ea32a33cef
|
Fix gitlab ci
|
2021-04-07 02:54:08 +02:00 |
|
s3lph
|
51871959be
|
Merge branch '0.2.7' into 'staging'
0.2.7: Add numpad popup for deposit
See merge request s3lph/matemat!75
|
2021-04-07 00:44:23 +00:00 |
|
s3lph
|
e0b24796f0
|
Prepare 0.2.7
|
2021-04-07 02:42:03 +02:00 |
|