dgtlmoon
32a0d38025
Move fetcher tab back to general - save space on mobile
2021-08-12 12:51:43 +02:00
dgtlmoon
df08d51d2a
WebDriver test fetch should use environment var too
2021-08-12 12:33:31 +02:00
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
Leigh
1b931fef20
Re #154 - Handle missing JSON better
2021-07-25 13:55:28 +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
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
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
dgtlmoon
655a350f50
Re #117 - dont re-encode single value types, looks better in the diff
2021-07-12 18:27:03 +10:00
dgtlmoon
ae0fc5ec0f
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-07-11 23:05:22 +10:00
dgtlmoon
851142446d
Usability tweak - [edit] on diff page should go back to diff page
2021-07-11 22:56:43 +10:00
dgtlmoon
e073521f4d
Re #117 Jsonpath based JSON change detection filter ( #125 )
...
* Re #117 - Experimental JSON selector support by using 'json:' prefix and any JSONpath rule
2021-07-11 22:07:39 +10:00
dgtlmoon
cd622261e9
Re #118 - Make 'show current version' more obvious
2021-07-10 23:07:46 +10:00
dgtlmoon
39a696fc7c
Diff page - use the document title in <title> for better bookmarking
2021-07-10 16:31:16 +10:00
dgtlmoon
db5afa1fa2
node-sass 6.0.1 works with node-sass watch way better
2021-07-06 23:04:40 +10:00
dgtlmoon
99ddc0490b
Updating trim-newlines packages
2021-07-03 12:04:26 +10:00
dgtlmoon
b27d03e8c7
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-07-02 20:19:26 +10:00
dgtlmoon
f852bdda0e
0.37 release
2021-07-02 20:18:41 +10:00
dgtlmoon
b85af8904a
#110 global recheck time ( #113 )
...
* Re #106 - handling empty title with gettr cleanup
* Re #110 - Global recheck time improvements, add tests, add form feedback, follow default minutes
* Adding comments
2021-07-02 12:14:09 +10:00