]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoUpdate backends and their configurations
Thomas Müller [Thu, 3 Apr 2014 14:57:26 +0000 (16:57 +0200)]
Update backends and their configurations

10 years agoMoved dependency checks to end of class files
Philipp Kapfer [Fri, 2 Aug 2013 13:44:56 +0000 (15:44 +0200)]
Moved dependency checks to end of class files
Dependency messages now appear below the configuration options instead of above
Reworked dependency check method to support consolidated messages for multiple backends

Conflicts:
apps/files_external/lib/google.php
apps/files_external/lib/swift.php
apps/files_external/templates/settings.php

10 years agoAdded cURL dependency for Amazon S3, Dropbox and SWIFT
Philipp Kapfer [Sat, 1 Jun 2013 09:28:02 +0000 (11:28 +0200)]
Added cURL dependency for Amazon S3, Dropbox and SWIFT

Conflicts:
apps/files_external/lib/amazons3.php
apps/files_external/lib/swift.php

10 years agoChanged dependency check messages from warnings to notes
Philipp Kapfer [Thu, 30 May 2013 15:37:47 +0000 (17:37 +0200)]
Changed dependency check messages from warnings to notes
Added check for duplicate dependency check messages to display only the first

10 years agoAdded cURL dependency check to Google Drive and WebDAV backend
Philipp Kapfer [Sat, 25 May 2013 15:10:20 +0000 (17:10 +0200)]
Added cURL dependency check to Google Drive and WebDAV backend
Added check for backend's checkDependencies method to OC_Mount_Config::getBackends() when backend is configured to have some instead of blindly calling it and crashing

Conflicts:
apps/files_external/lib/config.php
apps/files_external/lib/google.php

10 years agoModified app to dynamically register backends instead of hard-coding them
Philipp Kapfer [Fri, 8 Mar 2013 17:15:20 +0000 (18:15 +0100)]
Modified app to dynamically register backends instead of hard-coding them
Moved dependency check to the individual backends instead of the config

Conflicts:
apps/files_external/appinfo/app.php
apps/files_external/lib/config.php

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 3 Apr 2014 05:56:12 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8014 from owncloud/uploadsize-reuse
icewind1991 [Wed, 2 Apr 2014 16:40:34 +0000 (18:40 +0200)]
Merge pull request #8014 from owncloud/uploadsize-reuse

Reuse known free space in the files app

10 years agoMerge pull request #7978 from owncloud/enc_cleanup
Vincent Petry [Wed, 2 Apr 2014 16:23:33 +0000 (18:23 +0200)]
Merge pull request #7978 from owncloud/enc_cleanup

there is no need to re-calculate the shares after a touch

10 years agoReuse known free space in the files app
Robin Appelman [Wed, 2 Apr 2014 14:53:45 +0000 (16:53 +0200)]
Reuse known free space in the files app

10 years agoMerge pull request #7995 from owncloud/fix-h3-styles
Morris Jobke [Wed, 2 Apr 2014 12:45:58 +0000 (14:45 +0200)]
Merge pull request #7995 from owncloud/fix-h3-styles

fix h3 style, move out from settings to apps CSS

10 years agoMerge pull request #8003 from owncloud/extstorage-sftp-upgradephpseclib
Vincent Petry [Wed, 2 Apr 2014 12:10:09 +0000 (14:10 +0200)]
Merge pull request #8003 from owncloud/extstorage-sftp-upgradephpseclib

Upgraded phpseclib to version 0.3.6 (SFTP ext storage)

10 years agoMerge pull request #8006 from wakeup/master
Morris Jobke [Wed, 2 Apr 2014 11:21:53 +0000 (13:21 +0200)]
Merge pull request #8006 from wakeup/master

Fix admin-dir_permissions redirection when cannot write warning is shown.

10 years agoMerge pull request #7977 from owncloud/fix_enc_if_sharing_is_disabled
Morris Jobke [Wed, 2 Apr 2014 11:20:51 +0000 (13:20 +0200)]
Merge pull request #7977 from owncloud/fix_enc_if_sharing_is_disabled

always encrypt files to owner

10 years agoMerge pull request #7968 from owncloud/core-overwritewebrootwithroot
Vincent Petry [Wed, 2 Apr 2014 10:56:36 +0000 (12:56 +0200)]
Merge pull request #7968 from owncloud/core-overwritewebrootwithroot

Allow using "/" in "overwritewebroot"

10 years agoFix admin-dir_permissions redirection when cannot write warning
Volkan Gezer [Wed, 2 Apr 2014 10:41:46 +0000 (12:41 +0200)]
Fix admin-dir_permissions redirection when cannot write warning
is shown.

10 years agoUpgraded phpseclib to version 0.3.6
Vincent Petry [Wed, 2 Apr 2014 10:31:59 +0000 (12:31 +0200)]
Upgraded phpseclib to version 0.3.6

10 years agoMerge pull request #7979 from owncloud/core-fixfilegetcontentsloop
Vincent Petry [Wed, 2 Apr 2014 08:55:50 +0000 (10:55 +0200)]
Merge pull request #7979 from owncloud/core-fixfilegetcontentsloop

Correctly read the full stream in file_get_contents

10 years agofix h3 style, move out from settings to apps CSS
Jan-Christoph Borchardt [Tue, 1 Apr 2014 16:50:47 +0000 (18:50 +0200)]
fix h3 style, move out from settings to apps CSS

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 2 Apr 2014 05:56:39 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #7989 from owncloud/files-deletefileregressionfix
Thomas Müller [Tue, 1 Apr 2014 20:54:05 +0000 (22:54 +0200)]
Merge pull request #7989 from owncloud/files-deletefileregressionfix

Fixed broken delete file action

10 years agoMerge pull request #7884 from owncloud/use-idn_to_ascii-if-available
Thomas Müller [Tue, 1 Apr 2014 20:51:23 +0000 (22:51 +0200)]
Merge pull request #7884 from owncloud/use-idn_to_ascii-if-available

idn_to_ascii is only used if available

10 years agoMerge pull request #7935 from owncloud/getpath-shared
Vincent Petry [Tue, 1 Apr 2014 19:59:09 +0000 (21:59 +0200)]
Merge pull request #7935 from owncloud/getpath-shared

Make getPath work for shared files

10 years agoMerge pull request #7817 from owncloud/app-navigation-for-apps
Morris Jobke [Tue, 1 Apr 2014 19:38:43 +0000 (21:38 +0200)]
Merge pull request #7817 from owncloud/app-navigation-for-apps

Makes #app-navigation a part of app management.

10 years agoMerge pull request #7997 from owncloud/correct-remember-trashbin-state
Bart Visscher [Tue, 1 Apr 2014 19:23:53 +0000 (21:23 +0200)]
Merge pull request #7997 from owncloud/correct-remember-trashbin-state

Correct the remembering of the trashbin app state in encryption test

10 years agoRemember before change works better
Bart Visscher [Wed, 18 Sep 2013 20:06:45 +0000 (22:06 +0200)]
Remember before change works better

10 years agoMerge pull request #7986 from owncloud/files-fixredirectwhendirnotexists
Vincent Petry [Tue, 1 Apr 2014 14:51:30 +0000 (16:51 +0200)]
Merge pull request #7986 from owncloud/files-fixredirectwhendirnotexists

Fix dirInfo check when dir does not exist

10 years agoMerge pull request #7984 from owncloud/wording-applicable2
Morris Jobke [Tue, 1 Apr 2014 14:44:31 +0000 (16:44 +0200)]
Merge pull request #7984 from owncloud/wording-applicable2

External Storage: change confusing 'applicable' to 'available for', default to »All Users«

10 years agoFixed broken delete file action
Vincent Petry [Tue, 1 Apr 2014 14:09:48 +0000 (16:09 +0200)]
Fixed broken delete file action

10 years agoMerge pull request #7696 from owncloud/chunk-remainingspacefix
Vincent Petry [Tue, 1 Apr 2014 14:09:19 +0000 (16:09 +0200)]
Merge pull request #7696 from owncloud/chunk-remainingspacefix

Fixed chunking and insufficient storage check

10 years agoFix dirInfo check when dir does not exist
Vincent Petry [Tue, 1 Apr 2014 13:15:03 +0000 (15:15 +0200)]
Fix dirInfo check when dir does not exist

10 years agoMerge pull request #7293 from owncloud/update-shares-postgres
Vincent Petry [Tue, 1 Apr 2014 12:56:37 +0000 (14:56 +0200)]
Merge pull request #7293 from owncloud/update-shares-postgres

fix update to remove shares where file doesn't exist on postgres

10 years agoexternal storage: set storages to be available for All Users by default
Jan-Christoph Borchardt [Tue, 1 Apr 2014 12:28:33 +0000 (14:28 +0200)]
external storage: set storages to be available for All Users by default

10 years agoexternal storage: change confusing 'applicable' to 'available for'
Jan-Christoph Borchardt [Tue, 1 Apr 2014 12:26:06 +0000 (14:26 +0200)]
external storage: change confusing 'applicable' to 'available for'

10 years agoMerge pull request #7940 from owncloud/settings-userlistajaxcallfix
blizzz [Tue, 1 Apr 2014 12:17:05 +0000 (14:17 +0200)]
Merge pull request #7940 from owncloud/settings-userlistajaxcallfix

Fixed user list offset call

10 years agoMerge pull request #7912 from owncloud/enc_move_checks_to_pre_hook
Björn Schießle [Tue, 1 Apr 2014 11:56:46 +0000 (13:56 +0200)]
Merge pull request #7912 from owncloud/enc_move_checks_to_pre_hook

move check if a file should be encrypted to the pre hook

10 years agoMerge pull request #7943 from hjort/master
Vincent Petry [Tue, 1 Apr 2014 10:57:16 +0000 (12:57 +0200)]
Merge pull request #7943 from hjort/master

Correction: failure on sharing when user ID was prefixed by zero

10 years agoMerge pull request #7975 from owncloud/fix-7973-master-2
Vincent Petry [Tue, 1 Apr 2014 10:38:47 +0000 (12:38 +0200)]
Merge pull request #7975 from owncloud/fix-7973-master-2

remove pl_PL - fixes #7973

10 years agoMerge pull request #7915 from owncloud/replace-personalblock
Vincent Petry [Tue, 1 Apr 2014 09:20:16 +0000 (11:20 +0200)]
Merge pull request #7915 from owncloud/replace-personalblock

Replace personalblock with .section

10 years agoMerge pull request #7966 from owncloud/url_generation_hack
Morris Jobke [Tue, 1 Apr 2014 08:59:53 +0000 (10:59 +0200)]
Merge pull request #7966 from owncloud/url_generation_hack

Check if web root has already been appended

10 years agoapply proposed change
Morris Jobke [Tue, 1 Apr 2014 08:48:55 +0000 (10:48 +0200)]
apply proposed change

10 years agoAdded missing fclose in file_get_contents and file_put_contents
Vincent Petry [Mon, 31 Mar 2014 16:37:52 +0000 (18:37 +0200)]
Added missing fclose in file_get_contents and file_put_contents

10 years agoCorrectly read the full stream in file_get_contents
Vincent Petry [Mon, 31 Mar 2014 16:36:52 +0000 (18:36 +0200)]
Correctly read the full stream in file_get_contents

When using user-defined stream wrappers, PHP will
return a maximum of 8192 bytes even if more was
requested.

This fix uses stream_get_contents to make sure the full stream is read
and not only the first 8 KB.

Added unit test with a bigger test file to cover this case.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 1 Apr 2014 05:56:15 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #7967 from owncloud/sharing_fix_select_statement
Björn Schießle [Mon, 31 Mar 2014 19:34:42 +0000 (21:34 +0200)]
Merge pull request #7967 from owncloud/sharing_fix_select_statement

select statement always need to contain file_source respectively item_source

10 years agothere is no need to re-calculate the shares after a touch
Bjoern Schiessle [Mon, 31 Mar 2014 16:24:53 +0000 (18:24 +0200)]
there is no need to re-calculate the shares after a touch

10 years agoalways encrypt files to owner
Bjoern Schiessle [Mon, 31 Mar 2014 16:09:46 +0000 (18:09 +0200)]
always encrypt files to owner

10 years agoremove pl_PL - fixes #7973
Thomas Müller [Mon, 31 Mar 2014 16:03:42 +0000 (18:03 +0200)]
remove pl_PL - fixes #7973

10 years agoMerge pull request #7916 from owncloud/fix-input-sizes
Morris Jobke [Mon, 31 Mar 2014 13:56:19 +0000 (15:56 +0200)]
Merge pull request #7916 from owncloud/fix-input-sizes

Fix input sizes

10 years agoAllow using "/" in "overwritewebroot"
Vincent Petry [Mon, 31 Mar 2014 13:30:44 +0000 (15:30 +0200)]
Allow using "/" in "overwritewebroot"

Whenever the reverse proxy is using "/" as the webroot, it is now
possible to set that value in "overwritewebroot"

10 years agodon't call getFileInfo() to avoid to open the same file twice
Bjoern Schiessle [Mon, 31 Mar 2014 10:43:38 +0000 (12:43 +0200)]
don't call getFileInfo() to avoid to open the same file twice

10 years agomove check if a file should be encrypted to the pre hook
Bjoern Schiessle [Thu, 27 Mar 2014 12:49:48 +0000 (13:49 +0100)]
move check if a file should be encrypted to the pre hook

10 years agoselect statement always need to contain file_source respectively item_source
Bjoern Schiessle [Mon, 31 Mar 2014 13:02:02 +0000 (15:02 +0200)]
select statement always need to contain file_source respectively item_source

10 years agoImprove phpdoc
Robin Appelman [Mon, 31 Mar 2014 12:29:55 +0000 (14:29 +0200)]
Improve phpdoc

10 years agoCheck if web root has already been appended
Thomas Tanghus [Mon, 31 Mar 2014 12:24:38 +0000 (14:24 +0200)]
Check if web root has already been appended

10 years agomerge CSS rules
Morris Jobke [Mon, 31 Mar 2014 11:51:53 +0000 (13:51 +0200)]
merge CSS rules

10 years agoexternal storage: fix merge conflict, indentation
Jan-Christoph Borchardt [Mon, 31 Mar 2014 11:12:04 +0000 (13:12 +0200)]
external storage: fix merge conflict, indentation

10 years agoreplace last personalblock fieldset within files_external
Jan-Christoph Borchardt [Mon, 31 Mar 2014 11:00:46 +0000 (13:00 +0200)]
replace last personalblock fieldset within files_external

10 years agofix duplicate rules for button/input styles, em to px
Jan-Christoph Borchardt [Mon, 31 Mar 2014 10:27:26 +0000 (12:27 +0200)]
fix duplicate rules for button/input styles, em to px

10 years agoMerge pull request #7939 from owncloud/wring_redirect_on_login
Vincent Petry [Mon, 31 Mar 2014 08:50:05 +0000 (10:50 +0200)]
Merge pull request #7939 from owncloud/wring_redirect_on_login

Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 31 Mar 2014 05:55:43 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoRemoves highlighting of selected items, padding from apps management.
raghunayyar [Sun, 30 Mar 2014 10:18:47 +0000 (15:48 +0530)]
Removes highlighting of selected items, padding from apps management.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 30 Mar 2014 05:55:42 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoSub-dir was prepended twice
Thomas Tanghus [Sat, 29 Mar 2014 19:40:49 +0000 (20:40 +0100)]
Sub-dir was prepended twice

10 years agoSub-dir was prepended twice
Thomas Tanghus [Sat, 29 Mar 2014 19:39:55 +0000 (20:39 +0100)]
Sub-dir was prepended twice

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 29 Mar 2014 05:55:44 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #7845 from duritong/fix_submodule_url
Thomas Müller [Fri, 28 Mar 2014 20:54:50 +0000 (21:54 +0100)]
Merge pull request #7845 from duritong/fix_submodule_url

use https as submodule url

10 years agoMerge pull request #7932 from owncloud/update-phpdoc-statement-wrapper-master
Morris Jobke [Fri, 28 Mar 2014 20:20:09 +0000 (21:20 +0100)]
Merge pull request #7932 from owncloud/update-phpdoc-statement-wrapper-master

adding @method annotation to declare methods which can be called on the ...

10 years agoCorrection: failure on sharing when user ID was prefixed by zero
Rodrigo Hjort [Fri, 28 Mar 2014 18:08:59 +0000 (15:08 -0300)]
Correction: failure on sharing when user ID was prefixed by zero

10 years agoFixed user list offset call
Vincent Petry [Fri, 28 Mar 2014 17:12:21 +0000 (18:12 +0100)]
Fixed user list offset call

10 years agoUse UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936
Thomas Tanghus [Fri, 28 Mar 2014 17:05:48 +0000 (18:05 +0100)]
Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936

10 years agoMerge pull request #7934 from owncloud/addEventToExpirationDate
Vincent Petry [Fri, 28 Mar 2014 16:35:20 +0000 (17:35 +0100)]
Merge pull request #7934 from owncloud/addEventToExpirationDate

Emit event after setting a new expiration for a share

10 years agoImplement getPath for shared files
Robin Appelman [Fri, 28 Mar 2014 14:26:15 +0000 (15:26 +0100)]
Implement getPath for shared files

10 years agoGive storages the option to implement the getById behaviour for View->getPath
Robin Appelman [Thu, 27 Mar 2014 15:43:34 +0000 (16:43 +0100)]
Give storages the option to implement the getById behaviour for View->getPath

10 years agoMerge pull request #7770 from jamesryanbell/master
Morris Jobke [Fri, 28 Mar 2014 14:14:12 +0000 (15:14 +0100)]
Merge pull request #7770 from jamesryanbell/master

SVG support detection

10 years agoEmit event after setting a new expiration for a share
Morris Jobke [Fri, 28 Mar 2014 14:00:13 +0000 (15:00 +0100)]
Emit event after setting a new expiration for a share

all credits to @frisco82
https://github.com/owncloud/core/pull/5335

10 years agoMerge pull request #7929 from owncloud/enc_dont_write_file_if_enc_fails
Björn Schießle [Fri, 28 Mar 2014 13:59:05 +0000 (14:59 +0100)]
Merge pull request #7929 from owncloud/enc_dont_write_file_if_enc_fails

don't write file if opening a stream to encrypt the data fails

10 years agoMerge pull request #7824 from owncloud/hash-parameter-order
Thomas Müller [Fri, 28 Mar 2014 12:06:07 +0000 (13:06 +0100)]
Merge pull request #7824 from owncloud/hash-parameter-order

Fix parameter order for Storage\Local::hash

10 years agoadding @method annotation to declare methods which can be called on the wrapped state...
Thomas Müller [Fri, 28 Mar 2014 11:57:27 +0000 (12:57 +0100)]
adding @method annotation to declare methods which can be called on the wrapped statement object

10 years agoMerge pull request #7879 from owncloud/sharing_cleanup_public_api
Vincent Petry [Fri, 28 Mar 2014 11:23:11 +0000 (12:23 +0100)]
Merge pull request #7879 from owncloud/sharing_cleanup_public_api

sharing api cleanup, first step

10 years agoMerge pull request #7613 from owncloud/fix_urlGenerator2
Vincent Petry [Fri, 28 Mar 2014 11:12:49 +0000 (12:12 +0100)]
Merge pull request #7613 from owncloud/fix_urlGenerator2

Add \OC::$WEBROOT to URLGenerator::getAbsoluteURL()

10 years agoFix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled.
Thomas Müller [Fri, 28 Mar 2014 11:07:44 +0000 (12:07 +0100)]
Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled.

Squashed commit of the following:

commit eaf4f43f687db59137a0b00bc0e12ed4eb0d0943
Merge: 1e9c5be 1e7d7bd
Author: Thomas Müller <thomas.mueller@tmit.eu>
Date:   Fri Mar 28 11:49:04 2014 +0100

    Merge branch 'master' of https://github.com/kev300/core into kev300-master

commit 1e7d7bdd8b5c7f301501cb822cdf2ef0ad3f2872
Author: kev300 <admin@gadeco.de>
Date:   Tue Dec 17 14:11:42 2013 +0100

    Update util.php

commit 3f0723f054a27a506be7f26932ccb54fff6f2be9
Author: kev300 <admin@gadeco.de>
Date:   Tue Dec 17 14:09:15 2013 +0100

    Update util.php

commit 512176abdcfbe5b2b060b91033abc9608912d1f8
Author: kev300 <admin@gadeco.de>
Date:   Tue Dec 17 14:02:04 2013 +0100

    Update util.php

commit 6cbefd080188d287024e0b047b88dd4525d6c2c1
Author: kev300 <admin@gadeco.de>
Date:   Mon Dec 16 16:44:46 2013 +0100

    Update util.php

    Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled.

10 years agoMerge pull request #7829 from owncloud/cachefolderlocation
Vincent Petry [Fri, 28 Mar 2014 11:08:38 +0000 (12:08 +0100)]
Merge pull request #7829 from owncloud/cachefolderlocation

Cache folder is now configurable

10 years agodon't write file if opening a stream to encrypt the data fails
Bjoern Schiessle [Fri, 28 Mar 2014 11:02:49 +0000 (12:02 +0100)]
don't write file if opening a stream to encrypt the data fails

10 years agoMerge pull request #7703 from rnveach/jstest
Thomas Müller [Fri, 28 Mar 2014 10:41:21 +0000 (11:41 +0100)]
Merge pull request #7703 from rnveach/jstest

Fixing issues found with running 'autotest-js' locally

10 years agoMerge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup
Vincent Petry [Fri, 28 Mar 2014 10:33:57 +0000 (11:33 +0100)]
Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup

Cleanup the fileproxy proxies on test bootstrap

10 years agoMerge pull request #7872 from owncloud/trash-disablestoragestats
Björn Schießle [Fri, 28 Mar 2014 10:22:19 +0000 (11:22 +0100)]
Merge pull request #7872 from owncloud/trash-disablestoragestats

Do not retrieve storage stats for trash bin

10 years agoDo not retrieve storage stats for trash bin
Vincent Petry [Tue, 25 Mar 2014 10:00:01 +0000 (11:00 +0100)]
Do not retrieve storage stats for trash bin

10 years agoMerge pull request #7842 from Xenopathic/files_external_config_optional
Robin McCorkell [Fri, 28 Mar 2014 10:02:28 +0000 (10:02 +0000)]
Merge pull request #7842 from Xenopathic/files_external_config_optional

Enable the use of 'optional' on password fields for mount configuration

10 years agoMerge pull request #7720 from ideaship/autoconfig_fix
Vincent Petry [Fri, 28 Mar 2014 09:41:46 +0000 (10:41 +0100)]
Merge pull request #7720 from ideaship/autoconfig_fix

fix autoconfig

10 years agoMerge pull request #7107 from owncloud/load-apps-proper-master
Thomas Müller [Fri, 28 Mar 2014 09:33:55 +0000 (10:33 +0100)]
Merge pull request #7107 from owncloud/load-apps-proper-master

Load apps proper master

10 years agoMerge pull request #7724 from owncloud/mobile
Thomas Müller [Fri, 28 Mar 2014 09:27:15 +0000 (10:27 +0100)]
Merge pull request #7724 from owncloud/mobile

[WIP] Mobile optimization for base layout and Files app

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 28 Mar 2014 05:55:47 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoprevent dimmed ocdialog div from scrolling
Jörn Friedrich Dreyer [Wed, 26 Mar 2014 16:48:33 +0000 (17:48 +0100)]
prevent dimmed ocdialog div from scrolling

10 years agoMerge pull request #7913 from owncloud/fix-logo
Morris Jobke [Fri, 28 Mar 2014 01:29:35 +0000 (02:29 +0100)]
Merge pull request #7913 from owncloud/fix-logo

fix SVG replacement for logo so it works in IE8, fix #7866

10 years agofix breadcrumbs for IE8
Morris Jobke [Thu, 27 Mar 2014 22:53:19 +0000 (23:53 +0100)]
fix breadcrumbs for IE8

10 years agoMerge pull request #7911 from owncloud/ext-fixswifttouchoperation
Vincent Petry [Thu, 27 Mar 2014 17:10:45 +0000 (18:10 +0100)]
Merge pull request #7911 from owncloud/ext-fixswifttouchoperation

Fix swift touch operation

10 years agoconvert input metrics to px
Jan-Christoph Borchardt [Thu, 27 Mar 2014 16:13:36 +0000 (17:13 +0100)]
convert input metrics to px

10 years agoremove additional radio button width declaration
Jan-Christoph Borchardt [Thu, 27 Mar 2014 16:13:12 +0000 (17:13 +0100)]
remove additional radio button width declaration

10 years agoremove CSS rules for personalblock, remove it from core
Jan-Christoph Borchardt [Thu, 27 Mar 2014 15:42:08 +0000 (16:42 +0100)]
remove CSS rules for personalblock, remove it from core