dgtlmoon
3be1f4ea44
Set authentication cookie path relative to X-Forwarded-Prefix when running via reverse proxy subdirectory ( #446 )
3 years ago
dgtlmoon
96664ffb10
Better text/plain detection and refactor tests ( #443 )
3 years ago
dgtlmoon
615fa2c5b2
Tweak support tabs and text ( #440 )
3 years ago
dgtlmoon
fd45fcce2f
Include link to changedetection.io hosted option ( #439 )
3 years ago
dgtlmoon
75ca7ec504
Improved CPU usage around the loop responsible for what sites needs to be checked
3 years ago
dgtlmoon
883aa968fd
0.39.9
3 years ago
dgtlmoon
3240ed2339
Minor reliability upgrade for large datasets - retry deepcopy ( #436 )
3 years ago
dgtlmoon
a51c555964
Fix small issue in highlight trigger/ignore preview page with setting the background colours, add test
3 years ago
dgtlmoon
014fda9058
Ability to visualise trigger and filter rules against the current snapshot on the preview page
3 years ago
dgtlmoon
d4f4ab306a
Dont allow redirect on login, it's safer and more reliable this way ( #414 )
3 years ago
dgtlmoon
8d2e240a2a
When using Env. FETCH_WORKERS or WEBDRIVER_DELAY_BEFORE_CONTENT_READY , it should be type int
3 years ago
dgtlmoon
d7ed479ca2
0.39.8
3 years ago
dgtlmoon
f25cdf0a67
Number of fetching workers can be overriden by Env "FETCH_WORKERS" ( #413 )
3 years ago
dgtlmoon
eb3dca3805
Language fix "watches are rechecking." it actually puts them into an internal queue "watches are QUEUED for rechecking"
3 years ago
dgtlmoon
22ef9afb93
Refactor tests for notification error log handler ( #404 )
3 years ago
dgtlmoon
abaec224f6
Notification error log handler ( #403 )
...
* Add a notifications debug/error log interface (Link available under the notification URLs list)
3 years ago
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
3 years ago
Tim Loderhose
4887180671
Add option for tags on import ( #377 )
...
* Add option for tags on import and backup
3 years ago
dgtlmoon
bbc2875ef3
0.39.7
3 years ago
dgtlmoon
a896493797
Simple HTTP auth ( #372 )
...
HTTP Basic Auth form validation
3 years ago
Unpublished
bd8f389a65
Add API endpoint for current snapshot ( #359 )
3 years ago
dgtlmoon
07c60a6acc
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
3 years ago
dgtlmoon
7916faf58b
0.39.6
3 years ago
dgtlmoon
febb2bbf0d
Heroku tweaks (backup download) ( #356 )
...
* use absolute path, just incase the data-dir is set relative
3 years ago
dgtlmoon
b33105d576
Re #348 - Add test for backup, use proper datastore path
3 years ago
dgtlmoon
b5c1fce136
Re #133 Option for ignoring whitespacing ( #345 )
...
* Global setting option to ignore whitespace when detecting a change
3 years ago
dgtlmoon
0439acacbe
Adding global ignore text ( #339 )
3 years ago
dgtlmoon
a37a5038d8
Fix broken RSS link fields
3 years ago
dgtlmoon
f1933b786c
RSS Link links you back to the difference UI/JS page, RSS Description is the page you're watching, and RSS Title is the page you're watching
3 years ago
Simon Caron
dfcae4ee64
Extend Request Parameters to add Body & Method ( #325 )
3 years ago
dgtlmoon
43c9cb8b0c
0.39.5
3 years ago
dgtlmoon
9815fc2526
RSS allow access via token ( #310 )
...
Allow access via a token
* New RSS URL
* Redirect the old RSS feed URL
* fix tests
3 years ago
dgtlmoon
35d0c74454
Re #308 - Adding test and including settings in clone operation ( #309 )
3 years ago
dgtlmoon
5a10acfd09
Send diff in notifications ( #296 )
3 years ago
dgtlmoon
9235eae608
Scrub dates: Fix date regex limit handler parsing
3 years ago
dgtlmoon
7f8c0fb2fa
Check that a notification URL is set when sending the test notification ( #300 )
3 years ago
Tristan Hill
489eedf34e
Flask 2 ( #299 )
...
Co-authored-by: Tristan Hill <t+git@eaux.uk>
3 years ago
dgtlmoon
3956b3fd68
Re #269 - Show current/correct BASE_URL information ( #271 )
...
* Re #269 - Show current/correct BASE_URL information
3 years ago
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>
3 years ago
dgtlmoon
ff6dc842c0
0.39.4 release
3 years ago
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.
3 years ago
dgtlmoon
c55bf418c5
0.39.3 release
3 years ago
dgtlmoon
4bbb7d99b6
Re #264 - fixing clone watch operation
3 years ago
dgtlmoon
2dc43bdfd3
version 0.39.2
3 years ago
dgtlmoon
95e39aa727
Configurable BASE_URL ( #228 )
...
Re #152 ability to over-ride env var BASE_URL, with UI+tests
3 years ago
dgtlmoon
cd7df86f54
Re #242 - app was treating notification field defaults as the field value ( #244 )
3 years ago
dgtlmoon
ca0ab50c5e
Re #239 - Individual GUID for watch+changeevent ( #241 )
...
* Re #239 - Individual GUID for watch+changeevent
3 years ago
dgtlmoon
fe59ac4986
Re #232 - Use a copy of the datastore incase it changes while we iterate through it ( #234 )
3 years ago
dgtlmoon
25476bfcb2
Setting for Extract <title> as title option on individual watches ( #229 )
...
* Extract <title> as title option on individual items
3 years ago
dgtlmoon
7618081e83
v0.39.1
3 years ago
dgtlmoon
b903280cd0
Re #185 - [feature] Custom notifications templates per watch ( #226 )
...
* Re #185 - [feature] Custom text templates for the notification per monitored entry as override.
Bonus points: Adding validation for apprise URLs
3 years ago
Matthias Langhard
05f7e123ed
Adds 'Create Copy' feature to clone a watch ( #184 )
3 years ago
dgtlmoon
a11b6daa2e
Installation via pip ( #186 )
...
Builder for https://pypi.org/project/changedetection.io/
3 years ago