Commit Graph

195 Commits

Author SHA1 Message Date
Florian Kaiser
d3fbc59065
Update dependabot.yml 2022-03-18 00:25:27 +01:00
Florian Kaiser
5f48ab3e78
Merge pull request #10 from WebEngineering2/dependabot/pip/api/pyjwt-2.3.0
Bump pyjwt from 2.0.0 to 2.3.0 in /api
2022-03-18 00:19:23 +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
Florian Kaiser
675dd242ec
Create dependabot.yml 2022-03-18 00:13:09 +01:00
Florian Kaiser
3eaf8ce043
Merge pull request #9 from WebEngineering2/documentation
Updated README.md
2022-03-18 00:07:41 +01:00
5dd17c7cf9 Updated README files, .gitignore and .env.example 2022-03-18 00:06:24 +01:00
Florian Kaiser
a14b101aaf
Merge pull request #8 from WebEngineering2/documentation
Documentation
2022-03-17 23:50:40 +01:00
d13ba5f5ef Updated README files, .gitignore and .env.example 2022-03-17 23:49:39 +01:00
135206b3ad Updated README.md 2022-03-17 23:18:36 +01:00
1f802703bd Added openapi documentation, updated postman docs 2022-03-17 22:58:17 +01:00
97d166d0b1 Fixed healthcheck 2022-03-17 19:57:36 +01:00
9ea9c2175f Fixed healthcheck 2022-03-17 19:44:47 +01:00
3bf24f4938 Fix angular 404 2022-03-17 19:33:38 +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
54780c8359 Fixed login url 2022-03-17 18:43:06 +01:00
kevinpauer
2a92c10aa4 Merge branch 'frontend' 2022-03-17 18:12:22 +01:00
kevinpauer
e5f5b7014b Add login auth 2022-03-17 18:12:04 +01:00
kevinpauer
0b6c335e0a Merge branch 'main' of https://github.com/Rripped/TelegramAktienBot 2022-03-17 18:05:27 +01:00
kevinpauer
32540659d5 Change API for user 2022-03-17 18:03:27 +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
988c2b5040 Merge remote-tracking branch 'origin/main' 2022-03-17 17:37:33 +01:00
23e46635b3 Updated docs path #2 2022-03-17 17:36:54 +01:00
Rripped
dc7415738e
Update README.md 2022-03-17 17:36:33 +01:00
Rripped
c6e992a3e2
Create README.md 2022-03-17 17:36:14 +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
Florian Kaiser
0140fe4b7c
Merge pull request #7 from WebEngineering2/bot-features
Bot features
2022-03-17 16:29:15 +01:00
Florian Kaiser
292f4b95bd
Merge pull request #5 from WebEngineering2/frontend
Frontend
2022-03-17 14:29:53 +01:00
Florian Kaiser
6360453a60
Merge pull request #6 from WebEngineering2/api
Rewrite api from Flask to APIFlask
2022-03-17 14:28:56 +01:00
8cbb70ce6d Removed TODO 2022-03-17 14:27:48 +01:00
NormalParameter
c452d23b47 github spinnt 2022-03-17 14:09:35 +01:00
NormalParameter
0f6991210b Merge branch 'bot-features' of https://github.com/WebEngineering2/TelegramAktienBot into bot-features 2022-03-17 14:08:32 +01:00
NormalParameter
458ef32eeb Update for merge 2022-03-17 14:07:45 +01:00
kevinpauer
6403b2c00d Updating json-files 2022-03-17 13:58:05 +01:00
793d816e57 Added flask cors 2022-03-17 13:33:19 +01:00
317a585f52 Added api endpoints:
- delete user
- get current user
- update user password and username
- set admin rights
- refactoring
2022-03-17 11:05:28 +01:00
290672cee4 Rewrite api from Flask to APIFlask 2022-03-17 09:26:25 +01:00
kevinpauer
37ab7199b4 Merge remote-tracking branch 'origin/main' into frontend 2022-03-16 20:20:51 +01:00
kevinpauer
63bd1adf39 Merge branch 'frontend' of https://github.com/Rripped/TelegramAktienBot into frontend 2022-03-16 20:18:08 +01:00
kevinpauer
2bf7f54f94 Add login capability; Add register page to routing; Block access from users that are not logged in. 2022-03-16 19:52:16 +01:00
Florian Kellermann
2961bbb429 Welcome message for updates and change in json 2022-03-16 17:49:57 +01:00
Florian Kellermann
e4423a76b7 update function now getting share data from json and updating on all shares 2022-03-16 17:42:46 +01:00
5bb16e6d98 Try to fix cors issue 2022-03-16 14:47:25 +01:00
Rripped
5bc76ebe59 Merge remote-tracking branch 'origin/main' into frontend 2022-03-16 13:35:15 +01:00
Rripped
536bdf3bd6 added auto sources for news 2022-03-16 13:32:26 +01:00
Rripped
3b675cf7fc updated reqs and news sources 2022-03-16 12:58:58 +01:00
Florian Kaiser
72716c3c82
Update .drone.yml 2022-03-16 11:50:17 +01:00
Florian Kaiser
2a86a1d21e
Update .drone.yml 2022-03-16 11:47:36 +01:00