]>
source.dussan.org Git - nextcloud-server.git/log
ganomi [Wed, 27 Nov 2013 18:09:49 +0000 (19:09 +0100)]
Fix filellist/rename/summary problem
Fixes #6055
This contribution is MIT licensed!
Björn Schießle [Tue, 26 Nov 2013 18:13:58 +0000 (10:13 -0800)]
Merge pull request #6060 from owncloud/fix-6050-oc6
fixing getRawPathInfo() once more
Vincent Petry [Tue, 26 Nov 2013 17:01:41 +0000 (09:01 -0800)]
Merge pull request #6066 from owncloud/extstorage-sftp-overwriteonrename
Fixed SFTP storage to overwrite on rename
Thomas Müller [Tue, 26 Nov 2013 15:52:33 +0000 (16:52 +0100)]
fixing failing unit test
Jenkins for ownCloud [Tue, 26 Nov 2013 15:47:07 +0000 (10:47 -0500)]
[tx-robot] updated from transifex
Thomas Müller [Tue, 26 Nov 2013 15:45:22 +0000 (07:45 -0800)]
Merge pull request #6065 from owncloud/l10n-update
Translate reload message after update
Vincent Petry [Tue, 26 Nov 2013 15:32:44 +0000 (16:32 +0100)]
Fixed SFTP storage to overwrite on rename
Morris Jobke [Tue, 26 Nov 2013 15:22:01 +0000 (16:22 +0100)]
Translate reload message after update
fixes #6064
Vincent Petry [Tue, 26 Nov 2013 14:42:36 +0000 (06:42 -0800)]
Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix
Fixed SMB rename function to overwrite target file
Morris Jobke [Tue, 26 Nov 2013 14:09:45 +0000 (06:09 -0800)]
Merge pull request #6059 from owncloud/occ-repair
Add a (currently) empty system for running common repair steps
Thomas Müller [Tue, 26 Nov 2013 13:13:33 +0000 (14:13 +0100)]
fixes #6050
Robin Appelman [Tue, 26 Nov 2013 13:12:48 +0000 (14:12 +0100)]
Add a (currently) empty system for running common repair steps
Morris Jobke [Tue, 26 Nov 2013 12:53:02 +0000 (04:53 -0800)]
Merge pull request #6053 from owncloud/remove_passwords_from_log
remove passwords from logfile
Morris Jobke [Tue, 26 Nov 2013 12:50:43 +0000 (04:50 -0800)]
Merge pull request #6056 from owncloud/check_login
check if user is logged in
Morris Jobke [Tue, 26 Nov 2013 12:48:54 +0000 (04:48 -0800)]
Merge pull request #6054 from owncloud/extstorage-dropboxfixes
Fixed various Dropbox issues + unit tests
Morris Jobke [Tue, 26 Nov 2013 12:40:25 +0000 (04:40 -0800)]
Merge pull request #6057 from owncloud/extstorage-touchoperation
Return true when touch succeeds
Vincent Petry [Tue, 26 Nov 2013 11:53:03 +0000 (12:53 +0100)]
Updated unit tests for SMB
- coverage for touch return value
- fixed directory provider to exclude unsupported cases
Bjoern Schiessle [Tue, 26 Nov 2013 11:47:59 +0000 (12:47 +0100)]
check if user is logged in
Vincent Petry [Tue, 26 Nov 2013 11:47:00 +0000 (12:47 +0100)]
Return true when touch succeeds
Bjoern Schiessle [Tue, 26 Nov 2013 11:26:32 +0000 (12:26 +0100)]
remove passwords from logfile
Vincent Petry [Tue, 26 Nov 2013 09:19:45 +0000 (10:19 +0100)]
Fixed various Dropbox issues + unit tests
- fixed touch function to return true on success
- fixed local metadata cache to remove deleted files/directories
- fixed getMetaData() to ignore files reported as deleted by
Dropbox
- fixed "file not found" case to not log as exception
- fixed "overwrite on rename" case
- fixed unit tests to exclude unsupported cases
- added unit test for touch return value
- unit tests for Dropbox should all run correctly now
Jenkins for ownCloud [Tue, 26 Nov 2013 09:04:05 +0000 (04:04 -0500)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 26 Nov 2013 07:36:18 +0000 (23:36 -0800)]
Merge pull request #5937 from owncloud/calc_version_size
use oc filesystem operations to calc the versions size
Bjoern Schiessle [Mon, 25 Nov 2013 23:03:54 +0000 (00:03 +0100)]
Merge branch 'master' into calc_version_size
Vincent Petry [Mon, 25 Nov 2013 22:21:34 +0000 (14:21 -0800)]
Merge pull request #6044 from owncloud/extstorage-ftpunittestfix
Fixed FTP storage unit tests to use the correct class
Morris Jobke [Mon, 25 Nov 2013 22:10:07 +0000 (14:10 -0800)]
Merge pull request #6036 from owncloud/single-user-mode
Add "single user mode"
Robin Appelman [Mon, 25 Nov 2013 20:25:04 +0000 (21:25 +0100)]
merge master into single-user-mode
Owen Winkler [Mon, 25 Nov 2013 19:17:16 +0000 (11:17 -0800)]
Merge pull request #6034 from owncloud/fix-api-documentation
Fix api documentation
icewind1991 [Mon, 25 Nov 2013 18:12:49 +0000 (10:12 -0800)]
Merge pull request #6038 from owncloud/occ-app-enable
add occ commands for enabling and disabling apps
Vincent Petry [Mon, 25 Nov 2013 17:54:58 +0000 (18:54 +0100)]
Improved unit test for "overwrite on move"
Now using a different content to make sure the file was overwritten.
Vincent Petry [Mon, 25 Nov 2013 17:52:14 +0000 (18:52 +0100)]
Added unit test for "overwrite file on rename/move"
Also fixed "rename" unit test that was ready the result out of the wrong
file.
Vincent Petry [Mon, 25 Nov 2013 17:44:34 +0000 (18:44 +0100)]
Fixed FTP storage unit tests to use the correct class
Robin Appelman [Mon, 25 Nov 2013 16:34:16 +0000 (17:34 +0100)]
Add occ command to list all apps
Robin Appelman [Mon, 25 Nov 2013 16:28:01 +0000 (17:28 +0100)]
rename app_id to app-id
Jörn Friedrich Dreyer [Mon, 25 Nov 2013 16:21:33 +0000 (08:21 -0800)]
Merge pull request #6035 from owncloud/fixing-rawpath-reverseproxy-oc6
Fixing rawpath reverseproxy oc6
Thomas Müller [Mon, 25 Nov 2013 16:16:45 +0000 (08:16 -0800)]
Merge pull request #6037 from owncloud/fix-6007-oc6
adding chunked upload handling
Raghu Nayyar [Mon, 25 Nov 2013 16:10:57 +0000 (08:10 -0800)]
Merge pull request #6040 from owncloud/fix-navbar-css
Fix navbar issue
Morris Jobke [Mon, 25 Nov 2013 16:04:19 +0000 (17:04 +0100)]
Fix navbar issue
fixes #6024
Morris Jobke [Mon, 25 Nov 2013 15:42:28 +0000 (16:42 +0100)]
fix some capital letters
Morris Jobke [Mon, 25 Nov 2013 15:39:01 +0000 (16:39 +0100)]
page level doc blocks and class descriptions
Morris Jobke [Mon, 25 Nov 2013 15:28:24 +0000 (16:28 +0100)]
AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
icewind1991 [Mon, 25 Nov 2013 15:06:48 +0000 (07:06 -0800)]
Merge pull request #6030 from owncloud/cli-errors
provide more cli friendly error messages when in cli mode
Robin Appelman [Mon, 25 Nov 2013 15:01:42 +0000 (16:01 +0100)]
add documentation for single user config option to config.sample.php
Robin Appelman [Mon, 25 Nov 2013 14:59:37 +0000 (15:59 +0100)]
Add template for single user mode message
Thomas Müller [Mon, 25 Nov 2013 14:35:26 +0000 (15:35 +0100)]
adding chunked upload handling
Robin Appelman [Mon, 25 Nov 2013 14:27:05 +0000 (15:27 +0100)]
Add occ command to enable and disable single user mode
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
Thomas Müller [Mon, 25 Nov 2013 13:42:34 +0000 (14:42 +0100)]
in case uri and script name don't match we better throw an exception
Morris Jobke [Mon, 25 Nov 2013 13:26:26 +0000 (14:26 +0100)]
fix defaults.php doc
Björn Schießle [Mon, 25 Nov 2013 13:24:11 +0000 (05:24 -0800)]
Merge pull request #5641 from owncloud/filestrash-emptytrash
Deleting all files in trash now only sends a single flag
Thomas Müller [Mon, 25 Nov 2013 13:21:51 +0000 (14:21 +0100)]
handle duplicate slashes in case of reverse proxy configuration
Morris Jobke [Mon, 25 Nov 2013 13:12:07 +0000 (14:12 +0100)]
fix defaults.php doc
Vincent Petry [Mon, 25 Nov 2013 13:08:24 +0000 (05:08 -0800)]
Merge pull request #6028 from owncloud/extstorage-touchoperationreturnvalue
Fixed ext storage touch function to return true on success
Morris Jobke [Mon, 25 Nov 2013 13:06:25 +0000 (14:06 +0100)]
fix db.php doc
Robin Appelman [Mon, 25 Nov 2013 12:20:16 +0000 (13:20 +0100)]
add occ commands for enabling and disabling apps
Robin Appelman [Mon, 25 Nov 2013 12:04:23 +0000 (13:04 +0100)]
provide more cli friendly error messages
Vincent Petry [Mon, 25 Nov 2013 11:44:27 +0000 (12:44 +0100)]
Fixed ext storage touch function to return true on success
Some ext storage impl didn't return true on success.
Fixes #5943 (Dropbox)
Fixes #6010 (WebDAV)
Vincent Petry [Fri, 22 Nov 2013 17:18:08 +0000 (18:18 +0100)]
Fixed SMB rename function to overwrite target file
When uploading files through WebDAV, a part file is created and a rename
operation is performed with the expectation that the part file
overwrites an existing file, if any.
This fix makes the SMB external storage delete the target file before
renaming, as smbclient doesn't support overwrite on move/rename.
Fixes #5348
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 .
Bjoern Schiessle [Fri, 22 Nov 2013 15:10:30 +0000 (16:10 +0100)]
remove unused variable
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