Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check whether index is set before using it | Arthur Schiwon | 2016-04-26 | 1 | -1/+2 |
| | |||||
* | Fixing CodeChecker usage :see_no_evil: | Thomas Müller | 2016-03-01 | 1 | -1/+4 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Update installer.php | michag86 | 2015-08-10 | 1 | -0/+1 |
| | |||||
* | Check if archive contains a directory named like appid | michag86 | 2015-08-10 | 1 | -0/+3 |
| | |||||
* | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -9/+9 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Send OC version to appstore so it can reply with the right links | Joas Schilling | 2015-06-29 | 1 | -3/+3 |
| | |||||
* | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -4/+13 |
| | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -15/+29 |
| | |||||
* | Add wrapper for Guzzle | Lukas Reschke | 2015-03-25 | 1 | -2/+3 |
| | |||||
* | display app update error messages - fixes #14611 | Thomas Müller | 2015-03-11 | 1 | -6/+7 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -29/+16 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | don't allow installation of already installed apps - fixes #14004 | Thomas Müller | 2015-02-23 | 1 | -3/+8 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+29 |
| | |||||
* | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -1/+0 |
| | | | | | | | | | | 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 | ||||
* | Merge pull request #13750 from owncloud/enhanced-code-checker | Thomas Müller | 2015-02-16 | 1 | -51/+9 |
|\ | | | | | Implement php code checker to detect usage of not allowed private ... | ||||
| * | integrate code checker in the installer | Thomas Müller | 2015-02-11 | 1 | -50/+8 |
| | | |||||
| * | implement php code checker to detect usage of not allowed private APIs - ↵ | Thomas Müller | 2015-02-10 | 1 | -1/+1 |
| | | | | | | | | including console command to check local code to be used by developers | ||||
* | | App install behind a Proxy | Witali Rott | 2015-02-11 | 1 | -1/+1 |
|/ | |||||
* | drop OC_Preferences | Morris Jobke | 2015-02-04 | 1 | -1/+0 |
| | |||||
* | disable the app code checker - some previous shipped apps cannot be ↵ | Thomas Müller | 2015-01-27 | 1 | -1/+1 |
| | | | | installed from the appstore now :facepunch: | ||||
* | Limit blacklist to php files | Richard Clarkson | 2014-11-27 | 1 | -1/+1 |
| | | | | | | | During performance optimization I have discovered that the installer scans all files for the blacklisted words. This greatly impacts speed on lower end devices such as the raspberry pie. This commit limits it to PHP files which seems to achieve the desired effect. I have used the --include option to achieve this, see http://stackoverflow.com/questions/1987926/how-do-i-grep-recursively This contribution is MIT licensed | ||||
* | Replace some more "command -v" calls with the Helper method | Joas Schilling | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -3/+3 |
| | |||||
* | in order to prevent false-positives on the code checker - exec and eval will ↵ | Thomas Müller | 2014-08-14 | 1 | -4/+0 |
| | | | | not longer be grepped for | ||||
* | Merge pull request #9598 from owncloud/fix-app-installation-master | Thomas Müller | 2014-07-14 | 1 | -9/+4 |
|\ | | | | | append file extension to the temporary file which contains the downloade... | ||||
| * | append file extension to the temporary file which contains the downloaded ↵ | Thomas Müller | 2014-07-11 | 1 | -9/+4 |
| | | | | | | | | archive - in case of zip files fileinfo doesn't seem to return anything reliable | ||||
* | | add proper version comparision in OC_Installer::isUpdateAvailable | Georg Ehrke | 2014-07-10 | 1 | -2/+1 |
|/ | |||||
* | Add explanation about the current implementation of updateApp | Bart Visscher | 2014-06-22 | 1 | -1/+5 |
| | |||||
* | disable code check for shipped apps | Georg Ehrke | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | don't skip code check for skipped apps | Georg Ehrke | 2014-06-13 | 1 | -1/+1 |
| | | | those apps will have to use the public api | ||||
* | skip certain tests for shipped apps | Georg Ehrke | 2014-06-13 | 1 | -6/+10 |
| | |||||
* | don't show update button when appstore is disabled or no writable dir exists | Georg Ehrke | 2014-06-10 | 1 | -0/+15 |
| | |||||
* | some additional type checks | Georg Ehrke | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | reenable checkCode() | Thomas Müller | 2014-06-05 | 1 | -1/+0 |
| | |||||
* | add unit test | Georg Ehrke | 2014-06-04 | 1 | -16/+25 |
| | |||||
* | use isset() instead of array_key_exists() | Georg Ehrke | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | various fixes as requested by pr reviewers | Georg Ehrke | 2014-06-02 | 1 | -2/+2 |
| | |||||
* | read ocsid from shipped apps on install | Georg Ehrke | 2014-05-31 | 1 | -0/+3 |
| | |||||
* | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 1 | -5/+13 |
| | |||||
* | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-05-31 | 1 | -9/+6 |
|\ | | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php | ||||
| * | Added requiremin/requiremax fields for apps | Vincent Petry | 2014-05-27 | 1 | -4/+1 |
| | | | | | | | | | | Apps can now specify a minimum and maximum version of ownCloud in which they are supported. | ||||
| * | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -7/+7 |
| | | | | | | | | * test case added to avoid adding them later | ||||
| * | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | | |||||
| * | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | | |||||
* | | make it possible to update shipped apps via the appstore | Georg Ehrke | 2014-05-31 | 1 | -108/+174 |
|/ | |||||
* | Use 'command -v' to detect whether and where software is installed (instead ↵ | Philipp Schmitt | 2014-02-21 | 1 | -1/+1 |
| | | | | of 'which') | ||||
* | fix wrong removes | Morris Jobke | 2014-02-19 | 1 | -1/+24 |
| |