Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/jens-maus/carddav2fb
* 'master' of https://github.com/jens-maus/carddav2fb: (23 commits) we use !== for asXML() to make sure we really match with false fixed some more issues revealed by scrutinizer. Scrutinizer Auto-Fixes fixed some php code warnings revealed by scrutinizer-ci. Update README.md fixed the recently introduced warning/error outputs by adding PHP_EOL and a semicolon. This refs jens-maus#26. added some more warning/error output if a FTP-connection cannot be performed for some reasons. This refs jens-maus#26. fixed problem if the fonpix directory doesn't exist and is freshly created. This refs jens-maus#26. slightly reworked the photo data recognition/conversion routines to have some additional base64 encoding checks and to also check for the ['value'] key in the photo_data array or otherwise assume this might be an URL to point at a specific image. This refs jens-maus#24. yet an other spechial char: "ø" reworked routines constructing the phonebook names depending on the 'fullname_format' user setting. Now it should be more consistnt and generate valid names even for vcards not following a standard set. cleaned up processing output to look a bit nicer and also fixed $vcard_obj->n[0] warning not being set. cleanup: adapted code to common coding style rules (please use same coding styling in future!) cleanup: replaced all tabs by spaces (no tabs please, they are evil!) removed all the "init-images" stuff as it is not required anymore. improve vcard phone conversion upload image if nessesary only fix VIP handling fix minor typo Addresses jens-maus#15. Chaning given IP to hostname to avoid Fritzbox to assume remote access ...
- Loading branch information