dgtlmoon
|
54d80ddea0
|
adding specific test (#205)
Regex UUID test
Co-authored-by: Minty <mmeminty@gmail.com>
|
3 years ago |
Minty
|
b9e0ad052f
|
New notification tokens - watch_uuid, watch_title, watch_tag, (#201)
* New notification tokens ; Tokens added: watch_uuid, watch_title, watch_tag, updated settings description
|
3 years ago |
dgtlmoon
|
f8937e437a
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
3 years ago |
dgtlmoon
|
fbe9270528
|
Re #203 - validate tokens (#204)
* Re #203 - validate tokens
|
3 years ago |
dgtlmoon
|
58c3bc371d
|
No point hiding the notifications customisation area because it's now in its own tab
|
3 years ago |
dgtlmoon
|
4683b0d120
|
Update README.md
|
3 years ago |
dgtlmoon
|
5fb9bbdfa3
|
Test - prove that notifications are not being sent when content does not change
|
3 years ago |
dgtlmoon
|
5883e5b920
|
remove quotes from env vars
|
3 years ago |
dgtlmoon
|
b99957f54a
|
Re https://github.com/dgtlmoon/changedetection.io/discussions/189
A note to not use quotes in env parts
|
3 years ago |
dgtlmoon
|
21cb7fbca9
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
3 years ago |
dgtlmoon
|
4ed5d4c2e7
|
WebDriver fetcher - settings - when an alternative one is configured, show it in the label
|
3 years ago |
dgtlmoon
|
8c3163f459
|
Update README.md
|
3 years ago |
dgtlmoon
|
a11b6daa2e
|
Installation via pip (#186)
Builder for https://pypi.org/project/changedetection.io/
|
3 years ago |
dgtlmoon
|
642ad5660d
|
Update README.md
|
3 years ago |
dgtlmoon
|
252d6ee6fd
|
Trigger text/wait (#187)
Re #71 - Ability to set filters
|
3 years ago |
dgtlmoon
|
ba7b6b0f8b
|
Reword group tag - more obvious name
|
3 years ago |
dgtlmoon
|
f2094a3010
|
Fix img alt/title accesibility for pause icon
|
3 years ago |
dgtlmoon
|
b9ed7e2d20
|
Let the fetcher throw an exception which will be caught and handed to the operator anyway
|
3 years ago |
dgtlmoon
|
6d3962acb6
|
Example placeholder was pushed out
|
3 years ago |
dgtlmoon
|
32a0d38025
|
Move fetcher tab back to general - save space on mobile
|
3 years ago |
dgtlmoon
|
df08d51d2a
|
WebDriver test fetch should use environment var too
|
3 years ago |
dgtlmoon
|
d87c643e58
|
Add fetch option to each watch
|
3 years ago |
dgtlmoon
|
9e08f326be
|
Chrome/Webdriver support for Javascript websites (#114)
JS Support via fetching the page over WebDriver/Selenium network
Refactor forms (Split into logical tabs)
|
3 years ago |
dgtlmoon
|
1f821d6e8b
|
Fixing tar npm security issue npm install "tar@>=6.1.2"
|
3 years ago |
dgtlmoon
|
00fe4d4e41
|
tag 0.38.2
|
3 years ago |
dgtlmoon
|
f88561e713
|
Re #172 - be sure that we are non-greedy matching the first : when splitting the headers so we dont break "Cookie" header (#175)
|
3 years ago |
dgtlmoon
|
dd193ffcec
|
Update heroku.yml
Re #156 - You can specify the port here too, to be sure
|
4 years ago |
dgtlmoon
|
1e39a1b745
|
Re #156 - PORT should always be an Integer
|
4 years ago |
Leigh
|
1084603375
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
4 years ago |
Leigh
|
3f9d949534
|
Re #159 - Adding env var example to docker-config.yml
|
4 years ago |
Tim Chepeleff
|
684deaed35
|
Add Heroku Deployment Support (#159)
* add heroku.yml
* Use environment supplied port
* Update changedetection.py
|
4 years ago |
Leigh
|
1b931fef20
|
Re #154 - Handle missing JSON better
|
4 years ago |
Leigh
|
d1976db149
|
high res
|
4 years ago |
Leigh
|
a8fb17df9a
|
higher res screenshot
|
4 years ago |
Leigh
|
8f28c80ef5
|
Update screenshot
|
4 years ago |
Leigh
|
5a2c534fde
|
Assert that html_tools.JSONNotFound is correctly raised
|
4 years ago |
dgtlmoon
|
e2304b2ce0
|
Re #154 Ldjson extract parse (#158)
* Use parsable JSON hiding in <script type="application/ld+json"> where possible, if it matches the filter rule, use it.
* Update README.md
|
4 years ago |
dgtlmoon
|
b87236ea20
|
Responsive fix for input field on mobile
|
4 years ago |
dgtlmoon
|
dfbc9bfc53
|
Re #148 - Always set something for {base_url} so we dont send possibly an empty body/title notification which could break some services.
|
4 years ago |
dgtlmoon
|
f3ba051df4
|
Add medium-size-desktop class to notification custom title
|
4 years ago |
dgtlmoon
|
affe39ff98
|
Notification default: Make sure to use atleast some text here, a blank notification body could be problematic for some services
|
4 years ago |
dgtlmoon
|
0f5d5e6caf
|
Re #150 - stop using 'size' across all elements and rely on CSS for a better mobile experience (stops fields from pushing out)
|
4 years ago |
Preston
|
2a66ac1db0
|
fix: setting overflow in mobile view (#150)
|
4 years ago |
dgtlmoon
|
07308eedbd
|
Re #121, #123 - Show the current base_url value
|
4 years ago |
dgtlmoon
|
750b882546
|
Re #149 - allow empty timestamp limit for scrub operation
|
4 years ago |
dgtlmoon
|
1c09407e24
|
Dont show "new version available" message when password is enabled and user is logged out
|
4 years ago |
dgtlmoon
|
7e87591ae5
|
test fix - dont trigger notifications in header test
|
4 years ago |
dgtlmoon
|
9e6c2bf3e0
|
Strengthen the notification tests
|
4 years ago |
dgtlmoon
|
c396cf8176
|
Re #137 - Adding test to confirm that headers are not repeated
|
4 years ago |
dgtlmoon
|
b19a037fac
|
Add debug output to notify loop
|
4 years ago |