Commit Graph

278 Commits

Author SHA1 Message Date
0cec76d96a fix: Sort domains with unknown expiries together (#9)
This should sort domains that HSW doesn't have the expiries for together

Reviewed-on: nathanwoodburn/firewalletbrowser#9
Co-authored-by: Nathan Woodburn <github@nathan.woodburn.au>
Co-committed-by: Nathan Woodburn <github@nathan.woodburn.au>
2025-09-24 16:04:01 +10:00
d9e847a995 feat: Add support for verbose sync status and don't require auth for some api routes 2025-09-16 22:16:29 +10:00
15d919ca97 feat: Add option to use http basic auth for api routes
This shoudl make it easier to use curl to access info
2025-09-16 16:42:09 +10:00
aa52911823 fix: Style settings links as inline-blocks
This fixes mobile views from splitting the text and icons for the links
2025-09-15 11:07:17 +10:00
2ee294cab8 feat: Add git version to status route 2025-09-12 15:40:39 +10:00
19771fe30d feat: Add better status check for internal nodes and error logging 2025-09-12 15:23:56 +10:00
12d3958b9d fix: Auction sort crashes on 0 bids 2025-09-12 12:07:16 +10:00
d20fc1eb55 feat: Use inline link for logs to improve readability 2025-09-11 16:55:51 +10:00
148e5f325a fix: Move logger before imports to ensure it is initialized before logs start 2025-09-11 16:48:43 +10:00
6442aa4df6 fix: Return error message if logs are nonexistent or empty 2025-09-11 15:28:37 +10:00
2e86e64dd0 Merge pull request 'Add logging system' (#8) from feat/logging into main
Reviewed-on: nathanwoodburn/firewalletbrowser#8
2025-09-11 15:19:24 +10:00
7fc19a7f19 fix: Don't allow alerts without an ID to be dismissed 2025-09-11 15:07:19 +10:00
eb6306bb83 feat: Move update check to alerts function 2025-09-11 15:04:31 +10:00
9f8daa8b88 feat: Replace most prints with logger calls to help with debugging 2025-09-10 17:14:32 +10:00
63e0f0b804 feat: Add initial logggin system 2025-09-10 16:56:31 +10:00
0c17c4ad9b feat: Add option to set host and port on main.py entry 2025-09-10 16:18:46 +10:00
938fff8791 fix: Update wording of xPub 2025-09-09 23:36:38 +10:00
155662d2b1 fix: Move Bootstrap design to lfs 2025-09-09 23:21:57 +10:00
97569faf0e Merge pull request 'Add alerts to dashboard' (#7) from feat/notices into main
Reviewed-on: nathanwoodburn/firewalletbrowser#7
2025-09-09 22:51:03 +10:00
59000afa87 feat: Cleanup function layouts for alerts 2025-09-09 17:34:36 +10:00
699a74f093 feat: Add api route to dismiss alert 2025-09-09 17:29:11 +10:00
6096f82c4d feat: Add an alert framework 2025-09-09 17:24:39 +10:00
4353eb8fa4 feat: Use new proxied script url 2025-09-04 22:05:16 +10:00
344cde07d0 feat: Add more info about the installation script to readme 2025-09-04 21:36:30 +10:00
2fb841aeaf fix: Update link for installation script to use raw 2025-09-04 21:34:19 +10:00
60df317f78 feat: Add install script to readme 2025-09-04 21:33:28 +10:00
4c1ea9fb12 feat: Add installation and start scripts 2025-09-04 21:29:47 +10:00
58ed636ce3 fix: Use git --version instead of short -v to allow for backwards compatability
The default git installed in ubuntu doesn't allow -v
2025-09-04 21:29:05 +10:00
e537c323c2 fix: Update paths to be consistent 2025-09-02 18:15:56 +10:00
812fc84d3e feat: Allow zapping txs of a different age 2025-09-02 17:58:40 +10:00
6d318a597b feat: Add API info to settings page
This is most useful when using an internal node with a random api key
2025-09-02 17:54:56 +10:00
83bd6b9643 feat: Reword workflow 2025-09-02 17:23:13 +10:00
c93b2652f5 Merge pull request 'Add CI workflow to test code with older versions of python' (#6) from feat/ci-testing into main
Reviewed-on: nathanwoodburn/firewalletbrowser#6
2025-09-02 16:08:35 +10:00
86e174c337 fix: Lint default plugins 2025-09-02 15:58:55 +10:00
e7b787c30b fix: Lint to follow ruff standards 2025-09-02 15:55:45 +10:00
997828795a feat: Add ruff linting 2025-09-02 15:48:21 +10:00
30de2d585e fix: Use single quote in sign message and reduce test versions 2025-09-02 15:28:39 +10:00
56eabfc1fc feat: Add some inital tests 2025-09-02 15:20:31 +10:00
e0f24267f5 test: Try a new container to run 2025-09-02 15:10:23 +10:00
2d51882d20 fix: Specify python minor version number 2025-09-02 15:00:40 +10:00
06b1eea9ef fix: Disable arm on testing workflow 2025-09-02 14:55:40 +10:00
d483cfdcfd feat: Add testing CI workflow 2025-09-02 14:49:14 +10:00
46ed0173d3 fix: Remove broken label 2025-08-29 23:18:49 +10:00
9dd50d1292 fix: Use full image name in compose 2025-08-29 23:17:10 +10:00
53148f573e revert: Use old manual install method 2025-08-29 23:11:47 +10:00
e8f052e0d1 feat: Try using matrix 2025-08-29 23:03:50 +10:00
7f450d620a revert: Use older checkout 2025-08-29 22:55:32 +10:00
41a1bc743f feat: Try new syntax for gitea action 2025-08-29 22:53:44 +10:00
30108e3bc5 fix: Extra backslash in CI/CD pipeline 2025-08-29 22:42:59 +10:00
a2dc9f43e3 feat: Add docker support for inbuilt HSD 2025-08-29 22:40:30 +10:00