seven23_server
seven23_server copied to clipboard
Fully manual budget app to track your expenses. Opensource, with privacy by design.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Current backend crash on POST request using /api/v1/debitscredits as id is expected to be an integer but might be received as string by a wrong request. It is expected to...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Hello, I installed the client + server version of the application on my machine. Once connected to the server, I am prompted to create an account and select a currency....
Bumps [django](https://github.com/django/django) from 4.0.6 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...
### ✨ Feature - Allow **SQLite** for data storage ([#49](https://github.com/sebastienbarbier/seven23_server/issues/49)) ### 🔒 Security - Update dependencies ([#52](https://github.com/sebastienbarbier/seven23_server/pull/52) via [#47](https://github.com/sebastienbarbier/seven23_server/pull/47), [#53](https://github.com/sebastienbarbier/seven23_server/pull/53), [#54](https://github.com/sebastienbarbier/seven23_server/pull/54)) ### 🏗 Chore - Migrate **Continous Integration** from travis-ci...
Apply latest django version to seven23_server. See [django post](https://www.djangoproject.com/weblog/2022/aug/03/django-41-released/) for details.
Current docker implementation **miss some dependencies** and **does not work out of the box.** This task is about fixing current implementation and improve it so it cover most cases. -...
Currently using Travis, this ticket is about migrating this repository to Github actions.
Current implementation require a database url to a postgres instance. There is no reason to force the use of postgres and should allow the use of sqlite for easy and...