dgtlmoon
|
86fc9d669f
|
Basic handler for diff rendering
|
2022-02-12 22:58:43 +01:00 |
|
dgtlmoon
|
7a66b69158
|
Some work around diff viewing
|
2022-02-12 22:48:29 +01:00 |
|
dgtlmoon
|
ddd7b2772d
|
for now dont bother renaming snapshot
|
2022-02-12 22:48:15 +01:00 |
|
dgtlmoon
|
305060f79c
|
Exceptions around saving snapshot were not being tracked
|
2022-02-12 22:46:50 +01:00 |
|
dgtlmoon
|
cfcf59d009
|
Switch store filename depending on type
|
2022-02-12 22:22:14 +01:00 |
|
dgtlmoon
|
af25b824a0
|
small tidyup
|
2022-02-12 22:13:53 +01:00 |
|
dgtlmoon
|
a29085fa18
|
check preview page shows what we expect
|
2022-02-12 22:13:33 +01:00 |
|
dgtlmoon
|
d7832d735d
|
Check preview page is working
|
2022-02-12 22:11:36 +01:00 |
|
dgtlmoon
|
7d1c4d7673
|
Allow 'trigger text' on JSON docs
|
2022-02-12 21:53:02 +01:00 |
|
dgtlmoon
|
6e00f0e025
|
tidy up checksum check ara
|
2022-02-12 21:46:23 +01:00 |
|
dgtlmoon
|
4f536bb559
|
Fix json detect bug
|
2022-02-12 21:40:35 +01:00 |
|
dgtlmoon
|
38d8aa8d28
|
encode to str/bytes
|
2022-02-12 18:26:43 +01:00 |
|
dgtlmoon
|
dec47d5c43
|
trying to resolve json cast issue
|
2022-02-12 18:25:25 +01:00 |
|
dgtlmoon
|
cec24fe2c1
|
Check if 'application/json; charset=utf-8'
|
2022-02-12 18:22:11 +01:00 |
|
dgtlmoon
|
f4bc0aa2ba
|
Not needed
|
2022-02-12 18:08:38 +01:00 |
|
dgtlmoon
|
499c4797da
|
More works and tests
|
2022-02-12 18:08:18 +01:00 |
|
dgtlmoon
|
9bc71d187e
|
Split out content type methods
|
2022-02-12 17:21:25 +01:00 |
|
dependabot[bot]
|
536948c8c6
|
Bump node-sass from 6.0.1 to 7.0.0 in /changedetectionio/static/styles (#415)
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-02-11 09:10:55 +01:00 |
|
dgtlmoon
|
d4f4ab306a
|
Dont allow redirect on login, it's safer and more reliable this way (#414)
|
2022-02-08 21:12:44 +01:00 |
|
dgtlmoon
|
8d2e240a2a
|
When using Env. FETCH_WORKERS or WEBDRIVER_DELAY_BEFORE_CONTENT_READY , it should be type int
|
2022-02-08 20:01:24 +01:00 |
|
dgtlmoon
|
d7ed479ca2
|
0.39.8
0.39.8
|
2022-02-08 18:56:10 +01:00 |
|
dgtlmoon
|
f25cdf0a67
|
Number of fetching workers can be overriden by Env "FETCH_WORKERS" (#413)
|
2022-02-08 18:27:56 +01:00 |
|
dgtlmoon
|
5214a7e0f3
|
Adding Env var "WEBDRIVER_DELAY_BEFORE_CONTENT_READY" to wait n seconds before extracting the text from the browser
|
2022-02-08 18:24:25 +01:00 |
|
dgtlmoon
|
eb3dca3805
|
Language fix "watches are rechecking." it actually puts them into an internal queue "watches are QUEUED for rechecking"
|
2022-02-08 13:00:18 +01:00 |
|
dgtlmoon
|
a580c238b6
|
Use flask url_for() for webdriver chrome icon instead of relative path
|
2022-02-05 23:25:57 +01:00 |
|
Alexander Aleksandrovič Klimov
|
7ca89f5ec3
|
Fix typo in the startup create-directory command suggestion (#405)
|
2022-02-05 19:46:02 +01:00 |
|
Alexander Aleksandrovič Klimov
|
8ab8aaa6ae
|
Introduce -h option to allow listening not on 0.0.0.0. (#406)
|
2022-02-05 19:29:22 +01:00 |
|
dgtlmoon
|
22ef9afb93
|
Refactor tests for notification error log handler (#404)
|
2022-02-04 20:54:20 +01:00 |
|
dgtlmoon
|
abaec224f6
|
Notification error log handler (#403)
* Add a notifications debug/error log interface (Link available under the notification URLs list)
|
2022-02-04 19:29:39 +01:00 |
|
dgtlmoon
|
5a645fb74d
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
2022-02-04 17:31:54 +01:00 |
|
dgtlmoon
|
14db60e518
|
Add notification note - tgram:// bots cant send messages to other bots, so you should specify chat ID of non-bot user.
|
2022-02-04 17:31:32 +01:00 |
|
Radu Ursache
|
e250c552d0
|
fixed the reference to wiki for rpi section (#402)
|
2022-02-04 10:55:30 +01:00 |
|
dgtlmoon
|
8e54a17e14
|
/preview format doesnt need <pre> - fixing too many returnlines in content on diff/preview page
|
2022-02-02 14:39:42 +01:00 |
|
dgtlmoon
|
8607eccaad
|
Update README.md
|
2022-02-02 11:33:22 +01:00 |
|
dgtlmoon
|
17511d0d7d
|
Update README - Fix docker section
|
2022-01-30 15:20:26 +01:00 |
|
dgtlmoon
|
41b806228c
|
Update README - Tidy up sections
|
2022-01-30 15:19:21 +01:00 |
|
dgtlmoon
|
453cf81e1d
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
2022-01-30 02:15:15 +01:00 |
|
dgtlmoon
|
0095b28ea3
|
Offer instance on Lemonade
Tidy README
|
2022-01-30 02:14:32 +01:00 |
|
dgtlmoon
|
73101a47e7
|
Ability to use a generated salted password in deployments as env var SALTED_PASS (#397)
* Ability to use a generated salted password in deployments as env var SALTED_PASS
|
2022-01-29 19:36:44 +01:00 |
|
dgtlmoon
|
03f776ca45
|
#323 Adding note about discord:// 2000 char limit (#392)
* Adding note about discord:// 2000 char limit
|
2022-01-28 10:38:04 +01:00 |
|
dgtlmoon
|
39b7be9e7a
|
plaintext mime type fix - Don't attempt to extract HTML content from plaintext, this will remove lines and break changedetection (#391)
|
2022-01-27 23:16:50 +01:00 |
|
dgtlmoon
|
6611823962
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
2022-01-27 23:01:17 +01:00 |
|
dgtlmoon
|
c1c453e4fe
|
.add_watch() can accept empty tag
Use https://changedetection.io/CHANGELOG.txt as a nice default page to watch
|
2022-01-27 23:00:39 +01:00 |
|
Tim Loderhose
|
4887180671
|
Add option for tags on import (#377)
* Add option for tags on import and backup
|
2022-01-25 18:46:05 +01:00 |
|
dgtlmoon
|
ac7378b7fb
|
Update CONTRIBUTING.md
|
2022-01-24 22:09:14 +01:00 |
|
dgtlmoon
|
eeba8c864d
|
Update README.md
|
2022-01-22 15:35:07 +01:00 |
|
Travis Howse
|
abe88192f4
|
Fix bug where diff and diff_full were switched in notification templates. (#380)
|
2022-01-21 12:26:08 +01:00 |
|
dgtlmoon
|
af8efbb6d2
|
Closes #378
|
2022-01-19 23:16:49 +01:00 |
|
dgtlmoon
|
bbc2875ef3
|
0.39.7
0.39.7
|
2022-01-15 23:21:06 +01:00 |
|
dgtlmoon
|
b7ca10ebac
|
Scrub watch snapshot fixes
|
2022-01-15 23:18:04 +01:00 |
|