Jan Losinski
d0bd2bc0c1
Merge pull request #3 from kuba-orlik/patch-1
...
Typo in README
2022-10-23 21:51:26 +02:00
Jan Losinski
bf5aed256a
Merge pull request #6 from akrob/master
...
Adding support for epub
2022-10-23 21:48:42 +02:00
aroberts6
eef0335ea5
using epub now, and fixed title of the books.
2022-10-21 23:12:53 -06:00
Kuba Orlik
b305b95299
Typo in README
2019-12-29 19:39:32 +01: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
a37468ce90
Fix wrong link to docker hub
...
This fixes #1
2019-02-04 14:36:01 +01:00
Jan Losinski
2076d9efff
Add missing ensure_future
2019-01-26 22:23:20 +01:00
Jan Losinski
d18c756acd
Gracefully stop web frontend
2019-01-26 22:16:52 +01:00
Jan Losinski
51d8a9ba69
Allow interface to get stopped gracefully
2019-01-26 22:15:23 +01:00
Jan Losinski
b0e05c7da5
Gracefully stop consumer and refresher
2019-01-26 22:11:58 +01:00
Jan Losinski
150c475696
Do not use debug logging by default
2019-01-26 22:07: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
06ea58a00e
Upgrade python version in dockerfile
2019-01-26 21:31:34 +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
3bca9e549c
Update documentation.
2018-03-23 04:09:33 +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
f538de7e98
Add dockerfile
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 03:25:30 +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
a362bb2c29
Integrate vomponents in service starter.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 03:10:45 +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
562f4c9650
Update requirements
2018-03-22 02:43:24 +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
dda27ccfae
Add default config
2018-03-22 02:41:38 +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
9f516f69ae
Update requirements.txt
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 00:36:52 +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
Jan Losinski
426dd1f82e
Add gitignore.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 05:26:56 +01:00
Jan Losinski
98d6fd9af0
Add requirements.txt.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 05:15:08 +01:00
Jan Losinski
3e2a8effb7
Add a basic readme.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 05:14:44 +01:00
Jan Losinski
cbb9d3ac1c
Add the token refresher.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 05:14:20 +01:00
Jan Losinski
b956f1bf9c
Add the wallabag tag consumer.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 05:13:50 +01:00