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

11 years agoAdded min-height in case of empty multi-select
Vincent Petry [Thu, 14 Nov 2013 13:26:48 +0000 (14:26 +0100)]
Added min-height in case of empty multi-select

11 years agoFixed multiselect to not set the button's height on itself after select
Vincent Petry [Thu, 14 Nov 2013 13:18:22 +0000 (14:18 +0100)]
Fixed multiselect to not set the button's height on itself after select

Fixes #5841

11 years agoFiles app backend now normalizes paths before rendering templates
Vincent Petry [Thu, 14 Nov 2013 12:22:53 +0000 (13:22 +0100)]
Files app backend now normalizes paths before rendering templates

Before rendering breadcrumbs or the file list, the paths are now
normalized. This prevents the UI to show "." breadcrumbs in case the
path contains sections with "/./"

Fixes #5848

11 years agoFixed normalizePath() to strip out single dot dirs
Vincent Petry [Thu, 14 Nov 2013 12:15:03 +0000 (13:15 +0100)]
Fixed normalizePath() to strip out single dot dirs

Now removing "/./" and trailing "/." from the paths when normalizing.

11 years agoremove debug output
Bjoern Schiessle [Thu, 14 Nov 2013 11:13:22 +0000 (12:13 +0100)]
remove debug output

11 years agotest encryptAll() and decryptAll() to make sure that mtime and etag stay the same
Bjoern Schiessle [Thu, 14 Nov 2013 11:11:21 +0000 (12:11 +0100)]
test encryptAll() and decryptAll() to make sure that mtime and etag stay the same

11 years agoMerge multiple failed third party responses when returning the result
tomneedham [Thu, 14 Nov 2013 01:21:54 +0000 (01:21 +0000)]
Merge multiple failed third party responses when returning the result

11 years agoMerge multiple shipped failures before responding.
tomneedham [Thu, 14 Nov 2013 01:19:46 +0000 (01:19 +0000)]
Merge multiple shipped failures before responding.

11 years agoReturn failed shipped responses over succedded shipped responses
tomneedham [Thu, 14 Nov 2013 01:14:37 +0000 (01:14 +0000)]
Return failed shipped responses over succedded shipped responses

11 years agoFix type in unit test
tomneedham [Thu, 14 Nov 2013 01:11:22 +0000 (01:11 +0000)]
Fix type in unit test

11 years agoReturn result object when only one successful response is returned
tomneedham [Thu, 14 Nov 2013 01:10:56 +0000 (01:10 +0000)]
Return result object when only one successful response is returned

11 years agoUpdate lib/private/api.php after merge conflict
tomneedham [Thu, 14 Nov 2013 01:00:14 +0000 (01:00 +0000)]
Update lib/private/api.php after merge conflict

11 years agoMerge branch 'ocs_api_fix_success_code' into oc_api_tests
tomneedham [Thu, 14 Nov 2013 00:41:04 +0000 (00:41 +0000)]
Merge branch 'ocs_api_fix_success_code' into oc_api_tests

11 years agoMerge branch 'master' into oc_api_tests
tomneedham [Thu, 14 Nov 2013 00:40:57 +0000 (00:40 +0000)]
Merge branch 'master' into oc_api_tests

11 years agoAdd tests for OC_API::mergeResponses()
tomneedham [Thu, 14 Nov 2013 00:40:09 +0000 (00:40 +0000)]
Add tests for OC_API::mergeResponses()

11 years agoRemove OC_App dependancy from OC_API::mergeResponses()
tomneedham [Wed, 13 Nov 2013 22:46:24 +0000 (22:46 +0000)]
Remove OC_App dependancy from OC_API::mergeResponses()

11 years agoMerge branch 'master' of https://github.com/owncloud/core v6.0.0beta4
Frank Karlitschek [Wed, 13 Nov 2013 18:43:18 +0000 (19:43 +0100)]
Merge branch 'master' of https://github.com/owncloud/core

11 years agobeta 4
Frank Karlitschek [Wed, 13 Nov 2013 18:42:52 +0000 (19:42 +0100)]
beta 4

11 years agoMerge pull request #5805 from owncloud/shared-storage-copy-folder list
Frank Karlitschek [Wed, 13 Nov 2013 18:17:37 +0000 (10:17 -0800)]
Merge pull request #5805 from owncloud/shared-storage-copy-folder

Use View::copy and View::rename when copying or renaming files in the shared storage

11 years agoLDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take too...
Arthur Schiwon [Fri, 8 Nov 2013 13:58:24 +0000 (14:58 +0100)]
LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take too much awareness

11 years agoLDAP Wizard: move status indicator in one line with back and continue buttons
Arthur Schiwon [Fri, 8 Nov 2013 13:57:13 +0000 (14:57 +0100)]
LDAP Wizard: move status indicator in one line with back and continue buttons

11 years agoLDAP Wizard: introduce configuration status indicator, fixes #5741
Arthur Schiwon [Thu, 7 Nov 2013 16:11:14 +0000 (17:11 +0100)]
LDAP Wizard: introduce configuration status indicator, fixes #5741

11 years agoMerge pull request #5806 from owncloud/styles-fix-external_storage
Frank Karlitschek [Wed, 13 Nov 2013 15:43:59 +0000 (07:43 -0800)]
Merge pull request #5806 from owncloud/styles-fix-external_storage

Fix spacing issue for checkboxes, vertically center checkboxes on person...

11 years agoMerge pull request #5809 from owncloud/fix5753
Morris Jobke [Wed, 13 Nov 2013 14:52:07 +0000 (06:52 -0800)]
Merge pull request #5809 from owncloud/fix5753

LDAP Wizard: proper behaviour with anonymous bind, fixes #5753

11 years agoMerge pull request #5768 from owncloud/quota-workaroundwhenmissingrootsize-home-only
Morris Jobke [Wed, 13 Nov 2013 13:57:16 +0000 (05:57 -0800)]
Merge pull request #5768 from owncloud/quota-workaroundwhenmissingrootsize-home-only

Do not use -1 as the size for the root folder of the home storage

11 years agoMerge pull request #5831 from owncloud/files-charatissue
Morris Jobke [Wed, 13 Nov 2013 13:22:48 +0000 (05:22 -0800)]
Merge pull request #5831 from owncloud/files-charatissue

Fixed total dirs/files message hiding condition

11 years agoMerge branch 'master' into encryption_fixes
Bjoern Schiessle [Wed, 13 Nov 2013 11:11:12 +0000 (12:11 +0100)]
Merge branch 'master' into encryption_fixes

11 years agoMerge pull request #5447 from owncloud/fixing-5117-master
Vincent Petry [Wed, 13 Nov 2013 10:59:34 +0000 (02:59 -0800)]
Merge pull request #5447 from owncloud/fixing-5117-master

No data corruption duriing parallel upload

11 years agoFixed total dirs/files message hiding condition
Vincent Petry [Wed, 13 Nov 2013 09:52:05 +0000 (10:52 +0100)]
Fixed total dirs/files message hiding condition

Fixes #5829

11 years agoPick any none 100 status code before defaulting to 100
Tom Needham [Wed, 13 Nov 2013 00:45:49 +0000 (00:45 +0000)]
Pick any none 100 status code before defaulting to 100

11 years agoUse dedicated OC_Image loader methods
Thomas Tanghus [Tue, 12 Nov 2013 23:36:42 +0000 (00:36 +0100)]
Use dedicated OC_Image loader methods

This prevents excessive logging and disk access

11 years agofixPartialFilePath() is now stripPartialFileExtension()
Bjoern Schiessle [Tue, 12 Nov 2013 17:48:31 +0000 (18:48 +0100)]
fixPartialFilePath() is now stripPartialFileExtension()

11 years agoNow using HomeStorage for legacy home storage ids
Vincent Petry [Tue, 12 Nov 2013 14:46:01 +0000 (15:46 +0100)]
Now using HomeStorage for legacy home storage ids

Legacy home storage ids with the format "local://path/to/datadir/user1"
are now also wrapped by the HomeStorage.

11 years agorename fixPartialFilePath() to stripPartialFileExtension(), this name describes bette...
Bjoern Schiessle [Tue, 12 Nov 2013 15:48:24 +0000 (16:48 +0100)]
rename fixPartialFilePath() to stripPartialFileExtension(), this name describes better what the method actually does

11 years agoNow calling parent method when path is not root
Vincent Petry [Tue, 12 Nov 2013 13:17:55 +0000 (14:17 +0100)]
Now calling parent method when path is not root

11 years agoDo not use -1 as the size for the root folder of the home storage
Robin Appelman [Fri, 8 Nov 2013 11:57:28 +0000 (12:57 +0100)]
Do not use -1 as the size for the root folder of the home storage

11 years agoMerge pull request #5822 from owncloud/delete_hooks_trash_and_versions
Morris Jobke [Tue, 12 Nov 2013 15:03:37 +0000 (07:03 -0800)]
Merge pull request #5822 from owncloud/delete_hooks_trash_and_versions

Implement delete hooks for trashbin and filesversions apps.

11 years agoonly update file cache if the file is already indexed to avoid that we create a incom...
Bjoern Schiessle [Tue, 12 Nov 2013 14:55:59 +0000 (15:55 +0100)]
only update file cache if the file is already indexed to avoid that we create a incomplete file cache entry

11 years agomake sure that we keep the correct timestamp and etag after encryoption/decryption
Bjoern Schiessle [Tue, 12 Nov 2013 14:51:51 +0000 (15:51 +0100)]
make sure that we keep the correct timestamp and etag after encryoption/decryption

11 years agoFix fatal error when trying to open a non existing public link
Robin Appelman [Tue, 12 Nov 2013 14:38:00 +0000 (15:38 +0100)]
Fix fatal error when trying to open a non existing public link