Commit Graph

112 Commits

Author SHA1 Message Date
3503a17e04 Rename get_webhooks to list_webhooks 2022-12-20 01:10:35 +01:00
7713d4928b Don't fail if feed doesn't have a webhook 2022-12-20 01:04:19 +01:00
37171a1707 Fix /add 2022-12-20 01:02:36 +01:00
9079018672 Remove default type for buttons 2022-12-20 00:29:23 +01:00
73c99024d4 Fix button when adding feed 2022-12-20 00:27:43 +01:00
ba9f0535b6 Make /add sexier, make white things darker and button to link 2022-12-19 23:44:23 +01:00
d35022d31c Make /webhooks sexier, make white things darker and button to link 2022-12-19 23:43:03 +01:00
65d9510f27 Remove webhooks from /webhooks 2022-12-19 22:54:00 +01:00
1165872997 Remove breadcrumbs 2022-12-19 22:51:07 +01:00
0a5d962922 Remove form text that was incorrect 2022-12-19 22:49:52 +01:00
5bc11266d7 Update navbar, remove search button and unverbose text 2022-12-19 22:48:25 +01:00
7a0706a30d Print error to stderr 2022-12-19 18:41:55 +01:00
15ef2cb8bb Update healthcheck.py 2022-12-19 17:34:35 +01:00
b7d786e2c7 Add #noqa and #TODOs 2022-12-19 17:24:29 +01:00
372c5bb3e7 Add a function for get_webhooks() 2022-12-19 17:23:55 +01:00
ddb8dea7a1 Don't use url_for 2022-12-19 04:33:33 +01:00
0a66608085 Fix exit code 2022-12-19 02:33:44 +01:00
c80837f481 Add healthcheck program 2022-12-19 02:08:36 +01:00
a202e062de Remove shutdown() 2022-12-19 01:54:20 +01:00
1866476092 Uncomment add_job so it will search for feeds again 2022-12-17 23:45:55 +01:00
ee3ce2016c Use database instead of config file 2022-12-16 14:36:44 +01:00
3dbe6ba79d Add type hints and other small stuff 2022-12-14 02:16:33 +01:00
1fcb9ffbf8 Check for new entries at start instead of waiting 15 minutes 2022-12-14 01:42:40 +01:00
a704a63582 Add tests 2022-12-13 22:09:51 +01:00
32f474a0ed Use url_for for urls 2022-12-12 22:48:27 +01:00
a757b85bcc Remove unused arg 2022-12-12 22:44:46 +01:00
6fc58a49a5 Fix feeds saying it is disabled when it is not 2022-12-12 16:34:54 +01:00
ec49fe15fa Fix search 2022-12-12 16:33:22 +01:00
d306d8dac9 Update styles.css 2022-12-11 21:55:12 +01:00
358f9f08ea Hide stuff when on mobile phones 2022-12-11 21:55:00 +01:00
7ec51393d3 Remove style attribute and use .css file instead 2022-12-11 21:48:57 +01:00
5ea3744c66 Improve feed HTML 2022-12-11 21:04:22 +01:00
ced38bd86a Use <abbr> instead of <span> for tooltips 2022-12-11 20:13:11 +01:00
ac58ff47ee Make the background darker than the foreground 2022-12-11 19:51:08 +01:00
9a5387ca08 Add confirmation when deleting feed 2022-12-11 14:23:56 +01:00
0c5e60d7fc Add typehints 2022-12-11 13:01:22 +01:00
6a4ae2aba8 Sort feeds after when added instead of alphabetical 2022-12-10 23:55:07 +01:00
6b40bca0a3 Update docstring 2022-12-10 23:52:35 +01:00
3b7ed0c591 Redirect to index after deleting feed 2022-12-10 23:50:59 +01:00
b0949040f4 Move context to own line 2022-12-10 23:48:51 +01:00
64bfdc5123 Redirect to newly created feed instead of giving JSON back 2022-12-10 23:45:50 +01:00
fb4bf0d469 Remove /check 2022-12-10 22:54:30 +01:00
d086df4bee Improve feed page 2022-12-10 22:53:25 +01:00
f9d2f101eb Remove underlines from URL 2022-12-10 22:37:18 +01:00
2f24de421f Move search stuff to own file 2022-12-10 22:31:16 +01:00
1de74f7d8a Sort URLs on index page alphabetical 2022-12-10 22:00:06 +01:00
0e9f7fd36d Make index page tighter 2022-12-10 21:54:46 +01:00
6213a12b64 Remove underline for links 2022-12-10 21:49:29 +01:00
5ea85d9448 Add search 2022-12-10 19:51:36 +01:00
6d028919b7 Use url parameters instead of path 2022-12-09 17:14:42 +01:00