|
eec71c65a6
|
Fix favicon
|
2023-01-11 04:27:24 +01:00 |
|
|
7d21e0c6d2
|
Add timeout to heath check
|
2023-01-11 02:05:42 +01:00 |
|
|
4583d67b0e
|
Move custom Jinja 2 filers to own file
|
2023-01-11 02:05:29 +01:00 |
|
|
6c4719cd99
|
Move blacklist and whitelist to own directory
|
2023-01-11 00:49:15 +01:00 |
|
|
6ba70a133d
|
Disable forms that are not implemented yet
|
2023-01-10 23:11:20 +01:00 |
|
|
504f1c5fe6
|
Fix all errors and warnings
|
2023-01-10 23:07:15 +01:00 |
|
|
204f64049b
|
Return False when word is not in text when checking blacklist
|
2023-01-10 22:49:36 +01:00 |
|
|
d4c47aa729
|
Remove module docstring
|
2023-01-10 19:28:22 +01:00 |
|
|
4b0c6e9855
|
Remove response, this fixes latest version of FastAPI
|
2023-01-10 19:02:23 +01:00 |
|
|
25c95366ad
|
Make blacklist and whitelist cleaner
|
2023-01-10 17:29:00 +01:00 |
|
|
b0e9e80b14
|
Run Black
|
2023-01-10 17:19:06 +01:00 |
|
|
e3b44fd34e
|
Add a function for getting webhook for a entry
|
2022-12-29 15:29:34 +01:00 |
|
|
e598455836
|
Make code shorter
|
2022-12-28 17:38:31 +01:00 |
|
|
4f17aba177
|
Search and feed page looks the same now
|
2022-12-28 04:52:59 +01:00 |
|
|
d5d6a93645
|
Show previous blacklist/whitelist in the text input
|
2022-12-27 22:09:45 +01:00 |
|
|
4788f7cd2b
|
Add docstrings
|
2022-12-25 19:41:05 +01:00 |
|
|
dd10436024
|
Add typehints
|
2022-12-25 19:16:27 +01:00 |
|
|
6c36ea646c
|
Show if entry is whitelisted or blacklisted
|
2022-12-23 23:00:02 +01:00 |
|
|
d7e7db911c
|
Fix adding whitelist and blacklist
|
2022-12-23 22:59:44 +01:00 |
|
|
82d0e487bd
|
Include feed url in blacklist.html and whitelist.html
|
2022-12-23 22:59:14 +01:00 |
|
|
e10ed420c1
|
Rename if_in_black/whitelist to what they do
|
2022-12-23 22:58:47 +01:00 |
|
|
5ef110acc9
|
Split the words in blacklist and whitelist
|
2022-12-22 23:07:22 +01:00 |
|
|
f4f9bc1058
|
Readd feed to send_to_discord so test passes
|
2022-12-21 01:51:47 +01:00 |
|
|
965f3008a2
|
Add comments to index page and fix spelling
|
2022-12-21 01:38:31 +01:00 |
|
|
8e88fb7f65
|
Show feeds without webhooks
|
2022-12-21 01:37:40 +01:00 |
|
|
c68bb6e12b
|
Rename broken_feed to broken_feeds
|
2022-12-21 01:31:01 +01:00 |
|
|
3c87caca98
|
Don't crash if encode_url gets None
|
2022-12-21 01:30:32 +01:00 |
|
|
6872ca853b
|
Add more code for black/white-list
|
2022-12-20 23:56:19 +01:00 |
|
|
8a99b2ddf7
|
Except more stuff
|
2022-12-20 15:51:38 +01:00 |
|
|
b88ce8a1f5
|
Add WIP for whitelist and blacklist
|
2022-12-20 05:10:01 +01:00 |
|
|
9740947692
|
Update feed page
|
2022-12-20 03:30:40 +01:00 |
|
|
bbb8ff51bc
|
You can now pause and unpause feeds
|
2022-12-20 03:29:46 +01:00 |
|
|
83383634b6
|
Make remove button smaller
|
2022-12-20 01:16:05 +01:00 |
|
|
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 |
|