287 Commits

Author SHA1 Message Date
Stefano Pigozzi
74c1a85398 Fix README links 2024-05-14 03:13:17 +02:00
Stefano Pigozzi
13dc13e214 Add extra documentation 2024-05-14 03:11:10 +02:00
Stefano Pigozzi
0cd756c82c Ignore .directory files 2024-05-14 03:11:04 +02:00
HYBRID
8f8a188ade Add Hindi language (by @hybridvamp, in #218)
Co-authored-by: Stefano Pigozzi <me@steffo.eu>
2023-10-28 01:53:22 +02:00
dependabot[bot]
e513fa8e95 Bump urllib3 from 1.26.17 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-22 22:30:21 +02:00
dependabot[bot]
1529e26ab4 Bump urllib3 from 1.26.5 to 1.26.17
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 14:21:19 +02:00
dependabot[bot]
d1a8f011cf Bump tornado from 6.3.2 to 6.3.3
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.2...v6.3.3)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-15 04:59:17 +02:00
dependabot[bot]
4ad9ef0eab Bump certifi from 2022.12.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 20:17:56 +02:00
dependabot[bot]
8c85f2b819 Bump tornado from 6.1 to 6.3.2 (#203)
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.1.0...v6.3.2)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 17:43:05 +02:00
dependabot[bot]
e9b64501ff Bump requests from 2.25.1 to 2.31.0 (#202)
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 03:12:32 +02:00
dependabot[bot]
c553e3d034 Bump certifi from 2020.12.5 to 2022.12.7 (#197)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22 10:28:44 +01:00
Sergey Krashevich
8bf23d4870 Dockerfile refactoring (#198)
* Dockerfile refactoring
* Update docker-image.yml
* Update CodeQL workflow to match Steffo99/.github
* Add testing workflow using `compileall`
* Use release workflow from Steffo99/.github
* Slightly refactor Dockerfile
* Fix merge tool doing something weird

---------

Co-authored-by: Stefano Pigozzi <me@steffo.eu>
2023-03-22 10:26:21 +01:00
Stefano Pigozzi
b6b3902db5 Improve GitHub Actions workflows (based on #198) 2022-12-19 18:39:19 +01:00
Stefano Pigozzi
2772309239 Remove linux/arm64/v8 too, as something does not work there
:(
2022-12-04 01:42:29 +01:00
Stefano Pigozzi
6007aa451a Remove linux/arm/v7, as pip is broken there? 2022-12-04 01:39:41 +01:00
Stefano Pigozzi
47337d0061 Upgrade docker/build-push-action to v3.2.0 2022-12-04 01:35:14 +01:00
Stefano Pigozzi
3881012f96 Specify linux/arm64/v8 2022-12-04 01:33:45 +01:00
Stefano Pigozzi
85862a0547 Do not tag images with the full name
github does not like it appearently
2022-12-04 01:19:57 +01:00
Stefano Pigozzi
29f3397d00 Add missing commas 2022-12-04 01:18:05 +01:00
Stefano Pigozzi
b6fd15636f Update built image tag names 2022-12-04 01:16:29 +01:00
Stefano Pigozzi
1d1398281a Do not run CodeQL on every push 2022-12-04 01:14:35 +01:00
Stefano Pigozzi
1ed470d492 Update Steffo99/actions-semver to v0.3.5 2022-12-04 01:14:00 +01:00
Stefano Pigozzi
2087b7f446 Build ARM Docker images
Closes #194.
2022-12-04 01:06:49 +01:00
Stefano Pigozzi
fe751cb56d Prevent bypassing the requirement for certain privileges v0.18.0 2022-11-19 17:05:39 +01:00
Stefano Pigozzi
bb99472c84 Add option to disable cash payments (#190)
* Create the `enable_pay_with_cash` and `enable_create_transaction` config options
* Add configuration gates to the `menu_cash` and `menu_edit_credit` buttons
2022-11-19 16:56:49 +01:00
Stefano Pigozzi
8701071b30 Migrate README to GitHub Wikis v0.17.1 2022-06-06 08:33:59 +02:00
oleg20111511
55e14b10d5 Code refactor (#178)
Co-authored-by: Stefano Pigozzi <me@steffo.eu>
2022-05-20 02:55:12 +02:00
oleg20111511
0bd8a0c994 📝 Better description of product deletion message 2022-05-13 18:30:22 +02:00
Stefano Pigozzi
ad0372c6be 📝 Fix documentation error 2022-04-14 02:52:37 +02:00
Stefano Pigozzi
339760acce 🐳 Lowercase image tag v0.17.0 2022-03-28 16:51:34 +02:00
Stefano Pigozzi
317f32900a Add Docker support (#168, #102)
Co-authored-by: bpro <iserver12345@gmail.com>
2022-03-28 16:09:57 +02:00
Trentyn
5f59447240 Update ru.py 2022-03-22 18:50:59 +01:00
Trentyn
02d0411aa5 Update uk.py 2022-03-22 18:49:16 +01:00
Stefano Pigozzi
78b51e30f3 🧹 Remove superfluous file creation (closes #170) 2022-03-16 16:20:32 +01:00
Stefano Pigozzi
32bd6f6d84 🧹 Clarify returns in catch_telegram_errors (closes #169) 2022-03-16 16:19:08 +01:00
Stefano Pigozzi
dd7a45c581 📔 Update translation attribution 2022-03-16 16:14:56 +01:00
Trentyn
c283506485 Update uk.py 2022-03-16 14:53:08 +01:00
Stefano Pigozzi
8e49cae401 🗒️ Fix invalid link in README 2022-02-20 16:16:39 +01:00
Rashid Ali
ee86092c60 🔀 Merge #145: Remove unused imports
* removed unused imports and refactored imports

* Update .gitignore

* Update core.py

* Update worker.py
2021-08-17 02:15:18 +02:00
dependabot[bot]
28967de9fb Bump urllib3 from 1.26.4 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 19:41:07 +02:00
Stefano Pigozzi
48c3eb9c48 Fix #135 2021-06-01 16:19:22 +02:00
Stefano Pigozzi
bcdff61c3a Update codeql-analysis.yml 2021-05-31 17:40:11 +02:00
Stefano Pigozzi
3c235b2079 Create codeql-analysis.yml 2021-05-28 19:45:55 +02:00
Felipe Mateus
6995d78a32 Add language pt_br (#132)
* Add Language PT_BR

Create br.py

* Update config/template_config.toml

* Update strings/br.py

* Update strings/br.py

* Update strings/br.py

* Update strings/br.py

* Update strings/br.py

* Update strings/br.py

* Update config/template_config.toml

* Fix problems

* Update pt_br.py

* 🔧 Add `pt_br` to the language menu
Co-authored-by: Stefano Pigozzi <me@steffo.eu>

* Update pt_br.py
Update "order" word to "pedido".
2021-05-26 01:17:03 +02:00
Stefano Pigozzi
2262dbb99c 🔧 #107: Support tips (even if not recommended) 2021-05-13 03:41:44 +02:00
valentino-sm
94f8b91611 fix worker init 2021-05-07 14:09:36 +02:00
Stefano Pigozzi
419efc59fa 🔧 #122: Pin dependencies 2021-05-07 01:38:37 +02:00
Stefano Pigozzi
2c5cdef2d4 🔧 Display + before the international prefix 2021-05-07 01:30:50 +02:00
Stefano Pigozzi
deab2445eb 🔨 Remove saved runConfig 2021-05-07 01:30:07 +02:00
Stefano Pigozzi
24d50249cf 🔧 Display transaction data if present in the db 2021-05-07 01:29:00 +02:00