]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agofix overlap and functionality of cropper
Jan-Christoph Borchardt [Fri, 11 Dec 2015 13:19:02 +0000 (14:19 +0100)]
fix overlap and functionality of cropper

8 years agoimprove layout of personal settings page
Jan-Christoph Borchardt [Fri, 4 Dec 2015 15:42:31 +0000 (16:42 +0100)]
improve layout of personal settings page

8 years agoMerge pull request #21364 from owncloud/bring_back_icons_filepicker
Thomas Müller [Mon, 28 Dec 2015 09:21:58 +0000 (10:21 +0100)]
Merge pull request #21364 from owncloud/bring_back_icons_filepicker

Get the icon in javascript for the filepicker

8 years agoMerge pull request #21291 from owncloud/refactor-call-check
Thomas Müller [Mon, 28 Dec 2015 09:21:44 +0000 (10:21 +0100)]
Merge pull request #21291 from owncloud/refactor-call-check

Refactor OC_Util::callCheck

8 years agoMerge pull request #21254 from owncloud/files-uploadcanceliconfix
Thomas Müller [Mon, 28 Dec 2015 09:21:38 +0000 (10:21 +0100)]
Merge pull request #21254 from owncloud/files-uploadcanceliconfix

Correctly render uploadtext indicator only on folders

8 years agoMerge pull request #21216 from owncloud/fopen-statcache
Thomas Müller [Mon, 28 Dec 2015 09:21:26 +0000 (10:21 +0100)]
Merge pull request #21216 from owncloud/fopen-statcache

Clear SMB statcache after fopen

8 years agoMerge pull request #17333 from owncloud/php7-scalar-types-controllers
Thomas Müller [Mon, 28 Dec 2015 09:21:14 +0000 (10:21 +0100)]
Merge pull request #17333 from owncloud/php7-scalar-types-controllers

Prefer scalar type hints over phpdoc annotation

8 years agoMerge pull request #20992 from owncloud/log-in-noselect
Thomas Müller [Mon, 28 Dec 2015 09:18:30 +0000 (10:18 +0100)]
Merge pull request #20992 from owncloud/log-in-noselect

prevent selecting on log in page to solve ugliness on accidental selection

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 28 Dec 2015 06:55:10 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #21368 from owncloud/xenopathic-mailmap
Thomas Müller [Sun, 27 Dec 2015 08:57:40 +0000 (09:57 +0100)]
Merge pull request #21368 from owncloud/xenopathic-mailmap

Update mailmap for myself

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

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 25 Dec 2015 06:55:16 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #21093 from owncloud/migrate-no-user
Robin Appelman [Thu, 24 Dec 2015 15:43:28 +0000 (16:43 +0100)]
Merge pull request #21093 from owncloud/migrate-no-user

Dont break the files_external migrator if no user is logged in

8 years agoAdd mention bot for Robin McCorkell
Robin McCorkell [Thu, 24 Dec 2015 11:52:13 +0000 (11:52 +0000)]
Add mention bot for Robin McCorkell

8 years agoCorrect mailmap for Robin McCorkell to robin@mccorkell.me.uk
Robin McCorkell [Thu, 24 Dec 2015 11:51:37 +0000 (11:51 +0000)]
Correct mailmap for Robin McCorkell to robin@mccorkell.me.uk

8 years agoprevent selecting on log in page to solve ugliness on accidental selection
Jan-Christoph Borchardt [Mon, 7 Dec 2015 13:31:06 +0000 (14:31 +0100)]
prevent selecting on log in page to solve ugliness on accidental selection

8 years agoMerge pull request #21323 from owncloud/placeholder_sane_precission
Roeland Douma [Thu, 24 Dec 2015 10:01:27 +0000 (11:01 +0100)]
Merge pull request #21323 from owncloud/placeholder_sane_precission

[Avatars] Calculate 'sane' hue precissions

8 years ago[Avatars] Calculate 'sane' hue precissions
Roeland Jago Douma [Tue, 22 Dec 2015 10:07:33 +0000 (11:07 +0100)]
[Avatars] Calculate 'sane' hue precissions

We used to get the numeric value of the entrire md5 string which is a
128bit integer. We would then devide this by the maxval of a 128bit int.

There is no need for such huge computations. As we just require a value
between 0 and 255. Thus using two 16 bit values is more than enough to
get the precision we need. By just taking the MSB we get nearly
identical results.

8 years agoFix unit test
Roeland Jago Douma [Wed, 23 Dec 2015 13:12:37 +0000 (14:12 +0100)]
Fix unit test

8 years agoprefer scalar type hints over phpdoc annotation
Bernhard Posselt [Thu, 2 Jul 2015 09:54:17 +0000 (11:54 +0200)]
prefer scalar type hints over phpdoc annotation

use method exists lookup to be safe and not break on old hhvm versions

add test that checks if type hint is preferred over annotation

8 years agoSince the server no longer calculates the icon
Roeland Jago Douma [Thu, 24 Dec 2015 07:59:32 +0000 (08:59 +0100)]
Since the server no longer calculates the icon

The server no longer calculates the icon. So we have the js side do it
for us.

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 24 Dec 2015 06:55:14 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #21347 from owncloud/fix-unit-tests-on-master
Thomas Müller [Wed, 23 Dec 2015 09:11:18 +0000 (10:11 +0100)]
Merge pull request #21347 from owncloud/fix-unit-tests-on-master

Fix unit tests

8 years agoFix unit tests
Lukas Reschke [Wed, 23 Dec 2015 08:11:22 +0000 (09:11 +0100)]
Fix unit tests

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

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 23 Dec 2015 07:02:31 +0000 (02:02 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #21318 from ryno83/target_blank_for_links_in_setupcheck
Thomas Müller [Wed, 23 Dec 2015 06:26:15 +0000 (07:26 +0100)]
Merge pull request #21318 from ryno83/target_blank_for_links_in_setupcheck

add target="_blank" to href in setupcheck

8 years agoMerge pull request #21325 from owncloud/files-donotduplicatewebdavproperties
Thomas Müller [Tue, 22 Dec 2015 11:16:26 +0000 (12:16 +0100)]
Merge pull request #21325 from owncloud/files-donotduplicatewebdavproperties

Make a modifiable copy of the webdav properties in JS file list

8 years agoMake a modifiable copy of the webdav properties in JS file list
Vincent Petry [Tue, 22 Dec 2015 10:17:24 +0000 (11:17 +0100)]
Make a modifiable copy of the webdav properties in JS file list

Plugins can extend _getWebdavProperties to add custom properties.
These should not be added to the original properties list, so now the
FileList makes a copy of the array.

8 years agoMerge pull request #21287 from owncloud/travis-dav-caldavtester
Thomas Müller [Tue, 22 Dec 2015 09:52:54 +0000 (10:52 +0100)]
Merge pull request #21287 from owncloud/travis-dav-caldavtester

Adding integration tests for CalDAV

8 years agoRefactor OC_Util::callCheck
Morris Jobke [Fri, 18 Dec 2015 14:43:13 +0000 (15:43 +0100)]
Refactor OC_Util::callCheck

8 years agoMerge pull request #21312 from owncloud/fed-handshake-logging
Thomas Müller [Tue, 22 Dec 2015 08:29:54 +0000 (09:29 +0100)]
Merge pull request #21312 from owncloud/fed-handshake-logging

Add error logging to federation handshake

8 years agoadd _blank to href
Renaud Fortier [Mon, 21 Dec 2015 18:28:32 +0000 (13:28 -0500)]
add _blank to href

8 years agoMerge pull request #21316 from owncloud/tests-fixtestcasetoallowfailure
Thomas Müller [Mon, 21 Dec 2015 17:53:35 +0000 (18:53 +0100)]
Merge pull request #21316 from owncloud/tests-fixtestcasetoallowfailure

Restore DB connection after failure

8 years agoRestore DB connection after failure
Vincent Petry [Mon, 21 Dec 2015 17:08:08 +0000 (18:08 +0100)]
Restore DB connection after failure

In case of failure, PHPUnit seems to skip `tearDown`, so any useful
assertion messages cannot be shown because `tearDownAfterClass` is
throwing an error because of database usage.

This commit makes sure we also restore the database in
`tearDownAfterClass` to prevent the data root restoration to fail

8 years agoAdd error logging to federated sharing handshake
Robin Appelman [Mon, 21 Dec 2015 14:48:02 +0000 (15:48 +0100)]
Add error logging to federated sharing handshake

8 years agoAdding integration tests for CalDAV
Thomas Müller [Fri, 18 Dec 2015 12:51:34 +0000 (13:51 +0100)]
Adding integration tests for CalDAV

8 years agoMerge pull request #21293 from owncloud/restructure-travis-dav-testing
Thomas Müller [Mon, 21 Dec 2015 11:07:21 +0000 (12:07 +0100)]
Merge pull request #21293 from owncloud/restructure-travis-dav-testing

Restructure travis tests

8 years agoSleep in carddavtester as well
Thomas Müller [Mon, 21 Dec 2015 10:43:15 +0000 (11:43 +0100)]
Sleep in carddavtester as well

8 years agoMerge pull request #21195 from owncloud/test-carddav-sharing-plugin
Thomas Müller [Mon, 21 Dec 2015 10:40:03 +0000 (11:40 +0100)]
Merge pull request #21195 from owncloud/test-carddav-sharing-plugin

Fix carddav sharing plugin + adding unit tests

8 years agoRestructure travis tests
Thomas Müller [Fri, 18 Dec 2015 15:59:57 +0000 (16:59 +0100)]
Restructure travis tests

8 years agoMerge pull request #21289 from owncloud/issue-20399-keep-periodic-background-jobs
Thomas Müller [Mon, 21 Dec 2015 08:47:07 +0000 (09:47 +0100)]
Merge pull request #21289 from owncloud/issue-20399-keep-periodic-background-jobs

Do not delete background jobs, in case an exception occured

8 years agoMerge pull request #21308 from owncloud/use-new-apcu-api
Thomas Müller [Mon, 21 Dec 2015 08:25:15 +0000 (09:25 +0100)]
Merge pull request #21308 from owncloud/use-new-apcu-api

Use new APCu API

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 21 Dec 2015 06:55:07 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #21307 from aspdye/patch-1
Thomas Müller [Sun, 20 Dec 2015 16:20:16 +0000 (17:20 +0100)]
Merge pull request #21307 from aspdye/patch-1

Update README.md

8 years agoMerge branch 'master' into patch-1
aspdye [Sun, 20 Dec 2015 13:26:55 +0000 (14:26 +0100)]
Merge branch 'master' into patch-1

8 years agoMerge pull request #21299 from owncloud/symfony-process-2.8.0
Thomas Müller [Sun, 20 Dec 2015 12:36:22 +0000 (13:36 +0100)]
Merge pull request #21299 from owncloud/symfony-process-2.8.0

[3rdparty] Bump symfony/process to 2.8.0

8 years agoUse new APCu API
Lukas Reschke [Sun, 20 Dec 2015 10:09:09 +0000 (11:09 +0100)]
Use new APCu API

This one is available since APCu 4.0, since we require APCu 4.0.6 this works fine. Also it brings us PHP 7 compatibility and thus fixes https://github.com/owncloud/core/issues/21095

8 years ago[3rdparty] Bump symfony/process to 2.8.0
Roeland Jago Douma [Fri, 18 Dec 2015 20:15:02 +0000 (21:15 +0100)]
[3rdparty] Bump symfony/process to 2.8.0

8 years agoUpdate README.md
aspdye [Sun, 20 Dec 2015 09:33:14 +0000 (10:33 +0100)]
Update README.md

-Added Facebook into "Get in touch"-section
-Improved Emojis on "Get in touch"-section
-Added Support Information

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 20 Dec 2015 06:55:09 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 19 Dec 2015 06:55:14 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoUse showBusyState for upload into folder
Vincent Petry [Thu, 17 Dec 2015 11:00:29 +0000 (12:00 +0100)]
Use showBusyState for upload into folder

This makes sure that the original icon will be restored properly in case
it's not the default folder icon

8 years agoCorrectly render uploadtext indicator only on folders
Vincent Petry [Thu, 17 Dec 2015 10:50:24 +0000 (11:50 +0100)]
Correctly render uploadtext indicator only on folders

8 years agoMerge pull request #21281 from owncloud/allow-di-for-background-jobs
Thomas Müller [Fri, 18 Dec 2015 15:34:42 +0000 (16:34 +0100)]
Merge pull request #21281 from owncloud/allow-di-for-background-jobs

Allow background jobs to be service names for DI

8 years agoMerge pull request #21290 from owncloud/public-api-usage-getversion
Thomas Müller [Fri, 18 Dec 2015 15:07:01 +0000 (16:07 +0100)]
Merge pull request #21290 from owncloud/public-api-usage-getversion

Use OCP\Util::getVersion instead of the internal private implementation

8 years agoUse OCP\Util::getVersion instead of the internal private implementation
Morris Jobke [Fri, 18 Dec 2015 14:26:54 +0000 (15:26 +0100)]
Use OCP\Util::getVersion instead of the internal private implementation

8 years agoMerge pull request #21272 from owncloud/symfony-routing-2.8.0
Thomas Müller [Fri, 18 Dec 2015 14:25:12 +0000 (15:25 +0100)]
Merge pull request #21272 from owncloud/symfony-routing-2.8.0

[3rdparty] Bump symfony/routing to 2.8.0

8 years agoMerge pull request #21288 from owncloud/deprecated_helper_mimetypes
Thomas Müller [Fri, 18 Dec 2015 14:23:05 +0000 (15:23 +0100)]
Merge pull request #21288 from owncloud/deprecated_helper_mimetypes

Remove deprecated OC_Helper mimetype functions

8 years agoFix the test to expect the new behaviour
Joas Schilling [Fri, 18 Dec 2015 14:05:32 +0000 (15:05 +0100)]
Fix the test to expect the new behaviour

8 years agoMerge pull request #21283 from owncloud/cleanup_config
Thomas Müller [Fri, 18 Dec 2015 13:54:38 +0000 (14:54 +0100)]
Merge pull request #21283 from owncloud/cleanup_config

Cleanup OC_Config mess

8 years agoMerge pull request #21280 from owncloud/drop-unused-methods
Thomas Müller [Fri, 18 Dec 2015 13:49:55 +0000 (14:49 +0100)]
Merge pull request #21280 from owncloud/drop-unused-methods

OC_Helper::makeURLAbsolute is not used anymore

8 years agoDo not delete background jobs, in case an exception occured
Joas Schilling [Fri, 18 Dec 2015 13:31:27 +0000 (14:31 +0100)]
Do not delete background jobs, in case an exception occured

This approach is not valid anymore. It initially was added for jobs
of non existing apps. But jobs of non-existing apps can not be created
so they will never be executed and so this call just catches other
cases which were not intended.

This reverts commit 4f4ad72460f8ef299cd1235b5774c5f121cca430.

8 years agoAdd methods to interface which have always been required
Joas Schilling [Fri, 18 Dec 2015 13:16:32 +0000 (14:16 +0100)]
Add methods to interface which have always been required

8 years agoAllow dependency injection for background jobs
Joas Schilling [Fri, 18 Dec 2015 10:44:32 +0000 (11:44 +0100)]
Allow dependency injection for background jobs

8 years agoRemoved deprecated OC_Helper::mimeTypeIcon function
Roeland Jago Douma [Fri, 18 Dec 2015 13:00:20 +0000 (14:00 +0100)]
Removed deprecated OC_Helper::mimeTypeIcon function

8 years agoLook up services in the app container before trying the core container
Joas Schilling [Fri, 18 Dec 2015 10:44:10 +0000 (11:44 +0100)]
Look up services in the app container before trying the core container

8 years agoRegister app containers in the OC container
Joas Schilling [Fri, 18 Dec 2015 10:43:39 +0000 (11:43 +0100)]
Register app containers in the OC container

8 years agoMerge pull request #21277 from owncloud/querybuild-joblist
Thomas Müller [Fri, 18 Dec 2015 12:44:02 +0000 (13:44 +0100)]
Merge pull request #21277 from owncloud/querybuild-joblist

Use the query builder for the joblist queries

8 years agoRemoved deprecated unsused function OC_Helper::getStringMimeType
Roeland Jago Douma [Fri, 18 Dec 2015 12:43:44 +0000 (13:43 +0100)]
Removed deprecated unsused function OC_Helper::getStringMimeType

8 years agoRemoved deprecated OC_Helper::getSecureMimeType
Roeland Jago Douma [Fri, 18 Dec 2015 12:42:59 +0000 (13:42 +0100)]
Removed deprecated OC_Helper::getSecureMimeType

8 years agoMove OC_Helper code to OCP\Util for linkToRemote
Morris Jobke [Fri, 18 Dec 2015 11:00:18 +0000 (12:00 +0100)]
Move OC_Helper code to OCP\Util for linkToRemote

8 years agoMerge pull request #21279 from owncloud/remove-tmp-methods
Thomas Müller [Fri, 18 Dec 2015 10:58:20 +0000 (11:58 +0100)]
Merge pull request #21279 from owncloud/remove-tmp-methods

Remove unneeded methods in OC_Helper

8 years agoUse SystemConfig internally
Roeland Jago Douma [Fri, 18 Dec 2015 10:42:09 +0000 (11:42 +0100)]
Use SystemConfig internally

8 years agoInject Config into SystemConfig
Roeland Jago Douma [Fri, 18 Dec 2015 10:24:15 +0000 (11:24 +0100)]
Inject Config into SystemConfig

8 years agoGet rid of legacy OC_Config
Roeland Jago Douma [Fri, 18 Dec 2015 09:33:30 +0000 (10:33 +0100)]
Get rid of legacy OC_Config

We were still using the lecagy class OC_Config all over the place. Which
was a wrapper around the new class OC\Config

8 years agoproperly use OCP\Util instead of OC_Helper
Morris Jobke [Fri, 18 Dec 2015 10:46:21 +0000 (11:46 +0100)]
properly use OCP\Util instead of OC_Helper

8 years agoOC_Helper::makeURLAbsolute is not used anymore
Morris Jobke [Fri, 18 Dec 2015 10:37:18 +0000 (11:37 +0100)]
OC_Helper::makeURLAbsolute is not used anymore

8 years agoOC_Helper::userAvatarSet is not used anymore
Morris Jobke [Fri, 18 Dec 2015 10:30:30 +0000 (11:30 +0100)]
OC_Helper::userAvatarSet is not used anymore

8 years agoUse TempManager instead of tmpFile
Morris Jobke [Fri, 18 Dec 2015 10:25:33 +0000 (11:25 +0100)]
Use TempManager instead of tmpFile

8 years agoUse TempManager instead of tmpFolder
Morris Jobke [Fri, 18 Dec 2015 10:19:53 +0000 (11:19 +0100)]
Use TempManager instead of tmpFolder

8 years ago[3rdparty] Bump symfony/routing to 2.8.0
Roeland Jago Douma [Fri, 18 Dec 2015 07:59:16 +0000 (08:59 +0100)]
[3rdparty] Bump symfony/routing to 2.8.0

8 years agoMerge pull request #21278 from owncloud/exclude-scrutinizer-autofixer
Thomas Müller [Fri, 18 Dec 2015 09:29:25 +0000 (10:29 +0100)]
Merge pull request #21278 from owncloud/exclude-scrutinizer-autofixer

Exclude scrutinizer-auto-fixer

8 years agoExclude scrutinizer-auto-fixer
Lukas Reschke [Fri, 18 Dec 2015 09:27:42 +0000 (10:27 +0100)]
Exclude scrutinizer-auto-fixer

8 years agoMerge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType
Thomas Müller [Fri, 18 Dec 2015 09:15:33 +0000 (10:15 +0100)]
Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType

Use proper public API for OC_Helper::getFileNameMimeType

8 years agoMerge pull request #21264 from owncloud/deprecated_oc_user_methods
Thomas Müller [Fri, 18 Dec 2015 09:15:18 +0000 (10:15 +0100)]
Merge pull request #21264 from owncloud/deprecated_oc_user_methods

Cleanup OC_User deprecated methods

8 years agoMake sure the interface and the implementation match
Joas Schilling [Fri, 18 Dec 2015 09:04:30 +0000 (10:04 +0100)]
Make sure the interface and the implementation match

8 years agoUse the query builder for the joblist queries
Joas Schilling [Fri, 18 Dec 2015 08:47:54 +0000 (09:47 +0100)]
Use the query builder for the joblist queries

8 years agoFix failing unit tests
Thomas Müller [Wed, 16 Dec 2015 21:56:16 +0000 (22:56 +0100)]
Fix failing unit tests

8 years agoFix carddav sharing plugin + adding unit tests
Thomas Müller [Mon, 14 Dec 2015 15:14:35 +0000 (16:14 +0100)]
Fix carddav sharing plugin + adding unit tests

8 years agoMerge pull request #21269 from owncloud/we-shall-cleanup-xml-parser-errors
Thomas Müller [Fri, 18 Dec 2015 08:17:53 +0000 (09:17 +0100)]
Merge pull request #21269 from owncloud/we-shall-cleanup-xml-parser-errors

Assert that there are no xml error left

8 years agoMerge pull request #21190 from owncloud/bump_doctrine_deps
Thomas Müller [Fri, 18 Dec 2015 07:48:34 +0000 (08:48 +0100)]
Merge pull request #21190 from owncloud/bump_doctrine_deps

[3rdparty] Bump doctrine deps

8 years agoMerge pull request #21248 from owncloud/deprecated_oc_helper_linkToRoute
Thomas Müller [Fri, 18 Dec 2015 06:56:42 +0000 (07:56 +0100)]
Merge pull request #21248 from owncloud/deprecated_oc_helper_linkToRoute

Replace deprecated OC_Helper::linkToRoute calls

8 years agoMerge pull request #21247 from owncloud/placeholder_size
Thomas Müller [Fri, 18 Dec 2015 06:56:23 +0000 (07:56 +0100)]
Merge pull request #21247 from owncloud/placeholder_size

Add a default size to the avatar placeholders

8 years ago[3rdparty] Bump doctrine deps
Roeland Jago Douma [Mon, 14 Dec 2015 13:40:26 +0000 (14:40 +0100)]
[3rdparty] Bump doctrine deps

8 years agoRemove private deprecated OC_Helper::linkToRoute
Roeland Jago Douma [Thu, 17 Dec 2015 10:16:38 +0000 (11:16 +0100)]
Remove private deprecated OC_Helper::linkToRoute

8 years agoOC_Helper::linkToRoute is deprecated
Roeland Jago Douma [Thu, 17 Dec 2015 07:19:06 +0000 (08:19 +0100)]
OC_Helper::linkToRoute is deprecated

Replaced all calls to OC_Helper::linkToRoute with
OC::$server->getURLGenerator()->linkToRoute

8 years agoClear xml errors in updater
Thomas Müller [Thu, 17 Dec 2015 16:39:59 +0000 (17:39 +0100)]
Clear xml errors in updater

8 years agoClear xml errors in ocs client
Thomas Müller [Thu, 17 Dec 2015 16:34:15 +0000 (17:34 +0100)]
Clear xml errors in ocs client

8 years agoOnly perform tearDown operations on the database if we have a connection to it .....
Thomas Müller [Thu, 17 Dec 2015 16:29:50 +0000 (17:29 +0100)]
Only perform tearDown operations on the database if we have a connection to it .....

8 years agoUse proper base class
Thomas Müller [Thu, 17 Dec 2015 16:29:17 +0000 (17:29 +0100)]
Use proper base class