Commit Graph

696 Commits

Author SHA1 Message Date
482bf70756 increase token expiration for bot user 2022-03-28 17:56:59 +02:00
d4de5b8b04 Merge remote-tracking branch 'origin/main' 2022-03-28 17:51:17 +02:00
879423f7c7 Use user id instead of email 2022-03-28 17:51:10 +02:00
Florian Kaiser
75d856d53a
Merge pull request #28 from WebEngineering2/dependabot/pip/api/bcrypt-3.2.0
Bump bcrypt from 3.1.0 to 3.2.0 in /api
2022-03-28 10:54:52 +02:00
kevinpauer
e9f1e7d38a Improve Http Request 2022-03-28 00:37:49 +02:00
kevinpauer
0393f153bf Remove unused href, that throws 404 2022-03-27 22:34:07 +02:00
9c3edfeb8c Fixed bot account 2022-03-27 21:36:10 +02:00
kevinpauer
a5f17b80eb Update Login and Registration for new api configuration 2022-03-27 21:33:35 +02:00
5dd0cb0b51 Fixed binary is not serializable error #2 2022-03-27 21:21:20 +02:00
67e2a4c761 Fixed binary is not serializable error 2022-03-27 21:08:24 +02:00
dependabot[bot]
d1869cc883
Bump bcrypt from 3.1.0 to 3.2.0 in /api
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/pyca/bcrypt/releases)
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](https://github.com/pyca/bcrypt/compare/3.1.0...3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-27 18:46:58 +00:00
Florian Kaiser
4e9b085954
Merge pull request #23 from WebEngineering2/dependabot/pip/telegram_bot/python-dotenv-approx-eq-0.20.0
Update python-dotenv requirement from ~=0.19.2 to ~=0.20.0 in /telegram_bot
2022-03-27 20:46:11 +02:00
dependabot[bot]
5c00652805
Update python-dotenv requirement in /telegram_bot
Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-27 18:43:37 +00:00
Florian Kaiser
be6714371e
Merge pull request #27 from WebEngineering2/bcrypt
Updated api to use bcrypt
2022-03-27 20:42:58 +02:00
48e97ea406 Updated api to use bcrypt 2022-03-27 20:42:11 +02:00
948ef0c179 Updated pipeline.yml 2022-03-27 20:24:53 +02:00
Florian Kaiser
2a87970cb3
Merge pull request #26 from WebEngineering2/try_except_fix
Try except fix
2022-03-27 20:15:06 +02:00
b82734e176 Merge branch 'main' into try_except_fix 2022-03-27 20:14:34 +02:00
d19b38634a Updated schema.py 2022-03-27 20:12:45 +02:00
Florian Kaiser
3ffaa239e4
Update pipeline.yml 2022-03-27 20:04:51 +02:00
c338e8f959 Improved try-excepts 2022-03-27 20:03:11 +02:00
Florian Kaiser
cc131a894b
Update pipeline.yml 2022-03-27 19:48:59 +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
Florian Kaiser
e8b9107f65
Merge pull request #24 from WebEngineering2/api
Updated API
- Updated database model
- Update telegram user id in database
- Updated documentation
2022-03-27 18:02:46 +02:00
836c9f54cf Updated postman and openapi documentation 2022-03-27 17:57:22 +02:00
634bc4835d Updated database model 2022-03-27 17:50:28 +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
b3f76ec8bf Improved pipeline.yml 2022-03-27 10:08:43 +02:00
kevinpauer
67c8fe9343
Merge pull request #21 from WebEngineering2/dependabot/npm_and_yarn/frontend/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /frontend
2022-03-26 16:35:31 +01:00
kevinpauer
4bcf2a2426
Merge pull request #20 from WebEngineering2/dependabot/npm_and_yarn/frontend/angular/material-13.3.1
Bump @angular/material from 13.3.0 to 13.3.1 in /frontend
2022-03-26 16:35:20 +01:00
kevinpauer
8c4ec86112
Merge pull request #19 from WebEngineering2/dependabot/npm_and_yarn/frontend/types/node-17.0.23
Bump @types/node from 17.0.22 to 17.0.23 in /frontend
2022-03-26 16:35:09 +01:00
kevinpauer
656a2a5068 New Version frontend 2022-03-26 16:34:29 +01:00
Florian Kaiser
6e7cf5df90
Update README.md 2022-03-25 12:31:19 +01:00
Florian Kaiser
f50ab0fe7b
Delete .drone.yml 2022-03-25 12:22:36 +01:00
Florian Kaiser
84c945b3d8
Update pipeline.yml 2022-03-25 12:21:26 +01:00
Florian Kaiser
edebed53ba
Update pipeline.yml 2022-03-25 12:20:56 +01:00
Florian Kaiser
74b7a18ec4
Update pipeline.yml 2022-03-25 12:18:40 +01:00
Florian Kaiser
9883ad6799
Update pipeline.yml 2022-03-25 12:17:34 +01:00
Florian Kaiser
f97354cfd1
Update pipeline.yml 2022-03-25 12:16:55 +01:00
Florian Kaiser
c5c9a70df9
Update pipeline.yml 2022-03-25 12:09:57 +01:00
Florian Kaiser
1855c9966c
Update pipeline.yml 2022-03-25 12:05:30 +01:00
Florian Kaiser
31f8ec5d22
Update pipeline.yml 2022-03-25 12:02:20 +01:00
Florian Kaiser
4dc9c87379
Update pipeline.yml 2022-03-25 12:00:43 +01:00
Florian Kaiser
e0c39baf34
Update pipeline.yml 2022-03-25 11:47:07 +01:00
Florian Kaiser
173ef5e577
Update pipeline.yml 2022-03-25 11:45:14 +01:00
Florian Kaiser
69be6a2288
Update pipeline.yml 2022-03-25 11:44:05 +01:00