cozy / cozy-home-v2

This repository was part of CozyV2 which has been deprecated
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
94 stars 53 forks source link

App's title missing when installing from a Github repo #645

Closed nicofrand closed 8 years ago

nicofrand commented 8 years ago

Using this URL : https://github.com/frankrousseau/HexGL.git, I got "undefined" instead of the application title when cozy displays all the rights the app requires.

cozy-bug-add-app

PS: same with https://github.com/frankrousseau/2048.git and https://github.com/jsilvestre/cozy-esviji.git

felix-lambert commented 8 years ago

It seems that, when you want to upload from the url, all the apps that are not in the marketplace are "undefined". Also, when you use the url and you want to upload an app from the marketplace you only get the description, but not the name. So this problem seems, IMHO, to be global. Maybe that it could be interesting to get all the info of an app only from the package.json file. Do you want me to have a look ?

clochix commented 8 years ago

Probably related to cozy/cozy-controller#120 IMHO, we should use informations from package.json rather than from our registry every time it is possible.

poupotte commented 8 years ago

This issue is fixed in new home version : 2.1.7. Thanks @clochix