]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agospaces to tabs
Simon Könnecke [Wed, 18 Dec 2013 14:43:45 +0000 (15:43 +0100)]
spaces to tabs

10 years agoNo decimal points for Kilobyte and Byte #5371.
Simon Könnecke [Mon, 25 Nov 2013 11:26:03 +0000 (12:26 +0100)]
No decimal points for Kilobyte and Byte #5371.

10 years agoMerge pull request #5960 from owncloud/enc_small_visual_improvements
Vincent Petry [Mon, 25 Nov 2013 10:12:31 +0000 (02:12 -0800)]
Merge pull request #5960 from owncloud/enc_small_visual_improvements

[encryption] some small visual improvements

10 years agoMerge pull request #6025 from owncloud/typo
Vincent Petry [Mon, 25 Nov 2013 10:12:09 +0000 (02:12 -0800)]
Merge pull request #6025 from owncloud/typo

fix typo

10 years agofix typo
Bjoern Schiessle [Mon, 25 Nov 2013 10:09:31 +0000 (11:09 +0100)]
fix typo

10 years agoMerge pull request #5991 from owncloud/extstorage-mountpointvalidation
Morris Jobke [Mon, 25 Nov 2013 08:30:06 +0000 (00:30 -0800)]
Merge pull request #5991 from owncloud/extstorage-mountpointvalidation

Prevent using root as mount point for external storage

10 years agoMerge pull request #5998 from owncloud/navigation-fix
Thomas Müller [Sun, 24 Nov 2013 23:02:56 +0000 (15:02 -0800)]
Merge pull request #5998 from owncloud/navigation-fix

Doesn't Cut the top arrow from navigation

10 years agoMerge pull request #6021 from owncloud/show_build
Thomas Müller [Sun, 24 Nov 2013 23:01:11 +0000 (15:01 -0800)]
Merge pull request #6021 from owncloud/show_build

Show build number

10 years agoMerge pull request #5874 from owncloud/fix-5845
Thomas Müller [Sun, 24 Nov 2013 22:15:17 +0000 (14:15 -0800)]
Merge pull request #5874 from owncloud/fix-5845

Fix file uploads on Windows with SQL Server

10 years agoMerge pull request #6018 from owncloud/fix_overwritehost
Thomas Müller [Sun, 24 Nov 2013 22:02:51 +0000 (14:02 -0800)]
Merge pull request #6018 from owncloud/fix_overwritehost

fix overwrite host support and make the code a bit more readable

10 years agoremove logic from template and fix syntax error
Thomas Mueller [Sun, 24 Nov 2013 20:27:32 +0000 (21:27 +0100)]
remove logic from template and fix syntax error

10 years agoadd new function to generate the human readable version string based on version,...
Thomas Mueller [Sun, 24 Nov 2013 20:26:34 +0000 (21:26 +0100)]
add new function to generate the human readable version string based on version, channel and build number

10 years agoadding simple unit test to test scriptName() under overwrite condition
Thomas Mueller [Sun, 24 Nov 2013 20:19:06 +0000 (21:19 +0100)]
adding simple unit test to test scriptName() under overwrite condition

10 years agoupdate PHPDoc
Thomas Mueller [Sun, 24 Nov 2013 20:18:14 +0000 (21:18 +0100)]
update PHPDoc

10 years agoreplace echo with p
Frank Karlitschek [Sun, 24 Nov 2013 16:17:10 +0000 (17:17 +0100)]
replace echo with p

10 years agoshow the build number if on the daily build update channel
Frank Karlitschek [Sun, 24 Nov 2013 15:46:07 +0000 (16:46 +0100)]
show the build number if on the daily build update channel

10 years agosend the build number too to push the next daily build. This is needed for the new...
Frank Karlitschek [Sun, 24 Nov 2013 15:45:06 +0000 (16:45 +0100)]
send the build number too to push the next daily build. This is needed for the new daily build update channel

10 years agofix overwrite host support and make the code a bit more readable
Frank Karlitschek [Sun, 24 Nov 2013 11:41:09 +0000 (12:41 +0100)]
fix overwrite host support and make the code a bit more readable

10 years agoMerge pull request #5995 from owncloud/extstorage-isreadablefix
Vincent Petry [Sun, 24 Nov 2013 11:04:33 +0000 (03:04 -0800)]
Merge pull request #5995 from owncloud/extstorage-isreadablefix

Return plausible isReadable() default impl for ext storage

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 24 Nov 2013 05:14:51 +0000 (00:14 -0500)]
[tx-robot] updated from transifex

10 years agoNow also preventing the user of "Shared" as mountpoint
Vincent Petry [Fri, 22 Nov 2013 17:36:27 +0000 (18:36 +0100)]
Now also preventing the user of "Shared" as mountpoint

10 years agoMoved default isReadable/isUpdatable impl into Common class
Vincent Petry [Fri, 22 Nov 2013 14:24:23 +0000 (15:24 +0100)]
Moved default isReadable/isUpdatable impl into Common class

Also adjusted all ext storage backends to not override these when the
default behavior is expected.

10 years agoReturn plausible isReadable() default impl for ext storage
Vincent Petry [Thu, 21 Nov 2013 18:15:11 +0000 (19:15 +0100)]
Return plausible isReadable() default impl for ext storage

When an ext storage doesn't implement isReadable(), always returning
true made the file scanner believe that the file exists and creates a
cache entry with the size zero.

This fix makes the default impl of isReadable() use file_exists().

Fixes #5940

10 years agoRevert "use relative paths to create images from a file. This way it also works if"
Bjoern Schiessle [Fri, 22 Nov 2013 17:01:44 +0000 (18:01 +0100)]
Revert "use relative paths to create images from a file. This way it also works if"

This reverts commit 3488f0b77a2d03747bf20b5d870639cb40440083.

10 years agofix navigation scrollbar
Morris Jobke [Fri, 22 Nov 2013 14:48:24 +0000 (15:48 +0100)]
fix navigation scrollbar

10 years agoMerge pull request #6003 from owncloud/incognito_mode
Vincent Petry [Fri, 22 Nov 2013 14:08:49 +0000 (06:08 -0800)]
Merge pull request #6003 from owncloud/incognito_mode

Incognito mode

10 years agofixed documentation
Thomas Müller [Fri, 22 Nov 2013 13:58:36 +0000 (14:58 +0100)]
fixed documentation

10 years agoset incognito mode for public.php calls. Because in this case ownCloud should always...
Bjoern Schiessle [Fri, 22 Nov 2013 13:00:08 +0000 (14:00 +0100)]
set incognito mode for public.php calls. Because in this case ownCloud should always work the same way as if no user is logged in

10 years agoadd incognito mode, allows to hide my user ID. For example, this is useful to access...
Bjoern Schiessle [Fri, 22 Nov 2013 12:55:38 +0000 (13:55 +0100)]
add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in

10 years agoMerge pull request #5882 from owncloud/preview-movie-5s
Thomas Müller [Fri, 22 Nov 2013 12:27:34 +0000 (04:27 -0800)]
Merge pull request #5882 from owncloud/preview-movie-5s

Movie preview - use frame after 5 seconds

10 years agoMerge pull request #6000 from owncloud/use_relative_path_to_create_images
Raghu Nayyar [Fri, 22 Nov 2013 11:52:40 +0000 (03:52 -0800)]
Merge pull request #6000 from owncloud/use_relative_path_to_create_images

use relative paths to create images from a file.

10 years agoMerge pull request #5040 from owncloud/public_api_avatar_master
blizzz [Fri, 22 Nov 2013 11:42:28 +0000 (03:42 -0800)]
Merge pull request #5040 from owncloud/public_api_avatar_master

Add public API for \OC\Avatar

10 years agofixing PHPDoc comments and syntax
Thomas Müller [Fri, 22 Nov 2013 11:34:37 +0000 (12:34 +0100)]
fixing PHPDoc comments and syntax

10 years agouse relative paths to create images from a file. This way it also works if
Bjoern Schiessle [Fri, 22 Nov 2013 11:26:01 +0000 (12:26 +0100)]
use relative paths to create images from a file. This way it also works if
no user is logged in (e.g. public gallery share)

10 years agowe better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB.
Thomas Müller [Fri, 22 Nov 2013 11:23:22 +0000 (12:23 +0100)]
we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB.
in some cases 1MB was no enough to generate thumbnail

10 years agoWorking on a chunked video can result in a broken frame index the option -vsync 1...
Thomas Müller [Fri, 22 Nov 2013 11:20:06 +0000 (12:20 +0100)]
Working on a chunked video can result in a broken frame index the option -vsync 1 can heal that

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 22 Nov 2013 02:07:12 +0000 (21:07 -0500)]
[tx-robot] updated from transifex

10 years agoAdd missing Avatar Interface
Arthur Schiwon [Thu, 21 Nov 2013 23:43:23 +0000 (00:43 +0100)]
Add missing Avatar Interface

10 years agoRound out Avatar Public API
Arthur Schiwon [Thu, 21 Nov 2013 22:40:25 +0000 (23:40 +0100)]
Round out Avatar Public API

10 years agoDoesn't Cut the top arrow from navigation
raghunayyar [Thu, 21 Nov 2013 20:40:22 +0000 (02:10 +0530)]
Doesn't Cut the top arrow from navigation

10 years agoMerge pull request #5970 from owncloud/extstorage-webdavdotdirfix
Vincent Petry [Thu, 21 Nov 2013 17:01:47 +0000 (09:01 -0800)]
Merge pull request #5970 from owncloud/extstorage-webdavdotdirfix

Fixed path normalization to prevent dot dirs

10 years agoAdded unit test for root mount point validation
Vincent Petry [Thu, 21 Nov 2013 16:26:13 +0000 (17:26 +0100)]
Added unit test for root mount point validation

10 years agoPrevent using root as mount point for external storage
Vincent Petry [Thu, 21 Nov 2013 16:21:51 +0000 (17:21 +0100)]
Prevent using root as mount point for external storage

Fixes #5981

10 years agoMerge pull request #5773 from owncloud/fix-2152-master
Thomas Müller [Thu, 21 Nov 2013 16:03:21 +0000 (08:03 -0800)]
Merge pull request #5773 from owncloud/fix-2152-master

Make working en_US.UTF-8 locale a hard requirement

10 years agoFixed path normalization to prevent dot dirs
Vincent Petry [Wed, 20 Nov 2013 17:14:42 +0000 (18:14 +0100)]
Fixed path normalization to prevent dot dirs

Fixes #5945 where stat(.) would cause the backend OC to cache a dot dir
(only in older versions)

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 21 Nov 2013 15:05:34 +0000 (10:05 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #5715 from owncloud/quota-sharing-wrapotherusershome
Vincent Petry [Thu, 21 Nov 2013 14:59:50 +0000 (06:59 -0800)]
Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershome

Quota storage wrapper is now used for all users in sharing mode

10 years agoMerge pull request #5988 from owncloud/files-mobilequickfix
Morris Jobke [Thu, 21 Nov 2013 14:09:11 +0000 (06:09 -0800)]
Merge pull request #5988 from owncloud/files-mobilequickfix

Added min width to files table

10 years agoMerge pull request #5983 from owncloud/fixing-l10n-again-master
Thomas Müller [Thu, 21 Nov 2013 14:02:53 +0000 (06:02 -0800)]
Merge pull request #5983 from owncloud/fixing-l10n-again-master

Fixing l10n again master

10 years agoAdded min width to files table
Vincent Petry [Thu, 21 Nov 2013 13:45:24 +0000 (14:45 +0100)]
Added min width to files table

Having a too small widths for the files table doesn't make sense as it
overlaps file actions with the files themselves and make them
unclickable, especially when viewed on mobile phone.

The compromise that this fix introduces is to have a minimum width that
will trigger horizontal scrolling, which will at least make it possible
to click files on mobile phones.

10 years agoFixing the warning notifications
Thomas Müller [Thu, 21 Nov 2013 13:44:25 +0000 (14:44 +0100)]
Fixing the warning notifications

10 years agoMerge pull request #5979 from owncloud/fix5881
blizzz [Thu, 21 Nov 2013 12:03:33 +0000 (04:03 -0800)]
Merge pull request #5979 from owncloud/fix5881

LDAP Wizard: add objectclass for group detection in Zimbra

10 years agoMerge pull request #5980 from owncloud/public_view_fixes
Vincent Petry [Thu, 21 Nov 2013 12:01:14 +0000 (04:01 -0800)]
Merge pull request #5980 from owncloud/public_view_fixes

Public view fixes

10 years agoNow using the "Home" storage detection approach for quota
Vincent Petry [Thu, 21 Nov 2013 11:17:47 +0000 (12:17 +0100)]
Now using the "Home" storage detection approach for quota

To find out whether to apply a quota, we now try and detect whether the
storage to wrap is a "Home" storage.

10 years agodisable trahs in files_sharing/public.php
Bjoern Schiessle [Thu, 21 Nov 2013 11:06:35 +0000 (12:06 +0100)]
disable trahs in files_sharing/public.php

10 years agoQuota storage wrapper is now used for all users in sharing mode
Vincent Petry [Wed, 6 Nov 2013 10:57:04 +0000 (11:57 +0100)]
Quota storage wrapper is now used for all users in sharing mode

When accessing a shared folder, the folder's owner appears as mountpoint
but wasn't wrapped by a quota storage wrapper.

This fix makes sure that all home storages are wrapped by a quota
storage wrapper, if applicable, to make sure quotas are respected when
uploading into shared folders.

10 years agofix undefined index errors if public share view
Bjoern Schiessle [Thu, 21 Nov 2013 11:02:09 +0000 (12:02 +0100)]
fix undefined index errors if public share view

10 years agoLDAP Wizard: add objectclass for group detection in Zimbra
Arthur Schiwon [Thu, 21 Nov 2013 10:20:31 +0000 (11:20 +0100)]
LDAP Wizard: add objectclass for group detection in Zimbra

10 years agoMerge pull request #5897 from hkjolhede/master
Vincent Petry [Thu, 21 Nov 2013 09:22:05 +0000 (01:22 -0800)]
Merge pull request #5897 from hkjolhede/master

Fixed error-checking error in sftp.php

10 years agoMerge pull request #5972 from owncloud/extstorage-webdav-moveoperationfix
Vincent Petry [Thu, 21 Nov 2013 09:20:19 +0000 (01:20 -0800)]
Merge pull request #5972 from owncloud/extstorage-webdav-moveoperationfix

Fixed move operation to pass the whole URL as expected

10 years agofixing spelling and restructure sentence
Thomas Müller [Thu, 21 Nov 2013 08:59:21 +0000 (09:59 +0100)]
fixing spelling and restructure sentence

10 years agounify translation string - less work for the translators
Thomas Müller [Thu, 21 Nov 2013 08:58:35 +0000 (09:58 +0100)]
unify translation string - less work for the translators

10 years agobeta 5 is here v6.0.0beta5
Frank Karlitschek [Wed, 20 Nov 2013 18:30:30 +0000 (19:30 +0100)]
beta 5 is here

10 years agoFixed move operation to pass the whole URL as expected
Vincent Petry [Wed, 20 Nov 2013 17:59:02 +0000 (18:59 +0100)]
Fixed move operation to pass the whole URL as expected

The MOVE and COPY spec expect the "Destination" header to receive the
full URL, not only the root.

Fixes #5942

10 years agoMerge pull request #5967 from owncloud/encryption-extstorage-fixsizereset
Vincent Petry [Wed, 20 Nov 2013 17:04:37 +0000 (09:04 -0800)]
Merge pull request #5967 from owncloud/encryption-extstorage-fixsizereset

Fix for extstorage + encryption where unencrypted size is not kept

10 years agoMerge pull request #5965 from owncloud/mimetype-only-path
Vincent Petry [Wed, 20 Nov 2013 16:11:41 +0000 (08:11 -0800)]
Merge pull request #5965 from owncloud/mimetype-only-path

Change default mimetype detection for storage backends to only use filename

10 years agoMerge pull request #5966 from owncloud/fixing-fileid-webdav-master
blizzz [Wed, 20 Nov 2013 15:51:47 +0000 (07:51 -0800)]
Merge pull request #5966 from owncloud/fixing-fileid-webdav-master

always get the right node for the given file path

10 years agoMerge pull request #5959 from owncloud/encryption_check_if_file_is_encrypted
Vincent Petry [Wed, 20 Nov 2013 15:32:43 +0000 (07:32 -0800)]
Merge pull request #5959 from owncloud/encryption_check_if_file_is_encrypted

only check if the key file exists to decide if it is an encrypted file or not

10 years agoFix for extstorage + encryption where unencrypted size is not kept
Vincent Petry [Wed, 20 Nov 2013 15:20:21 +0000 (16:20 +0100)]
Fix for extstorage + encryption where unencrypted size is not kept

Fix for external storage with encryption where the unencrypted size is
first written in the DB, then set back to zero, causing performance
issue because the file needs to be reopened every time to find out the
unencrypted size (and potentially needs a full redownload)

10 years agoalways get the right node for the given file path
Thomas Müller [Wed, 20 Nov 2013 15:14:08 +0000 (16:14 +0100)]
always get the right node for the given file path

10 years agoChange default mimetype detection for storage backends to only use filename
Robin Appelman [Wed, 20 Nov 2013 14:25:29 +0000 (15:25 +0100)]
Change default mimetype detection for storage backends to only use filename

10 years agoMerge branch 'master' into encryption_check_if_file_is_encrypted
Bjoern Schiessle [Wed, 20 Nov 2013 13:45:04 +0000 (14:45 +0100)]
Merge branch 'master' into encryption_check_if_file_is_encrypted

10 years agoMerge pull request #5961 from owncloud/core-fixgetfiletempfilecondition
Vincent Petry [Wed, 20 Nov 2013 13:42:21 +0000 (05:42 -0800)]
Merge pull request #5961 from owncloud/core-fixgetfiletempfilecondition

Fixed getLocalFile() condition for x-send-file

10 years agoFixed getLocalFile() condition for x-send-file
Vincent Petry [Wed, 20 Nov 2013 13:33:59 +0000 (14:33 +0100)]
Fixed getLocalFile() condition for x-send-file

Until now, addSendfileHeader() was called even when no x-send-file
headers were set. Even though the method itself doesn't do anything,
a call to getLocalFile() was done and would trigger a full download
when using external storage.

Additionally, the storage resolution code is wrong and always
returns the local storage of the root filesystem, which caused the code to
be run anyway.

This commit fixes both issues.

10 years agocheck if it is a cached file or a version to resolve the correct path to the file key
Bjoern Schiessle [Wed, 20 Nov 2013 11:34:23 +0000 (12:34 +0100)]
check if it is a cached file or a version to resolve the correct path to the file key

10 years ago- show a spinner while decrypting files if the encryption app was disabled
Bjoern Schiessle [Wed, 20 Nov 2013 11:23:10 +0000 (12:23 +0100)]
- show a spinner while decrypting files if the encryption app was disabled
- don't fade-out the decryption result

10 years agoonly check if the key file exists to decide if it is an encrypted file or not.
Bjoern Schiessle [Wed, 20 Nov 2013 10:02:22 +0000 (11:02 +0100)]
only check if the key file exists to decide if it is an encrypted file or not.
This solves problems with external storage which doesn't support fseek

10 years agoMerge pull request #5926 from owncloud/less-bold
Frank Karlitschek [Tue, 19 Nov 2013 21:57:21 +0000 (13:57 -0800)]
Merge pull request #5926 from owncloud/less-bold

remove bold from legend, table header, label - less obtrusive

10 years agoMerge pull request #5951 from owncloud/ldap_encryption_fix
blizzz [Tue, 19 Nov 2013 21:51:12 +0000 (13:51 -0800)]
Merge pull request #5951 from owncloud/ldap_encryption_fix

fix encryption with LDAP, make sure that the owners home is mounted correctly

10 years agomake sure that the owners home is mounted correctly
Bjoern Schiessle [Tue, 19 Nov 2013 17:28:51 +0000 (18:28 +0100)]
make sure that the owners home is mounted correctly

10 years agoMerge pull request #5878 from owncloud/extstorage-smb
Vincent Petry [Tue, 19 Nov 2013 14:13:25 +0000 (06:13 -0800)]
Merge pull request #5878 from owncloud/extstorage-smb

[SMB] Fix stat and unlink

10 years agoFixed SMB file deletion success detection
Vincent Petry [Thu, 14 Nov 2013 17:39:39 +0000 (18:39 +0100)]
Fixed SMB file deletion success detection

Since unlink() smb4php doesn't return true on deletion success, we need
to check whether the file was deleted to confirm success.

Fixes #5866

10 years agoRemoving trailing dot in path that samba doesn't seem to like
Vincent Petry [Thu, 14 Nov 2013 15:52:00 +0000 (16:52 +0100)]
Removing trailing dot in path that samba doesn't seem to like

Fixes #5778
Added unit test for getId() and constructUrl()

10 years agoFixed delete action to show error message as notification
Vincent Petry [Thu, 14 Nov 2013 15:48:04 +0000 (16:48 +0100)]
Fixed delete action to show error message as notification

10 years agoMerge pull request #5916 from owncloud/extstorage-smb-ignorenetbioserror
Morris Jobke [Mon, 18 Nov 2013 23:23:11 +0000 (15:23 -0800)]
Merge pull request #5916 from owncloud/extstorage-smb-ignorenetbioserror

SMB ignore connection errors when NetBIOS is disabled

10 years agoMerge pull request #5927 from owncloud/quota-excludeextstorage
Morris Jobke [Mon, 18 Nov 2013 22:42:40 +0000 (14:42 -0800)]
Merge pull request #5927 from owncloud/quota-excludeextstorage

External storage space is now not counted in total space

10 years agoMerge pull request #5928 from owncloud/quota-totalsizeoffiles
Morris Jobke [Mon, 18 Nov 2013 22:31:00 +0000 (14:31 -0800)]
Merge pull request #5928 from owncloud/quota-totalsizeoffiles

Root size for home storage is now size of "files" subdir

10 years agoRoot size for home storage is now size of "files" subdir
Vincent Petry [Mon, 18 Nov 2013 16:39:52 +0000 (17:39 +0100)]
Root size for home storage is now size of "files" subdir

Fixes #4593

10 years agoExternal storage space is now not counted in total space
Vincent Petry [Mon, 18 Nov 2013 16:29:30 +0000 (17:29 +0100)]
External storage space is now not counted in total space

Added argument to getFileInfo() to disable adding the size of
mountpoints to a directory's size.

Fixes #5924

10 years agoMerge pull request #5923 from owncloud/font-weight
Jan-Christoph Borchardt [Mon, 18 Nov 2013 16:39:46 +0000 (08:39 -0800)]
Merge pull request #5923 from owncloud/font-weight

change bold 'deleted files' button to normal for less focus

10 years agoremove bold from legend, table header, label - less obtrusive
Jan-Christoph Borchardt [Mon, 18 Nov 2013 16:30:24 +0000 (17:30 +0100)]
remove bold from legend, table header, label - less obtrusive

10 years agofix filtering number like filenames in filelist
Jörn Friedrich Dreyer [Mon, 18 Nov 2013 16:18:31 +0000 (17:18 +0100)]
fix filtering number like filenames in filelist

forward port of https://github.com/owncloud/core/commit/847ad6c40b951cbd3d187e3c72cb55dc3acd6951

10 years agoMerge pull request #5922 from owncloud/fix-time-inputs
Thomas Müller [Mon, 18 Nov 2013 15:17:09 +0000 (07:17 -0800)]
Merge pull request #5922 from owncloud/fix-time-inputs

fix input type time fields, have them use the default styles

10 years agoadjust input CSS to multiline, coding guidelines
Jan-Christoph Borchardt [Mon, 18 Nov 2013 15:14:13 +0000 (16:14 +0100)]
adjust input CSS to multiline, coding guidelines

10 years agochange bold 'deleted files' button to normal for less focus
Jan-Christoph Borchardt [Mon, 18 Nov 2013 14:06:38 +0000 (15:06 +0100)]
change bold 'deleted files' button to normal for less focus

10 years agofix input type time fields, have them use the default styles
Jan-Christoph Borchardt [Mon, 18 Nov 2013 13:51:43 +0000 (14:51 +0100)]
fix input type time fields, have them use the default styles

10 years agoMerge pull request #5915 from owncloud/fix_apps_versioncheck
Vincent Petry [Mon, 18 Nov 2013 13:48:17 +0000 (05:48 -0800)]
Merge pull request #5915 from owncloud/fix_apps_versioncheck

Fix apps versioncheck

10 years agoMerge pull request #5908 from owncloud/fix_errorpage_call
Vincent Petry [Mon, 18 Nov 2013 13:17:28 +0000 (05:17 -0800)]
Merge pull request #5908 from owncloud/fix_errorpage_call

[encryption] fix redirectToErrorPage() call

10 years agoMerge pull request #5914 from owncloud/fix_5832
Morris Jobke [Mon, 18 Nov 2013 13:16:05 +0000 (05:16 -0800)]
Merge pull request #5914 from owncloud/fix_5832

Check which permissions are possible to re-share a file

10 years agoSMB ignore connection errors when NetBIOS is disabled
Vincent Petry [Mon, 18 Nov 2013 11:27:30 +0000 (12:27 +0100)]
SMB ignore connection errors when NetBIOS is disabled

When NetBIOS is blocked or disabled, a smb::look() call can still get
the list of shares from smbclient, even though the name resolution at
the end of the command fails.

This fix makes it ignore the connection error if we already got the list
of shares.

Fixed #5860