Rob Mulder
|
5551acf67d
|
API - Added notifications API endpoints (#3103)
|
2025-04-11 13:43:59 +02:00 |
dgtlmoon
|
96dc49e229
|
App memory - Apprise import only when needed - saves ~50Mb RAM if you dont have any notifications enabled (#3106)
|
2025-04-11 10:37:09 +02:00 |
dgtlmoon
|
5b97c29714
|
API - Adding "Search" API (#3052)
|
2025-03-24 12:49:28 +01:00 |
dgtlmoon
|
036b006226
|
Adding Tags/Groups API (#3049)
|
2025-03-23 16:41:38 +01:00 |
dgtlmoon
|
289f118581
|
API Access should still work even when UI Password is enabled (#3046) #3045
|
2025-03-23 02:00:05 +01:00 |
dgtlmoon
|
6b99afe0f7
|
Adding `browser_steps` JSON Schema rule for API updates (#2957)
|
2025-02-10 00:35:39 +01:00 |
dgtlmoon
|
66fb05527b
|
Improve `last_checked` vs `last_changed` time information precision (#2883)
|
2025-01-06 20:38:50 +01:00 |
dgtlmoon
|
5bb47e47db
|
Remove same checksum skip check - saved a little CPU but added a lot of complexity (#2700)
|
2024-10-11 17:28:42 +02:00 |
dgtlmoon
|
cffb6d748c
|
Restock & Price monitor - Huge refactor, set upper and lower price alert limits, set % change, follow the prices and restock amounts directly in the watch-overview list
|
2024-07-12 17:09:42 +02:00 |
dgtlmoon
|
343e359b39
|
Now saving last two HTML snapshots for future reference, refactor, dont write screenshots and xpath to disk when no change detected (saves disk IO) (#2431)
|
2024-06-23 09:19:32 +02:00 |
dgtlmoon
|
9449c59fbb
|
Code - Getting ready for newer python versions - packing our own strtobool (#2291)
|
2024-04-03 16:17:15 +02:00 |
dgtlmoon
|
402f1e47e7
|
Security update - Adding API token secure check for API endpoint `/api/v1/watch/<uuid>/history` @rozpuszczalny
|
2024-01-18 23:19:09 +01:00 |
dgtlmoon
|
4596532090
|
API Docs - Examples should use port 5000 (same as the docker-compose default installation and other documentation)
|
2024-01-08 14:30:48 +01:00 |
dgtlmoon
|
824748df9e
|
API - Updating documentation
|
2023-12-03 10:24:54 +01:00 |
dgtlmoon
|
8e207ba438
|
API - Ability to add/import bulk list of watches as a line-feed separated list (#2021)
|
2023-12-01 18:38:49 +01:00 |
dgtlmoon
|
bbc18d8e80
|
API - Make sure the watch "is viewed" attribute is correctly represented in the API output (#2009)
|
2023-11-28 11:42:08 +01:00 |
dgtlmoon
|
6ef8a1c18f
|
Updating URL validation library, ability to block access to simple (no dot) hostnames like "localhost" with BLOCK_SIMPLEHOSTS setting (#1732)
|
2023-08-13 18:27:55 +02:00 |
dgtlmoon
|
f84ba0fb31
|
API - Updating API description for handling a single watch
|
2023-07-17 17:19:41 +02:00 |
dgtlmoon
|
5f150c4f03
|
Bug - Fix watch clone (#1647)
|
2023-06-27 17:05:32 +02:00 |
dgtlmoon
|
52f2c00308
|
UI/Functionality - Ability to manage/apply filters and notifications across tags/groups
|
2023-06-19 23:29:13 +02:00 |
dgtlmoon
|
3b80bb2f0e
|
Use brotli for reducing the size of the text snapshots (#1482)
|
2023-03-19 21:12:22 +01:00 |
dgtlmoon
|
abf234298c
|
API - Including `last_changed` timestamp in watch API info (#1436)
|
2023-02-25 22:00:46 +01:00 |
dgtlmoon
|
3b96e40464
|
API documentation - improving example for list watches
|
2023-02-22 23:43:14 +01:00 |
dgtlmoon
|
c747cf7ba8
|
API documentation - improving example for snapshot history
|
2023-02-22 23:40:16 +01:00 |
dgtlmoon
|
3e98c8ae4b
|
API - Adding current version to 'System Information' endpoint, bumping API docs, Re #1429
|
2023-02-22 23:34:36 +01:00 |
dgtlmoon
|
aaad71fc19
|
Further improving API documentation Re #1426
|
2023-02-22 21:30:02 +01:00 |
dgtlmoon
|
78f93113d8
|
Improving API documentation Re #1426
|
2023-02-22 20:57:01 +01:00 |
dgtlmoon
|
f8e587c415
|
Security - Possible stored XSS in watch list - Only permit HTTP/HTTP/FTP by default - override with env var `SAFE_PROTOCOL_REGEX` (#1359)
|
2023-01-29 11:12:06 +01:00 |
dgtlmoon
|
024c8d8fd5
|
API - Improvements, support PUT for updating existing watch, set muted state, set paused state, see https://changedetection.io/docs/api_v1/index.html (#1213)
|
2023-01-10 19:00:57 +01:00 |
dgtlmoon
|
b76148a0f4
|
Fetcher - CPU usage - Skip processing if the previous checksum and the just fetched one was the same (#925)
|
2022-12-14 15:08:34 +01:00 |
dgtlmoon
|
4eb4b401a1
|
API - system info - allow 5 minutes grace before watch is considered 'overdue'
|
2022-10-23 23:12:28 +02:00 |
dgtlmoon
|
5d40e16c73
|
API - Adding basic system info/system state API (#1051)
|
2022-10-23 19:15:11 +02:00 |
dgtlmoon
|
1c08d9f150
|
Remove 'last-changed' from url-watches.json and always calculate from history index (#835)
|
2022-08-15 21:14:18 +02:00 |
dgtlmoon
|
a1c3107cd6
|
Feature - priority queue - edited and added watches should get checked before automatically queued watches (#799)
|
2022-07-31 15:35:35 +02:00 |
dgtlmoon
|
aa3c8a9370
|
Move history data to a textfile, improves memory handling (#638)
|
2022-05-31 23:43:50 +02:00 |
dgtlmoon
|
07e279b38d
|
API Interface (#617)
|
2022-05-20 16:27:51 +02:00 |