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

Intuitive time-line for rapid find and view a motion caputure of camera #2758

Closed
wants to merge 47 commits into from

Commits on Apr 21, 2019

  1. Add support for privacy mask

    zagrim committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    b15e064 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

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

Commits on Apr 25, 2020

  1. Added support for telegram motion notifications. Added interface piec…

    …es for api, chat id, photo capture support, and testing. Instructions for setup are included. Built on the current email implementation using all standard libraries or those already used within motionEye
    HawtDogFlvrWtr committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    affedd8 View commit details
    Browse the repository at this point in the history
  2. Removed extra code

    Removed test material I left in by accident.
    HawtDogFlvrWtr authored Apr 25, 2020
    Configuration menu
    Copy the full SHA
    329245d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. moved sendtelegram to after motion finished in config.py and made tex…

    …t a caption to the image to make it cleaner and take up less space. Also removed email formatting to take up less space
    HawtDogFlvrWtr committed May 13, 2020
    Configuration menu
    Copy the full SHA
    0f80da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33768f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    b9655e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1787 from zagrim/dev

    Add link to release notes in README
    ccrisan authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    4f8fb49 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    43e1147 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1247 from zagrim/addprivacymasking

    Add support for privacy mask
    ccrisan authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    c918ced View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Fix docker build, move to Debian buster.

    - Moved to debian buster.
    - Some packages need to come from sid (E.g. motion itself). In that
      case, make the build reproducible by fixing sid to a snapshot.
    marcopaganini committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    6a9e709 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge pull request #1822 from marcopaganini/dockerfix

    Fix docker build, move to Debian buster.
    ccrisan authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    113cb36 View commit details
    Browse the repository at this point in the history
  2. Add support to run motionEye as a non-root user.

    - Added RUN_UID and RUN_GID args to Dockerfile. This allows the creation
      of an image that runs as a non-privileged user. If no args are
      specified at the container creation time, UID and GID will default
      to root/root, as before.
    - Reordered commands in the Dockerfile a bit.
    - Removed /var/run/motion as a PID, since we may want to run
      another instance of motion on a docker and this could prevent it.
    - Added docker specific documentation.
    marcopaganini committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    95a18aa View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Merge pull request #1825 from marcopaganini/noroot

    Add support to run motionEye as a non-root user.
    ccrisan authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    9c89be9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Configuration menu
    Copy the full SHA
    f6c5617 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1828 from zagrim/deletethumbswithallmovies

    Delete also thumbnails with movies
    ccrisan authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    f71febd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Jul 8, 2020

  1. Merge pull request #1833 from zagrim/add_delete_button_to_picture_dialog

    Add Delete button to picture dialog
    ccrisan authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    1b04e89 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Sep 3, 2020

  1. Merge pull request #1868 from zagrim/add_webhook_url_validation

    Add basic validation to webhook URL to avoid crash in config parsing
    ccrisan authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    bd42865 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Update README.md

    I believe '-rm' needs to be '--rm'
    darmbrust authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    c294f19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1905 from darmbrust/patch-1

    Update README.md
    ccrisan authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    6edc99f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. replace hardcoded Debian snapshot with latest

    I tried to build my own docker image and got the following error:
    
    ```
    Reading package lists...
    E: Release file for http://snapshot.debian.org/archive/debian/20200630T024205Z/dists/sid/InRelease is expired (invalid since 91d 3h 59min 33s). Updates for this repository will not be applied.
    ```
    
    The proposed change aims to replace the hardcoded snapshot link with an actual snapshot valid on time of build and decrease chance of such an issue in future
    yurnov authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    e2de622 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1918 from yurnov/patch-2

    replace hardcoded Debian snapshot with latest
    ccrisan authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9a7926c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Merge pull request #1723 from HawtDogFlvrWtr/dev

    Added support for telegram motion notifications (UI & Backend).
    ccrisan authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    cecb82c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Update to uploadservices.py to reduce the Google Drive scope to drive…

    ….file
    
    At line 329, motionEye is requesting a Google Drive scope of "drive" which grants access to *all* of a user's files. This PR reduces the scope to "drive.file" which allows motionEye to create files on a user's Google Drive and to then only access/delete those files. This is the recommended best practice from Google, ie. to only request the minimum scope necessary for the application's needs. See https://developers.google.com/drive/api/v2/about-auth
    moonlitknight authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    230c830 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Merge pull request #1936 from moonlitknight/patch-1

    Update to uploadservices.py to reduce the Google Drive scope to drive…
    ccrisan authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    dcf6f03 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    c02c3a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1982 from itsb/dev

    docker compose override with reasonable defaults
    ccrisan authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    245f79f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. fixed typos

    freddii committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    05804a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2007 from freddii/dev

    fixed typos
    ccrisan authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    795616d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

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

Commits on Oct 6, 2021

  1. Merge pull request #2199 from yurnov/dev

    fix broken docker build (issue #2193)
    ccrisan authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    289b23a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Update README.rst

    ccrisan authored Jan 28, 2022
    3 Configuration menu
    Copy the full SHA
    7e24be2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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

Commits on Mar 12, 2022

  1. Split only two times the VCGenCMD output (#2305)

    Python breaks on the third split (`libcamera interfaces=0`). As it splits on the empty part, it becomes `[libcamera, interfaces=0]`, which it can't split any further on an equal sign.
    Firesphere authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    43a1643 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Update README.rst (#2356)

    Signed-off-by: MichaIng <[email protected]>
    Co-authored-by: Christian Clauss <[email protected]>
    MichaIng and cclauss authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    502614c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    3ec6824 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2502 from motioneye-project/pypi-daily-build

    Create pypi_daily_build.yml
    jmichault authored May 22, 2022
    Configuration menu
    Copy the full SHA
    accdf4d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. correct test of last commit

    jmichault committed May 23, 2022
    Configuration menu
    Copy the full SHA
    b2fbf8a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Update pypi_daily_build.yml

    generate build on main pypi site
    jmichault authored Jun 12, 2022
    Configuration menu
    Copy the full SHA
    ebd33de View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Disable daily dev upload (#2608)

    Preparing for a new workflow on dev which triggers on (GitHub) releases. The daily uploads might disturb in this case.
    
    The workflow is renamed on default branch so that a workflow with this name can be manually triggered from dev as well manually.
    
    Signed-off-by: MichaIng <[email protected]>
    MichaIng authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    8215ec8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Add scheduled workflow to default branch

    required for it to run and also to allow manual "workflow_dispatch" triggers.
    
    Signed-off-by: MichaIng <[email protected]>
    MichaIng committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    598333d View commit details
    Browse the repository at this point in the history
  2. Update Python 2 lint workflow

    Avoid concurrent and doubled execution. Update setup-python action. Do not install packages which are not required for Python 2 code lint. Do not install and run pytest since the Python 2 branch does not contain any tests.
    
    Signed-off-by: MichaIng <[email protected]>
    MichaIng committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    400e6a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2654 from motioneye-project/ci/pre-commit-autoupdate

    Add scheduled workflow to default branch
    MichaIng authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c83846f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

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

Commits on Dec 23, 2022

  1. [CI/CD] Update release workflow

    Start with a minimal approach for releases based on action version string of current branch/tag
    MichaIng committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    268c8a6 View commit details
    Browse the repository at this point in the history