dgtlmoon
|
0e385b1c22
|
0.39.13
|
2022-05-10 17:24:38 +02:00 |
dgtlmoon
|
f28c260576
|
Distill.io JSON export file importer (#592)
|
2022-05-10 17:15:41 +02:00 |
dgtlmoon
|
18f0b63b7d
|
Ability to specify a list of proxies to choose from, always using the first one by default, See wiki (#591)
|
2022-05-08 20:35:36 +02:00 |
dgtlmoon
|
1d4474f5a3
|
Simplify scrub operation (simply cleans all) (#575)
|
2022-05-02 21:10:23 +02:00 |
dgtlmoon
|
c0d0424e7e
|
Data storage bug fix #569
|
2022-04-29 18:26:15 +02:00 |
dgtlmoon
|
06517bfd22
|
Ability to 'Share' a watch by a generated link, this will include all filters and triggers - see Wiki (#563)
|
2022-04-26 10:52:08 +02:00 |
dgtlmoon
|
9e708810d1
|
Seconds/minutes/hours/days between checks form field upgrade from 'minutes' only (#512)
|
2022-04-24 16:56:32 +02:00 |
dgtlmoon
|
e4eaa0c817
|
Shows which items are already in the queue, disables adding to the queue if already in the recheck queue (#552)
|
2022-04-21 12:52:45 +02:00 |
dgtlmoon
|
2a9fb12451
|
Import speed improvements, and adding an import URL batch size of 5,000 to stop accidental CPU overload (#549)
|
2022-04-19 23:15:32 +02:00 |
dgtlmoon
|
8f062bfec9
|
Refactor form handling (#548)
|
2022-04-19 21:43:07 +02:00 |
dgtlmoon
|
380c512cc2
|
Adding support for change detection of HTML source-code via "source:https://website.com" prefix (#540)
|
2022-04-12 17:36:29 +02:00 |
dgtlmoon
|
615fe9290a
|
0.39.12
|
2022-04-09 14:16:30 +02:00 |
dgtlmoon
|
9809af142d
|
Option to render links as [Some Text ](/link), adds the ability to change-detect on hyperlink changes
|
2022-04-09 10:35:14 +02:00 |
dgtlmoon
|
34c83f0e7c
|
[Add email] button in notification settings with a prefix set from NOTIFICATION_MAIL_BUTTON_PREFIX env variable when defined. (#528)
|
2022-04-07 18:18:23 +02:00 |
dgtlmoon
|
63e91a3d66
|
Skip processing a watch into the RSS feed if there's not enough data to examine (fixes Internal Server Error when accessing the RSS feed) (#521)
|
2022-04-05 20:31:31 +02:00 |
dgtlmoon
|
3034d047c2
|
Introduce an AJAX button for sending test notifications instead of the checkbox (#519)
|
2022-04-05 18:04:26 +02:00 |
dgtlmoon
|
2620818ba7
|
Make text tab always available at default
|
2022-04-02 14:55:40 +02:00 |
dgtlmoon
|
9fe4f95990
|
When fetching a snapshot via Chrome, make the most recent screenshot available on the Diff and Preview pages (#516)
|
2022-04-02 14:49:32 +02:00 |
dgtlmoon
|
8f40f19328
|
RSS feed CDATA should contain difference output
|
2022-03-30 10:51:10 +02:00 |
dgtlmoon
|
1d060225e1
|
0.39.11
|
2022-03-23 09:42:51 +01:00 |
dgtlmoon
|
7e0f0d0fd8
|
Microsoft Windows installation fixes (#492)
|
2022-03-22 23:08:08 +01:00 |
dgtlmoon
|
942c3f021f
|
Allow changedetector to ignore status codes as a per-site setting (#479) (#485)
Co-authored-by: Ara Hayrabedian <ara.hayrabedian@gmail.com>
|
2022-03-21 23:03:54 +01:00 |
dgtlmoon
|
5483f5d694
|
Security update - Use CSRF token protection for forms, make "remove password" use HTTP Post (#484)
|
2022-03-21 22:54:27 +01:00 |
dgtlmoon
|
c25294ca57
|
0.39.10
|
2022-03-12 17:28:30 +01:00 |
Tim Loderhose
|
d4359c2e67
|
Add filter to remove elements by CSS rule from HTML before change detection is run (#445)
|
2022-03-12 13:29:30 +01:00 |
dgtlmoon
|
a709122874
|
Handle the case where the visitor is already logged-in and tries to login again (#447)
|
2022-03-06 18:19:05 +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
|
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
|
014fda9058
|
Ability to visualise trigger and filter rules against the current snapshot on the preview page
|
2022-02-23 10:49:25 +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
|
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
|
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
|
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 |
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 |
dgtlmoon
|
bbc2875ef3
|
0.39.7
|
2022-01-15 23:21:06 +01:00 |
dgtlmoon
|
a896493797
|
Simple HTTP auth (#372)
HTTP Basic Auth form validation
|
2022-01-15 22:52:39 +01:00 |
Unpublished
|
bd8f389a65
|
Add API endpoint for current snapshot (#359)
|
2022-01-08 16:38:42 +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 |
dgtlmoon
|
febb2bbf0d
|
Heroku tweaks (backup download) (#356)
* use absolute path, just incase the data-dir is set relative
|
2022-01-05 19:12:13 +01:00 |