nextcloud/lib
Lukas Reschke d5a8225c0e Fix totally broken AppStore code...
As it turned out the AppStore code was completely broken when it came from apps delivered from the appstore, this meant:

1. You could not disable and then re-enable an application that was installed from the AppStore. It simply failed hard.
2. You could not disable apps from the categories but only from the "Activated" page
3. It did not show the activation state from any category page

This code is completely static and thus testing it is impossible. We really have to stop with "let's add yet another feature in already existing static code". Such stuff has to get refactored first.

That said, this code works from what I can say when clicking around in the AppStore page GUI. However, it may easily be that it does not work with updates or whatsever as I have no chance to test that since the AppStore code is not open-source and it is impossible to write unit-tests for that.

Fixes https://github.com/owncloud/core/issues/14711
2015-03-06 00:16:17 +01:00
..
l10n [tx-robot] updated from transifex 2015-03-05 01:56:35 -05:00
private Fix totally broken AppStore code... 2015-03-06 00:16:17 +01:00
public Fix PHPDoc 2015-03-04 15:35:41 +01:00
repair Add a repair step to delete old tables 2015-03-02 12:02:14 +01:00
autoloader.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
base.php Refactor \OC\Memcache\Factory 2015-03-05 11:36:34 +00:00