Commit Graph

862 Commits

Author SHA1 Message Date
Rripped
4bd53c0116 news working 2022-03-29 12:20:58 +02:00
Rripped
4afd1ab87b workaround for connection problems 2022-03-29 12:04:49 +02:00
dependabot[bot]
80b2ebdaf9
Update flask requirement from ~=2.0.3 to ~=2.1.0 in /api
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.0.3...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 09:42:19 +00:00
Rripped
4c517998ba added funcs 2022-03-29 10:49:02 +02:00
Rripped
21d5d357b8 moved api handler in subfolder 2022-03-29 09:26:50 +02:00
Rripped
1ba19a219f small change 2022-03-29 08:49:32 +02:00
Rripped
456bba027b updated env example with bot creds 2022-03-29 08:44:40 +02:00
Rripped
bf8fdbf848 formatting and docu additions 2022-03-29 08:41:09 +02:00
Rripped
218f70f541 added status function 2022-03-29 08:31:58 +02:00
Linus E
c489e9ab46 added keywords from db (not working currently) 2022-03-28 19:39:37 +02:00
Linus E
26a6561682 Merge remote-tracking branch 'origin/main' into bot 2022-03-28 18:56:24 +02:00
Linus E
4b23261bd1 api_handler functions completed (tbd: testing) 2022-03-28 18:55:52 +02:00
e27e2175b5 Merge remote-tracking branch 'origin/main' 2022-03-28 18:09:45 +02:00
01581fa560 Trigger pipeline 2022-03-28 18:09:38 +02:00
Linus E
8d5d777de6 implemented apihandler class and functions 2022-03-28 18:07:39 +02:00
kevinpauer
1cf8eaa821
Merge pull request #29 from WebEngineering2/frontend
Frontend
2022-03-28 18:07:35 +02:00
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