Michael Neuendorf
652ee3892e
Add feature to always turn on the torch in camera scanner.
2020-03-29 13:30:29 +02:00
Michael Neuendorf
885c294443
Remove toggling of torch, as it's not working
...
and add resize of video to fit in viewport hieght
2020-03-29 13:05:13 +02:00
Michael Neuendorf
0f2f6a7194
Allow toggling torch
2020-03-27 22:14:57 +01:00
Michael Neuendorf
56f31fd34e
Don't exceed the screen width with camera window
2020-03-27 22:14:57 +01:00
Michael Neuendorf
4e459956bf
Allow toggling torch
2020-03-27 22:14:57 +01:00
Michael Neuendorf
1dcee60358
Don't exceed the screen width with camera window
2020-03-27 22:13:01 +01:00
Michael Neuendorf
f633367644
Allow toggling torch
2020-03-27 22:13:01 +01:00
Michael Neuendorf
5fd35a8547
Disable torch button, if not supported
2020-03-27 22:13:01 +01:00
Bernd Bestel
caf7127c13
Added changelog for #672
2020-03-27 19:32:25 +01:00
kriddles
2fee4b45ff
set default store for product, purchase set last store purchased if available or use product default ( #672 )
2020-03-27 19:27:40 +01:00
Bernd Bestel
d509f9add0
Added changelog for #669
2020-03-27 17:46:08 +01:00
tsia
81d84d93e2
fixed missing class error in CalendarApiController ( #669 )
2020-03-27 17:44:29 +01:00
Bernd Bestel
646f638111
Added changelog for #668
2020-03-27 14:32:30 +01:00
Marc Ole Bulling
9a27b8e3a5
Added amount value for locations api ( #668 )
2020-03-27 14:29:26 +01:00
Bernd Bestel
d7738aa1ec
Added some demo data to showcase the new price tracking per store feature (references #658 )
2020-03-25 20:56:33 +01:00
Bernd Bestel
4f40b40fe0
Fixed migration (references #658 )
2020-03-25 20:39:19 +01:00
Bernd Bestel
7b737590ea
Added changelog for #657
2020-03-25 20:32:37 +01:00
Mik-
f3b504b7de
Optionally use number pad input in best-before-date fields on mobile Chrome ( #657 )
...
* Add missing translation for de
* Add option to set best-before-date field input-type to number
This allows faster input in mobile devices
* Fix datetimepicker with inputmode
* Fix datatimepicker with numeric input
* Add missing translation for de
* Add option to set best-before-date field input-type to number
This allows faster input in mobile devices
* Fix datetimepicker with inputmode
* Fix datatimepicker with numeric input
* Use more precise name for number pad option
* Update localization/de/strings.po
Co-Authored-By: Bernd Bestel <bernd@berrnd.de>
* Fix merge conflict
* Fix merge conflict try 2
Co-authored-by: Michael Neuendorf <neuendorf@gonicus.de>
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-03-25 20:26:54 +01:00
Bernd Bestel
2619d03cc0
Added changelog for #658
2020-03-25 20:12:38 +01:00
Bernd Bestel
305f5b67e4
Name shopping locations "Stores" on the frontend (references #658 )
2020-03-25 20:09:28 +01:00
Bernd Bestel
5214a775ed
Fix stock entries page rendering problem when FEATURE_FLAG_STOCK_PRICE_TRACKING is set to false (references #658 )
2020-03-25 20:02:59 +01:00
Bernd Bestel
2d00f6f84a
Immediately show the changed shopping location after edit on the stock entries page (references #658 )
2020-03-25 20:00:52 +01:00
Bernd Bestel
06f65594de
Fix stock entries page error when there is no shopping location (references #658 )
2020-03-25 19:53:00 +01:00
Bernd Bestel
c3d4be352d
Fix product card chart rendering error when there is no shopping location (references #658 )
2020-03-25 19:49:10 +01:00
Immae
a45317aea1
Add shopping location for price tracking ( #658 )
2020-03-25 19:34:56 +01:00
dacto
573b6ece89
Process Settings from environment and settingoverrides values the same: ( #660 )
...
* fixes handling strings representing bools from settingoverrides .txt files
* trailing newline characters are now stripped
2020-03-25 19:30:16 +01:00
Bernd Bestel
22eaeee572
Added changelog for #660
2020-03-25 19:29:30 +01:00
Bernd Bestel
375865d80e
Changelog and some small changes for #639
2020-03-22 18:02:19 +01:00
Marc Ole Bulling
3fc14db5d5
Check if all dependencies are installed ( #639 )
...
* Added check if all dependencies are installed and config.php/config-dist.php exists
* Also check for php modules
* Uncomment code that was accidentally disabled for debug purposes
2020-03-22 17:55:23 +01:00
Bernd Bestel
dcfd9d848d
Added changelog for #637 / #638
2020-03-22 09:27:49 +01:00
Marc Runkel
03eee1329c
Fix recipes page ( #638 )
...
* My config
* Add check to see if any recipe is selected
* Add check to see if a recipe is actually selected
Co-authored-by: Marc Runkel <marc.runkel@plusforta.de>
2020-03-22 09:24:49 +01:00
Bernd Bestel
03566d0644
Added changelog for #633 / #629
2020-03-21 15:56:59 +01:00
Mik-
71b62d5708
629 Make ellipsis menu in stock overview more responsive ( #633 )
...
* Make popup menues in table rows responsive
* Move "consum all" button to ellipsis menu on small devices
2020-03-21 15:52:51 +01:00
Bernd Bestel
eb3c0f9397
Typo...
2020-03-06 21:46:14 +01:00
Bernd Bestel
40034ed7bd
Prepared next release
2020-03-06 21:29:37 +01:00
Bernd Bestel
c67a5bf77d
Updated dependencies
2020-03-06 21:28:36 +01:00
Bernd Bestel
9f6daac010
Added new demo data localization string
2020-03-06 21:23:31 +01:00
Bernd Bestel
e0f71aa308
Pulled translations from Transifex
2020-03-06 21:14:50 +01:00
Bernd Bestel
f1496894b5
Fixed adding new chores did not work (references #479 )
2020-03-06 21:01:41 +01:00
Bernd Bestel
48dc8e45ba
Fixed localization string (references #588 )
2020-03-06 20:58:01 +01:00
Bernd Bestel
f440604007
Fixed Location Content Sheet product ordering ( fixes #590 )
2020-03-06 20:56:11 +01:00
Bernd Bestel
5cfe7cf34d
Fixed that the recipe page was reloaded when expanding a collapsed row on mobile ( fixes #589 )
2020-03-06 20:51:09 +01:00
Bernd Bestel
e2bb3a7d00
Changelog & little changes for #592
2020-03-06 20:46:27 +01:00
DarienFord
b0ddc026f8
Added chore name when getting list of all chores. ( #592 )
2020-03-06 20:43:38 +01:00
Bernd Bestel
8be14768df
Added new config.php setting for subdirectory base path ( closes #568 )
2020-03-06 20:41:00 +01:00
Bernd Bestel
c73ce21ef5
Removed selective/basepath (references #568 )
2020-03-06 20:33:36 +01:00
Bernd Bestel
c38c519b18
Fixed that images did not work after merging #479
2020-03-01 19:48:08 +01:00
Bernd Bestel
fc131f5598
Little changes and changelog for #574
2020-03-01 17:58:10 +01:00
Radim Kabeláč
51cd81422e
Button to Flashlight ON in Barcodescanner ( #574 )
...
* Button to Flash lights ON in barcodereader
Only to ON, not OFF (you can Cancel)
* First documentation files for ReadThedoc
* Delete index.md
* Delete mkdocs.yml
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-03-01 17:53:28 +01:00
Bernd Bestel
14c9c045e7
Added changelog for #479
2020-03-01 17:50:34 +01:00