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

Allow Filesystem update via ESP8266HTTPUpdateServer #3732

Merged
merged 34 commits into from
Sep 20, 2019
Merged

Allow Filesystem update via ESP8266HTTPUpdateServer #3732

merged 34 commits into from
Sep 20, 2019

Commits on May 11, 2017

  1. Allow SPIFFS update via ESP8266HTTPUpdateServer

    This adds capability to update the SPIFFS image via
    the same mechansism as firmware in the 
    ESP8266HTTPUpdateServer.
    
    It does not provide any dependency or linkage between
    firmware and spiffs image updating; they are each taken
    on their own, each followed by a reboot.
    
    (I wrote this before seeing the other PR for similar
    functionality; I like this a bit better, becaue it uses
    the available SPIFFS size, and does not hide magic numbers
    (U_SPIFFS) in the html...)
    
    (It also cleans up a stray \n from commit ace0622)
    sandeen committed May 11, 2017
    Configuration menu
    Copy the full SHA
    b08d896 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Merge remote-tracking branch 'sandeen/spiffs-update' into spiffs-update

    # Conflicts:
    #	libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp
    Carlos Alberto Nunes committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    8d51a47 View commit details
    Browse the repository at this point in the history
  2. A simple filter

    Carlos Alberto Nunes committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    e2fadfe View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Review #3234 (review)

    Carlos Alberto Nunes committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    1c4440b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Configuration menu
    Copy the full SHA
    ece2c57 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    871adc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Configuration menu
    Copy the full SHA
    8b33311 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Configuration menu
    Copy the full SHA
    3cf8a6c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Configuration menu
    Copy the full SHA
    b8e0633 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Configuration menu
    Copy the full SHA
    41026b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Including suggestions for mobile first #3961

    Carlos Alberto Nunes committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a3b5c29 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. Configuration menu
    Copy the full SHA
    64ec0d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    80b8ed7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Merge remote-tracking branch 'master/master' into spiffs-update

    Carlos Alberto Nunes committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    ea2c7d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    3e5b179 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    4c0b59e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    b51d841 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    3cb50d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    9b34a7b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    9fc54e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    467ea56 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    1ec3ca5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Configuration menu
    Copy the full SHA
    a61d7f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge branch 'master' into spiffs-update

    # Conflicts:
    #	libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer-impl.h
    Carlos Nunes committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    2e5bcd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. SPIFFS rennamed to FS

    Carlos Nunes committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    d93f71e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db0bbca View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    303448b View commit details
    Browse the repository at this point in the history
  2. including comments from @earlephihower

    Carlos Nunes committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    610cba0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'spiffs-update' of github.com:caverna/Arduino into spiff…

    …s-update
    Carlos Nunes committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    6f16022 View commit details
    Browse the repository at this point in the history
  4. button renaming

    Carlos Nunes committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    7e17463 View commit details
    Browse the repository at this point in the history
  5. missing #include for LittleFS

    Carlos Nunes committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    8fed6be View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    be5a914 View commit details
    Browse the repository at this point in the history
  2. generic names as suggested by @d-a-v

    Carlos Nunes committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    557c733 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'spiffs-update' of github.com:caverna/Arduino into spiff…

    …s-update
    Carlos Nunes committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c9bccea View commit details
    Browse the repository at this point in the history