]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoimplement php code checker to detect usage of not allowed private APIs - including...
Thomas Müller [Wed, 28 Jan 2015 21:08:50 +0000 (22:08 +0100)]
implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers

9 years agoMerge pull request #14028 from frsela/charset_utf8
Lukas Reschke [Tue, 10 Feb 2015 09:38:12 +0000 (10:38 +0100)]
Merge pull request #14028 from frsela/charset_utf8

Setting default charset to UTF-8 in .htaccess and .user.ini

9 years agoSetting default charset to UTF-8 in .htaccess and .user.ini
Fernando Rodriguez Sela [Tue, 10 Feb 2015 08:39:06 +0000 (09:39 +0100)]
Setting default charset to UTF-8 in .htaccess and .user.ini

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 10 Feb 2015 06:55:06 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13425 from owncloud/phpdoc_cleanup
Morris Jobke [Tue, 10 Feb 2015 00:14:00 +0000 (01:14 +0100)]
Merge pull request #13425 from owncloud/phpdoc_cleanup

Cleanup of PHPDoc return types

9 years agoMerge pull request #13663 from owncloud/issue/13624-notification-when-favorting-fails
Morris Jobke [Mon, 9 Feb 2015 23:05:39 +0000 (00:05 +0100)]
Merge pull request #13663 from owncloud/issue/13624-notification-when-favorting-fails

Only update favorite icon if the operation was successful

9 years agoMerge pull request #13842 from owncloud/is_file_2_is_readable
Morris Jobke [Mon, 9 Feb 2015 22:45:32 +0000 (23:45 +0100)]
Merge pull request #13842 from owncloud/is_file_2_is_readable

check if cache files are readable

9 years agoMerge pull request #14007 from owncloud/fix-broken-master
Morris Jobke [Mon, 9 Feb 2015 22:34:14 +0000 (23:34 +0100)]
Merge pull request #14007 from owncloud/fix-broken-master

[master] Request requires a second parameter

9 years agoRequest requires a second parameter
Thomas Müller [Mon, 9 Feb 2015 20:58:54 +0000 (21:58 +0100)]
Request requires a second parameter

9 years agoMerge pull request #13923 from owncloud/l10n-ignore-jsmin
Thomas Müller [Mon, 9 Feb 2015 20:07:13 +0000 (21:07 +0100)]
Merge pull request #13923 from owncloud/l10n-ignore-jsmin

Ignore minified js in translation process

9 years agoMerge pull request #13511 from owncloud/naturalsort_speeeeeed
Lukas Reschke [Mon, 9 Feb 2015 17:39:52 +0000 (18:39 +0100)]
Merge pull request #13511 from owncloud/naturalsort_speeeeeed

NaturalSort performance improvements

9 years agoMerge pull request #13928 from owncloud/prevent_ghost_files_master
Vincent Petry [Mon, 9 Feb 2015 17:15:45 +0000 (18:15 +0100)]
Merge pull request #13928 from owncloud/prevent_ghost_files_master

prevent creation of ghost directories

9 years agoMerge pull request #13921 from owncloud/ocs-af
Vincent Petry [Mon, 9 Feb 2015 17:11:47 +0000 (18:11 +0100)]
Merge pull request #13921 from owncloud/ocs-af

Add a controller and reponse for ocs

9 years agoMerge pull request #13852 from owncloud/cache-app-versions
Vincent Petry [Mon, 9 Feb 2015 17:03:19 +0000 (18:03 +0100)]
Merge pull request #13852 from owncloud/cache-app-versions

Cache app versions

9 years agoMerge pull request #13870 from owncloud/drop-oc-preferences-2
Vincent Petry [Mon, 9 Feb 2015 16:49:05 +0000 (17:49 +0100)]
Merge pull request #13870 from owncloud/drop-oc-preferences-2

drop OC\Preferences

9 years agoMerge pull request #13869 from owncloud/drop-oc-preferences
Vincent Petry [Mon, 9 Feb 2015 16:48:36 +0000 (17:48 +0100)]
Merge pull request #13869 from owncloud/drop-oc-preferences

drop OC_Preferences

9 years agoMerge pull request #13973 from owncloud/enhancement/security/13366
Lukas Reschke [Mon, 9 Feb 2015 16:35:19 +0000 (17:35 +0100)]
Merge pull request #13973 from owncloud/enhancement/security/13366

Respect `mod_unique_id` and refactor `OC_Request::getRequestId`

9 years agoStore FileInfo::getType() result for future use
Robin McCorkell [Thu, 22 Jan 2015 11:04:10 +0000 (11:04 +0000)]
Store FileInfo::getType() result for future use

9 years agoPerformance improvements for NaturalSort
Robin McCorkell [Tue, 20 Jan 2015 12:40:18 +0000 (12:40 +0000)]
Performance improvements for NaturalSort

A combination of using isset() instead of count() or strlen(), caching the
chunkify function, and replacing is_numeric() with some comparisons

9 years agoMerge pull request #13854 from owncloud/avatar-exists
Vincent Petry [Mon, 9 Feb 2015 16:06:24 +0000 (17:06 +0100)]
Merge pull request #13854 from owncloud/avatar-exists

Add a better way to check if an avatar exists for the user

9 years agoMerge pull request #13925 from owncloud/fix-13898
blizzz [Mon, 9 Feb 2015 15:55:50 +0000 (16:55 +0100)]
Merge pull request #13925 from owncloud/fix-13898

no fruitless count attempts, and notification should disappear

9 years agoMerge pull request #13977 from owncloud/tempmanager-check-handle
Joas Schilling [Mon, 9 Feb 2015 15:40:56 +0000 (16:40 +0100)]
Merge pull request #13977 from owncloud/tempmanager-check-handle

Check directory handle before we use it

9 years agoMerge pull request #13958 from owncloud/fix-resize-overlap
Jan-Christoph Borchardt [Mon, 9 Feb 2015 13:23:19 +0000 (14:23 +0100)]
Merge pull request #13958 from owncloud/fix-resize-overlap

Avoid dropdown to float under sidebar for mid narrow screens

9 years agoMerge pull request #13364 from is-apps/files_external_cleanup
Vincent Petry [Mon, 9 Feb 2015 12:20:42 +0000 (13:20 +0100)]
Merge pull request #13364 from is-apps/files_external_cleanup

Clean up files_external

9 years agoCheck directory handle before we use it
Robin Appelman [Mon, 9 Feb 2015 11:36:18 +0000 (12:36 +0100)]
Check directory handle before we use it

9 years agoRespect `mod_unique_id` and refactor `OC_Request::getRequestId`
Lukas Reschke [Mon, 9 Feb 2015 10:41:48 +0000 (11:41 +0100)]
Respect `mod_unique_id` and refactor `OC_Request::getRequestId`

When `mod_unique_id` is enabled the ID generated by it will be used for logging. This allows for correlation of the Apache logs and the ownCloud logs.

Testplan:

- [ ] When `mod_unique_id` is enabled the request ID equals the one generated by `mod_unique_id`.
- [ ] When `mod_unique_id` is not available the request ID is a 20 character long random string
- [ ] The generated Id is stable over the lifespan of one request

Changeset looks a little bit larger since I had to adjust every unit test using the HTTP\Request class for proper DI.

Fixes https://github.com/owncloud/core/issues/13366

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 9 Feb 2015 06:54:53 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13948 from owncloud/cache-move-transaction
Lukas Reschke [Sun, 8 Feb 2015 18:08:52 +0000 (19:08 +0100)]
Merge pull request #13948 from owncloud/cache-move-transaction

Use transactions when renaming directory contents

9 years agoMerge pull request #13895 from owncloud/disable-autocomplete-1
Lukas Reschke [Sun, 8 Feb 2015 13:03:57 +0000 (14:03 +0100)]
Merge pull request #13895 from owncloud/disable-autocomplete-1

Disable autocomplete for SMTP Password

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 8 Feb 2015 06:54:53 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13963 from RealRancor/external_user_note
Morris Jobke [Sat, 7 Feb 2015 19:11:17 +0000 (20:11 +0100)]
Merge pull request #13963 from RealRancor/external_user_note

external user app: Add note to enable it first

9 years agoexternal user app: Add note to enable it first
RealRancor [Sat, 7 Feb 2015 13:01:38 +0000 (14:01 +0100)]
external user app: Add note to enable it first

9 years agoMerge pull request #12283 from oparoz/sfnt-fonts
Morris Jobke [Sat, 7 Feb 2015 12:33:49 +0000 (13:33 +0100)]
Merge pull request #12283 from oparoz/sfnt-fonts

Updated the media type of some font types

9 years agoMerge pull request #13435 from Zillode/app-favicon
Morris Jobke [Sat, 7 Feb 2015 12:29:18 +0000 (13:29 +0100)]
Merge pull request #13435 from Zillode/app-favicon

Allow application-specific favicons

9 years agoMerge pull request #13502 from owncloud/streamline-authentication-in-newfile
Morris Jobke [Sat, 7 Feb 2015 12:27:46 +0000 (13:27 +0100)]
Merge pull request #13502 from owncloud/streamline-authentication-in-newfile

Streamline CSRF and login check

9 years agoMerge pull request #13655 from Sugaroverdose/fix_#13632
Morris Jobke [Sat, 7 Feb 2015 12:25:43 +0000 (13:25 +0100)]
Merge pull request #13655 from Sugaroverdose/fix_#13632

Do not change color of 'new' button on hover and make new file menu more consistent with button

9 years agoMerge pull request #13753 from owncloud/use-403-instead-of-200
Morris Jobke [Sat, 7 Feb 2015 12:25:15 +0000 (13:25 +0100)]
Merge pull request #13753 from owncloud/use-403-instead-of-200

Use 403 instead of 200 response

9 years agoMerge pull request #13830 from owncloud/fix-redirect-404
Morris Jobke [Sat, 7 Feb 2015 12:24:47 +0000 (13:24 +0100)]
Merge pull request #13830 from owncloud/fix-redirect-404

Don't encode url unecessary twice

9 years agoMerge pull request #13848 from owncloud/ldap-warn
Morris Jobke [Sat, 7 Feb 2015 12:24:11 +0000 (13:24 +0100)]
Merge pull request #13848 from owncloud/ldap-warn

Reduce log level of bind failed to WARN - fixes  #11624

9 years agoMerge pull request #13889 from owncloud/catch-exception
Morris Jobke [Sat, 7 Feb 2015 12:23:34 +0000 (13:23 +0100)]
Merge pull request #13889 from owncloud/catch-exception

Catch exception properly

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 7 Feb 2015 06:54:35 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoAvoid dropdown to float under sidebar for mid narrow screens
Morris Jobke [Fri, 6 Feb 2015 21:43:21 +0000 (22:43 +0100)]
Avoid dropdown to float under sidebar for mid narrow screens

9 years agoUse transactions when renaming directory contents
Robin Appelman [Fri, 6 Feb 2015 14:20:53 +0000 (15:20 +0100)]
Use transactions when renaming directory contents

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 6 Feb 2015 11:49:06 +0000 (06:49 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13937 from cmeh/patch-1
Thomas Müller [Fri, 6 Feb 2015 11:46:02 +0000 (12:46 +0100)]
Merge pull request #13937 from cmeh/patch-1

Coherent use of "SQLite" in lines 119 and 124

9 years agoMerge pull request #13942 from cmeh/patch-2
Thomas Müller [Fri, 6 Feb 2015 11:45:25 +0000 (12:45 +0100)]
Merge pull request #13942 from cmeh/patch-2

Coherent use of "SQLite" in lines 159 and 161

9 years agoMerge pull request #13932 from owncloud/revert-sabredav-etag-master
Thomas Müller [Fri, 6 Feb 2015 11:05:32 +0000 (12:05 +0100)]
Merge pull request #13932 from owncloud/revert-sabredav-etag-master

Revert "adding OC-ETag header"

9 years agoUpdate installation.php
cmeh [Fri, 6 Feb 2015 10:19:56 +0000 (11:19 +0100)]
Update installation.php

In line 161, "SQLite" has now the same capitalisation as in line 159.

9 years agoCoherent use of "SQLite" in lines 119 and 124
cmeh [Fri, 6 Feb 2015 09:00:47 +0000 (10:00 +0100)]
Coherent use of "SQLite" in lines 119 and 124

Just a cosmetic detail, but very obvious when working on localisations.

9 years ago8.0 final v8.0.0
Frank Karlitschek [Fri, 6 Feb 2015 07:08:29 +0000 (08:08 +0100)]
8.0 final

9 years agoMerge pull request #13960 from owncloud/revert-13692-capabilities
Lukas Reschke [Fri, 6 Feb 2015 23:13:05 +0000 (00:13 +0100)]
Merge pull request #13960 from owncloud/revert-13692-capabilities

Revert "Add OCS sharing info to capabilities"

9 years agoRevert "Add OCS sharing info to capabilities"
Lukas Reschke [Fri, 6 Feb 2015 23:12:26 +0000 (00:12 +0100)]
Revert "Add OCS sharing info to capabilities"

9 years agoMerge pull request #13692 from rullzer/capabilities
Frank Karlitschek [Fri, 6 Feb 2015 21:46:47 +0000 (16:46 -0500)]
Merge pull request #13692 from rullzer/capabilities

Add OCS sharing info to capabilities

9 years agoMerge pull request #13954 from owncloud/fix-enc-mig-user-retrieval
Thomas Müller [Fri, 6 Feb 2015 20:26:32 +0000 (21:26 +0100)]
Merge pull request #13954 from owncloud/fix-enc-mig-user-retrieval

Fix enc mig user retrieval

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 6 Feb 2015 20:26:04 +0000 (15:26 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13952 from owncloud/fix_migration
Frank Karlitschek [Fri, 6 Feb 2015 19:03:53 +0000 (14:03 -0500)]
Merge pull request #13952 from owncloud/fix_migration

[encryption] don't check if we have a valid user during migration

9 years agoalways specify limit, except you do like questionable surprises
Arthur Schiwon [Fri, 6 Feb 2015 16:37:05 +0000 (17:37 +0100)]
always specify limit, except you do like questionable surprises

always specify limit, except you do like questionable surprises, part 2

9 years agodon't check if we have a valid user
Bjoern Schiessle [Fri, 6 Feb 2015 16:01:23 +0000 (17:01 +0100)]
don't check if we have a valid user

9 years agoNormalize before processing
Lukas Reschke [Fri, 6 Feb 2015 14:03:29 +0000 (15:03 +0100)]
Normalize before processing

9 years agoUpdated unit tests
Roeland Jago Douma [Fri, 6 Feb 2015 11:13:53 +0000 (12:13 +0100)]
Updated unit tests

9 years agoBit better formatting when using json output
Roeland Jago Douma [Fri, 6 Feb 2015 09:53:58 +0000 (10:53 +0100)]
Bit better formatting when using json output

9 years agoUpdated sharing capabilities
Roeland Jago Douma [Fri, 6 Feb 2015 09:33:08 +0000 (10:33 +0100)]
Updated sharing capabilities

Moved to files_sharing
Added more capabilities.
Tried to order to capabilities more OO style

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 6 Feb 2015 06:57:07 +0000 (01:57 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13933 from owncloud/enhance-sqlite-warning-2
Thomas Müller [Thu, 5 Feb 2015 22:50:06 +0000 (23:50 +0100)]
Merge pull request #13933 from owncloud/enhance-sqlite-warning-2

Don't highly discourage

9 years agoRevert "adding OC-ETag header"
Vincent Petry [Thu, 5 Feb 2015 19:43:37 +0000 (20:43 +0100)]
Revert "adding OC-ETag header"

This reverts commit 96a931929ea837a40a7e9b836252587c949a8127.

9 years agofor password protected link shares the password is stored in shareWith, so we need...
Bjoern Schiessle [Thu, 5 Feb 2015 16:11:27 +0000 (17:11 +0100)]
for password protected link shares the password is stored in shareWith, so we need to set this manually to null for the hooks

9 years agoDon't highly discourage
Thomas Müller [Thu, 5 Feb 2015 16:21:10 +0000 (17:21 +0100)]
Don't highly discourage

9 years agono fruitless count attempts, and notification should disappear
Arthur Schiwon [Thu, 5 Feb 2015 15:25:22 +0000 (16:25 +0100)]
no fruitless count attempts, and notification should disappear

9 years agoignore minified js, owncloud/news#719
Bernhard Posselt [Thu, 5 Feb 2015 14:48:58 +0000 (15:48 +0100)]
ignore minified js, owncloud/news#719

9 years agofix license email
Bernhard Posselt [Thu, 5 Feb 2015 13:10:16 +0000 (14:10 +0100)]
fix license email

9 years agofix license email
Bernhard Posselt [Thu, 5 Feb 2015 13:09:01 +0000 (14:09 +0100)]
fix license email

9 years agoadd a controller and reponse for ocs
Bernhard Posselt [Thu, 5 Feb 2015 13:02:17 +0000 (14:02 +0100)]
add a controller and reponse for ocs

9 years agoMerge pull request #13907 from owncloud/enhance-sqlite-warning
Bernhard Posselt [Thu, 5 Feb 2015 12:07:56 +0000 (13:07 +0100)]
Merge pull request #13907 from owncloud/enhance-sqlite-warning

enhance sqlite warning on admin page as well as during setup

9 years agoMerge pull request #13918 from owncloud/add-warning-for-54
Lukas Reschke [Thu, 5 Feb 2015 11:28:10 +0000 (12:28 +0100)]
Merge pull request #13918 from owncloud/add-warning-for-54

Show warning for PHP versions older than 5.4.0

9 years agoShow warning for PHP versions older than 5.4.0
Lukas Reschke [Thu, 5 Feb 2015 10:41:00 +0000 (11:41 +0100)]
Show warning for PHP versions older than 5.4.0

We can't check the PHP version in the installer since base.php already used 5.4 syntax. Thus for a better UX we show a simple warning instead of a fatal PHP error.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 5 Feb 2015 06:54:49 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years ago8.0.0 RC2 v8.0.0RC2
Frank Karlitschek [Wed, 4 Feb 2015 22:27:52 +0000 (23:27 +0100)]
8.0.0 RC2

9 years agoenhance sqlite warning on admin page as well as during setup - fixes #13906
Thomas Müller [Wed, 4 Feb 2015 19:55:54 +0000 (20:55 +0100)]
enhance sqlite warning on admin page as well as during setup - fixes #13906

9 years agoMerge pull request #13897 from owncloud/fix-13644
blizzz [Wed, 4 Feb 2015 17:36:40 +0000 (18:36 +0100)]
Merge pull request #13897 from owncloud/fix-13644

fix user loading

9 years agofix user loading
Arthur Schiwon [Wed, 4 Feb 2015 16:19:11 +0000 (17:19 +0100)]
fix user loading

9 years agoDisable autocomplete for SMTP Password
Lukas Reschke [Wed, 4 Feb 2015 15:33:40 +0000 (16:33 +0100)]
Disable autocomplete for SMTP Password

While really nearly no modern browser cares about it anymore too much it's still not wrong to have it here (and also stops some automated scanners reporting this...)

9 years agoMerge pull request #13894 from owncloud/revert-13892-disable-autocomplete
Lukas Reschke [Wed, 4 Feb 2015 15:57:17 +0000 (16:57 +0100)]
Merge pull request #13894 from owncloud/revert-13892-disable-autocomplete

Revert "Disable autocomplete for SMTP Password"

9 years agoRevert "Disable autocomplete for SMTP Password"
Clark Tomlinson [Wed, 4 Feb 2015 15:54:22 +0000 (10:54 -0500)]
Revert "Disable autocomplete for SMTP Password"

9 years agoMerge pull request #13892 from owncloud/disable-autocomplete
Clark Tomlinson [Wed, 4 Feb 2015 15:46:33 +0000 (10:46 -0500)]
Merge pull request #13892 from owncloud/disable-autocomplete

Disable autocomplete for SMTP Password

9 years agoDisable autocomplete for SMTP Password
Lukas Reschke [Wed, 4 Feb 2015 15:33:40 +0000 (16:33 +0100)]
Disable autocomplete for SMTP Password

While really nearly no modern browser cares about it anymore too much it's still not wrong to have it here (and also stops some automated scanners reporting this...)

9 years agoCatch exception properly
Lukas Reschke [Wed, 4 Feb 2015 14:58:16 +0000 (15:58 +0100)]
Catch exception properly

`\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods.

This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`)

9 years agoSplit up unit tests
Roeland Jago Douma [Wed, 4 Feb 2015 14:49:20 +0000 (15:49 +0100)]
Split up unit tests

9 years agoAdded unit test to test getCapabilities for files_sharing
Roeland Jago Douma [Thu, 29 Jan 2015 08:18:33 +0000 (09:18 +0100)]
Added unit test to test getCapabilities for files_sharing

9 years agoConverted getCapabilities to non static function
Roeland Jago Douma [Thu, 29 Jan 2015 08:17:58 +0000 (09:17 +0100)]
Converted getCapabilities to non static function

9 years agoUse single quotes
Roeland Jago Douma [Tue, 27 Jan 2015 15:15:03 +0000 (16:15 +0100)]
Use single quotes

9 years agoOnly return capabilities if they are set
Roeland Jago Douma [Mon, 26 Jan 2015 15:14:05 +0000 (16:14 +0100)]
Only return capabilities if they are set

9 years agoAdded capabilities whether a server allows public links
Roeland Jago Douma [Mon, 26 Jan 2015 15:09:14 +0000 (16:09 +0100)]
Added capabilities whether a server allows public links

This fixes #13673.
It now lists link sharing, passwords enforced, and if public uploads are
allowed.

9 years agoMerge pull request #13881 from owncloud/upload_to_root_of_mountpoint
Björn Schießle [Wed, 4 Feb 2015 13:44:02 +0000 (14:44 +0100)]
Merge pull request #13881 from owncloud/upload_to_root_of_mountpoint

detect root of mountpoint also if the trailing slash is missed

9 years agoMerge pull request #13849 from owncloud/ldap-oc8-update
blizzz [Wed, 4 Feb 2015 13:19:58 +0000 (14:19 +0100)]
Merge pull request #13849 from owncloud/ldap-oc8-update

no update routine needed from OC 7 to 8

9 years agodetect root of mountpoint also if the trailing slash is missed
Bjoern Schiessle [Wed, 4 Feb 2015 11:07:16 +0000 (12:07 +0100)]
detect root of mountpoint also if the trailing slash is missed

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 4 Feb 2015 06:55:49 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agodrop OC\Preferences
Morris Jobke [Tue, 3 Feb 2015 23:31:09 +0000 (00:31 +0100)]
drop OC\Preferences

9 years agodrop OC_Preferences
Morris Jobke [Tue, 3 Feb 2015 23:06:29 +0000 (00:06 +0100)]
drop OC_Preferences

9 years agoMerge pull request #13843 from owncloud/fix-files-disabled
Thomas Müller [Tue, 3 Feb 2015 15:13:15 +0000 (16:13 +0100)]
Merge pull request #13843 from owncloud/fix-files-disabled

Fix disabled files app

9 years agoclear app version cache on upgrade
Robin Appelman [Tue, 3 Feb 2015 14:23:51 +0000 (15:23 +0100)]
clear app version cache on upgrade