Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modules and overlay editor #2582

Merged
merged 4,022 commits into from
May 1, 2023
Merged

Modules and overlay editor #2582

merged 4,022 commits into from
May 1, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 25, 2023

  1. Merge pull request #2475 from thomasjacquin/upload.sh-bug-fix-with-NU…

    …M_CHECKS
    
    upload.sh: bug fix with NUM_CHECKS
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    ee54769 View commit details
    Browse the repository at this point in the history
  2. upload.sh: add System Message on aborts

    If there are "a lot" of aborted uploads, let the user know.
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    84a66a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2476 from thomasjacquin/upload.sh-add-System-Mess…

    …age-on-aborts
    
    upload.sh: add System Message on aborts
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    c6f3eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75c34a9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2477 from thomasjacquin/addMessage.sh-bug-fix-cha…

    …nge-ALL-newlines-to-<br>
    
    addMessage.sh: bug fix: change ALL newlines
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    acd7da6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac04390 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2478 from thomasjacquin/allsky.sh-add-missing-<code>

    allsky.sh: add missing <code>
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    0dc3bbc View commit details
    Browse the repository at this point in the history
  8. addMessage.sh: bug fix with sed

    We were using "/" for the regex search, but "/" could (and often was) in messages so the sed failed.
    Use "%" instead (which is not likely to be in a message), but convert it to its ASCII code in the message.
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    39e1b12 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2480 from thomasjacquin/addMessage.sh-bug-fix-wit…

    …h-sed
    
    addMessage.sh: bug fix with sed
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    9faf362 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35b73b8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2481 from Alex-developer/dev

    Changes for Suntimes and dates
    Alex-developer authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7d53194 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34fe32a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0bcfa67 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    111f0c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bc4cf1e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    02633ea View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7a0be71 View commit details
    Browse the repository at this point in the history
  18. install.sh: don't stop allskyperiodic

    It's stopped via the Allsky service
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    e613e52 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #2482 from Alex-developer/dev

    Start and stop allskyperiodic with main allsky service
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    a8c49d5 View commit details
    Browse the repository at this point in the history
  20. install.sh: increase hours

    One tester had installation take over 3 hours on a Pi 3b
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    b5554d0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ec96341 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eed2ca8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    be7da96 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #2483 from Alex-developer/dev

    Move extra directory
    Alex-developer authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    48399ba View commit details
    Browse the repository at this point in the history
  25. Merge pull request #2484 from thomasjacquin/install.sh-add-DEBUG-message

    Install.sh add debug message
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    3dcd24c View commit details
    Browse the repository at this point in the history
  26. Add date/time formats

    Alex-developer committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    5870240 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #2485 from Alex-developer/dev

    Add date/time formats
    Alex-developer authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    52cc09e View commit details
    Browse the repository at this point in the history
  28. install.sh: improved swap handling

    * Use "vcgencmd get_config total_mem" if possible to get the actual memory on the Pi.  It's very accurate.
    * Set DESIRED_COMBINATION to the amount of physical memory+swap and check against that in a loop.  This will be easier to maintain.
    * Handle no swap correctly (0 versus 1 MB).
    * Handle user not removing leading "0" in suggested swap size.
    * Increase max swap if needed.
    EricClaeys authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    25611b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Merge pull request #2486 from thomasjacquin/install.sh-improved-swap-…

    …handling
    
    install.sh: improved swap handling
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    ad9057f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d330894 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2487 from thomasjacquin/options.json.repo-mention…

    …-1000ms-=-1-sec
    
    options.json.repo: add (1000ms = 1 sec)
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    5e95515 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ead5e0d View commit details
    Browse the repository at this point in the history
  5. upload.sh: fix messages

    SEVERITY was being used before it was defined.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3ee4e65 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2488 from thomasjacquin/upload.sh-fix-messages

    upload.sh: fix messages
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c074e17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cf6881 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4643d7c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2489 from thomasjacquin/Only-allow-one-mini-timel…

    …apse-creation-at-a-time
    
    Only allow one mini timelapse creation at a time
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    9127298 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b75b96d View commit details
    Browse the repository at this point in the history
  11. allskySettings.php: handle not displayed settings

    * Allows fields to exist in the settings file that aren't displayed but should remain there when other settings are updated.
      This is done by passing the value as a "hidden" variable.
    * In the error messages at the top, list more details, like the required fields that are empty.
    * To help troubleshoot, output "\n\t" on lines so they appear on separate lines in HTML output.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    92af720 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2490 from thomasjacquin/allskySettings.php-handle…

    …-not-displayed-settings
    
    allskySettings.php: handle not displayed settings
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    a150eb7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec5bc21 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cbb17c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    823506a View commit details
    Browse the repository at this point in the history
  16. endOfNight.sh: move source functions before config

    For consistency with other scripts.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    2a2e259 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ebfb755 View commit details
    Browse the repository at this point in the history
  18. makeChanges.sh: move source function.sh up

    for consistency with other scripts
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    bcc6062 View commit details
    Browse the repository at this point in the history
  19. postData.sh: move source functions.sh up

    to be consistent with other scripts.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    0711b95 View commit details
    Browse the repository at this point in the history
  20. postToMap.sh: move source functions.sh up

    to be consistent with other scripts.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c498fff View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    15f1ab1 View commit details
    Browse the repository at this point in the history
  22. saveImage.sh: move source functions.sh up

    to be consistent with other scripts.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    52fce00 View commit details
    Browse the repository at this point in the history
  23. allsky.sh: move source functions.sh up

    to be consistent with other scripts.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    f36fcd0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ee9f016 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ed8ddce View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    56f19c7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    db99348 View commit details
    Browse the repository at this point in the history
  28. periodic.sh: shell check changes

    Also, exit with ALLSKY_ERROR_STOP for consistency with other scripts.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    5cee67f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bb962a1 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #2491 from thomasjacquin/move-settings()-function

    Move settings() function
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    dc3bf8f View commit details
    Browse the repository at this point in the history
  31. Merge pull request #2492 from thomasjacquin/Warn-about-mini-timelapse…

    …-settings
    
    allsky.html: warn about mini timelapse
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    776a9b3 View commit details
    Browse the repository at this point in the history
  32. config.sh.repo: remove return 0

    It's not needed.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3c80a4f View commit details
    Browse the repository at this point in the history
  33. Merge pull request #2493 from thomasjacquin/config.sh.repo-remove-ret…

    …urn-0
    
    config.sh.repo: remove return 0
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    a63c2dc View commit details
    Browse the repository at this point in the history
  34. config.sh.repo: remove settings()

    It was moved to functions.sh
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c65b244 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #2494 from thomasjacquin/config.sh.repo-remove-set…

    …tings()
    
    config.sh.repo: remove settings()
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    8f0c98c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    39e0cb9 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #2495 from thomasjacquin/addMessage.sh-allow-'succ…

    …ess'-messages
    
    addMessage.sh: add 'success'
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    e3415f1 View commit details
    Browse the repository at this point in the history
  38. install.sh: a few bug fixes, plus improvements

    * Updated PRIOR_ALLSKY_VERSION value
    * Remove reference to overlay_sample.py which no longer exists.
    * Replaced some debug "echo" statments with "display_msg debug"
    * Use "get_version()" instead of hard-coded ".../version".
    * If the prior Allsky version is being used, get its CAMERA_TYPE.
    * Bug fix: replace the ALLSKY_VERSION in config files that don't have "XX_ALLSKY_VERSION_XX"
      which will be the case when upgrading.
    * Check for missing settings file.
    * Don't call get_lat_long() (which needs the settings file) if the prior settings file
      is missing, in which case the new settings file will not be there either.
    * Bug fix: CONFIG_SH_VERSION was used before set.
    * Move call to update_config_sh() until after final config.sh file is in place.
    * Remove "source config.sh" since it's not needed.
      We use get_variable() when we need a variable in the file.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    2f025fc View commit details
    Browse the repository at this point in the history
  39. Merge pull request #2496 from thomasjacquin/install.sh-a-few-bug-fixe…

    …s,-plus-improvements
    
    install.sh: a few bug fixes, plus improvements
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    b2d72e9 View commit details
    Browse the repository at this point in the history
  40. overlay.json: updates

    * Combine DATE and TIME into one field - I suspect people will want those fields together.
    * Remove TEMPERATURE_C - It won't work with RPi cameras which is around half the users.
    * Start "id" at 0.
    * Align all fields.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    776932e View commit details
    Browse the repository at this point in the history
  41. overlay-RPi.json: changes

    * Combined DATE and TIME fields
    * Added CAMERA_TYPE and CAMERA_MODEL
    * Aligned fields
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    cf04b8c View commit details
    Browse the repository at this point in the history
  42. overlay-ZWO.json: same as overlay-RPi

    Different font sizes and location since most ZWO cameras are smaller.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    dfed8c8 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c38ec75 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #2497 from thomasjacquin/overlays.html-format-"Tim…

    …e-Format"
    
    overlays.html: format "Time Format"
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    93842e0 View commit details
    Browse the repository at this point in the history
  45. check_allsky.sh: add checks for mini timelapse

    Depending on what image delay and mini timelapse settings a user has, as well as how fast their Pi is, it's very possible a mini timelapse creation will start before the prior one finishes.  Try to detect that possibility.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    575846d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c343add View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    b32afab View commit details
    Browse the repository at this point in the history
  48. Merge pull request #2498 from thomasjacquin/check_allsky.sh-add-check…

    …s-for-mini-timelapse-settings
    
    check_allsky.sh: add checks for mini timelapse
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    ba3d1bf View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    9e737cf View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    09eebfb View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ccfb9f7 View commit details
    Browse the repository at this point in the history
  52. index.php: add more timestamps

    TODO: read the "messages.txt" file using ajax ever page refresh, then every x seconds after that to catch updates, rather than having to add a timestamp to every url.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    7246000 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #2500 from thomasjacquin/All-WebUI-paged-need-to-b…

    …e-refreshed-to-update-system-messages
    
    index.php: add more timestamps
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    b31d4d8 View commit details
    Browse the repository at this point in the history
  54. index.php: bug fix + enhancement

    * Bug fix: "filemtime" returns "false" or the time, not true.
    * Produce better message when messages file changed.
    * Bug fix: having timestamp in hidden variable doesn't work; add it to URL.
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    1d880ad View commit details
    Browse the repository at this point in the history
  55. Merge pull request #2501 from thomasjacquin/index.php-bug-fix-+-enhan…

    …cement
    
    index.php: bug fix + enhancement
    EricClaeys authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    0460201 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    225c6dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb06384 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2499 from thomasjacquin/overlay.json-updates

    Overlay.json updates
    EricClaeys authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e8d8562 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    ae325d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c88aba View commit details
    Browse the repository at this point in the history
  3. Update version

    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    99c2975 View commit details
    Browse the repository at this point in the history
  4. install.sh: log everything

    Also, pop up a message to testers and force them to type "yes".
    This only appears once per "git clone".
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d2025ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4a2d26 View commit details
    Browse the repository at this point in the history
  6. variables.sh: add MODULE_LOCATION

    It was in install.sh, but was used by several scripts so let's centralize it.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    63cc776 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1fbd5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f537e2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    858c939 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e950ee6 View commit details
    Browse the repository at this point in the history
  11. flow-runner.py: use new variables

    * Use ALLSKY_MODULE_LOCATION.
    * Use ALLSKY_SCRIPTS instead of ALLSKY_HOME/scripts
    * Centralize code to get ALLSKY_TMP, ALLSKY_IMAGES, and SETTINGS_FILE.
    * Moved check for ALLSKY_MODULES to before it's first used.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2cd3188 View commit details
    Browse the repository at this point in the history
  12. flowupgrade.py: use different variables

    * Use ALLSKY_MODULE_LOCATION instead of hard-coding path.
    * Use ALLSKY_SCRIPTS instead of ALLSKY_HOME/scripts.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    443b252 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8341282 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7b1cf10 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c28b290 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1cea335 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b4bcd67 View commit details
    Browse the repository at this point in the history
  18. install.sh

    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f9a1340 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3583030 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bdabf92 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #2504 from thomasjacquin/Copy-prior-ALLSKY_EXTRA

    Copy prior ALLSKY_EXTRA files
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    97a3a4a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5b0195c View commit details
    Browse the repository at this point in the history
  23. install.sh: create note file

    Create a file that tells allsky.sh not to display a message since we just did.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    9ffc150 View commit details
    Browse the repository at this point in the history
  24. allsky.sh: handle POST_INSTALLATION_ACTIONS

    If the file exists:
    if the "_initial_message" file exists, remove it and exit.  The next time Allsky starts the user will be reminded to look at the file.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    838036c View commit details
    Browse the repository at this point in the history
  25. install.sh: Bug fix: wrong directory

    * Use "rm -f" since the files often won't exist; this avoids an error message.
    * Need to specify full path name to "told" file since we don't know where the user will be when they execute install.sh.
    * Don't log an error.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    afc8826 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #2505 from thomasjacquin/Move-installation-log-dir…

    …ectory
    
    Move installation_log directory
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e11712a View commit details
    Browse the repository at this point in the history
  27. variables.sh: change location

    Putting in ALLSKY_TMP doesn't work during installation since it clears out that directory.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    cb73c67 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #2506 from thomasjacquin/Move-ALLSKY_MESSAGES

    variables.sh: change location
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    637eecd View commit details
    Browse the repository at this point in the history
  29. Pass PRIOR_CAMERA_TYPE to makeChanges.sh

    Need to determine what it is first.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ffb384f View commit details
    Browse the repository at this point in the history
  30. install.sh: don't copy overlay.json

    It's now done in makeChanges.sh so it can also be done when changing camera type in WebUI.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    87c97e5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1c159f5 View commit details
    Browse the repository at this point in the history
  32. makeChanges.sh: Switch overlay*json files

    * Require the OLD_VALUE to be specified on the command line.
    * Use settings() instead of jq.
    * Move the current overlay.json to the old camera type-specific version, then COPY the new camera type-specific file to overlay.json.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bb565e1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    bf356e0 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #2507 from thomasjacquin/Pass-PRIOR_CAMERA_TYPE-to…

    …-makeChanges.sh
    
    Pass prior camera type to make changes.sh
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0ede81c View commit details
    Browse the repository at this point in the history
  35. Merge pull request #2503 from thomasjacquin/Add-"indent=4"-to-json.du…

    …mp()
    
    Add "indent=4" to json.dump()
    Alex-developer authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    720cd4d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4bbf2d1 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #2508 from thomasjacquin/allskySettings.php-put-ti…

    …mestamp-on-URL,-not-in-form
    
    allskySettings.php: move _ts
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1eba91a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cd6e0be View commit details
    Browse the repository at this point in the history
  39. install.sh: use ALLSKY_INSTALLATION_LOGS

    instead of the old name INSTALL_LOGS_DIR
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    17ee06f View commit details
    Browse the repository at this point in the history
  40. variables.sh: add INSTALL_SH_LOG

    It's also used in allsky.sh
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d34d205 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    6c5965a View commit details
    Browse the repository at this point in the history
  42. install.sh: change DISPLAY_MSG_LOG

    INSTALL_SH_LOG is no longer defined in variables.sh since it's only used in install.sh
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    66acb21 View commit details
    Browse the repository at this point in the history
  43. variables.sh: remove INSTALL_SH_LOGS

    It's only used in install.sh
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    dd8c12c View commit details
    Browse the repository at this point in the history
  44. Merge pull request #2509 from thomasjacquin/install.sh-use-ALLSKY_INS…

    …TALLATION_LOGS
    
    Install.sh use ALLSKY_INSTALLATION_LOGS
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7aa2e51 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a4fe845 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #2510 from Alex-developer/dev

    Split fields.json into system and user files
    Alex-developer authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c8adf8f View commit details
    Browse the repository at this point in the history
  47. install.sh: add more logging

    Also, use ALLSKY_OVERLAY and update the ALLSKY_VERSION variable in config.sh.
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    24343e3 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8226bc4 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a79e761 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    5cc0bd7 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #2511 from thomasjacquin/install.sh-more-logging-+…

    …-update-ALLSKY_VERSION
    
    install.sh: add more logging
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d3b6384 View commit details
    Browse the repository at this point in the history
  52. Update version

    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5061d83 View commit details
    Browse the repository at this point in the history
  53. Update README.md

    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e7334d2 View commit details
    Browse the repository at this point in the history
  54. Update changeLog.html

    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3e8a622 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #2512 from thomasjacquin/Update-version-to-v2023.0…

    …3.28_tbd
    
    Update version to v2023.03.28_tbd
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    84f1d55 View commit details
    Browse the repository at this point in the history
  56. install.sh: add even more logging

    Also, replace "jq -r" with "settings".
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    30f63d1 View commit details
    Browse the repository at this point in the history
  57. Merge pull request #2513 from thomasjacquin/install.sh-add-even-more-…

    …logging
    
    install.sh: add even more logging
    EricClaeys authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3bbea2b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Update install.sh

    EricClaeys authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2f10eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be11d6e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2514 from thomasjacquin/install.sh-add-message-fo…

    …r-testers
    
    Update install.sh
    EricClaeys authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e71f4cd View commit details
    Browse the repository at this point in the history
  4. install.sh: remove "total_mem=" from RAM_SIZE

    This is a bug fix
    EricClaeys authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    205cab5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2515 from thomasjacquin/install.sh-remove-"total_…

    …mem="-from-RAM_SIZE
    
    install.sh: remove "total_mem=" from RAM_SIZE
    EricClaeys authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ada8637 View commit details
    Browse the repository at this point in the history
  6. install.sh: add checks

    The local and remote configuration.json files (if the Website is installed) need their .config.AllskyVersion setting updated when updating Allsky.
    EricClaeys authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ef50fd0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2516 from thomasjacquin/install.sh-update-configu…

    …ration.json's-.AllskyVersion
    
    install.sh: add checks
    EricClaeys authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2c57354 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. install.sh: add .locale to settings file

    Also:
    * Create update_locale() to make .locale update since it's called from multiple places.
    * Add log entries.
    * Minor comment and indentation changes.
    EricClaeys authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    816183d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2517 from thomasjacquin/install.sh-Bug-Fix-add-.l…

    …ocale-if-not-in-settings-file
    
    install.sh: add .locale to settings file
    EricClaeys authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    90365e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Update allsky.sh

    EricClaeys authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    145bd04 View commit details
    Browse the repository at this point in the history
  2. Add missing </code>

    EricClaeys authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    569129d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2518 from thomasjacquin/Allsky.sh-add-middle-I-n-…

    …${ALLSKY/Scripts}
    
    Update allsky.sh
    EricClaeys authored Mar 31, 2023
    2 Configuration menu
    Copy the full SHA
    11295ed View commit details
    Browse the repository at this point in the history
  4. allsky.sh: add missing $

    EricClaeys authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d46db6b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2520 from thomasjacquin/allsky.sh-add-missing-$

    allsky.sh: add missing $
    EricClaeys authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cc30e69 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    8f9ad90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2521 from thomasjacquin/makeChanges.sh-bug-fix-on…

    …ly-copy-file-if-it-exists
    
    bug fix: only copy file if it exists
    EricClaeys authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    0a010c9 View commit details
    Browse the repository at this point in the history
  3. Update functions.php

    EricClaeys authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    fcf7013 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2522 from thomasjacquin/functions.php-better-erro…

    …r-message-if-CAMERA_TYPE-isn't-found
    
    Better error message if CAMERA_TYPE isn't defined.
    EricClaeys authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c0d810f View commit details
    Browse the repository at this point in the history
  5. Update install.sh

    * Display message when CAMERA_TYPE or CAMERA are not defined in a prior config file.  This "shouldn't" happen.
    * Display message when CAMERA_TYPE or ALLSKY_VERSION aren't defined in update_config().  They should be, but they may not have been for one tester.
    EricClaeys authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    9d5d615 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2523 from thomasjacquin/EricClaeys-patch-1

    install.sh: add log messages
    EricClaeys authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    88f9cdc View commit details
    Browse the repository at this point in the history
  7. Update version

    EricClaeys authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ab8e954 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    EricClaeys authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    272058a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2524 from thomasjacquin/Update-version-to-v2023_0…

    …3_31.tbd
    
    Update version
    EricClaeys authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    982980b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. install.sh: bug fix plus more

    * Bug fix: compare PRIOR_FTP_SH_VERSION, not FTP_SH_VERSION.
    * Improve messages when versions don't match.
    * Don't include line about looking in post-installation file in the file itself.
    * Remove big comment about automating conversion from old config files to new one.  In the next release the contents of these files will move to settings.json.
    EricClaeys authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    d13d453 View commit details
    Browse the repository at this point in the history
  2. Add exit_installation() to add timestamp

    * Add timestamp to log file when starting and stopping installation, but don't do if invoking a single function since that's not really an "installation".
    * Don't recreate the installation logs directory in case a user had to restart installation, e.g., for locale change or if an error.
    * Couple minor working changes.
    EricClaeys authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    cec320a View commit details
    Browse the repository at this point in the history
  3. install.sh: wait a second then truncate

    Wait until the web server had a chance to start before truncate the file.
    EricClaeys authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7e61a3d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2526 from thomasjacquin/install.sh-bug-fix-plus-more

    Install.sh bug fix plus more
    EricClaeys authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    5d6406a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. upload.sh: minor bug fix

    * Minor bug fix: add missing "$".
    * Don't output our own error message if "cd" fails since lftp outputs a message.
    EricClaeys authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    fa0bc8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2527 from thomasjacquin/upload.sh-minor-bug-fix

    upload.sh: minor bug fix
    EricClaeys authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    4223226 View commit details
    Browse the repository at this point in the history
  3. postData.sh: allow doing local or remote only

    This requires adding an optional "--websites w" argument to specify whether a local, remote, or both Websites should receive the files.
    EricClaeys authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    86c7887 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2528 from thomasjacquin/Specify-Website-type-to-p…

    …ostData.sh
    
    postData.sh: allow doing local or remote only
    EricClaeys authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b6462a4 View commit details
    Browse the repository at this point in the history
  5. postData.sh: bug fix: set WEBSITES

    If a valid Website type was specified on the command line then set WEBSITES to that type.
    EricClaeys authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    daff0c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2529 from thomasjacquin/postData.sh-bug-fix-set-W…

    …EBSITES
    
    postData.sh: bug fix: set WEBSITES
    EricClaeys authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a439f31 View commit details
    Browse the repository at this point in the history
  7. More error checking and logging

    * Move some initial checks further down so we can log results.
    * Log most messages.
    EricClaeys authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    96712f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. use ALLSKY_WEBSITE_VIEWSETTINGS_DIRECTORY_NAME

    There's already a variable defined for the name of the directory, so use it.
    EricClaeys authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c62e6cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2530 from thomasjacquin/postData.sh-use-ALLSKY_WE…

    …BSITE_VIEWSETTINGS_DIRECTORY_NAME
    
    use ALLSKY_WEBSITE_VIEWSETTINGS_DIRECTORY_NAME
    EricClaeys authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3cd654e View commit details
    Browse the repository at this point in the history
  3. install.sh: bug fix: use $C, not $WEB_CONFIG_FILE

    WEB_CONFIG_FILE is the final location of the configuration.json file, but it's not there yet, so we need to check if the PRIOR config file ($C) is old.
    EricClaeys authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    f7470ab View commit details
    Browse the repository at this point in the history
  4. install.sh: fix typo

    EricClaeys authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ad606a7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2531 from thomasjacquin/website/install.sh-More-e…

    …rror-checking-and-logging
    
    Website/install.sh more error checking and logging
    EricClaeys authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4b443ea View commit details
    Browse the repository at this point in the history
  6. install.sh: couple bug fixes

    * Should exit if upload_data_json_file () fails.
    * Only call does_prior_Allsky_Website_exist() for local installations.
    EricClaeys authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    84b99f1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2532 from thomasjacquin/install.sh-couple-bug-fix…

    …es-and-other-minor-changes
    
    install.sh: couple bug fixes
    EricClaeys authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8fa060d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Update Makefile

    An update of Bullseye from Feb 2023 change what's reported from "uname -m".  "arm7l" used to be reported for 32-bit OS's and "aarch64" for 64-bit OS's.  They now both report "aarch64" if the underlying hardware is 64-bit.
    We get around this by using "shell dpkg --print-architecture" instead.
    Also, use "else ifeq ()" when checking the same variable for different values.
    EricClaeys authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a58923b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0287d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    8487f4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2544 from thomasjacquin/install.sh-use-correct-lo…

    …cation-for-"extra"-directory
    
    Use correct location for "extra" directory
    EricClaeys authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0f23a44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da90d0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e7d547 View commit details
    Browse the repository at this point in the history
  5. install.sh: misc updates

    * Mark "info" messages with "Info" so it's obvious in the log it's not an error.
    * Create the default "overlay.json" file since makeChanges.sh couldn't do it since the camera-specific file didn't exist when it was called.
    * Put the "Testers, ..." code in an "if" statement since it'll stay going forward although the text will changes.
    EricClaeys authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1baaa7f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2545 from thomasjacquin/Installation-bug-fixes

    Installation bug fix plus more
    EricClaeys authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    fd07af9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. install.sh: order of use/create remote config file

    For new remote installations there will be no remote_configuration.json file.
    Fix that but that looked for the file (via upload_data_json_file) before creating it.
    In the (hopefully rare) case were users are not configuring the remote site via the WebUI, create a dummy remote_configuration.json file.
    EricClaeys authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f8bd929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dc7e52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2546 from Alex-developer/dev

    Fix for manually entering x and y coordinates
    Alex-developer authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    106b352 View commit details
    Browse the repository at this point in the history
  4. index.php: Display msg but don't exit

    Also, only set $remoteWebsiteVersion if not ""
    EricClaeys authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d522b55 View commit details
    Browse the repository at this point in the history
  5. functions.php: allow returning msg

    Allow a message to be RETURNED instead of displayed, for those callers who continue despite the message.
    Also, check for failed read of file.
    EricClaeys authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    765c345 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2547 from thomasjacquin/WebUI-don't-exit-if-unabl…

    …e-to-read-remote-Website-config
    
    Web UI don't exit if unable to read remote website config
    EricClaeys authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    40b089a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf3a5a1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2548 from thomasjacquin/install.sh-bug-fix-used-c…

    …onfig-file-before-creating-it
    
    install.sh: order of use/create remote config file
    EricClaeys authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a687150 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Update install.sh

    EricClaeys authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    3666574 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2550 from thomasjacquin/install.sh-minor-wording-…

    …changes-to-testers
    
    install.sh: minor wording changes to testers
    EricClaeys authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    26c53d6 View commit details
    Browse the repository at this point in the history
  3. makeChanges.sh: preserve permissions

    Need to preserve the permissions of the overlay.json file.
    EricClaeys authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    abdaec1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2552 from thomasjacquin/makeChanges.sh-preserve-p…

    …ermissions
    
    makeChanges.sh: preserve permissions
    EricClaeys authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    980f602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30dd9f5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2553 from Alex-developer/dev

    Add warning if overlay cannot be saved
    Alex-developer authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    6acfd70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdf8484 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2554 from Alex-developer/dev

    Fix to remove large black block under the overlay editor
    Alex-developer authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    f182c69 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. allskySettings.php: Use default value if not set

    If a setting is empty, use its default if there is one, and warn the user to press the "Save changes" button.
    EricClaeys authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    520b5a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2555 from thomasjacquin/allskySettings.php-Use-de…

    …fault-value-if-not-set
    
    allskySettings.php: Use default value if not set
    EricClaeys authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    bcd6b13 View commit details
    Browse the repository at this point in the history
  3. Update saveImage.sh

    When cropping, stretching, or resizing an image, make the log entry's format consistent:   *** ${ME}: some_message
    EricClaeys authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    218a5a6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2556 from thomasjacquin/saveImage.sh-be-more-cons…

    …istent-with-output-msg-formats
    
    Update saveImage.sh: use consistent log entry formats
    EricClaeys authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0b090ae View commit details
    Browse the repository at this point in the history
  5. removeBadImages.sh: handle exponential means

    The "convert" command can return a mean with a "e-" format and bc doesn't handle that.
    EricClaeys authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    f78a6c3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2557 from thomasjacquin/removeBadImages.sh-handle…

    …-means-of-format-1.23e-5
    
    removeBadImages.sh: handle exponential means
    EricClaeys authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    99ad5a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ebebf9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e2b47a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2560 from Alex-developer/dev

    Improve error handling if overlay sample fails
    Alex-developer authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a22028b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. install.sh: minor bug with BRANCH

    $BRANCH doesn't exist yet so use $USER_SPECIFIED_BRANCH in error message.
    EricClaeys authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    5155da3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2564 from thomasjacquin/install.sh-minor-bug-disp…

    …laying-bad-BRANCH
    
    install.sh: minor bug with BRANCH
    EricClaeys authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d96b39e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    5379aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3381e8c View commit details
    Browse the repository at this point in the history
  3. pickingHardware.html: add section on picking Pi

    Also mention auto-focus cameras.
    EricClaeys authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c0d2213 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2565 from thomasjacquin/Give-tips-on-picking-a-Pi

    Give tips on picking a Pi
    EricClaeys authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a63d636 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddb3f88 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2566 from thomasjacquin/install.sh-fix-typo-in-va…

    …riable
    
    install.sh: fix typo in variable
    EricClaeys authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4a7bb58 View commit details
    Browse the repository at this point in the history
  7. website/install.sh: add more log entries

    Add some checks for empty variables and log if needed.
    EricClaeys authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7ad6015 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2567 from thomasjacquin/website/install.sh-add-mo…

    …re-log-entries
    
    website/install.sh: add more log entries
    EricClaeys authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fc046f7 View commit details
    Browse the repository at this point in the history
  9. README.md: update version

    EricClaeys authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    887decc View commit details
    Browse the repository at this point in the history
  10. Update version

    EricClaeys authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    231ffd3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5140b19 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fc988ea View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2568 from thomasjacquin/Update-version-to-2023.05.01

    Update version to 2023.05.01
    EricClaeys authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    64e5d4f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    03120e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be91c84 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. check_allsky.sh: handle tilda

    For whatever reason, a tilda at the start of a file/directory name wasn't working so the item wasn't found.
    Replace tilda with $HOME so it works.
    EricClaeys authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4c04630 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2572 from thomasjacquin/check_allsky.sh-handle-tilda

    check_allsky.sh: handle tilda
    EricClaeys authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    711fbc6 View commit details
    Browse the repository at this point in the history
  3. Update install.sh

    EricClaeys authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9bf3ff2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff2496 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2573 from Alex-developer/dev

    Remove files and environment variables for disabled modules
    Alex-developer authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bcf4254 View commit details
    Browse the repository at this point in the history
  6. install.sh: call remind_run_check_allsky()

    Plus:
    * Split reminder message onto multiple lines so it's easer to read.
    * Don't log when calling a single function so we don't create the installation_logs directory.
    EricClaeys authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2163b41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3d1fc9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2574 from thomasjacquin/install.sh-remind-users-t…

    …o-run-check_allsky.sh
    
    Install.sh remind users to run check allsky.sh
    EricClaeys authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6afb1ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9492da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    049c395 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7e4ace View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2575 from Alex-developer/dev

    Add default for stroke colour
    Alex-developer authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bc1bd9f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    2b3e015 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2576 from thomasjacquin/timelapse.html-provide-mo…

    …re-troubleshooting-for-short-videos
    
    timelapse.html: more info on short videos
    EricClaeys authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    d7af15f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. install.sh: bug fix: write error to stdout

    Error message needs to go to stdout so $VALUE can be set correctly.
    EricClaeys authored May 1, 2023
    Configuration menu
    Copy the full SHA
    e9b7282 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2580 from thomasjacquin/install.sh-bug-fix-write-…

    …error-to-stdout
    
    install.sh: bug fix: write error to stdout
    EricClaeys authored May 1, 2023
    Configuration menu
    Copy the full SHA
    70b0f9c View commit details
    Browse the repository at this point in the history