Commit Graph

345 Commits (13a96e93a2b34054e8d3d1cf58187ab38dbd5c4c)

Author SHA1 Message Date
dgtlmoon faa42d75e0 Refactor of extract text filter - Regex, support Regex (groups) and all python regex flags via /something/aiLmsux (#773)
2 years ago
dgtlmoon 291700554e
Bug fix for alerting when xPath based filters are no longer present (#772)
2 years ago
dgtlmoon a82fad7059 Send notification when CSS/xPath filter is missing after more than 6 (configurable) attempts (#771)
2 years ago
dgtlmoon c2fe5ae0d1 mailto plaintext handling fix for 'plaintext' apprise integration
2 years ago
dgtlmoon 5beefdb7cc
Minor code cleanups
2 years ago
dgtlmoon 872bbba71c
Notifications - email - Correctly send plaintext notification email with plaintext header (#767)
2 years ago
Jonathon Sisson d578de1a35
Form text tweak - Regex clarification (#766)
2 years ago
dgtlmoon dd0eeca056 Handle simple obfuscations - HomeDepot.com style price obfuscation (#764)
3 years ago
Brandon Wees f379dda13d
Apply suggestions from code review
3 years ago
Brandon Wees 4a88589a27
Update changedetectionio/model/Watch.py
3 years ago
bwees cac53a76c0 added antoher step to test to cover case as described https://github.com/dgtlmoon/changedetection.io/pull/749#issuecomment-1186209681
3 years ago
bwees 8dbf2257d3 added datastore migration step
3 years ago
bwees c0fb051dde changed get_previous_text to not create the file if it does not exist
3 years ago
bwees cf09f03d32 fix import statements
3 years ago
Brandon Wees 237cf7db4f
Update changedetectionio/model/Watch.py
3 years ago
bwees a8e24dab01 Merge branch 'diff-filters' of https://github.com/bwees/changedetection.io into diff-filters
3 years ago
bwees 5c9b7353d4 fixed difflib import
3 years ago
Brandon Wees 1e22949e3d
Update changedetectionio/model/Watch.py
3 years ago
Brandon Wees 68e1a64474
Update changedetectionio/model/Watch.py
3 years ago
Brandon Wees 151c2dab3a
Update changedetectionio/templates/edit.html
3 years ago
Brandon Wees 3e43d7ad1a
Update changedetectionio/templates/edit.html
3 years ago
Brandon Wees 58cb7fbc2a
Update changedetectionio/model/Watch.py
3 years ago
Brandon Wees ace44d0e00
Notifications fix - Discord - added discord webhook base url to truncation rules (#753)
3 years ago
Brandon Wees 23452a1599
Remove discord change (look at https://github.com/dgtlmoon/changedetection.io/pull/753 for this change)
3 years ago
bwees 7fb432bf06 Created working tests
3 years ago
bwees dc3fc6cfdf used a drop down menu and rewrote checking code to fit GUI description
3 years ago
bwees 8ee42d2403 fixed my breaking change
3 years ago
bwees 8d9cac4c38 remove my tests because they wont run
3 years ago
bwees 374bb3824f fix test to include the new previous.txt file
3 years ago
bwees 91d8600b19 fixed test naming
3 years ago
bwees 7b0ddc23d3 workaround for diff filter checkboxes getting changed on creation of form object
3 years ago
bwees ab74377be0 fixed file based text saving system
3 years ago
bwees 2196d120a9 rewrote and broke out tests to simplify
3 years ago
bwees 5dca59a4a0 switched to file handling of previous_text
3 years ago
bwees ee8042b54e Fix boolean value being sent to difflib
3 years ago
bwees 4c3f233d21 Made unit test
3 years ago
bwees 159b062cb3 removed modify due to the way difflib reacts to changes
3 years ago
bwees 83565787ae added logic for filtering based on diff attributes
3 years ago
bwees bdab4f5e09 added diff compare function to watch class
3 years ago
bwees 69075a81c5 updated data model
3 years ago
bwees 04746cc706 Added initial UI code
3 years ago
Brandon Wees 234494d907
Added character truncation rule to URL starting with https://discord.com/api/webhooks
3 years ago
dgtlmoon 52d3d375ba removing package-lock.json - not required to be in git
3 years ago
dgtlmoon 08117089e6 Share-icon cleanups
3 years ago
dgtlmoon 2ba3a6d53f Test improvement: Extract text should return all matches
3 years ago
dgtlmoon 2f636553a9 Bug fix: RSS Feed should also announce utf-8 charset
3 years ago
Freddie Leeman 0bde48b282
Regex extract filter: Return all regex results instead of first match (#730)
3 years ago
dgtlmoon fae1164c0b
Ability to specify JS before running change-detection (#744)
3 years ago
dgtlmoon 169c293143 Playwright - log console errors to output
3 years ago
dgtlmoon 46cb5cff66 UI Improvement - Clarifying "Visual Filter" tool as "Visual Selector Filter"
3 years ago
Simo Elalj 05584ea886 Use environment variables to override new watch settings defaults (user-agent, timeout, workers) (#742)
3 years ago
dgtlmoon 15569f9592 0.39.16
3 years ago
dgtlmoon 5f9e475fe0
Fix notification apprise application name to changedetection.io #731
3 years ago
dgtlmoon 2b054ced8c
[new filter] Filter option - Trigger only when NEW content (lines) are detected ( compared to earlier text snapshots ) (#685)
3 years ago
dgtlmoon 6553980cd5
Playwright - Use HTTP Request Headers override (Cookie, etc)
3 years ago
jtagcat 7c12c47204
lang: prefer 'clear (snap) history' to 'scrub' (#721)
3 years ago
dgtlmoon dbd9b470d7
Minor diff page improvements - list should be sorted 'newest first' and no need to include the current version to compare against (#716)
3 years ago
dgtlmoon 83555a9991
bug fix: `last_changed` was being set on the first fetch, should only be set on the change after the first fetch #705
3 years ago
dgtlmoon 7da32f9ac3 New filter - Block change-detection if text matches - for example, block change-detection while the text "out of stock" is on the page, know when the text is no longer on the page (#698)
3 years ago
dgtlmoon 76996b9eb8 Some changes werent getting triggered because the previous checksum only recorded when an event occured
3 years ago
dgtlmoon fba2b1a39d Notifications regression bug in 0.39.15 - only sent the first notification URL
3 years ago
dgtlmoon 4a91505af5 Playwright screenshots - no need for high-res "bug workaround" screenshot, use lower quality/faster configurable image quality env var
3 years ago
dgtlmoon 4841c79b4c Adding extra check when updating DB on ReplyWithContentButNoText
3 years ago
dgtlmoon 2ba00d2e1d
Notifications log - log what was sent after applying all cleanups
3 years ago
dgtlmoon 19c96f4bdd Re #555 - tgram:// notifications - strip added HTML tag which is not supported by Telegram
3 years ago
dgtlmoon 82b900fbf4 Give more helpful error message when a page doesnt load
3 years ago
dgtlmoon 358a365303 Tweaks to playwright fetch code - better timeout handling
3 years ago
dgtlmoon a07ca4b136
Re #580 - New functionality - Random "jitter" delay to requests (#681)
3 years ago
dgtlmoon ba8cf2c8cf 0.39.15
3 years ago
dgtlmoon 3106b6688e Watch overview list - adding spinner to make it easier to see whats currently being 'Checked'
3 years ago
dgtlmoon 2c83845dac
Preview section - add helpful check
3 years ago
dgtlmoon 111266d6fa Send test notification - improved handling of errors
3 years ago
dgtlmoon ead610151f
Notification log - also log normal requests and make the log easier to find
3 years ago
dgtlmoon 327cc4af34 Use correct RSS CDATA handling (#662)
3 years ago
dgtlmoon 6008ff516e
Improve logging (#671)
3 years ago
dgtlmoon cdcf4b353f
New [scrub] button when editing a watch - scrub single watch history (#672)
3 years ago
dgtlmoon 1ab70f8e86 Diff + Preview - Hide date selector widget when viewing screenshots as its not yet possible to compare screenshots (but will be soon!)
3 years ago
dgtlmoon 8227c012a7 Diff + Preview - Fixing screenshot behaviour after preference change
3 years ago
dgtlmoon c113d5fb24 Screenshot handling on the diff/preview section refactor (#630)
3 years ago
dgtlmoon 8c8d4066d7 Shared watches - include "Extract text" filter
3 years ago
dgtlmoon 277dc9e1c1
Improve error message when filter not found in page result (#666)
3 years ago
dgtlmoon fc0fd1ce9d "Extract text" filter - improve placeholder example
3 years ago
dgtlmoon bd6127728a Visual selector - 'clear selection' button should clear the filter also
3 years ago
dgtlmoon 4101ae00c6
New feature - "Extract text" filter ability (#624)
3 years ago
dgtlmoon 62f14df3cb
Fixing RSS feed HTML content formatting (#662)
3 years ago
dgtlmoon 7929aeddfc
'Mark all viewed' button was missing in this version, added test also. (#652)
3 years ago
dgtlmoon 8294519f43 Content fetcher - Handle when a page doesnt load properly
3 years ago
dgtlmoon 8ba8a220b6 Playwright - Correctly close browser context/sessions on exceptions
3 years ago
dgtlmoon aa3c8a9370
Move history data to a textfile, improves memory handling (#638)
3 years ago
dgtlmoon 329c7620fb Remove UK Covid news
3 years ago
Amos (LFlare) Ng 1f974bfbb0
Visual Selector fix: Firefox compatibility - Visual Selector (#646)
3 years ago
Tim Loderhose 437c8525af
Remove group tag arbitrary length limit (#645)
3 years ago
dgtlmoon a2a1d5ae90 Distill.io import bug fix when no tags assigned to a watch (#557)
3 years ago
dgtlmoon 2566de2aae Ignore whitespace on by default
3 years ago
dgtlmoon dfec8dbb39 Visual Selector - clear events when changing tabs
3 years ago
dgtlmoon 5cefb16e52 Minor code cleanup
3 years ago
dgtlmoon 341ae24b73 Re #616 - content trigger - adding extra test (#620)
3 years ago
dgtlmoon 9d742446ab Playwright - ByPass CSP for more reliable JS scraping, disable accept downloads
3 years ago
dgtlmoon e3e022b0f4 VisualSelector - Better handling of filter targets that are no longer available in the HTML
3 years ago
dgtlmoon 7983675325 Visual Selector - be more resilient when sites interfere with the xPath scraping
3 years ago