dgtlmoon
501183e66b
Fix "Add email" button in main global notification settings
2022-04-22 10:51:52 +02:00
dgtlmoon
def74f27e6
Test notification button fixed in main settings ( #556 )
2022-04-21 21:36:10 +02:00
dgtlmoon
e4eaa0c817
Shows which items are already in the queue, disables adding to the queue if already in the recheck queue ( #552 )
2022-04-21 12:52:45 +02:00
dgtlmoon
9e71f2aa35
Discord:// notification size limit - also includes the notification title
2022-04-20 17:00:21 +02:00
dgtlmoon
8f062bfec9
Refactor form handling ( #548 )
2022-04-19 21:43:07 +02:00
dgtlmoon
380c512cc2
Adding support for change detection of HTML source-code via "source: https://website.com " prefix ( #540 )
2022-04-12 17:36:29 +02:00
dgtlmoon
d7ed7c44ed
Re-label the quick-add widget placeholder 'tag' to 'watch group'
2022-04-12 10:55:43 +02:00
dgtlmoon
4074fe53f1
Adding RSS metadata auto-discovery
2022-04-12 07:35:47 +02:00
dgtlmoon
2cc6955bc3
Miscellaneous settings form visual improvements ( #535 )
2022-04-09 12:15:34 +02:00
dgtlmoon
9809af142d
Option to render links as [Some Text ](/link), adds the ability to change-detect on hyperlink changes
2022-04-09 10:35:14 +02:00
dgtlmoon
9fc2fe85d5
Minor git updates
2022-04-08 17:21:42 +02:00
dgtlmoon
bb3c546838
Fix screenshot tab name
2022-04-08 17:08:06 +02:00
dgtlmoon
165f794595
Discord:// notifications should be cut to 2000 chars or Discord will not process them. ( #531 + #323 )
2022-04-08 16:32:04 +02:00
dgtlmoon
a440eece9e
Make long reports in the notification error log easier to read
2022-04-08 14:12:42 +02:00
dgtlmoon
34c83f0e7c
[Add email] button in notification settings with a prefix set from NOTIFICATION_MAIL_BUTTON_PREFIX env variable when defined. ( #528 )
2022-04-07 18:18:23 +02:00
dgtlmoon
3034d047c2
Introduce an AJAX button for sending test notifications instead of the checkbox ( #519 )
2022-04-05 18:04:26 +02:00
dgtlmoon
2620818ba7
Make text tab always available at default
2022-04-02 14:55:40 +02:00
dgtlmoon
9fe4f95990
When fetching a snapshot via Chrome, make the most recent screenshot available on the Diff and Preview pages ( #516 )
2022-04-02 14:49:32 +02:00
dgtlmoon
ffd2a89d60
Remove 'unviewed' status in watch table when Diff link clicked ( #514 )
2022-03-31 11:01:07 +02:00
zznidar
946377d2be
Fix typo in Filters & Triggers settings. ( #495 )
2022-03-23 23:18:04 +01:00
zznidar
5db9a30ad4
Add autofocus attribute to password login field ( #496 )
2022-03-23 23:17:47 +01:00
dgtlmoon
942c3f021f
Allow changedetector to ignore status codes as a per-site setting ( #479 ) ( #485 )
...
Co-authored-by: Ara Hayrabedian <ara.hayrabedian@gmail.com >
2022-03-21 23:03:54 +01:00
dgtlmoon
5483f5d694
Security update - Use CSRF token protection for forms, make "remove password" use HTTP Post ( #484 )
2022-03-21 22:54:27 +01:00
dgtlmoon
2a03f3f57e
Improving form/edit example markup
2022-03-13 12:00:45 +01:00
Tim Loderhose
d4359c2e67
Add filter to remove elements by CSS rule from HTML before change detection is run ( #445 )
2022-03-12 13:29:30 +01:00
dgtlmoon
44fc804991
Minor updates to filters form text
2022-03-12 11:20:43 +01:00
dgtlmoon
efbeaf9535
Make the Request Override settings easier to understand
2022-03-06 17:23:21 +01:00
dgtlmoon
1a19fba07d
Minor tweak to notification token table
2022-03-06 17:10:30 +01:00
dgtlmoon
13bb44e4f8
Login form style fixes
2022-03-06 17:03:15 +01:00
dgtlmoon
69aec23d1d
Style fix for background image relative to X-Forwarded-Prefix when running via reverse proxy subdirectory
2022-03-05 13:08:57 +01:00
dgtlmoon
0005131472
Re-arranging primary links so the important ones are easier to find on mobile
2022-03-04 13:06:39 +01:00
dgtlmoon
615fa2c5b2
Tweak support tabs and text ( #440 )
2022-02-28 22:39:32 +01:00
dgtlmoon
fd45fcce2f
Include link to changedetection.io hosted option ( #439 )
2022-02-28 15:47:59 +01:00
dgtlmoon
a51c555964
Fix small issue in highlight trigger/ignore preview page with setting the background colours, add test
2022-02-23 12:30:36 +01:00
dgtlmoon
014fda9058
Ability to visualise trigger and filter rules against the current snapshot on the preview page
2022-02-23 10:49:25 +01:00
dgtlmoon
a580c238b6
Use flask url_for() for webdriver chrome icon instead of relative path
2022-02-05 23:25:57 +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
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
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
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
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
e5fe095f16
Adding note about JS pages
2022-01-12 18:18:40 +01:00
dgtlmoon
271181968f
Notification settings defaults and validation ( #361 )
...
* Re #360 - Validate that when a notification URL is set, we have also a notification body and title, new install should have notification title/body defaults set.
2022-01-10 17:38:04 +01:00
dgtlmoon
8206383ee5
Filters settings helper text tidy-up
2022-01-09 14:36:07 +01:00
dgtlmoon
bc74227635
Clarify notice/messages around changing ignore text
2022-01-05 20:42:45 +01:00
dgtlmoon
59d31bf76f
XPath support ( #355 )
...
* XPath support and minor improvements to form validation
2022-01-05 17:58:07 +01:00
dgtlmoon
b5c1fce136
Re #133 Option for ignoring whitespacing ( #345 )
...
* Global setting option to ignore whitespace when detecting a change
2022-01-02 22:28:34 +01:00
dgtlmoon
0439acacbe
Adding global ignore text ( #339 )
2022-01-01 14:53:08 +01:00