Commit Graph

25 Commits

Author SHA1 Message Date
48e97ea406 Updated api to use bcrypt 2022-03-27 20:42:11 +02:00
d19b38634a Updated schema.py 2022-03-27 20:12:45 +02:00
c338e8f959 Improved try-excepts 2022-03-27 20:03:11 +02:00
7d0fdb33fb Fixed imports #2 2022-03-27 18:19:51 +02:00
0fa5c8fb9a Fixed imports 2022-03-27 18:16:45 +02:00
62d66c1d6f Added endpoint to set telegram user id 2022-03-27 17:24:26 +02:00
12d59d69ff Changed database model 2022-03-27 17:23:33 +02:00
2ba8a9bd13 Check if user already exist 2022-03-27 10:55:48 +02:00
1fe1e0e9cf Create bot and admin user when creating tables 2022-03-27 10:42:53 +02:00
dependabot[bot]
ef0b680015
Bump python-dotenv from 0.19.2 to 0.20.0 in /api
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 09:41:06 +00:00
769c8006ca Create database before request 2022-03-22 11:21:58 +01:00
40d3e3238d Standardization of json responses 2022-03-22 11:21:39 +01:00
bd5768527e Improve api for bot 2022-03-22 11:20:04 +01:00
a9effa751d Removed unnecessary requirements 2022-03-22 08:14:04 +01:00
1f31311b4e Set pool_recycle and pool_size to maybe fix database errors 2022-03-21 10:30:27 +01:00
9fa123489a Try to fix cors 2022-03-19 20:25:34 +01:00
dependabot[bot]
cc7aceb2fc
Bump pyjwt from 2.0.0 to 2.3.0 in /api
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.0 to 2.3.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.0.0...2.3.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-17 23:13:30 +00:00
d13ba5f5ef Updated README files, .gitignore and .env.example 2022-03-17 23:49:39 +01:00
b0e3650757 Try to fix docs 2022-03-17 19:09:14 +01:00
0f32c85c7c Try to fix docs 2022-03-17 19:02:00 +01:00
ef25a702dd Try to fix cors 2022-03-17 17:54:32 +01:00
c13a980474 Updated docs 2022-03-17 17:51:40 +01:00
23e46635b3 Updated docs path #2 2022-03-17 17:36:54 +01:00
c750e4778d Updated docs path 2022-03-17 17:22:04 +01:00
ecc532b752 Extracted frontend from webservice to new directory
Updated directory structure
Updated .gitignore
2022-03-17 17:11:00 +01:00