Oscar Krause
3916954ef8
fixes
2024-06-21 19:17:16 +02:00
Oscar Krause
95e370e0d8
Merge branch 'refs/heads/dev' into ui
...
# Conflicts:
# app/main.py
# app/orm.py
2024-06-21 19:08:14 +02:00
Oscar Krause
c79455b84d
added way to include driver version in api
...
use `create_driver_matrix_json.py` to generate file in `static/driver_matrix.json`. Logging currently is disabled to not confuse users when file is missing. This is optional!
2024-06-21 19:01:33 +02:00
Oscar Krause
35fc5ea6b0
set log format
2024-06-21 18:59:23 +02:00
Oscar Krause
c9ac915055
code styling & comments
2024-06-13 20:34:45 +02:00
Oscar Krause
8c5850beda
migrated from deprecated "startup" to "lifespan" hook (fastapi)
2024-06-13 20:34:27 +02:00
Oscar Krause
0d9e814d0d
show if debug is enabled on app startup
2024-06-13 20:18:33 +02:00
Oscar Krause
5438317fb7
rearranged imports
2024-06-13 20:18:18 +02:00
Oscar Krause
21f19be8ab
code styling & improved logging
2024-06-13 20:16:51 +02:00
Oscar Krause
eff6aae25d
code styling
2024-06-13 19:53:57 +02:00
Oscar Krause
6473655e57
import fixes
2024-06-13 19:24:46 +02:00
Oscar Krause
139b669495
implemented origins & leases auto refresh button
2024-03-04 09:53:06 +01:00
Oscar Krause
e5ad0d0516
fixed setTimeout to setInterval
2024-03-04 09:52:56 +01:00
Oscar Krause
d5e14c8e2e
updated bootstrap icons to 1.11.4
2024-03-04 09:52:43 +01:00
Oscar Krause
ee335cfbd7
updated bootstrap to 5.3.3
2024-03-04 09:50:42 +01:00
Oscar Krause
29ee3522b2
implemented origins & leases counter for sidebar
2024-03-04 09:18:11 +01:00
Oscar Krause
d7c8034672
code styling
2024-03-04 08:59:48 +01:00
Oscar Krause
a730a3ac05
improved dashboard config view
2024-03-04 08:59:36 +01:00
Oscar Krause
ffcf0d084e
implemented endpoint for expired origins (origins without active leases)
2024-02-27 20:53:32 +01:00
Oscar Krause
68645b95cc
removed "url_for" to prevent proxy http/https missmatch
2024-02-27 19:56:27 +01:00
Oscar Krause
6fbbf9f8a7
added meta tag for "Content-Security-Policy"
2024-02-27 08:21:40 +01:00
Oscar Krause
16271ad00b
implemented button for delete all expired leases
2023-06-12 11:41:01 +02:00
Oscar Krause
8d236af289
Merge branch 'dev' into ui
...
# Conflicts:
# requirements.txt
2023-06-12 11:27:36 +02:00
Oscar Krause
7e5f8b6c8a
implemented endpoint to remove expired leases
2023-06-12 10:48:00 +02:00
Oscar Krause
e42dc6aa86
code styling
2023-03-20 10:06:21 +01:00
Oscar Krause
59152f95e6
fixed - The `declarative_base()
` function is now available as sqlalchemy.orm.declarative_base()
2023-01-30 10:23:09 +01:00
Oscar Krause
62d347510d
fixed - sqlalchemy.exc.ArgumentError: Textual SQL expression '\nCREATE TABLE origin (\n\to...' should be explicitly declared as text('\nCREATE TABLE origin (\n\to...')
2023-01-30 10:22:18 +01:00
Oscar Krause
50c996f199
fixed "x in y" statement
2023-01-23 07:43:39 +01:00
Oscar Krause
02276d5440
disabled openapi endpoints
2023-01-23 07:33:54 +01:00
Oscar Krause
e0736b6199
fixed Origin.delete()
2023-01-23 07:19:18 +01:00
Oscar Krause
5a59864383
Merge remote-tracking branch 'origin/dev' into ui
2023-01-23 07:19:05 +01:00
Oscar Krause
f7ef8d76b6
fixed Origin.delete()
2023-01-23 07:12:02 +01:00
Oscar Krause
95427d430e
added startup script
2023-01-19 07:26:22 +01:00
Oscar Krause
c3ea0aa48c
added variable for client-token-expire-delta
2023-01-19 07:26:07 +01:00
Oscar Krause
91be7b226c
added some comments for default values
2023-01-19 07:25:44 +01:00
Oscar Krause
48c37987b2
fixed logging and added current timezone info
2023-01-18 14:23:25 +01:00
Oscar Krause
024ca111a9
fixes
2023-01-18 12:04:42 +01:00
Oscar Krause
6dbd39b76c
helper.js - added "lease_renewal" to table
2023-01-18 08:42:57 +01:00
Oscar Krause
21f49a2fb5
fixed return type
2023-01-18 08:42:38 +01:00
Oscar Krause
757bae849c
fixed origin null pointer exception on leases table
2023-01-18 08:42:28 +01:00
Oscar Krause
e1259838db
Merge branch 'dev' into ui
...
# Conflicts:
# app/orm.py
2023-01-18 08:39:06 +01:00
Oscar Krause
0ab5969d3a
fixes
2023-01-18 06:56:16 +01:00
Oscar Krause
b2e6fab294
fixes
2023-01-17 16:49:15 +01:00
Oscar Krause
3c19fc9d5b
implemented "lease_renewal" attribute as calculated value within what period of time the license must be renewed
2023-01-17 11:49:56 +01:00
Oscar Krause
a758d93970
main.py - fixed empty lease origin response
2023-01-17 11:18:07 +01:00
Oscar Krause
aecad82914
main.py - added confirmation to deleteOrigins()
2023-01-04 18:12:59 +01:00
Oscar Krause
995e959bb1
dashboard_origins.html - implemented confirmation before deleting all origins
2023-01-04 12:11:55 +01:00
Oscar Krause
7eb3d7434d
implemented refresh button
2023-01-04 12:11:23 +01:00
Oscar Krause
efc8d9c564
display hostname as title on leases table
2023-01-04 12:00:15 +01:00
Oscar Krause
6ef1216db6
Merge branch 'dev' into ui
...
# Conflicts:
# app/main.py
2023-01-04 11:19:32 +01:00