101 Commits

Author SHA1 Message Date
Bernd Bestel
5455ec7bde
Added missing translations 2018-05-12 16:30:10 +02:00
Bernd Bestel
2e7af1b050
Added possibility to consume products directly from stock overview 2018-05-12 16:15:28 +02:00
Bernd Bestel
89bae8d25e
Changed how version information is stored and displayed 2018-05-12 15:49:21 +02:00
Bernd Bestel
5b5c272909
Correct and complete documentation 2018-05-12 15:36:23 +02:00
Bernd Bestel
3e394a3840
Also show due/overdue on bateries- and habitoverview 2018-05-12 15:30:13 +02:00
Bernd Bestel
ab8094e1c0
Don't expose username when not logged in 2018-05-12 14:56:51 +02:00
Bernd Bestel
bbb5f1c7c7
Rework general page layout and improve responsiveness (references #9) 2018-05-12 14:25:21 +02:00
Bernd Bestel
b607f188af
Correct PHP dependency information (closes #8) 2018-05-11 09:51:30 +02:00
Bernd Bestel
9ab1a674fe
Merge pull request #7 from d-Rickyy-b/patch-1
FIX: Add missing translation of "Add" button
2018-05-07 22:38:32 +02:00
Rico
2f0a1391b7
FIX: Add missing translation of "Add" button
The "Add" button was not translated in the 'Quantity units' form.
2018-05-07 22:30:17 +02:00
Bernd Bestel
a9a1358b08
Added a plugin system for looking up products against external services by barcode (references #6) v1.9.2 2018-04-22 19:50:24 +02:00
Bernd Bestel
4853174d03
Validate all API request as the API is now open for third parties (references #5) v1.9.1 2018-04-22 14:25:08 +02:00
Bernd Bestel
538d789366
Don't expose stock entity directly via API 2018-04-21 21:33:03 +02:00
Bernd Bestel
0751919b82
Add API & data model documentation hint 2018-04-21 20:13:47 +02:00
Bernd Bestel
99b2a84667
Finish API documentation and token auth (references #5) v1.9.0 2018-04-21 19:18:00 +02:00
Bernd Bestel
9bd6aac09c
Start working on API documentation and token auth (references #5) 2018-04-20 23:09:18 +02:00
Bernd Bestel
7be35a90c1
Small style changes 2018-04-20 15:21:29 +02:00
Bernd Bestel
eae5b8bad9
Revise session handling to prepare API authentication via token 2018-04-20 11:34:53 +02:00
Bernd Bestel
0c85342404
Updated Composer dependencies 2018-04-20 09:48:06 +02:00
Bernd Bestel
9ddcdb3ab2
Fixed login form didn't respect the configured BASE_URL v1.8.2 2018-04-18 22:38:05 +02:00
Bernd Bestel
1c537cf5da
Added some missing translations v1.8.1 2018-04-18 19:37:36 +02:00
Bernd Bestel
607a90cccc
Use absolute URLs everywhere, this should fix #3 2018-04-18 19:03:39 +02:00
Bernd Bestel
3d1c6fc5f0
Added update instructions 2018-04-18 07:59:13 +02:00
Bernd Bestel
df1d3677e8
Fixed wrong format info 2018-04-17 20:10:19 +02:00
Bernd Bestel
4da2ac9b35
Typo... 2018-04-17 20:02:09 +02:00
Bernd Bestel
b4ae7d8538
Added some notable things to README 2018-04-17 20:00:00 +02:00
Bernd Bestel
870b679e0e
Updated screenshots 2018-04-16 19:31:31 +02:00
Bernd Bestel
4656a85732
Added localization support v1.8.0 2018-04-16 19:11:32 +02:00
Bernd Bestel
4949913ccb
Fix usings 2018-04-15 16:02:17 +02:00
Bernd Bestel
580bd5ac0c
This is 1.7.0 v1.7.0 2018-04-15 15:41:59 +02:00
Bernd Bestel
2bf3448d18
Separate app bootstrapping and routes 2018-04-15 14:51:31 +02:00
Bernd Bestel
e9bc51ca3d
Fix session table missing on start with empty database 2018-04-15 14:49:00 +02:00
Bernd Bestel
5ddae116e0
Some style changes 2018-04-15 14:38:42 +02:00
Bernd Bestel
13566bc6fd
Modularize more components 2018-04-15 09:41:53 +02:00
Bernd Bestel
642f95a3f8
Finalize project reorganization 2018-04-14 11:10:38 +02:00
Bernd Bestel
5a1d21ef31
Reorganize project part 3 2018-04-12 21:13:38 +02:00
Bernd Bestel
7dcd39f82f
Move public stuff into subdirectory 2018-04-11 20:47:03 +02:00
Bernd Bestel
655aa89bd6
Merge branch 'master' of https://github.com/berrnd/grocy 2018-04-11 19:51:22 +02:00
Bernd Bestel
feb88ab685
Reorganize project part 2 2018-04-11 19:51:05 +02:00
Bernd Bestel
79b4bad014
Reorganize project part 2 2018-04-11 19:49:35 +02:00
Bernd Bestel
bcd5092427
Reorganize project part 1 2018-04-10 20:30:11 +02:00
Bernd Bestel
554a83fa01
Show auto added products with blue background 2018-01-04 22:23:24 +01:00
Bernd Bestel
57acb62520
Show note below product name 2018-01-04 21:55:12 +01:00
Bernd Bestel
52ed5f2285
Show relative date in purchase form 2018-01-04 13:02:28 +01:00
Bernd Bestel
dd1d253ea5
Fix form label naming 2018-01-04 12:53:15 +01:00
Bernd Bestel
e40979a874
Allow arbitrary text in shopping list 2018-01-04 12:51:36 +01:00
Bernd Bestel
2ddbc2656b
Added >PHP 7.0 requirement (this closes #2) 2017-11-26 10:27:09 +01:00
Bernd Bestel
7351fce395
Form productivity improvements 2017-11-10 22:45:53 +01:00
Bernd Bestel
e4b0bbf7f7
This is 1.6.1 v1.6.1 2017-11-09 21:37:33 +01:00
Bernd Bestel
f71121e6b2
Improved sidebar responsiveness 2017-11-09 21:36:44 +01:00