]>
www.vanbest.org Git - motioneye-debian/log
Gavin [Sun, 4 Feb 2018 14:40:51 +0000 (06:40 -0800)]
Fix mime type for video downloads
Make videos have mime type specific to the respective format instead of video/mpeg
Addresses:
- https://github.com/ccrisan/motioneye/issues/740
- https://github.com/ccrisan/motioneye/issues/775
Calin Crisan [Thu, 11 Jan 2018 08:46:07 +0000 (10:46 +0200)]
Merge pull request #760 from Mrnt/pause-camera-refresh-when-reviewing
Pause camera feed(s) when viewing captured images/movie thumbnails
Gavin [Wed, 10 Jan 2018 16:19:38 +0000 (08:19 -0800)]
When dialog is present we are most likely reviewing captured images/movies which can cause a load of thumbnails to be downloaded. If we are capturing and reviewing on a Raspberry Pi 2 or lower then continuing to refresh the camera can cause very slow loading of the thumbnails. Since the camera(s) are at least partially obscured when the dialog is up, then pausing them seems acceptable.
Calin Crisan [Tue, 31 Oct 2017 19:48:26 +0000 (21:48 +0200)]
Merge branch 'dev'
Calin Crisan [Tue, 31 Oct 2017 19:47:40 +0000 (21:47 +0200)]
bump version to 0.38
Calin Crisan [Tue, 31 Oct 2017 19:45:30 +0000 (21:45 +0200)]
detect MMAL devices using vcgencmd
Calin Crisan [Tue, 31 Oct 2017 15:41:44 +0000 (17:41 +0200)]
add URL version to various static resources
Calin Crisan [Mon, 30 Oct 2017 20:46:33 +0000 (22:46 +0200)]
mmal: use COMMON_RESOLUTIONS
Calin Crisan [Sun, 29 Oct 2017 18:23:53 +0000 (20:23 +0200)]
fix EOFError when listing media files
Calin Crisan [Sun, 29 Oct 2017 13:11:55 +0000 (15:11 +0200)]
mmal: minor cosmetic changes
Calin Crisan [Sun, 29 Oct 2017 12:37:22 +0000 (14:37 +0200)]
Merge pull request #631 from inodlite/mmalcam
Add support for local MMAL cameras
Calin Crisan [Tue, 10 Oct 2017 19:54:28 +0000 (22:54 +0300)]
Merge branch 'master' into dev
Calin Crisan [Tue, 10 Oct 2017 06:58:48 +0000 (09:58 +0300)]
Merge pull request #687 from magnulu/patch-1
Add curl to Dockerfile
magnulu [Mon, 9 Oct 2017 21:15:38 +0000 (23:15 +0200)]
Update Dockerfile
added installation of curl, as my motion log file threw errors about not finding curl when taking a manual snapshot.
Calin Crisan [Mon, 2 Oct 2017 20:08:05 +0000 (23:08 +0300)]
Merge pull request #683 from ccrisan/rpi-omx
RPi hH264 OpenMax Support
Calin Crisan [Sun, 1 Oct 2017 18:12:40 +0000 (21:12 +0300)]
enable text_double for resolutions above 640
Calin Crisan [Sat, 9 Sep 2017 19:53:03 +0000 (22:53 +0300)]
bump version to 0.37.1
Calin Crisan [Sat, 9 Sep 2017 19:49:36 +0000 (22:49 +0300)]
framerate dimmer can now be set to 0 (again) and it will refresh once
Calin Crisan [Sat, 9 Sep 2017 19:37:33 +0000 (22:37 +0300)]
streaming framerate is now automatically set to device framerate + 5fps
Calin Crisan [Thu, 7 Sep 2017 19:32:21 +0000 (22:32 +0300)]
store normal password in plain text
Unfortunately we must store the surveillance (normal) password in plain
text. The reason is that we need it afterwards when we build the camera
config, to properly set a username:password for the streaming auth.
Calin Crisan [Sat, 2 Sep 2017 18:51:08 +0000 (21:51 +0300)]
fix authentication issue with remote motionEye cameras
Calin Crisan [Mon, 28 Aug 2017 17:29:00 +0000 (20:29 +0300)]
find_ffmpeg() now correctly returns codecs with their encoders/decoders
Calin Crisan [Sun, 27 Aug 2017 14:06:40 +0000 (17:06 +0300)]
add support for RPi OMX hw accel codec
Calin Crisan [Sun, 27 Aug 2017 09:33:59 +0000 (12:33 +0300)]
admin password: remove the reboot attribute from main.html
Calin Crisan [Sun, 27 Aug 2017 09:24:53 +0000 (12:24 +0300)]
Merge branch 'improved-auth' into dev
Calin Crisan [Sun, 27 Aug 2017 09:22:58 +0000 (12:22 +0300)]
no more reboots/restarts when the admin password changes
Calin Crisan [Sat, 26 Aug 2017 13:30:01 +0000 (16:30 +0300)]
bump version to 0.37
Calin Crisan [Sat, 26 Aug 2017 13:22:33 +0000 (16:22 +0300)]
improve email picture attachments lookup
Improves the media file search by narrowing down the search path to that
corresponding to the day of the event. This is possible only when the
still images filename pattern starts with ""%Y-%m-%d/", which is true
by default.
inodlite [Sat, 19 Aug 2017 06:57:48 +0000 (23:57 -0700)]
Add initial support for local MMAL cameras
Calin Crisan [Sat, 5 Aug 2017 20:09:39 +0000 (23:09 +0300)]
bump version to 0.37rc1
Calin Crisan [Sat, 5 Aug 2017 20:03:46 +0000 (23:03 +0300)]
hide snapshot button when still images are completely disabled
Calin Crisan [Sat, 5 Aug 2017 20:00:23 +0000 (23:00 +0300)]
Merge pull request #616 from ccrisan/manual-snapshot-record
Manual Snapshot Support
Calin Crisan [Sat, 5 Aug 2017 19:50:21 +0000 (22:50 +0300)]
still images: add "motion-triggered (one picture)" capture mode
Calin Crisan [Sat, 5 Aug 2017 19:39:00 +0000 (22:39 +0300)]
still images: add "manual" capture mode
Calin Crisan [Sat, 5 Aug 2017 19:26:43 +0000 (22:26 +0300)]
implement manual snapshot button
Calin Crisan [Sat, 5 Aug 2017 17:33:40 +0000 (20:33 +0300)]
always set the snapshot_filename option
Calin Crisan [Sat, 5 Aug 2017 16:50:28 +0000 (19:50 +0300)]
on_event_end post-merge minor fixes
Calin Crisan [Sat, 5 Aug 2017 16:35:00 +0000 (19:35 +0300)]
Merge branch 'jcsilva-event_end' into dev
Calin Crisan [Sat, 5 Aug 2017 16:34:39 +0000 (19:34 +0300)]
Merge branch 'event_end' of https://github.com/jcsilva/motioneye into jcsilva-event_end
Calin Crisan [Sat, 5 Aug 2017 16:23:15 +0000 (19:23 +0300)]
wifictl: add support for hex psk
Calin Crisan [Sat, 5 Aug 2017 15:12:43 +0000 (18:12 +0300)]
smbctl: compare all mount details as lowercase strings
Calin Crisan [Sat, 5 Aug 2017 14:30:41 +0000 (17:30 +0300)]
Merge pull request #615 from ccrisan/improved-auth
Improved Authentication
Calin Crisan [Sat, 5 Aug 2017 14:17:15 +0000 (17:17 +0300)]
add support for HTTP basic auth
Calin Crisan [Sat, 5 Aug 2017 12:40:40 +0000 (15:40 +0300)]
add support for password hook external program
Calin Crisan [Sat, 5 Aug 2017 10:57:39 +0000 (13:57 +0300)]
store passwords as hashes rather than in plain text
Calin Crisan [Sat, 5 Aug 2017 10:00:33 +0000 (13:00 +0300)]
Merge pull request #614 from ccrisan/code-cleanups
Code Cleanups
Calin Crisan [Sat, 5 Aug 2017 09:55:52 +0000 (12:55 +0300)]
a few PEP8 code cleanups
Calin Crisan [Thu, 20 Jul 2017 08:25:35 +0000 (11:25 +0300)]
Merge pull request #593 from lucabelluccini/feature/support-armv7-docker
Support armv7 (tested on Odroid X with ALARM Arch Linux)
Luca Belluccini [Fri, 7 Jul 2017 21:59:04 +0000 (21:59 +0000)]
Support armv7 (tested on Odroid X with AlARM Arch Linux)
Calin Crisan [Fri, 7 Jul 2017 15:44:49 +0000 (18:44 +0300)]
fix sftp upload service test error handling
Calin Crisan [Thu, 6 Jul 2017 19:27:37 +0000 (22:27 +0300)]
Merge pull request #571 from kurd/master
Add support for uploading media files using SFTP
Calin Crisan [Thu, 6 Jul 2017 18:09:14 +0000 (21:09 +0300)]
bump version to 0.36.1
Calin Crisan [Thu, 6 Jul 2017 18:08:11 +0000 (21:08 +0300)]
prevent framerate dimmer to reach 0%
kxrd [Sun, 25 Jun 2017 14:36:43 +0000 (16:36 +0200)]
Enable SFTP uploads
kxrd [Sun, 25 Jun 2017 14:35:49 +0000 (16:35 +0200)]
Add support for uploading media files using SFTP
Calin Crisan [Sat, 17 Jun 2017 19:10:47 +0000 (22:10 +0300)]
Merge branch 'master' of github.com:ccrisan/motioneye
Calin Crisan [Sat, 17 Jun 2017 19:08:56 +0000 (22:08 +0300)]
fix frame view relative paths
Calin Crisan [Tue, 13 Jun 2017 08:57:51 +0000 (11:57 +0300)]
Update relayevent.sh
remove debugging leftover in relayevent.sh
Calin Crisan [Sun, 11 Jun 2017 12:19:52 +0000 (15:19 +0300)]
Merge pull request #552 from theoo/patch-1
add missing extra directory in Dockerfile
Théo Reichel [Sun, 11 Jun 2017 01:50:37 +0000 (03:50 +0200)]
Add missing file
Extra folder content is missing in /usr/share/motioneye/extra/
Calin Crisan [Sat, 10 Jun 2017 17:27:55 +0000 (20:27 +0300)]
Merge branch 'master' of github.com:ccrisan/motioneye
Calin Crisan [Sat, 10 Jun 2017 17:26:48 +0000 (20:26 +0300)]
bump version to 0.36
Calin Crisan [Fri, 9 Jun 2017 07:14:16 +0000 (10:14 +0300)]
Merge pull request #551 from lenkawamoto/master
Fixed regex pattern for extracting username from /proc/mounts
Calin Crisan [Thu, 8 Jun 2017 19:53:27 +0000 (22:53 +0300)]
upload services classes constructor cleanup
Calin Crisan [Thu, 8 Jun 2017 19:46:34 +0000 (22:46 +0300)]
add support for uploading to ftp server
Len Kawamoto [Wed, 7 Jun 2017 22:32:04 +0000 (15:32 -0700)]
Fixed regex pattern for extracting username from /proc/mounts
The previous pattern truncated a valid username which contained a hyphen (not as the first character) which resulted in MotionEye repeatedly try to unmount a "no longer necessary" mount point which didn't exist. The end result was that the live preview video switched to the "No Camera" icon, no live preview was showing on the web interface, and no still images nor motion detected movies were being stored in the Network Storage folder.
The previous pattern of "[\w\s]+" (1 more occurrence of alpha, number, underscore, or any white space) seemed incorrect to me... though I'm not as familiar with non-Linux usernames nor what restrictions exist for usernames in CIFS mounting. I simply used the default NAME_REGEX pattern specified in /usr/share/adduser/adduser.conf
See github issue #356 (https://github.com/ccrisan/motioneyeos/issues/356) and the follow-up google forums post (https://groups.google.com/forum/#!topic/motioneye/0Cve8obKAX8) for more history on this issue.
Calin Crisan [Tue, 6 Jun 2017 19:53:00 +0000 (22:53 +0300)]
Merge branch 'master' of git@github.com:ccrisan/motioneye.git
Calin Crisan [Tue, 6 Jun 2017 19:52:33 +0000 (22:52 +0300)]
fix additional configs missing unit
Calin Crisan [Tue, 6 Jun 2017 06:40:51 +0000 (09:40 +0300)]
Merge pull request #549 from jasaw/zero_motion_gap
accept zero value motion gap
Joo Aun Saw [Tue, 6 Jun 2017 03:17:39 +0000 (13:17 +1000)]
accept zero value motion gap
Calin Crisan [Sun, 28 May 2017 12:10:50 +0000 (15:10 +0300)]
snapshot url now waits for a valid jpg frame
Calin Crisan [Sun, 28 May 2017 11:18:59 +0000 (14:18 +0300)]
remove obsolete relayevent.py
Calin Crisan [Sun, 28 May 2017 11:13:39 +0000 (14:13 +0300)]
restrict admin password to some printable ascii characters
Calin Crisan [Sun, 28 May 2017 10:19:53 +0000 (13:19 +0300)]
auth cookie names are now a bit more specific
Calin Crisan [Sun, 28 May 2017 10:11:50 +0000 (13:11 +0300)]
remove ogg format as it's no longer supported
Calin Crisan [Sun, 28 May 2017 09:41:45 +0000 (12:41 +0300)]
Merge branch 'master' of git@github.com:ccrisan/motioneye.git
Conflicts:
motioneye/server.py
Calin Crisan [Sun, 28 May 2017 09:37:59 +0000 (12:37 +0300)]
remove base_path setting; all paths are now relative
Calin Crisan [Sun, 28 May 2017 09:20:29 +0000 (12:20 +0300)]
Merge pull request #380 from lebomb44/patch-1
#378 Relative path instead of absolute path useful for reverse proxying
Calin Crisan [Sat, 25 Mar 2017 20:16:04 +0000 (22:16 +0200)]
Merge branch 'master' of github.com:ccrisan/motioneye
Calin Crisan [Sat, 25 Mar 2017 20:15:39 +0000 (22:15 +0200)]
start platform update asynchronously
Calin Crisan [Mon, 6 Mar 2017 15:20:06 +0000 (17:20 +0200)]
Merge pull request #470 from cahna/master
#304 Update Docker build configuration(s)
Conor Heine [Sun, 5 Mar 2017 19:43:29 +0000 (11:43 -0800)]
update motion repository to motion-project. bugfixes.
Calin Crisan [Sun, 5 Mar 2017 18:49:00 +0000 (20:49 +0200)]
generalize update mechanism for platforms that support it
Calin Crisan [Sat, 11 Feb 2017 10:57:37 +0000 (12:57 +0200)]
version bumped to 0.35.2
Calin Crisan [Fri, 10 Feb 2017 23:31:55 +0000 (01:31 +0200)]
fixed editable mask for rotated cameras
Calin Crisan [Tue, 7 Feb 2017 18:59:48 +0000 (20:59 +0200)]
upload services: MAX_FILE_SIZE generalized and increased to 1GB
Calin Crisan [Tue, 7 Feb 2017 18:56:40 +0000 (20:56 +0200)]
minor mask edit fix
Calin Crisan [Tue, 24 Jan 2017 15:40:01 +0000 (17:40 +0200)]
fixed editable mask shifting on some unusual resolutions
Calin Crisan [Tue, 24 Jan 2017 15:08:32 +0000 (17:08 +0200)]
credentials are now remembered for 10 years
Calin Crisan [Tue, 24 Jan 2017 15:03:51 +0000 (17:03 +0200)]
hashes inside a config line are part of the config value
Calin Crisan [Mon, 12 Dec 2016 19:45:34 +0000 (21:45 +0200)]
don't store the password hash in motion.conf
Calin Crisan [Sat, 10 Dec 2016 19:17:06 +0000 (21:17 +0200)]
fixed wrong frames showing progress when applying settings
Calin Crisan [Fri, 9 Dec 2016 20:04:13 +0000 (22:04 +0200)]
added more "special tokens" to various options' descriptions
LeBomb [Mon, 5 Dec 2016 23:21:45 +0000 (00:21 +0100)]
#378 Relative path instead of absolute path useful for reverse proxying
#378
Calin Crisan [Sun, 4 Dec 2016 15:53:56 +0000 (17:53 +0200)]
the number of rows when laying out frames is now configurable as a preference
Calin Crisan [Sun, 4 Dec 2016 15:11:43 +0000 (17:11 +0200)]
Merge pull request #323 from shaungrady/shaungrady-autofocus-username
Add `autofocus` attribute to login username field
Calin Crisan [Sun, 4 Dec 2016 15:09:55 +0000 (17:09 +0200)]
added support for remembering credentials when logging in
this was possible by saving the password hash in a cookie and using it in the signature instead of the original plain-text password
Calin Crisan [Sun, 4 Dec 2016 14:25:02 +0000 (16:25 +0200)]
added support for ?camera_ids=1,2,... query argument
Calin Crisan [Sun, 4 Dec 2016 12:06:53 +0000 (14:06 +0200)]
space can now be used in passwords
Calin Crisan [Sun, 4 Dec 2016 11:19:55 +0000 (13:19 +0200)]
Merge branch 'master' of github.com:ccrisan/motioneye