-
Notifications
You must be signed in to change notification settings - Fork 23
latest changes #84
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
Open
the0ne
wants to merge
49
commits into
GroundApps:master
Choose a base branch
from
the0ne:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
latest changes #84
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QR-Code (base64) generation added
Idea for postinst.sh Not sure how to automatically find config.php, any ideas?
update file for postinst.sh
Idea for UPDATE.php SQL Update does not work yet To check, set BACKEND_VERSION in CONSTANTS.php < 1
correction of installation path and added some info and direct link to the wiki.
Juanito003 master close GroundApps#72
To allow for slite database persistence accross Docker container destruction/creation, we use a Docker volume mounted on '/shoppinglist/data'. Files on the volume (ie 'shoppinglist.sqlite') are of course not served by nginx.
Thanks so much Could you create a MySQL Support too? Only then, I will merged it to master
backend fix-up
to avoid accidentally checking-in the api-key or db-configuration and to enable upgrading without losing the configuration data
Man are you boring :)
Am 21. August 2018 16:21:23 MESZ schrieb "Thomas E. Horner" <[email protected]>:
…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:
#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:
#84
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
Don't worry I'm not bored ;-) |
OK. We must really update the Android APP.
Am 21. August 2018 16:54:04 MESZ schrieb "Thomas E. Horner" <[email protected]>:
…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:
#84 (comment)
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
just created the pr for the app as GroundApps/ShoppingList#65 |
Hi, |
Looks like nobody has tested or reviewed it yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.