nextcloud / apps

🚚 This is an archive. Let us know if you want to take over maintainership of any of these apps
11 stars 29 forks source link

delete apptemplate because it's horribly outdated #75

Closed georgehrke closed 5 years ago

georgehrke commented 5 years ago

This app template still makes use of stuff like ...

OCP\User::checkAdminUser();
OCP\JSON::callCheck();

... and doesn't use Controllers, etc.

People should simply use the Apps-store app-generator as described in our documentation.

jancborchardt commented 5 years ago

@georgehrke good stuff! :) Let’s clean up the rest too, issues, pull request, and the things you mentioned about the note in the readme. :)