dgtlmoon
|
d87c643e58
|
Add fetch option to each watch
|
2021-08-12 12:28:17 +02:00 |
|
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)
|
2021-08-12 12:05:59 +02:00 |
|
dgtlmoon
|
1f821d6e8b
|
Fixing tar npm security issue npm install "tar@>=6.1.2"
|
2021-08-07 14:20:13 +02:00 |
|
dgtlmoon
|
00fe4d4e41
|
tag 0.38.2
|
2021-08-07 14:18:28 +02:00 |
|
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)
|
2021-08-07 14:15:41 +02:00 |
|
dgtlmoon
|
dd193ffcec
|
Update heroku.yml
Re #156 - You can specify the port here too, to be sure
|
2021-07-28 17:18:10 +02:00 |
|
dgtlmoon
|
1e39a1b745
|
Re #156 - PORT should always be an Integer
|
2021-07-28 13:59:50 +02:00 |
|
Leigh
|
1084603375
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
2021-07-26 07:11:54 +02:00 |
|
Leigh
|
3f9d949534
|
Re #159 - Adding env var example to docker-config.yml
|
2021-07-26 07:10:57 +02:00 |
|
Tim Chepeleff
|
684deaed35
|
Add Heroku Deployment Support (#159)
* add heroku.yml
* Use environment supplied port
* Update changedetection.py
|
2021-07-26 06:43:23 +02:00 |
|
Leigh
|
1b931fef20
|
Re #154 - Handle missing JSON better
|
2021-07-25 13:55:28 +02:00 |
|
Leigh
|
d1976db149
|
high res
|
2021-07-25 09:18:05 +02:00 |
|
Leigh
|
a8fb17df9a
|
higher res screenshot
|
2021-07-25 09:17:02 +02:00 |
|
Leigh
|
8f28c80ef5
|
Update screenshot
|
2021-07-25 09:16:07 +02:00 |
|
Leigh
|
5a2c534fde
|
Assert that html_tools.JSONNotFound is correctly raised
|
2021-07-25 07:22:29 +02:00 |
|
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
|
2021-07-25 07:02:19 +02:00 |
|
dgtlmoon
|
b87236ea20
|
Responsive fix for input field on mobile
|
2021-07-22 21:39:41 +10:00 |
|
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.
|
2021-07-22 20:09:42 +10:00 |
|
dgtlmoon
|
f3ba051df4
|
Add medium-size-desktop class to notification custom title
|
2021-07-22 20:06:27 +10:00 |
|
dgtlmoon
|
affe39ff98
|
Notification default: Make sure to use atleast some text here, a blank notification body could be problematic for some services
|
2021-07-22 20:00:51 +10:00 |
|
dgtlmoon
|
0f5d5e6caf
|
Re #150 - stop using 'size' across all elements and rely on CSS for a better mobile experience (stops fields from pushing out)
|
2021-07-22 19:38:10 +10:00 |
|
Preston
|
2a66ac1db0
|
fix: setting overflow in mobile view (#150)
|
2021-07-22 18:54:01 +10:00 |
|
dgtlmoon
|
07308eedbd
|
Re #121, #123 - Show the current base_url value
|
2021-07-22 10:52:29 +10:00 |
|
dgtlmoon
|
750b882546
|
Re #149 - allow empty timestamp limit for scrub operation
|
2021-07-22 10:32:42 +10:00 |
|
dgtlmoon
|
1c09407e24
|
Dont show "new version available" message when password is enabled and user is logged out
|
2021-07-21 21:47:42 +10:00 |
|
dgtlmoon
|
7e87591ae5
|
test fix - dont trigger notifications in header test
|
2021-07-21 20:31:52 +10:00 |
|
dgtlmoon
|
9e6c2bf3e0
|
Strengthen the notification tests
|
2021-07-21 20:21:12 +10:00 |
|
dgtlmoon
|
c396cf8176
|
Re #137 - Adding test to confirm that headers are not repeated
|
2021-07-21 19:51:12 +10:00 |
|
dgtlmoon
|
b19a037fac
|
Add debug output to notify loop
|
2021-07-21 13:13:31 +10:00 |
|
dgtlmoon
|
5cd4a36896
|
Add note to field
|
2021-07-21 13:05:30 +10:00 |
|
dgtlmoon
|
aec3531127
|
Cleanup test helper data before and after running
|
2021-07-21 12:49:32 +10:00 |
|
dgtlmoon
|
78434114be
|
Improve debug info
|
2021-07-21 12:49:22 +10:00 |
|
dgtlmoon
|
f877cbfe8c
|
0.38.1 tag
|
2021-07-20 17:57:27 +10:00 |
|
dgtlmoon
|
fe4963ec04
|
Re #143 - Remove old notification test code, fix form handler (#145)
* Re #143 - global notification settings box fix - Remove old notification test code, fix form handler, add test
|
2021-07-20 17:44:01 +10:00 |
|
dgtlmoon
|
32a798128c
|
Update README.md
|
2021-07-18 18:15:44 +10:00 |
|
dgtlmoon
|
cf4e294a9c
|
Re #135 - refactor the quick add widget (#136)
* Re #135 - refactor the quick add widget
* Fix W3C validation issues
|
2021-07-18 13:26:23 +10:00 |
|
Richard Schwab
|
b008269a70
|
Partially revert 47e5a7cf09 (#138)
Copy HTTP headers from the global template instead of updating the global template when fetching a site.
fixes #137
|
2021-07-18 10:12:23 +10:00 |
|
dgtlmoon
|
50026ee6d9
|
use a github action for getting the tag
|
2021-07-16 16:24:01 +10:00 |
|
dgtlmoon
|
aa5ba7b3a9
|
rename tag build runner
|
2021-07-16 16:19:04 +10:00 |
|
dgtlmoon
|
4110d05bf8
|
fix tag
|
2021-07-16 16:12:03 +10:00 |
|
dgtlmoon
|
6c02bc9cd3
|
build and push tag
|
2021-07-16 16:03:45 +10:00 |
|
dgtlmoon
|
0a9b5f801f
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
2021-07-14 20:21:14 +10:00 |
|
dgtlmoon
|
b4630d4200
|
Re #76 - Fixing links
|
2021-07-14 20:20:47 +10:00 |
|
dgtlmoon
|
2238b7d660
|
Cleaner is to let flexbox overflow and scroll on the X where needed
|
2021-07-14 14:46:18 +10:00 |
|
dgtlmoon
|
e6fadc44fa
|
#76 app path prefix when behind proxy_pass (#91)
Support for running in a sub-path under proxy_pass (Running changedetection.io behind a reverse proxy sub directory)
More here https://github.com/dgtlmoon/changedetection.io/wiki/Running-changedetection.io-behind-a-reverse-proxy-sub-directory
|
2021-07-14 14:02:24 +10:00 |
|
dgtlmoon
|
c0b6233912
|
Settings: Remove password link fix
|
2021-07-14 13:38:32 +10:00 |
|
dgtlmoon
|
9669f8248e
|
Make sure right menu is still visible when URL is long
|
2021-07-14 13:36:58 +10:00 |
|
dgtlmoon
|
b2b8958f7b
|
0.38 release
|
2021-07-14 11:51:33 +10:00 |
|
dgtlmoon
|
83daa6f630
|
Re #132 - Make a list of the JSONpath results instead of using only the first value
|
2021-07-14 11:15:32 +10:00 |
|
dgtlmoon
|
dad48402f1
|
Customisable notifications (#123)
* Customisable notifications (#121)
* Test improvements
* Setup BASE_URL environment in test
Co-authored-by: dtomlinson91 <53234158+dtomlinson91@users.noreply.github.com>
|
2021-07-13 18:48:21 +10:00 |
|