Commit Graph

35 Commits

Author SHA1 Message Date
natilou 0acd614040 adding github actions to build container image 2023-07-11 13:05:20 -03:00
natilou 7ec8652446 adding comment in Dockerfile 2023-07-11 13:03:31 -03:00
Jan Losinski 2afbf652dc
Merge pull request #5 from red734/master
Sending Username and Password in HTTP POST request
2022-10-23 21:54:50 +02:00
aroberts6 eef0335ea5 using epub now, and fixed title of the books. 2022-10-21 23:12:53 -06:00
red734 e47276f833 Sending Username and Password in HTTP POST request 2021-10-24 18:21:55 +02:00
Jan Losinski fdac477d09
Change config to use dataclasses
This means that we depend on python 3.7 now. But it gives an easier
possibility to distinguish between required and optional parameters. It
also allows to pecify the type of the option drectly and access it via
the dataclasses fields.

This might fix #2
2019-02-05 21:20:55 +01:00
Jan Losinski 2076d9efff Add missing ensure_future 2019-01-26 22:23:20 +01:00
Jan Losinski 51d8a9ba69 Allow interface to get stopped gracefully 2019-01-26 22:15:23 +01:00
Jan Losinski 96238585fc Allow refresher to gracefully exit 2019-01-26 22:05:24 +01:00
Jan Losinski 71c34761b2 Allow ggracefl stop of consumer 2019-01-26 21:49:59 +01:00
Jan Losinski ae19e9a11d Use f-strings 2019-01-26 21:35:12 +01:00
Jan Losinski c1de09b8f4 More sensible logging.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-23 04:10:58 +01:00
Jan Losinski 74dc6a3b5b Fix message generation for picky amazon.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 16:17:17 +01:00
Jan Losinski fb65e2c877 Add option to ctreate the db
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 03:42:12 +01:00
Jan Losinski 9f4415219f More logging in config
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 03:11:09 +01:00
Jan Losinski 3703c522fa Get config from environment 2018-03-22 02:50:01 +01:00
Jan Losinski 48e6e66a4f Implement config file parsing 2018-03-22 02:44:54 +01:00
Jan Losinski 8b8e769672 Fix bug in token refresh 2018-03-22 02:42:55 +01:00
Jan Losinski daffe1eb22 Fix detached instance issue in sender 2018-03-22 02:42:32 +01:00
Jan Losinski 595d87a76c Fix session handling in refresher 2018-03-22 02:42:08 +01:00
Jan Losinski 8472ebc1a6 Activate user on refresh
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 01:02:11 +01:00
Jan Losinski 8a9246114c Warn if token refresh fails
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 01:00:55 +01:00
Jan Losinski 4356b1bbcd Add simple navication to UI
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 00:36:37 +01:00
Jan Losinski f0448e59d3 Make user add/delete/update work.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 00:26:02 +01:00
Jan Losinski 6b892de27e Improve logging.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 23:57:00 +01:00
Jan Losinski b34dc4e97f Make user register work.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 23:50:45 +01:00
Jan Losinski 57a8851a55 Use context based session.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 23:50:25 +01:00
Jan Losinski 8ea47aafa4 Add context based session.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 23:50:01 +01:00
Jan Losinski 0f56408bc7 Move client credentials to the config.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 20:14:15 +01:00
Jan Losinski d97c6f6a85 Add first part of the UI handling.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 12:58:37 +01:00
Jan Losinski 6eaeb17a31 Fix consumer sleep.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 12:58:21 +01:00
Jan Losinski 526817de61 Add basic config handling
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 12:58:02 +01:00
Jan Losinski c49a4a0816 Add basic UI templates.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 12:56:51 +01:00
Jan Losinski e3743dd6da Add config and fix sesson handling.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 07:23:02 +01:00
Jan Losinski 8b7821bcb0 Move all in its own package.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 06:47:44 +01:00