-
Notifications
You must be signed in to change notification settings - Fork 337
Conversation
…into unhosted-apps
…logged in at least once
Can one of the admins verify this patch? |
<name>*dbname*</name> | ||
<create>true</create> | ||
<overwrite>false</overwrite> | ||
<charset>latin1</charset> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be utf8 or much grief will come upon us ;)
I haven't tested it, but besides the Latin1 db collation it looks good and clean 👍 |
@owncloud-bot this is ok to test |
@michielbdejong What is the state of that? Is this ready to be merged in shipped with ownCloud 5 ? |
yes, this version is quite crude and the next version is already underway with several improvements, but it works, so i think it would be nice if you include it! :) many thanks, |
Cool. Well technically we had feature freeze last friday. ;-) When is the new app ready? |
i can probably have it ready tomorrow evening |
Ok. This would be great. |
Bummer, i was working till 3am yesterday and got the app working. now i updated my install to master, and it looks like the app format has changed. i can't get my app to work on 5.0 atm, i can't even get the template app working, this is a whole new learning curve. for now i will get my app working on stable45 first, so that at least i can use it myself, and people who are willing to stay on 4.5 can use it. then i will find time soon to migrate it to 5.0, but it is not going to be today, sorry. |
@michielbdejong
|
it seems that this works on my machine, but i changed it around so as not to use this funny syntax. |
this old one is superceded by #1260 |
I renamed my app from 'Unhosted apps' to 'Open web apps' because it's clearer.
This app is aimed at advanced users who want to experiment with new web technology such as Mozilla's Open Web App manifest format and connecting unhosted web apps to your ownCloud data via the remotestorage protocol. this pull request is the cleaned-up version of #47