Patrick McGuire
804f5e7c22
Update README.md
2022-04-19 18:34:20 -04:00
Patrick McGuire
70cd256201
Merge pull request #210 from ehpersonal38/issue-145
...
Update advanced.php
2022-04-19 16:35:09 -04:00
ehpersonal38
92b8371ddd
Update advanced.php
2022-04-19 16:30:41 -04:00
ehpersonal38
243cf7b362
Update advanced.php
...
Fixes issue #145
2022-04-19 15:53:57 -04:00
mcguirepr89
05d8b26fe6
attempts to write to database thrice before moving on
2022-04-19 14:42:14 -04:00
mcguirepr89
ad8c559605
adding copy button back to overview.php
...
added <br> between Common Scientific links
2022-04-19 14:41:04 -04:00
mcguirepr89
701e8d0831
addressing the database lock breaking the service
2022-04-19 13:06:32 -04:00
Patrick McGuire
17b8547b55
Merge pull request #208 from ehpersonal38/main
...
DB optimizations
2022-04-19 12:10:47 -04:00
ehpersonal38
9bdd049c5f
Update overview.php
2022-04-19 11:30:13 -04:00
ehpersonal38
33fbbb8be2
DB optimizations for overview.php
2022-04-19 11:27:47 -04:00
Patrick McGuire
8f58128258
Update README.md
2022-04-19 09:43:08 -04:00
Patrick McGuire
b2323078b5
Update README.md
2022-04-19 08:10:56 -04:00
Patrick McGuire
9cb2ffbddf
Merge pull request #203 from ehpersonal38/main
...
Fixing style.css again
2022-04-19 08:06:56 -04:00
ehpersonal38
209b4e86ff
Fixing style.css again
...
Hopefully this fixes things for good, had to move class="relative" to the td instead of the tr...
2022-04-18 17:27:49 -04:00
Patrick McGuire
58f61b7a34
Merge pull request #202 from ehpersonal38/main
...
Update style.css
2022-04-18 11:23:28 -04:00
ehpersonal38
63f89c4813
Update style.css
2022-04-18 10:43:41 -04:00
Patrick McGuire
80c62849bd
Merge pull request #201 from ehpersonal38/main
...
Minor changes
2022-04-18 09:26:29 -04:00
ehpersonal38
14635d4e84
Update stats.php
...
After clicking a species on Best Recordings, this scrolls the user down to exactly what they requested (especially helpful on mobile).
2022-04-18 09:18:18 -04:00
ehpersonal38
e61e38c1c5
Update index.php
...
Just a little bug
2022-04-18 08:47:53 -04:00
Patrick McGuire
3533d1df72
Merge pull request #200 from mcguirepr89/copylinks
...
Copylinks
2022-04-17 15:10:06 -04:00
mcguirepr89
6e0bc97886
adding the copy image
2022-04-17 15:05:24 -04:00
Patrick McGuire
1a748cfe50
silence harmless find errors
2022-04-17 15:02:16 -04:00
Patrick McGuire
a8c013e48c
Update config.php
2022-04-17 14:56:15 -04:00
Patrick McGuire
88dca4044d
Update install_services.sh
2022-04-17 14:53:39 -04:00
Patrick McGuire
7a182f1d32
Update restart_services.sh
2022-04-17 14:51:59 -04:00
Patrick McGuire
4a0b1c4ad8
Silence the (harmless) midnight cleanup error
2022-04-17 14:50:48 -04:00
ehpersonal38
b2c80f0db7
Adding links to recordings
...
This should add a link to all the recordings, so you can copy and share with a friend, or save somewhere.
There's better ways some of this can be done, but it works for now.
(please test this! not sure if I copied all the right files to git)
2022-04-17 14:42:08 -04:00
Patrick McGuire
817d001f3e
chart_viewer every 120s instead of 60s
2022-04-17 13:47:17 -04:00
Patrick McGuire
8e01c31cf3
Merge pull request #198 from mcguirepr89/nitpicky
...
Nitpicky
2022-04-17 11:34:04 -04:00
mcguirepr89
3d080b2ca3
moving adjustments to style.css
2022-04-17 11:30:56 -04:00
ehpersonal38
19cd8f6d48
nit-picky UI stuff
2022-04-17 11:08:53 -04:00
Patrick McGuire
a71555640f
Merge pull request #196 from ehpersonal38/114
...
Update stats.php
2022-04-17 09:53:12 -04:00
ehpersonal38
2a7fb1cd37
Update stats.php
...
Species selector on Best Recording's didn't show up on mobile - removing "left" class solves it.
2022-04-17 09:51:26 -04:00
Patrick McGuire
d803910334
Merge pull request #195 from ehpersonal38/114
...
iframe closing tags
2022-04-17 09:50:36 -04:00
ehpersonal38
22b9615a2d
iframe closing tags
...
I was investigating why the top nav hamburger button didn't work on mobile when you were on system info, log, or streamlit page, and discovered the iframes didn't have closing tags!
Also note to self: don't run random git commands you find on stackoverflow -- my birds.db was erased :((( (doing a cron backup every day now!)
2022-04-17 09:47:03 -04:00
mcguirepr89
7489298d91
This catches the midnight straggler
2022-04-16 15:30:07 -04:00
mcguirepr89
f77a3c8cd1
adding the navigation bar to web terminal and system info
2022-04-16 14:45:26 -04:00
mcguirepr89
2794aacbc6
@svardsten53's suggestions for "File Manager"
...
- Defaults to '/home'
- Uses consistent timestamps
2022-04-16 14:33:50 -04:00
Patrick McGuire
b935622883
Merge pull request #194 from ehpersonal38/113
...
Update overview.php
2022-04-16 14:09:39 -04:00
ehpersonal38
73b87a215b
Update overview.php
2022-04-16 13:54:05 -04:00
ehpersonal38
2027967b7b
Update overview.php
...
Now the left tally chart updates with JS too!
Also cleaned up & optimized a few lines of code.
2022-04-16 13:31:20 -04:00
Patrick McGuire
261c30d8d3
Merge pull request #192 from mcguirepr89/new_overview
...
New overview
2022-04-16 11:55:11 -04:00
mcguirepr89
5ec4116228
removed the refresh
2022-04-16 11:51:11 -04:00
mcguirepr89
0a9ee65a2b
daily_plot has a better call to the database
...
and updates every 60 seconds instead of 5 minutes
as it takes about 13 seconds and doesn't seem to
bother things
2022-04-16 11:49:58 -04:00
mcguirepr89
df9f00218f
all three images update that way now! thanks!
2022-04-16 11:45:38 -04:00
ehpersonal38
2cec5efd25
Update overview.php
2022-04-16 10:49:46 -04:00
ehpersonal38
a3f2fe943c
JS refresh of most recent detection
...
Hello!
I've gone ahead and implemented some JS into overview.php that will automatically refresh the most recent audio detection, if there is a newer one. This means you don't have to manually refresh overview anymore.
Open to feedback/suggestions!
-Ethan
2022-04-16 10:29:13 -04:00
mcguirepr89
6206828af2
better uninstaller
2022-04-16 09:49:11 -04:00
Patrick McGuire
377ccd9da0
Merge pull request #189 from ehpersonal38/415505
...
JS implementation on Today's Detections
2022-04-15 17:52:48 -04:00
ehpersonal38
0e21b00584
JS implementation on Today's Detections
...
Today's Detections "show 40 more button" is now handled through javascript rather than a page refresh.
1) Looks cleaner
2) Only loads the data we need, reducing DB calls and bandwidth
2022-04-15 17:07:44 -04:00