Commit Graph

188 Commits

Author SHA1 Message Date
Oscar Krause 209fb58467 typos 2025-04-16 14:53:07 +02:00
Oscar Krause af9e910ab0 fixes 2025-04-16 14:52:52 +02:00
Oscar Krause e9f6e21dce added "branchVersion" to origin table (if matrix is present) 2025-04-16 14:52:52 +02:00
Oscar Krause 81aea2ce15 implemented origins & leases auto refresh button 2025-04-16 14:52:52 +02:00
Oscar Krause 355b279dd3 fixed setTimeout to setInterval 2025-04-16 14:52:52 +02:00
Oscar Krause 4b7f2156b4 updated bootstrap icons to 1.11.4 2025-04-16 14:52:52 +02:00
Oscar Krause 175aee8ec6 updated bootstrap to 5.3.3 2025-04-16 14:52:52 +02:00
Oscar Krause 8121bf4f27 implemented origins & leases counter for sidebar 2025-04-16 14:52:52 +02:00
Oscar Krause 1d84df7ee2 code styling 2025-04-16 14:52:52 +02:00
Oscar Krause 303433a105 improved dashboard config view 2025-04-16 14:52:52 +02:00
Oscar Krause 5e00e749b9 implemented endpoint for expired origins (origins without active leases) 2025-04-16 14:52:52 +02:00
Oscar Krause c6b581eae5 removed "url_for" to prevent proxy http/https missmatch 2025-04-16 14:52:35 +02:00
Oscar Krause b8a9bb5fe7 added meta tag for "Content-Security-Policy" 2025-04-16 14:52:35 +02:00
Oscar Krause 512a8edcba implemented button for delete all expired leases 2025-04-16 14:52:35 +02:00
Oscar Krause 96d8a7807a fixed Origin.delete() 2025-04-16 14:52:35 +02:00
Oscar Krause 41e37f447e fixes 2025-04-16 14:52:35 +02:00
Oscar Krause 2bed4d2353 helper.js - added "lease_renewal" to table 2025-04-16 14:52:35 +02:00
Oscar Krause 2c70c79f85 fixed origin null pointer exception on leases table 2025-04-16 14:52:35 +02:00
Oscar Krause e4f5eb5910 dashboard_origins.html - implemented confirmation before deleting all origins 2025-04-16 14:52:07 +02:00
Oscar Krause d708279480 implemented refresh button 2025-04-16 14:52:07 +02:00
Oscar Krause 763e77b58f display hostname as title on leases table 2025-04-16 14:52:07 +02:00
Oscar Krause 8075e9616a display hostname as title on leases table 2025-04-16 14:52:07 +02:00
Oscar Krause c7758ae8ad fixed refreshing data after deleting some origin or lease 2025-04-16 14:52:07 +02:00
Oscar Krause f08e92f05e implemented delete origin endpoint for frontend 2025-04-16 14:52:07 +02:00
Oscar Krause 4047636fa8 fixed timezone handling 2025-04-16 14:52:07 +02:00
Oscar Krause 76a69eef31 sort leases by expires 2025-04-16 14:52:07 +02:00
Oscar Krause e9774fb016 sort origins by hostname 2025-04-16 14:52:07 +02:00
Oscar Krause 6ee09a19a3 fixed origin table 2025-04-16 14:52:07 +02:00
Oscar Krause 9932ff58d8 added config values to dashboard 2025-04-16 14:51:00 +02:00
Oscar Krause bcba15bde4 implemented basic ui 2025-04-16 14:50:57 +02:00
Oscar Krause cd5c2a6cb1 code styling 2025-04-16 14:18:04 +02:00
Oscar Krause 1d3255188e code styling 2025-04-16 14:12:40 +02:00
Oscar Krause cea7a01b54 code styling 2025-04-16 14:12:15 +02:00
Oscar Krause 85623d1a65 code styling 2025-03-18 14:47:33 +01:00
Oscar Krause fd46eecfb3 created PrivateKey / PublicKey wrapper classes 2025-03-18 09:43:44 +01:00
Oscar Krause 0bdd3a6ac2 migrated from "pycryptodome" to "cryptography" 2025-03-17 14:05:26 +01:00
Oscar Krause 3f5fcbebb3 fixed logging 2025-03-11 22:04:35 +01:00
Oscar Krause e5fc607638 added explicit "algorithms" argument
applied patch from https://github.com/mrzenc/fastapi-dls-nixos/blob/main/add-algorithms-argument.patch from https://github.com/mrzenc/fastapi-dls-nixos
2024-12-13 07:18:14 +01:00
Oscar Krause 03b9b4a598 moved from deprecated "datetime.utcnow()" to "datetime.now(UTC)" 2024-12-02 09:42:41 +01:00
Oscar Krause ea8a66d449 removed "PatchMalformedJsonMiddleware" because its not working on driver site
ref. oscar.krause/fastapi-dls#1
2024-12-02 08:37:01 +01:00
Oscar Krause 991a35ef1a implemented "fix_ip_address_list_length" 2024-11-29 13:04:10 +01:00
Oscar Krause 1b6f142cb5 marked regex with 'r' 2024-11-22 15:07:54 +01:00
Oscar Krause 1daa365df9 code styling 2024-11-22 15:00:16 +01:00
Oscar Krause afb38d628b typos 2024-11-22 14:19:51 +01:00
Oscar Krause 53c88a79ac improved logging and implemented method to reduce response mac_address_length 2024-11-22 14:16:10 +01:00
Oscar Krause 317699ff58 code styling 2024-11-21 08:51:39 +01:00
Oscar Krause fb3ac4291f code styling 2024-11-21 08:51:39 +01:00
Oscar Krause 15f14cac11 implemented "SUPPORT_MALFORMED_JSON" variable 2024-11-21 08:51:39 +01:00
Oscar Krause bc6d692f0a added "delete_expired" method for leases 2024-11-13 15:03:37 +01:00
Oscar Krause 63c37c6334 fixed timezone in json response 2024-11-13 15:03:12 +01:00