]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 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

11 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.

11 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

11 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

11 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)

11 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

11 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

11 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

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

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

11 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

11 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

11 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)

11 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

11 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

11 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

11 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

11 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.

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

11 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

11 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

11 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.

11 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

11 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.

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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)

11 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

11 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

11 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

11 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

11 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.

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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()

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 years agoone tab less
Frank Karlitschek [Mon, 18 Nov 2013 11:19:16 +0000 (12:19 +0100)]
one tab less

11 years agofix the version check for downloaded apps. Fixes https://github.com/owncloud/apps...
Frank Karlitschek [Mon, 18 Nov 2013 11:16:03 +0000 (12:16 +0100)]
fix the version check for downloaded apps. Fixes https://github.com/owncloud/apps/issues/1485

11 years agoCheck which permissions are possible to re-share a file
Bjoern Schiessle [Mon, 18 Nov 2013 10:58:42 +0000 (11:58 +0100)]
Check which permissions are possible to re-share a file

11 years agocall error page with session as parameter
Bjoern Schiessle [Sun, 17 Nov 2013 12:23:07 +0000 (13:23 +0100)]
call error page with session as parameter

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 16 Nov 2013 03:56:31 +0000 (22:56 -0500)]
[tx-robot] updated from transifex

11 years agoFixed error-checking error in sftp.php
hkjolhede [Fri, 15 Nov 2013 20:10:09 +0000 (21:10 +0100)]
Fixed error-checking error in sftp.php

11 years agoMerge pull request #5894 from owncloud/readd_sharing_token
Vincent Petry [Fri, 15 Nov 2013 17:25:46 +0000 (09:25 -0800)]
Merge pull request #5894 from owncloud/readd_sharing_token

readd sharing token to public template

11 years agoMerge pull request #5772 from owncloud/fix5741
blizzz [Fri, 15 Nov 2013 16:52:41 +0000 (08:52 -0800)]
Merge pull request #5772 from owncloud/fix5741

LDAP Wizard: introduce configuration status indicator, fixes #5741

11 years agoMerge pull request #5833 from owncloud/encryption_fixes
Björn Schießle [Fri, 15 Nov 2013 16:47:22 +0000 (08:47 -0800)]
Merge pull request #5833 from owncloud/encryption_fixes

[encryption] preserve timestamps and etags during encryption/decryption

11 years agoMerge pull request #5880 from owncloud/replace_etmp_files
Vincent Petry [Fri, 15 Nov 2013 15:53:23 +0000 (07:53 -0800)]
Merge pull request #5880 from owncloud/replace_etmp_files

write encryption tmp files to the cache folder

11 years agotests added
Bjoern Schiessle [Fri, 15 Nov 2013 15:49:50 +0000 (16:49 +0100)]
tests added

11 years agoreadd sharing token to public template
Jörn Friedrich Dreyer [Fri, 15 Nov 2013 15:27:41 +0000 (16:27 +0100)]
readd sharing token to public template
necessary for https://github.com/owncloud/apps/pull/1476

11 years agoMerge pull request #5889 from owncloud/extstorage-smb-brokenfseek
Frank Karlitschek [Fri, 15 Nov 2013 15:00:36 +0000 (07:00 -0800)]
Merge pull request #5889 from owncloud/extstorage-smb-brokenfseek

Fix for smb4php fseek

11 years agoUpdate error messages
Bart Visscher [Fri, 15 Nov 2013 13:46:00 +0000 (14:46 +0100)]
Update error messages

11 years agoFix for smb4php fseek
Vincent Petry [Fri, 15 Nov 2013 13:23:24 +0000 (14:23 +0100)]
Fix for smb4php fseek

The stream_fseek function must return a boolean which will be mapped
to 0 for success and -1 for failure for the caller.

This patch fixes stream_fseek of smb4php to also respect this
convention.

Since the encryption app is relying on fseek to detect whether a file is
encrypted by reading the last bit of data, this will fix #5023

11 years agoMerge pull request #5789 from ogasser/db_fix_default_for_numeric
Bart Visscher [Fri, 15 Nov 2013 12:19:33 +0000 (04:19 -0800)]
Merge pull request #5789 from ogasser/db_fix_default_for_numeric

DB: Set correct default value for numeric types

11 years agoUse \Patchwork\Utf8\Bootup::initLocale
Bart Visscher [Fri, 15 Nov 2013 12:06:35 +0000 (13:06 +0100)]
Use \Patchwork\Utf8\Bootup::initLocale

11 years agoincrease version number to trigger a DB migration to get more testers for the new...
Frank Karlitschek [Fri, 15 Nov 2013 09:30:04 +0000 (10:30 +0100)]
increase version number to trigger a DB migration to get more testers for the new indexes.

11 years agoMerge pull request #5814 from owncloud/add-indexes
Frank Karlitschek [Fri, 15 Nov 2013 09:25:59 +0000 (01:25 -0800)]
Merge pull request #5814 from owncloud/add-indexes

Add some more indexes to tables to improve db queries

11 years agoMerge pull request #5700 from owncloud/ldapWizSetDisplayNames
Thomas Müller [Fri, 15 Nov 2013 09:12:54 +0000 (01:12 -0800)]
Merge pull request #5700 from owncloud/ldapWizSetDisplayNames

LDAP Wizard: do not forget to set display name attributes for user and g...

11 years agoMerge pull request #5813 from owncloud/fix-4736-master
Thomas Müller [Fri, 15 Nov 2013 09:06:38 +0000 (01:06 -0800)]
Merge pull request #5813 from owncloud/fix-4736-master

Don't set a default value when there isn't a default specified

11 years agoMovie preview - use frame after 5 seconds
Morris Jobke [Fri, 15 Nov 2013 00:46:51 +0000 (01:46 +0100)]
Movie preview - use frame after 5 seconds

11 years agoMerge pull request #5767 from owncloud/moviepreviewfallback
Morris Jobke [Fri, 15 Nov 2013 00:39:39 +0000 (16:39 -0800)]
Merge pull request #5767 from owncloud/moviepreviewfallback

Added ffmpeg fallback when avconv is not available

11 years agoMerge pull request #5867 from owncloud/users-groupadmindropdown
Morris Jobke [Thu, 14 Nov 2013 21:28:05 +0000 (13:28 -0800)]
Merge pull request #5867 from owncloud/users-groupadmindropdown

Users groupadmindropdown

11 years agoMerge branch 'master' into moviepreviewfallback
Thomas Müller [Thu, 14 Nov 2013 19:57:29 +0000 (20:57 +0100)]
Merge branch 'master' into moviepreviewfallback

Conflicts:
lib/private/preview/movies.php

11 years agoMerge pull request #5824 from owncloud/fix-publicshare-non-existing
Thomas Müller [Thu, 14 Nov 2013 19:45:08 +0000 (11:45 -0800)]
Merge pull request #5824 from owncloud/fix-publicshare-non-existing

Fix fatal error when trying to open a non existing public link

11 years agoMerge pull request #5862 from owncloud/files-singledotdirs
Thomas Müller [Thu, 14 Nov 2013 19:40:21 +0000 (11:40 -0800)]
Merge pull request #5862 from owncloud/files-singledotdirs

Files singledotdirs

11 years agoinstead of writing etmp files we write the dummy file to data/user/cache to avoid...
Bjoern Schiessle [Thu, 14 Nov 2013 16:32:21 +0000 (17:32 +0100)]
instead of writing etmp files we write the dummy file to data/user/cache to avoid that etmp files show up in the users files list

11 years agoMerge pull request #5850 from owncloud/oc_api_tests
Thomas Müller [Thu, 14 Nov 2013 15:58:51 +0000 (07:58 -0800)]
Merge pull request #5850 from owncloud/oc_api_tests

Add unit tests for OC_API::mergeResponses and fix error with api returning incorrect status codes.

11 years agoMerge pull request #5214 from owncloud/no_extra_slashes
Frank Karlitschek [Thu, 14 Nov 2013 15:53:51 +0000 (07:53 -0800)]
Merge pull request #5214 from owncloud/no_extra_slashes

Don't double-slash filenames at the root.

11 years agomake use of data providers
Thomas Müller [Thu, 14 Nov 2013 14:37:30 +0000 (15:37 +0100)]
make use of data providers

11 years agoAdded missing test with leading backslash
Vincent Petry [Thu, 14 Nov 2013 14:36:03 +0000 (15:36 +0100)]
Added missing test with leading backslash

11 years agoMerge pull request #5827 from owncloud/avoid_preview_errors
Thomas Müller [Thu, 14 Nov 2013 13:52:51 +0000 (05:52 -0800)]
Merge pull request #5827 from owncloud/avoid_preview_errors

Use dedicated OC_Image loader methods in previews