Commit Graph

980 Commits (99f3b01013904b9bc3a818e3cd21e17826500ba8)
 

Author SHA1 Message Date
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 cdc104be10
Update README.md
2 years ago
dgtlmoon dd0eeca056 Handle simple obfuscations - HomeDepot.com style price obfuscation (#764)
2 years ago
Brandon Wees f379dda13d
Apply suggestions from code review
2 years ago
Brandon Wees 4a88589a27
Update changedetectionio/model/Watch.py
2 years ago
bwees cac53a76c0 added antoher step to test to cover case as described https://github.com/dgtlmoon/changedetection.io/pull/749#issuecomment-1186209681
2 years ago
bwees 8dbf2257d3 added datastore migration step
2 years ago
bwees c0fb051dde changed get_previous_text to not create the file if it does not exist
2 years ago
bwees cf09f03d32 fix import statements
2 years ago
Brandon Wees 237cf7db4f
Update changedetectionio/model/Watch.py
2 years ago
bwees a8e24dab01 Merge branch 'diff-filters' of https://github.com/bwees/changedetection.io into diff-filters
2 years ago
bwees 5c9b7353d4 fixed difflib import
2 years ago
Brandon Wees 1e22949e3d
Update changedetectionio/model/Watch.py
2 years ago
Brandon Wees 68e1a64474
Update changedetectionio/model/Watch.py
2 years ago
Brandon Wees 151c2dab3a
Update changedetectionio/templates/edit.html
2 years ago
Brandon Wees 3e43d7ad1a
Update changedetectionio/templates/edit.html
2 years ago
Brandon Wees 58cb7fbc2a
Update changedetectionio/model/Watch.py
2 years ago
dgtlmoon a95468be08 Fixing docker-compose.yml PLAYWRIGHT_DRIVER_URL example URL
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
dgtlmoon ebb8b88621 Update Playwright URI Env example with stealth setting and CORS workaround (more reliable fetching)
3 years ago
dgtlmoon 12fc2200de remove extra file
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