Open the0ne opened 6 years ago
Man are you boring :)
Am 21. August 2018 16:21:23 MESZ schrieb "Thomas E. Horner" notifications@github.com:
added web ui at /index.php (note: android app endpoint needs to end with .../api.php) added synced "checked" flag (strike-through) added local config file support to avoid overwriting local settings on update added support for qr-code scanning and ean->product resolution etc.
please test it out thoroughly. You can view, comment on, or merge this pull request online at:
https://github.com/GroundApps/ShoppingList_Backend/pull/84
-- Commit Summary --
- Fixed undefined index notices.
- Added pdo db_connector.php.
- modified: .gitignore
- qr-code generation added
- Completed db connector according to current api.
- replaced old database connectors in api.php with db_connector.
- Fixed misleading status codes on multiple items.
- generate QR code as base64 string instead as file
- fixed indents
- fixed typo
- removed unused entry
- Merge pull request #55 from r4mp/devel
- Create postinst.sh
- Create update.sql
- Create UPDATE.php
- Update UPDATE.php
- Fixed constant already defined notices.
- Typo.
- Update README.md
- Update README.md
- Merged
- Merge pull request #73 from GroundApps/juanito003-master
- Update README.md
- Adding Docker support for easy deploying
- Merge branch 'docker' into devel
- Adding php-pdo_sqlite
- Typo causes warning
- Correction on entrypoint for hashed key
- Docker: persist sqlite file with volume
- Update README with Docker instructions
- Merge pull request #75 from Lertsenem/master
- some fixes and cleanup + bootstrap ui
- added viewport directive to support mobile device browsers
- improving rwd compliance
- updated css for improved layout and tap handling
- webgui: add new element on enter button
- Merge pull request #78 from the0ne/devel
- added read-only mode
- Added save and update of checked attribute
- Added lookup of qr code
- added support for the checked flag
- Merge branch 'devel' of https://github.com/matgoebl/ShoppingList_Backend into devel
- added local configuration
- added checked flag update support to web ui
- additional check for addQRcodeItem
- changed from outpan.com to opengtindb.org
- changed checked confirmation text to symbols
-- File Changes --
M .gitignore (4) A .gitmodules (3) M .htaccess (2) M CONSTANTS.php (30) A Dockerfile (30) M INSTALL.php (523) M README.md (40) A UPDATE.php (361) M api.php (148) M config.php (33) A css/main.css (166) A db_connector.php (178) A docker/config_sqlite.php (9) A docker/entrypoint.sh (31) A docker/hash_apikey.php (6) A docker/nginx.conf (63) A docker/php-fpm.conf (24) A index.php (94) A js/main.js (419) A lib/phpqrcode-git (1) D mysql_connector.php (276) A postinst.sh (18) D sqlite_connector.php (136) A update.sql (1) A view.php (52)
-- Patch Links --
https://github.com/GroundApps/ShoppingList_Backend/pull/84.patch https://github.com/GroundApps/ShoppingList_Backend/pull/84.diff
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/GroundApps/ShoppingList_Backend/pull/84
-- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
Don't worry I'm not bored ;-) But I'm using this piece of software nearly daily and I love it!
OK. We must really update the Android APP.
Am 21. August 2018 16:54:04 MESZ schrieb "Thomas E. Horner" notifications@github.com:
Don't worry I'm not bored ;-) But I'm using this piece of software nearly daily and I love it!
-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/GroundApps/ShoppingList_Backend/pull/84#issuecomment-414703366
-- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
just created the pr for the app as https://github.com/GroundApps/ShoppingList/pull/65
Hi, I am wondering if there is any update on this PR?
Looks like nobody has tested or reviewed it yet.
added web ui at /index.php (note: android app endpoint needs to end with .../api.php) added synced "checked" flag (strike-through) added local config file support to avoid overwriting local settings on update added support for qr-code scanning and ean->product resolution etc.
please test it out thoroughly.