dgtlmoon
13bb44e4f8
Login form style fixes
2022-03-06 17:03:15 +01:00
dgtlmoon
69aec23d1d
Style fix for background image relative to X-Forwarded-Prefix when running via reverse proxy subdirectory
2022-03-05 13:08:57 +01:00
dgtlmoon
f85ccffe0a
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2022-03-04 13:13:54 +01:00
dgtlmoon
0005131472
Re-arranging primary links so the important ones are easier to find on mobile
2022-03-04 13:06:39 +01:00
dgtlmoon
3be1f4ea44
Set authentication cookie path relative to X-Forwarded-Prefix when running via reverse proxy subdirectory ( #446 )
2022-03-04 11:23:32 +01:00
dgtlmoon
96664ffb10
Better text/plain detection and refactor tests ( #443 )
2022-03-01 17:50:15 +01:00
dgtlmoon
615fa2c5b2
Tweak support tabs and text ( #440 )
2022-02-28 22:39:32 +01:00
dgtlmoon
fd45fcce2f
Include link to changedetection.io hosted option ( #439 )
2022-02-28 15:47:59 +01:00
dgtlmoon
75ca7ec504
Improved CPU usage around the loop responsible for what sites needs to be checked
2022-02-28 15:08:51 +01:00
dgtlmoon
883aa968fd
0.39.9
2022-02-24 17:02:50 +01:00
dgtlmoon
3240ed2339
Minor reliability upgrade for large datasets - retry deepcopy ( #436 )
2022-02-24 16:58:51 +01:00
dgtlmoon
a89ffffc76
"Recheck" button should work when entry is in paused state
2022-02-24 16:49:48 +01:00
dgtlmoon
fda93c3798
Better file exception handling on saving index JSON
2022-02-24 16:36:24 +01:00
dgtlmoon
a51c555964
Fix small issue in highlight trigger/ignore preview page with setting the background colours, add test
2022-02-23 12:30:36 +01:00
dgtlmoon
b401998030
Ensure string matching on the ignore filter is always case-INsensitive
2022-02-23 12:01:11 +01:00
dgtlmoon
014fda9058
Ability to visualise trigger and filter rules against the current snapshot on the preview page
2022-02-23 10:49:25 +01:00
Michael
85715120e2
XPath RegularExpression support
2022-02-19 13:40:57 +01:00
dgtlmoon
a0e4f9b88a
better checking of JSON type
2022-02-17 18:16:47 +01:00
dgtlmoon
04bef6091e
Make system level errors from the HTTP fetchers easier to find ( #421 )
2022-02-13 23:43:45 +01:00
dependabot[bot]
536948c8c6
Bump node-sass from 6.0.1 to 7.0.0 in /changedetectionio/static/styles ( #415 )
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 6.0.1 to 7.0.0.
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-11 09:10:55 +01:00
dgtlmoon
d4f4ab306a
Dont allow redirect on login, it's safer and more reliable this way ( #414 )
2022-02-08 21:12:44 +01:00
dgtlmoon
8d2e240a2a
When using Env. FETCH_WORKERS or WEBDRIVER_DELAY_BEFORE_CONTENT_READY , it should be type int
2022-02-08 20:01:24 +01:00
dgtlmoon
d7ed479ca2
0.39.8
2022-02-08 18:56:10 +01:00
dgtlmoon
f25cdf0a67
Number of fetching workers can be overriden by Env "FETCH_WORKERS" ( #413 )
2022-02-08 18:27:56 +01:00
dgtlmoon
5214a7e0f3
Adding Env var "WEBDRIVER_DELAY_BEFORE_CONTENT_READY" to wait n seconds before extracting the text from the browser
2022-02-08 18:24:25 +01:00
dgtlmoon
eb3dca3805
Language fix "watches are rechecking." it actually puts them into an internal queue "watches are QUEUED for rechecking"
2022-02-08 13:00:18 +01:00
dgtlmoon
a580c238b6
Use flask url_for() for webdriver chrome icon instead of relative path
2022-02-05 23:25:57 +01:00
dgtlmoon
22ef9afb93
Refactor tests for notification error log handler ( #404 )
2022-02-04 20:54:20 +01:00
dgtlmoon
abaec224f6
Notification error log handler ( #403 )
...
* Add a notifications debug/error log interface (Link available under the notification URLs list)
2022-02-04 19:29:39 +01:00
dgtlmoon
14db60e518
Add notification note - tgram:// bots cant send messages to other bots, so you should specify chat ID of non-bot user.
2022-02-04 17:31:32 +01:00
dgtlmoon
8e54a17e14
/preview format doesnt need <pre> - fixing too many returnlines in content on diff/preview page
2022-02-02 14:39:42 +01:00
dgtlmoon
73101a47e7
Ability to use a generated salted password in deployments as env var SALTED_PASS ( #397 )
...
* Ability to use a generated salted password in deployments as env var SALTED_PASS
2022-01-29 19:36:44 +01:00
dgtlmoon
03f776ca45
#323 Adding note about discord:// 2000 char limit ( #392 )
...
* Adding note about discord:// 2000 char limit
2022-01-28 10:38:04 +01:00
dgtlmoon
39b7be9e7a
plaintext mime type fix - Don't attempt to extract HTML content from plaintext, this will remove lines and break changedetection ( #391 )
2022-01-27 23:16:50 +01:00
dgtlmoon
6611823962
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2022-01-27 23:01:17 +01:00
dgtlmoon
c1c453e4fe
.add_watch() can accept empty tag
...
Use https://changedetection.io/CHANGELOG.txt as a nice default page to watch
2022-01-27 23:00:39 +01:00
Tim Loderhose
4887180671
Add option for tags on import ( #377 )
...
* Add option for tags on import and backup
2022-01-25 18:46:05 +01:00
Travis Howse
abe88192f4
Fix bug where diff and diff_full were switched in notification templates. ( #380 )
2022-01-21 12:26:08 +01:00
dgtlmoon
bbc2875ef3
0.39.7
2022-01-15 23:21:06 +01:00
dgtlmoon
b7ca10ebac
Scrub watch snapshot fixes
2022-01-15 23:18:04 +01:00
dgtlmoon
a896493797
Simple HTTP auth ( #372 )
...
HTTP Basic Auth form validation
2022-01-15 22:52:39 +01:00
dgtlmoon
e5fe095f16
Adding note about JS pages
2022-01-12 18:18:40 +01:00
dgtlmoon
271181968f
Notification settings defaults and validation ( #361 )
...
* Re #360 - Validate that when a notification URL is set, we have also a notification body and title, new install should have notification title/body defaults set.
2022-01-10 17:38:04 +01:00
dgtlmoon
8206383ee5
Filters settings helper text tidy-up
2022-01-09 14:36:07 +01:00
dgtlmoon
ecfc02ba23
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2022-01-09 11:45:23 +01:00
dgtlmoon
3331ccd061
Add test for low-level network error text handling
2022-01-09 11:45:04 +01:00
Unpublished
bd8f389a65
Add API endpoint for current snapshot ( #359 )
2022-01-08 16:38:42 +01:00
dgtlmoon
bc74227635
Clarify notice/messages around changing ignore text
2022-01-05 20:42:45 +01:00
dgtlmoon
07c60a6acc
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2022-01-05 19:13:42 +01:00
dgtlmoon
7916faf58b
0.39.6
2022-01-05 19:13:36 +01:00