dgtlmoon
b1aaf9f277
Update README.md
2021-12-19 23:04:56 +01:00
dgtlmoon
18987aeb23
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-12-19 18:17:37 +01:00
dgtlmoon
856789a9ba
Closes #315 - Include library apprise Notify_mqtt
2021-12-19 18:16:51 +01:00
Iván
2857c7bb77
Re #80 , sets SECLEVEL=1 in openssl.conf to allow monitoring sites with weak/old cipher suites ( #312 )
...
* set SECLEVEL=1 in openssl.conf to allow monitoring sites with weak/old cipher suites
* Re #80 , sets SECLEVEL=1 in openssl.conf to allow monitoring sites with weak/old cipher suites
2021-12-16 12:13:47 +01:00
dgtlmoon
df951637c4
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-12-16 11:53:39 +01:00
dgtlmoon
ba6fe076bb
Go back to docker hub
2021-12-16 11:53:28 +01:00
dgtlmoon
9815fc2526
RSS allow access via token ( #310 )
...
Allow access via a token
* New RSS URL
* Redirect the old RSS feed URL
* fix tests
2021-12-16 00:05:01 +01:00
dgtlmoon
e71dbbe771
Adding deploy to Heroku button
2021-12-15 23:32:48 +01:00
dgtlmoon
bd222c99c6
Adding heroku app.json app
2021-12-15 23:28:23 +01:00
dgtlmoon
4b002ad9e0
Tweak runtime Heroku version
2021-12-15 23:20:21 +01:00
dgtlmoon
fe2ffd6356
Tweaking heroku Procfile
2021-12-15 23:20:06 +01:00
dgtlmoon
266bebb5bc
Adjust buildpacks on Heroku
2021-12-15 23:15:36 +01:00
dgtlmoon
115ff5bc2e
Adding heroku python3 runtime config
2021-12-15 23:13:03 +01:00
dgtlmoon
dd6a24d337
Try simpler heroku recipe
2021-12-15 23:09:43 +01:00
dgtlmoon
f0d418d58c
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-12-15 23:07:32 +01:00
dgtlmoon
10d3b09051
-C option to create a datadir if it doesnt exist
2021-12-15 23:07:13 +01:00
dgtlmoon
35d0c74454
Re #308 - Adding test and including settings in clone operation ( #309 )
2021-12-15 19:54:30 +01:00
Glassed Silver
dd450b81ad
fixing too small font in diff UI ( #260 )
...
* fixing too small font in diff UI , lower size from 12 to 11 in Part II
2021-12-15 19:21:25 +01:00
dgtlmoon
512d76c52b
Update README.md
...
Make link more accurate
2021-12-10 20:21:27 +01:00
dgtlmoon
5a10acfd09
Send diff in notifications ( #296 )
2021-12-10 12:08:51 +01:00
dgtlmoon
a7c09c8990
Fix scrub form theme
2021-12-10 00:09:54 +01:00
dgtlmoon
9235eae608
Scrub dates: Fix date regex limit handler parsing
2021-12-10 00:09:42 +01:00
dgtlmoon
5bbd82be79
Wait 60 seconds or until stop_thread is set
2021-12-09 23:28:17 +01:00
dgtlmoon
7f8c0fb2fa
Check that a notification URL is set when sending the test notification ( #300 )
2021-12-08 12:23:48 +01:00
Tristan Hill
489eedf34e
Flask 2 ( #299 )
...
Co-authored-by: Tristan Hill <t+git@eaux.uk>
2021-12-07 23:23:23 +01:00
dgtlmoon
3956b3fd68
Re #269 - Show current/correct BASE_URL information ( #271 )
...
* Re #269 - Show current/correct BASE_URL information
2021-12-04 15:23:23 +01:00
dgtlmoon
61c1d213d0
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-12-04 14:48:18 +01:00
dgtlmoon
e07f573f64
Re #269 - Fix env var comment name
2021-12-04 14:47:46 +01:00
ghjklw
ecba130fdb
Enable Markdown and HTML notifications. ( #288 )
...
This change enable defining the notification body as HTML or Markdown. This can be very
useful to have more user-friendly notifications such as:
* applying a heading style to the `{watch_title}` to make it stand out
* creating clickable links using the `{watch_url}`, `{preview_url}` and `{diff_url}`.
Changes
=======
* Add a `notification_format` to the notification settings, defaults to plain text.
* Use the `body_format` parameter of Apprise's `notify` method.
Co-authored-by: Malo Jaffré <malo.jaffre@dunnhumby.com>
2021-12-04 14:41:48 +01:00
dgtlmoon
ff6dc842c0
0.39.4 release
2021-12-02 22:54:38 +01:00
dgtlmoon
4659993ecf
Re #286 - Solving lost data/corrupted data - Tweak timing and try to write to a temp file first ( #292 )
...
* Re #286 - Tweak timing and try to write to a temp file first, Increase logging and format info message better.
2021-12-02 22:48:44 +01:00
jeremysherriff
0a29b3a582
Fix element paths when using reverse proxy subfolder ( #272 )
2021-11-12 11:34:19 +01:00
dgtlmoon
c55bf418c5
0.39.3 release
2021-10-28 11:32:33 +02:00
dgtlmoon
4bbb7d99b6
Re #264 - fixing clone watch operation
2021-10-28 11:29:59 +02:00
dgtlmoon
a8e92e2226
Re #265 - extended jsonpath support ( #266 )
...
* Re #265 - Use extended JSONpath support,
Allow a JSONPath selector to not match anything (yet)
Adding test
Correctly capture invalid JSONPath query error
2021-10-27 09:24:08 +02:00
dgtlmoon
c17327633f
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-10-26 22:32:29 +02:00
dgtlmoon
56d1dde7c3
Re #265 - wasnt catching the jsonpath exception due to invalid jsonpath expressions properly
2021-10-26 22:30:58 +02:00
dgtlmoon
6e4ddacaf8
Re #257 - Handle bool val of json path better ( #263 )
...
* Re #257 - Handle bool val of json path better, with test
2021-10-21 23:25:38 +02:00
dgtlmoon
3195ffa1c6
Re #249 - Add EXPOSE 5000 to Dockerfile
2021-10-06 22:28:35 +02:00
dgtlmoon
c749d2ee44
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-10-06 20:51:38 +02:00
dgtlmoon
ec94359f3c
Provide better combination of chardet and urllib3
2021-10-06 20:51:05 +02:00
dgtlmoon
4d0bd58eb1
Prefer GHCR.io over DockerHub ( #245 )
...
* Prefer GHCR.io over DockerHub (DockerHub limits pulls)
2021-10-06 13:07:56 +02:00
dgtlmoon
3525f43469
Limit branches/tags of container build
...
Limit branch
2021-10-06 12:27:02 +02:00
dgtlmoon
d70252c1eb
Re #213 - Adding screensize examples to selenium container
2021-10-06 11:34:24 +02:00
dgtlmoon
b57b94c63a
Be more specific about tagged release builds
2021-10-06 11:28:39 +02:00
dgtlmoon
9e914c140e
Fix :latest release worflow syntax check
2021-10-06 10:27:03 +02:00
dgtlmoon
5d5ceb2f52
Form helper - explain where the webdriver setting comes from
2021-10-06 09:27:41 +02:00
dgtlmoon
bc0303c5da
Rename workflow name
2021-10-06 08:59:03 +02:00
dgtlmoon
1240da4a6e
Just 'published' and 'edited' package release is enough (remove 'created')
2021-10-06 08:52:10 +02:00
dgtlmoon
4267bda853
Fixing workflow tag syntax issues
2021-10-06 08:49:33 +02:00