Commit Graph

  • f55ffa0f62 GitHub tweak - build containers also on push to master dgtlmoon 2022-03-21 23:08:17 +01:00
  • 942c3f021f Allow changedetector to ignore status codes as a per-site setting (#479) (#485) dgtlmoon 2022-03-21 23:03:54 +01:00
  • 5483f5d694 Security update - Use CSRF token protection for forms, make "remove password" use HTTP Post (#484) dgtlmoon 2022-03-21 22:54:27 +01:00
  • 344f25b412 Add flask_wtf security-update-use-CSRF-and-post-for-removepassword dgtlmoon 2022-03-21 22:45:56 +01:00
  • 3702973c7f Remove extra files dgtlmoon 2022-03-21 22:41:52 +01:00
  • b8286c829a Adding CSRF protection Disable during tests dgtlmoon 2022-03-21 22:40:11 +01:00
  • dc1594b04f Use a safer POST for removepassword, adjust tests dgtlmoon 2022-03-21 22:07:05 +01:00
  • f2fa638480 Security update - Protect against file:/// type access by webdriver/chrome. (#483) dgtlmoon 2022-03-21 20:59:20 +01:00
  • 82d1a7f73e Only build container on GitHub releases, not tests dgtlmoon 2022-03-20 16:57:36 +01:00
  • 9fc291fb63 Also change container names to help stop some DNS issues dgtlmoon 2022-03-17 19:59:37 +01:00
  • 3e8a15456a Detect byte-encoding when the server mishandles the content-type header reply (#472) dgtlmoon 2022-03-17 10:28:02 +01:00
  • 2a03f3f57e Improving form/edit example markup dgtlmoon 2022-03-13 12:00:45 +01:00
  • ffad5cca97 JSON diff/preview should use utf-8 encoding where possible (#465) dgtlmoon 2022-03-13 11:37:51 +01:00
  • 9a8ed6219e Re #462 - check encoding ticket-462-JSON-encoding dgtlmoon 2022-03-13 11:30:40 +01:00
  • 60a9a786e0 Fix typo in settings form Tim Loderhose 2022-03-13 10:55:37 +01:00
  • 165e950e55 Add python venv to .gitignore dgtlmoon 2022-03-13 10:53:33 +01:00
  • 12d16758af JSON use the original char encoding dgtlmoon 2022-03-13 10:52:56 +01:00
  • c25294ca57 0.39.10 0.39.10 dgtlmoon 2022-03-12 17:28:30 +01:00
  • d4359c2e67 Add filter to remove elements by CSS rule from HTML before change detection is run (#445) Tim Loderhose 2022-03-12 13:29:30 +01:00
  • 44fc804991 Minor updates to filters form text dgtlmoon 2022-03-12 11:20:43 +01:00
  • b72c9eaf62 Re #448 - Dont use changedetection.io as the container name and hostname, fix problems fetching from the real changedetection.io webserver :) dgtlmoon 2022-03-12 08:18:15 +01:00
  • 7ce9e4dfc2 Testing - Refactor HTTP Request Type test (#453) dgtlmoon 2022-03-11 18:50:02 +01:00
  • 3cc6586695 Make table header font size the same as content dgtlmoon 2022-03-07 13:03:59 +01:00
  • 09204cb43f Adjust background colours dgtlmoon 2022-03-06 19:03:59 +01:00
  • a709122874 Handle the case where the visitor is already logged-in and tries to login again (#447) dgtlmoon 2022-03-06 18:19:05 +01:00
  • efbeaf9535 Make the Request Override settings easier to understand dgtlmoon 2022-03-06 17:23:21 +01:00
  • 1a19fba07d Minor tweak to notification token table dgtlmoon 2022-03-06 17:10:30 +01:00
  • eb9020c175 Style tweak to watch form dgtlmoon 2022-03-06 17:05:23 +01:00
  • 13bb44e4f8 Login form style fixes dgtlmoon 2022-03-06 17:03:15 +01:00
  • 47f294c23b Upgrade apprise notification engine to 0.9.7 (important telegram fixes) dgtlmoon 2022-03-05 13:14:14 +01:00
  • a4cce16188 Remove pytest from production release pip requirements dgtlmoon 2022-03-05 13:12:15 +01:00
  • 69aec23d1d Style fix for background image relative to X-Forwarded-Prefix when running via reverse proxy subdirectory dgtlmoon 2022-03-05 13:08:57 +01:00
  • f85ccffe0a Merge branch 'master' of github.com:dgtlmoon/changedetection.io dgtlmoon 2022-03-04 13:13:54 +01:00
  • 0005131472 Re-arranging primary links so the important ones are easier to find on mobile dgtlmoon 2022-03-04 13:06:39 +01:00
  • 3be1f4ea44 Set authentication cookie path relative to X-Forwarded-Prefix when running via reverse proxy subdirectory (#446) dgtlmoon 2022-03-04 11:23:32 +01:00
  • b77a470d6f WIP - remove column, use a smart 'data-int' to sort on instead ui-improvements dgtlmoon 2022-03-04 10:54:09 +01:00
  • 2acdc9f2c7 Add comment dgtlmoon 2022-03-04 10:54:03 +01:00
  • 08671e4068 Merge branch 'master' into ui-improvements dgtlmoon 2022-03-04 09:38:22 +01:00
  • 46c72a7fb3 Upgrade inscriptis HTML converter to version 2.2~ (#434) dgtlmoon 2022-03-01 17:58:54 +01:00
  • 96664ffb10 Better text/plain detection and refactor tests (#443) dgtlmoon 2022-03-01 17:50:15 +01:00
  • 615fa2c5b2 Tweak support tabs and text (#440) dgtlmoon 2022-02-28 22:39:32 +01:00
  • fd45fcce2f Include link to changedetection.io hosted option (#439) dgtlmoon 2022-02-28 15:47:59 +01:00
  • 75ca7ec504 Improved CPU usage around the loop responsible for what sites needs to be checked dgtlmoon 2022-02-28 15:08:51 +01:00
  • 8b1e9f6591 Update README.md with hosting options dgtlmoon 2022-02-26 18:42:54 +01:00
  • 883aa968fd 0.39.9 0.39.9 dgtlmoon 2022-02-24 17:02:50 +01:00
  • 3240ed2339 Minor reliability upgrade for large datasets - retry deepcopy (#436) dgtlmoon 2022-02-24 16:58:51 +01:00
  • a89ffffc76 "Recheck" button should work when entry is in paused state dgtlmoon 2022-02-24 16:49:48 +01:00
  • 03921120d3 Minor reliability upgrade for large datasets - retry deepcopy ticket-242-reliability-dict dgtlmoon 2022-02-24 16:46:15 +01:00
  • fda93c3798 Better file exception handling on saving index JSON dgtlmoon 2022-02-24 16:36:24 +01:00
  • a51c555964 Fix small issue in highlight trigger/ignore preview page with setting the background colours, add test dgtlmoon 2022-02-23 12:30:36 +01:00
  • b401998030 Ensure string matching on the ignore filter is always case-INsensitive dgtlmoon 2022-02-23 12:01:11 +01:00
  • 014fda9058 Ability to visualise trigger and filter rules against the current snapshot on the preview page dgtlmoon 2022-02-23 10:49:25 +01:00
  • dd384619e0 Update README.md dgtlmoon 2022-02-19 13:41:54 +01:00
  • 85715120e2 XPath RegularExpression support Michael 2022-02-19 13:40:57 +01:00
  • a0e4f9b88a better checking of JSON type dgtlmoon 2022-02-17 18:16:23 +01:00
  • 1b2420ac03 Merge branch 'master' into ui-improvements dgtlmoon 2022-02-13 23:46:11 +01:00
  • ca91f732b8 UI improvements (#412) ntmmfts 2022-02-13 12:44:12 -10:00
  • 04bef6091e Make system level errors from the HTTP fetchers easier to find (#421) dgtlmoon 2022-02-13 23:43:45 +01:00
  • 9b036d7b19 Simple UI to see the difference and the two images image-binary-support dgtlmoon 2022-02-12 23:48:10 +01:00
  • 0761984bcd tweaks to image diff highlighter dgtlmoon 2022-02-12 23:37:02 +01:00
  • e73721a3f0 tweaking dgtlmoon 2022-02-12 23:03:31 +01:00
  • 86fc9d669f Basic handler for diff rendering dgtlmoon 2022-02-12 22:58:43 +01:00
  • 7a66b69158 Some work around diff viewing dgtlmoon 2022-02-12 22:48:29 +01:00
  • ddd7b2772d for now dont bother renaming snapshot dgtlmoon 2022-02-12 22:48:15 +01:00
  • 305060f79c Exceptions around saving snapshot were not being tracked dgtlmoon 2022-02-12 22:46:50 +01:00
  • cfcf59d009 Switch store filename depending on type dgtlmoon 2022-02-12 22:22:14 +01:00
  • af25b824a0 small tidyup dgtlmoon 2022-02-12 22:13:53 +01:00
  • a29085fa18 check preview page shows what we expect dgtlmoon 2022-02-12 22:13:33 +01:00
  • d7832d735d Check preview page is working dgtlmoon 2022-02-12 22:11:36 +01:00
  • 7d1c4d7673 Allow 'trigger text' on JSON docs dgtlmoon 2022-02-12 21:53:02 +01:00
  • 6e00f0e025 tidy up checksum check ara dgtlmoon 2022-02-12 21:46:23 +01:00
  • 4f536bb559 Fix json detect bug dgtlmoon 2022-02-12 21:40:35 +01:00
  • 38d8aa8d28 encode to str/bytes dgtlmoon 2022-02-12 18:26:43 +01:00
  • dec47d5c43 trying to resolve json cast issue dgtlmoon 2022-02-12 18:25:25 +01:00
  • cec24fe2c1 Check if 'application/json; charset=utf-8' dgtlmoon 2022-02-12 18:22:11 +01:00
  • f4bc0aa2ba Not needed dgtlmoon 2022-02-12 18:08:38 +01:00
  • 499c4797da More works and tests dgtlmoon 2022-02-12 18:08:18 +01:00
  • 9bc71d187e Split out content type methods dgtlmoon 2022-02-12 17:21:25 +01:00
  • 536948c8c6 Bump node-sass from 6.0.1 to 7.0.0 in /changedetectionio/static/styles (#415) dependabot[bot] 2022-02-11 09:10:55 +01:00
  • d4f4ab306a Dont allow redirect on login, it's safer and more reliable this way (#414) dgtlmoon 2022-02-08 21:12:44 +01:00
  • 8d2e240a2a When using Env. FETCH_WORKERS or WEBDRIVER_DELAY_BEFORE_CONTENT_READY , it should be type int dgtlmoon 2022-02-08 20:01:24 +01:00
  • d7ed479ca2 0.39.8 0.39.8 dgtlmoon 2022-02-08 18:56:10 +01:00
  • f25cdf0a67 Number of fetching workers can be overriden by Env "FETCH_WORKERS" (#413) dgtlmoon 2022-02-08 18:27:56 +01:00
  • 5214a7e0f3 Adding Env var "WEBDRIVER_DELAY_BEFORE_CONTENT_READY" to wait n seconds before extracting the text from the browser dgtlmoon 2022-02-08 18:24:25 +01:00
  • b34c227825 Number of fetching workers can be overriden by Env "FETCH_WORKERS" fetch-workers-env-override dgtlmoon 2022-02-08 18:12:40 +01:00
  • eb3dca3805 Language fix "watches are rechecking." it actually puts them into an internal queue "watches are QUEUED for rechecking" dgtlmoon 2022-02-08 13:00:18 +01:00
  • a580c238b6 Use flask url_for() for webdriver chrome icon instead of relative path dgtlmoon 2022-02-05 23:25:57 +01:00
  • 7ca89f5ec3 Fix typo in the startup create-directory command suggestion (#405) Alexander Aleksandrovič Klimov 2022-02-05 19:46:02 +01:00
  • 8ab8aaa6ae Introduce -h option to allow listening not on 0.0.0.0. (#406) Alexander Aleksandrovič Klimov 2022-02-05 19:29:22 +01:00
  • 22ef9afb93 Refactor tests for notification error log handler (#404) dgtlmoon 2022-02-04 20:54:20 +01:00
  • abaec224f6 Notification error log handler (#403) dgtlmoon 2022-02-04 19:29:39 +01:00
  • 5a645fb74d Merge branch 'master' of github.com:dgtlmoon/changedetection.io dgtlmoon 2022-02-04 17:31:54 +01:00
  • 14db60e518 Add notification note - tgram:// bots cant send messages to other bots, so you should specify chat ID of non-bot user. dgtlmoon 2022-02-04 17:31:32 +01:00
  • e250c552d0 fixed the reference to wiki for rpi section (#402) Radu Ursache 2022-02-04 11:55:30 +02:00
  • 8e54a17e14 /preview format doesnt need <pre> - fixing too many returnlines in content on diff/preview page dgtlmoon 2022-02-02 14:39:42 +01:00
  • 8607eccaad Update README.md dgtlmoon 2022-02-02 11:33:22 +01:00
  • 17511d0d7d Update README - Fix docker section dgtlmoon 2022-01-30 15:20:26 +01:00
  • 41b806228c Update README - Tidy up sections dgtlmoon 2022-01-30 15:19:21 +01:00
  • 453cf81e1d Merge branch 'master' of github.com:dgtlmoon/changedetection.io dgtlmoon 2022-01-30 02:15:15 +01:00
  • 0095b28ea3 Offer instance on Lemonade Tidy README dgtlmoon 2022-01-30 02:13:19 +01:00