]>
source.dussan.org Git - nextcloud-server.git/log
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
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
Thomas Müller [Wed, 20 Nov 2013 15:14:08 +0000 (16:14 +0100)]
always get the right node for the given file path
Bjoern Schiessle [Wed, 20 Nov 2013 13:45:04 +0000 (14:45 +0100)]
Merge branch 'master' into encryption_check_if_file_is_encrypted
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
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.
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
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
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
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
Bjoern Schiessle [Tue, 19 Nov 2013 17:28:51 +0000 (18:28 +0100)]
make sure that the owners home is mounted correctly
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
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
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()
Vincent Petry [Thu, 14 Nov 2013 15:48:04 +0000 (16:48 +0100)]
Fixed delete action to show error message as notification
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
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
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
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
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
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
Jan-Christoph Borchardt [Mon, 18 Nov 2013 16:30:24 +0000 (17:30 +0100)]
remove bold from legend, table header, label - less obtrusive
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
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
Jan-Christoph Borchardt [Mon, 18 Nov 2013 15:14:13 +0000 (16:14 +0100)]
adjust input CSS to multiline, coding guidelines
Jan-Christoph Borchardt [Mon, 18 Nov 2013 14:06:38 +0000 (15:06 +0100)]
change bold 'deleted files' button to normal for less focus
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
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
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
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
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
Frank Karlitschek [Mon, 18 Nov 2013 11:19:16 +0000 (12:19 +0100)]
one tab less
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
Bjoern Schiessle [Mon, 18 Nov 2013 10:58:42 +0000 (11:58 +0100)]
Check which permissions are possible to re-share a file
Bjoern Schiessle [Sun, 17 Nov 2013 12:23:07 +0000 (13:23 +0100)]
call error page with session as parameter
Jenkins for ownCloud [Sat, 16 Nov 2013 03:56:31 +0000 (22:56 -0500)]
[tx-robot] updated from transifex
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
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
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
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
Bjoern Schiessle [Fri, 15 Nov 2013 15:49:50 +0000 (16:49 +0100)]
tests added
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
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
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
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
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.
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
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...
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
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
Morris Jobke [Thu, 14 Nov 2013 21:28:05 +0000 (13:28 -0800)]
Merge pull request #5867 from owncloud/users-groupadmindropdown
Users groupadmindropdown
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
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
Thomas Müller [Thu, 14 Nov 2013 19:40:21 +0000 (11:40 -0800)]
Merge pull request #5862 from owncloud/files-singledotdirs
Files singledotdirs
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
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.
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.
Thomas Müller [Thu, 14 Nov 2013 14:37:30 +0000 (15:37 +0100)]
make use of data providers
Vincent Petry [Thu, 14 Nov 2013 14:36:03 +0000 (15:36 +0100)]
Added missing test with leading backslash
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
Vincent Petry [Thu, 14 Nov 2013 13:26:48 +0000 (14:26 +0100)]
Added min-height in case of empty multi-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
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
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.
Bjoern Schiessle [Thu, 14 Nov 2013 11:13:22 +0000 (12:13 +0100)]
remove debug output
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
tomneedham [Thu, 14 Nov 2013 01:21:54 +0000 (01:21 +0000)]
Merge multiple failed third party responses when returning the result
tomneedham [Thu, 14 Nov 2013 01:19:46 +0000 (01:19 +0000)]
Merge multiple shipped failures before responding.
tomneedham [Thu, 14 Nov 2013 01:14:37 +0000 (01:14 +0000)]
Return failed shipped responses over succedded shipped responses
tomneedham [Thu, 14 Nov 2013 01:11:22 +0000 (01:11 +0000)]
Fix type in unit test
tomneedham [Thu, 14 Nov 2013 01:10:56 +0000 (01:10 +0000)]
Return result object when only one successful response is returned
tomneedham [Thu, 14 Nov 2013 01:00:14 +0000 (01:00 +0000)]
Update lib/private/api.php after merge conflict
tomneedham [Thu, 14 Nov 2013 00:41:04 +0000 (00:41 +0000)]
Merge branch 'ocs_api_fix_success_code' into oc_api_tests
tomneedham [Thu, 14 Nov 2013 00:40:57 +0000 (00:40 +0000)]
Merge branch 'master' into oc_api_tests
tomneedham [Thu, 14 Nov 2013 00:40:09 +0000 (00:40 +0000)]
Add tests for OC_API::mergeResponses()
tomneedham [Wed, 13 Nov 2013 22:46:24 +0000 (22:46 +0000)]
Remove OC_App dependancy from OC_API::mergeResponses()
Frank Karlitschek [Wed, 13 Nov 2013 18:43:18 +0000 (19:43 +0100)]
Merge branch 'master' of https://github.com/owncloud/core
Frank Karlitschek [Wed, 13 Nov 2013 18:42:52 +0000 (19:42 +0100)]
beta 4
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
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
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
Arthur Schiwon [Thu, 7 Nov 2013 16:11:14 +0000 (17:11 +0100)]
LDAP Wizard: introduce configuration status indicator, fixes #5741
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...
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
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
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
Bjoern Schiessle [Wed, 13 Nov 2013 11:11:12 +0000 (12:11 +0100)]
Merge branch 'master' into encryption_fixes
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
Vincent Petry [Wed, 13 Nov 2013 09:52:05 +0000 (10:52 +0100)]
Fixed total dirs/files message hiding condition
Fixes #5829
Tom Needham [Wed, 13 Nov 2013 00:45:49 +0000 (00:45 +0000)]
Pick any none 100 status code before defaulting to 100
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
Bjoern Schiessle [Tue, 12 Nov 2013 17:48:31 +0000 (18:48 +0100)]
fixPartialFilePath() is now stripPartialFileExtension()
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.
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
Vincent Petry [Tue, 12 Nov 2013 13:17:55 +0000 (14:17 +0100)]
Now calling parent method when path is not root
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
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.
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
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
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