]>
source.dussan.org Git - nextcloud-server.git/log
Robin Appelman [Mon, 25 Nov 2013 14:08:24 +0000 (15:08 +0100)]
Add "single user mode" which restricts access to users in the admin group
This can be enabled by setting 'singleuser' to true in config.php
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
Vincent Petry [Mon, 25 Nov 2013 10:12:09 +0000 (02:12 -0800)]
Merge pull request #6025 from owncloud/typo
fix typo
Bjoern Schiessle [Mon, 25 Nov 2013 10:09:31 +0000 (11:09 +0100)]
fix typo
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
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
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
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
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
Thomas Mueller [Sun, 24 Nov 2013 20:27:32 +0000 (21:27 +0100)]
remove logic from template and fix syntax error
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
Thomas Mueller [Sun, 24 Nov 2013 20:19:06 +0000 (21:19 +0100)]
adding simple unit test to test scriptName() under overwrite condition
Thomas Mueller [Sun, 24 Nov 2013 20:18:14 +0000 (21:18 +0100)]
update PHPDoc
Frank Karlitschek [Sun, 24 Nov 2013 16:17:10 +0000 (17:17 +0100)]
replace echo with p
Frank Karlitschek [Sun, 24 Nov 2013 15:46:07 +0000 (16:46 +0100)]
show the build number if on the daily build update channel
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
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
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
Jenkins for ownCloud [Sun, 24 Nov 2013 05:14:51 +0000 (00:14 -0500)]
[tx-robot] updated from transifex
Vincent Petry [Fri, 22 Nov 2013 17:36:27 +0000 (18:36 +0100)]
Now also preventing the user of "Shared" as mountpoint
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.
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
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 .
Morris Jobke [Fri, 22 Nov 2013 14:48:24 +0000 (15:48 +0100)]
fix navigation scrollbar
Vincent Petry [Fri, 22 Nov 2013 14:08:49 +0000 (06:08 -0800)]
Merge pull request #6003 from owncloud/incognito_mode
Incognito mode
Thomas Müller [Fri, 22 Nov 2013 13:58:36 +0000 (14:58 +0100)]
fixed documentation
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
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
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
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.
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
Thomas Müller [Fri, 22 Nov 2013 11:34:37 +0000 (12:34 +0100)]
fixing PHPDoc comments and syntax
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)
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
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
Jenkins for ownCloud [Fri, 22 Nov 2013 02:07:12 +0000 (21:07 -0500)]
[tx-robot] updated from transifex
Arthur Schiwon [Thu, 21 Nov 2013 23:43:23 +0000 (00:43 +0100)]
Add missing Avatar Interface
Arthur Schiwon [Thu, 21 Nov 2013 22:40:25 +0000 (23:40 +0100)]
Round out Avatar Public API
raghunayyar [Thu, 21 Nov 2013 20:40:22 +0000 (02:10 +0530)]
Doesn't Cut the top arrow from navigation
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
Vincent Petry [Thu, 21 Nov 2013 16:26:13 +0000 (17:26 +0100)]
Added unit test for root mount point validation
Vincent Petry [Thu, 21 Nov 2013 16:21:51 +0000 (17:21 +0100)]
Prevent using root as mount point for external storage
Fixes #5981
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
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)
Jenkins for ownCloud [Thu, 21 Nov 2013 15:05:34 +0000 (10:05 -0500)]
[tx-robot] updated from transifex
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
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
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
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.
Thomas Müller [Thu, 21 Nov 2013 13:44:25 +0000 (14:44 +0100)]
Fixing the warning notifications
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
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
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.
Bjoern Schiessle [Thu, 21 Nov 2013 11:06:35 +0000 (12:06 +0100)]
disable trahs in files_sharing/public.php
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.
Bjoern Schiessle [Thu, 21 Nov 2013 11:02:09 +0000 (12:02 +0100)]
fix undefined index errors if public share view
Arthur Schiwon [Thu, 21 Nov 2013 10:20:31 +0000 (11:20 +0100)]
LDAP Wizard: add objectclass for group detection in Zimbra
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
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
Thomas Müller [Thu, 21 Nov 2013 08:59:21 +0000 (09:59 +0100)]
fixing spelling and restructure sentence
Thomas Müller [Thu, 21 Nov 2013 08:58:35 +0000 (09:58 +0100)]
unify translation string - less work for the translators
Frank Karlitschek [Wed, 20 Nov 2013 18:30:30 +0000 (19:30 +0100)]
beta 5 is here
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
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
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
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
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)
Thomas Müller [Wed, 20 Nov 2013 15:14:08 +0000 (16:14 +0100)]
always get the right node for the given file path
Robin Appelman [Wed, 20 Nov 2013 14:25:29 +0000 (15:25 +0100)]
Change default mimetype detection for storage backends to only use filename
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 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
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