Commit Graph

1736 Commits

Author SHA1 Message Date
frederik 0d5eadb880 flickr db: keep a local cache of flickr urls to improve ui responsiveness 2024-04-24 09:55:36 +02:00
frederik 1c41fc3d8f properly replace quotes 2024-04-23 19:26:08 +02:00
frederik 752ba555a8 make sure we get quotes back 2024-04-23 19:25:45 +02:00
frederik 9ad6ed4392 fix warning and cleanup 2024-04-15 17:03:30 +02:00
frederik d03b455fb9 add counts on the bars, based on code provided by Svardsten53 2024-04-15 15:08:00 +02:00
frederik 6741d40e13 add option to include all detections, and make default 2024-04-10 14:28:14 +02:00
frederik 8b766ea3b7 cleanup 2024-04-09 17:52:39 +02:00
frederik 3844f7da83 tidy input boxes 2024-04-09 17:52:39 +02:00
frederik 54a9a8041d tidy location settings 2024-04-09 17:52:39 +02:00
frederik ba2081148c cleanup spinner 2024-04-09 17:52:39 +02:00
frederik 4f4438b5de history.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik 19cae2437e overview.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik f0b7043842 todays_detectionns.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik e5a7294381 play.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik bce2f60d9c history.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik 3a3e270449 stats.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik a6f9d4b380 fix: make sure dialog-polyfill is defined. this should probably be removed 2024-04-09 17:52:39 +02:00
frederik 63d2da0910 tidy apprise 2024-04-09 17:52:39 +02:00
frederik 217455ee54 cleanup 2024-04-09 17:52:39 +02:00
frederik 464b2240d8 convert to standard html 2024-04-09 17:52:39 +02:00
frederik b309b725b4 simplify html, to keep Telegram happy 2024-04-09 10:26:04 +02:00
frederik b820c195ca advertise http for easy discovery 2024-04-08 15:39:57 +02:00
frederik 734f1d1374 bump apprise to 1.7.5 2024-04-06 11:43:04 +02:00
frederik 23a35a289c fix daily_plot could show zeros when max count/h is only one 2024-04-06 11:41:43 +02:00
frederik 078d394f9e handle division by zero safely 2024-04-04 10:37:26 +02:00
frederik 4f38aabcea fix: zram should have high priority so it is prefered over any other swap, also use a more realistic size for rpi zero 2 w 2024-04-03 12:53:58 +02:00
frederik cb2969fd39 fix: disable ConfigParser interpolation: causes an exception with unescaped %, we do not use interpolation anyway 2024-03-30 09:42:20 +01:00
frederik b61a78ed55 fix: require_once 2024-03-29 13:21:18 +01:00
frederik 774ce1987e add my_config_version 2024-03-29 13:21:18 +01:00
frederik ec134fa2e3 prevent directory traversal 2024-03-29 13:21:18 +01:00
frederik ff58215ebe convert history.php todays_detections.php 2024-03-29 13:21:18 +01:00
frederik a48bda055b convert service_controls.php system_controls.php 2024-03-29 13:21:18 +01:00
frederik 83f72c4991 convert birdnetpi_request.php birdweather_request.php 2024-03-29 13:21:18 +01:00
frederik abdffccc2e convert advanced.php config.php 2024-03-29 13:21:18 +01:00
frederik 21674fb86b convert spectrogram.php 2024-03-29 13:21:18 +01:00
frederik 12efcc0249 convert play.php 2024-03-29 13:21:18 +01:00
frederik 14ae509da3 convert overview.php 2024-03-29 13:21:18 +01:00
frederik 42c2deffa2 put commonly used snippets in common.php 2024-03-29 13:21:18 +01:00
frederik b58abdeb95 make sure input box fits the api key 2024-03-29 13:17:36 +01:00
frederik ae7d78676a plotly: exit gracefully when there is no data yet 2024-03-27 14:33:50 +01:00
frederik 75b8256bb2 add debugging 2024-03-22 10:20:18 +01:00
frederik 88d273f8fe config: BIRDNET_USER=$USER added 2024-03-22 10:14:02 +01:00
frederik 5a7b9a093c limit the precision: the rest is just noise 2024-03-22 10:14:02 +01:00
frederik 56a3f86b98 fix: going to todays detections did not work due to typo 2024-03-20 13:15:34 +01:00
frederik 940fc8ef69 fix: deleting detection did not delete the files due to incomplete path 2024-03-17 10:32:10 +01:00
frederik 38841b4950 cleanup: make sure $kiosk is defined 2024-03-17 10:32:10 +01:00
frederik 38712fa016 use the same style as in overview.php to make it clear the numbers are clickable 2024-03-17 10:28:33 +01:00
Nachtzuster 26311d4cd1 Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form (#22)
* Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form

* Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form

* changed indicator from div to img, using spinner.gif

* changed indicator from div to img, using spinner.gif

* invert swipe directions

---------

Co-authored-by: Louis Croisez <louis.croisez@gmail.com>
2024-03-17 09:34:56 +01:00
frederik 141fb67653 fix: minichart only worked first time pt2 2024-03-16 18:07:56 +01:00
frederik 086fbf65a6 fix: minichart only worked first time 2024-03-16 17:40:25 +01:00