Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add is_dir check to getAllApps() function | RealRancor | 2015-07-08 | 1 | -1/+1 | |
|/ | ||||||
* | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -7/+7 | |
| | ||||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -5/+5 | |
| | ||||||
* | Delete OCS ID from DB if none is specified | Lukas Reschke | 2015-07-02 | 1 | -0/+2 | |
| | | | | | | If no OCS ID is specified in appinfo.xml and an app update is triggered and a OCS ID is stored in the DB we should clean the value. Ref https://github.com/owncloud/activity/issues/320#issuecomment-117937748 | |||||
* | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-01 | 1 | -15/+19 | |
| | ||||||
* | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+3 | |
| | | | | | | Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553 Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224 | |||||
* | Send OC version to appstore so it can reply with the right links | Joas Schilling | 2015-06-29 | 1 | -5/+5 | |
| | ||||||
* | Load the update information asyncroniously to fix the page load speed | Joas Schilling | 2015-06-10 | 1 | -2/+4 | |
| | ||||||
* | Avoid the log entry with the ModuleAlreadyExists exception when enabling the app | Joas Schilling | 2015-05-07 | 1 | -1/+7 | |
| | ||||||
* | Merge pull request #15314 from owncloud/app-categories-15274 | Lukas Reschke | 2015-04-09 | 1 | -57/+53 | |
|\ | | | | | Add different trust levels to AppStore interface | |||||
| * | Fix PHPDoc | Lukas Reschke | 2015-04-07 | 1 | -1/+3 | |
| | | ||||||
| * | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -56/+50 | |
| | | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | |||||
* | | Further cleanup of files_encryption | Thomas Müller | 2015-04-07 | 1 | -1/+1 | |
|/ | ||||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -18/+36 | |
| | ||||||
* | Correctly get array of groups and send OCP\IGroup objects to enable method | Joas Schilling | 2015-03-24 | 1 | -1/+9 | |
| | ||||||
* | Merge pull request #14862 from owncloud/introduce-shipped.json-master | Morris Jobke | 2015-03-23 | 1 | -5/+12 | |
|\ | | | | | shipped apps are now defined in core/shipped.json - the shipped tag in i... | |||||
| * | shipped apps are now defined in core/shipped.json - the shipped tag in ↵ | Thomas Müller | 2015-03-13 | 1 | -5/+12 | |
| | | | | | | | | info.xml is ignored from now on - never trust an app :speak_no_evil: | |||||
* | | Merge pull request #14961 from owncloud/onlyrequireinfo | Bernhard Posselt | 2015-03-17 | 1 | -3/+3 | |
|\ \ | | | | | | | Only hard depend on the info.xml and not the app.php | |||||
| * | | only hard depend on the info.xml and not the app.php | Bernhard Posselt | 2015-03-17 | 1 | -3/+3 | |
| | | | | | | | | | | | | fix comment | |||||
* | | | Use a closure for the files app entry and deprecate old methods | Joas Schilling | 2015-03-17 | 1 | -23/+4 | |
| |/ |/| | ||||||
* | | Fix totally broken AppStore code... | Lukas Reschke | 2015-03-06 | 1 | -2/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Merge pull request #14326 from ↵ | Morris Jobke | 2015-03-04 | 1 | -2/+2 | |
|\ \ | |/ |/| | | | | | owncloud/remove-unnessary-backslashes-from-translation Remove unnecessary backslashes from translations | |||||
| * | Remove unnecessary backslashes from translations | Joas Schilling | 2015-02-18 | 1 | -2/+2 | |
| | | ||||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -36/+18 | |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | |||||
* | | 3rd-party apps are disabled on upgrade - refs #14026 | Thomas Müller | 2015-02-24 | 1 | -33/+0 | |
| | | ||||||
* | | don't allow installation of already installed apps - fixes #14004 | Thomas Müller | 2015-02-23 | 1 | -6/+7 | |
| | | ||||||
* | | Merge pull request #13829 from owncloud/appmanager-list | Vincent Petry | 2015-02-23 | 1 | -77/+71 | |
|\ \ | | | | | | | Better caching for enabled apps | |||||
| * | | Use appmanager in OC_App::enable/disable | Robin Appelman | 2015-02-17 | 1 | -3/+5 | |
| | | | ||||||
| * | | better name for getAppsEnabledForUser | Robin Appelman | 2015-02-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use the app manager from oc_app | Robin Appelman | 2015-02-16 | 1 | -75/+67 | |
| | | | ||||||
* | | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -18/+36 | |
| |/ |/| | ||||||
* | | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | This changeset removes the static class `OC_Request` and moves the functions either into `IRequest` which is accessible via `\OC::$server::->getRequest()` or into a separated `TrustedDomainHelper` class for some helper methods which should not be publicly exposed. This changes only internal methods and nothing on the public API. Some public functions in `util.php` have been deprecated though in favour of the new non-static functions. Unfortunately some part of this code uses things like `__DIR__` and thus is not completely unit-testable. Where tests where possible they ahve been added though. Fixes https://github.com/owncloud/core/issues/13976 which was requested in https://github.com/owncloud/core/pull/13973#issuecomment-73492969 | |||||
* | | Remove unused function and correct PHPDoc | Lukas Reschke | 2015-02-16 | 1 | -27/+10 | |
|/ | ||||||
* | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 1 | -3/+3 | |
|\ | | | | | Cleanup of PHPDoc return types | |||||
| * | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #13852 from owncloud/cache-app-versions | Vincent Petry | 2015-02-09 | 1 | -2/+7 | |
|\ \ | | | | | | | Cache app versions | |||||
| * | | clear app version cache on upgrade | Robin Appelman | 2015-02-03 | 1 | -0/+1 | |
| | | | ||||||
| * | | Cache app versions | Robin Appelman | 2015-02-03 | 1 | -2/+6 | |
| | | | ||||||
* | | | enabled disabled files app in repair step | Morris Jobke | 2015-02-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Disallow disabling of files app | Morris Jobke | 2015-02-03 | 1 | -0/+3 | |
|/ / | ||||||
* | | Merge pull request #13319 from owncloud/replace-line-breaks-in-app-description | Lukas Reschke | 2015-01-17 | 1 | -1/+38 | |
|\ \ | |/ |/| | replace line breaks in the app description by spaces - fixes #13315 | |||||
| * | OC_App::parseAppInfo | Morris Jobke | 2015-01-14 | 1 | -1/+38 | |
| | | | | | | | | | | | | * replace line breaks (on non empty lines) in the app description by spaces * fixes #13315 * includes unit tests | |||||
* | | Fix PHPDoc | Lukas Reschke | 2015-01-15 | 1 | -0/+1 | |
| | | ||||||
* | | Check new and old ways of required oC version for app compatibility | Joas Schilling | 2015-01-14 | 1 | -2/+6 | |
|/ | ||||||
* | rework api of DependencyAnalyzer | Thomas Müller | 2014-12-12 | 1 | -2/+2 | |
| | ||||||
* | check app dependencies on installation as well | Thomas Müller | 2014-12-11 | 1 | -6/+21 | |
| | ||||||
* | translate labels properly | Thomas Müller | 2014-12-04 | 1 | -2/+2 | |
| | ||||||
* | Introduce app info xml parser including basic unit test - necessary for #10777 | Thomas Müller | 2014-11-25 | 1 | -56/+3 | |
| | ||||||
* | Run preupdate before an update | Lukas Reschke | 2014-11-13 | 1 | -4/+0 | |
| | | | | | | | | The update routine tries to test the database migration before actually performing the update. However, this will fail hard if the schema has changed (for example an unique key has been added). App developers can convert the DB in preupdate.php, however it is not called before and therefore the update fails. This actually breaks ownCloud updates from ownCloud 6 to ownCloud 7 when the files_antivirus app is enabled. | |||||
* | prevent PHP notice | Thomas Müller | 2014-10-30 | 1 | -1/+1 | |
| |