Georg Ehrke
|
a110973b3a
|
some additional type checks
|
2014-06-06 09:41:53 +02:00 |
Thomas Müller
|
fad3bd7fc0
|
reenable checkCode()
|
2014-06-05 16:32:46 +02:00 |
Georg Ehrke
|
724d027f19
|
add unit test
|
2014-06-04 16:29:41 +02:00 |
Georg Ehrke
|
19129b3db2
|
use isset() instead of array_key_exists()
|
2014-06-03 16:23:33 +02:00 |
Georg Ehrke
|
eea501b847
|
various fixes as requested by pr reviewers
|
2014-06-02 21:39:15 +02:00 |
Georg Ehrke
|
c8a8c7e933
|
read ocsid from shipped apps on install
|
2014-05-31 18:02:59 +02:00 |
Georg Ehrke
|
020255b4e5
|
add button for properly uninstalling apps
|
2014-05-31 17:50:39 +02:00 |
Georg Ehrke
|
c8636ca4d9
|
Merge branch 'master' into update_shipped_apps_from_appstore
Conflicts:
lib/private/app.php
lib/private/installer.php
|
2014-05-31 14:55:00 +02:00 |
Georg Ehrke
|
2bcfd8e084
|
make it possible to update shipped apps via the appstore
|
2014-05-31 12:17:54 +02:00 |
Vincent Petry
|
d43a7c5f6e
|
Added requiremin/requiremax fields for apps
Apps can now specify a minimum and maximum version of ownCloud in which
they are supported.
|
2014-05-27 11:54:12 +02:00 |
Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Robin McCorkell
|
87b548ed91
|
Fix all PHPDoc types and variable names, in /lib
|
2014-05-13 19:08:14 +01:00 |
Robin McCorkell
|
b653ad164b
|
Replace @returns with @return, in /lib
|
2014-05-13 19:08:14 +01:00 |
Philipp Schmitt
|
43b1d81f77
|
Use 'command -v' to detect whether and where software is installed (instead of 'which')
|
2014-02-21 13:45:57 +01:00 |
Morris Jobke
|
f944707a15
|
fix wrong removes
|
2014-02-19 11:50:17 +01:00 |
Scrutinizer Auto-Fixer
|
adaee6a5a1
|
Scrutinizer Auto-Fixes
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720
Enabled analysis tools:
- PHP Analyzer
- JSHint
- PHP Copy/Paste Detector
- PHP PDepend
|
2014-02-19 09:31:54 +01:00 |
Joas Schilling
|
b330d07b51
|
Fix more documentation failes
Issue #7111
|
2014-02-08 11:47:55 +01:00 |
Jörn Friedrich Dreyer
|
2a6a9a8cef
|
polish documentation based on scrutinizer patches
|
2014-02-06 17:02:21 +01:00 |
Thomas Müller
|
7f68497b39
|
error handling in case a requested app doesn't exists
|
2014-01-15 17:11:29 +01:00 |
Frank Karlitschek
|
7504fc0aef
|
switch code checker on by default. apps are not allowed to access some of the internal classes where we have a public api for now
|
2013-11-18 18:42:06 +01:00 |
Frank Karlitschek
|
385a296864
|
one tab less
|
2013-11-18 12:19:16 +01:00 |
Frank Karlitschek
|
e5994f9c1a
|
fix the version check for downloaded apps. Fixes https://github.com/owncloud/apps/issues/1485
|
2013-11-18 12:16:03 +01:00 |
Morris Jobke
|
fad2149e3f
|
Merge pull request #5551 from owncloud/fix-5202-master
When updating an appstore app, execute a database update
|
2013-10-31 11:10:28 -07:00 |
Morris Jobke
|
78971c61e6
|
update documentation for app update
|
2013-10-28 11:27:51 +01:00 |
Bart Visscher
|
b6c67c4c63
|
'Update to' is shown when there is no update
See #4716
|
2013-10-25 15:41:59 +02:00 |
Bart Visscher
|
310c8400df
|
When updating an appstore app, execute a database update
See #5202
|
2013-10-25 15:38:08 +02:00 |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |