]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoFix filellist/rename/summary problem
ganomi [Wed, 27 Nov 2013 18:09:49 +0000 (19:09 +0100)]
Fix filellist/rename/summary problem

Fixes #6055
This contribution is MIT licensed!

11 years agoMerge pull request #6060 from owncloud/fix-6050-oc6
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

11 years agoMerge pull request #6066 from owncloud/extstorage-sftp-overwriteonrename
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

11 years agofixing failing unit test
Thomas Müller [Tue, 26 Nov 2013 15:52:33 +0000 (16:52 +0100)]
fixing failing unit test

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 26 Nov 2013 15:47:07 +0000 (10:47 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #6065 from owncloud/l10n-update
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

11 years agoFixed SFTP storage to overwrite on rename
Vincent Petry [Tue, 26 Nov 2013 15:32:44 +0000 (16:32 +0100)]
Fixed SFTP storage to overwrite on rename

11 years agoTranslate reload message after update
Morris Jobke [Tue, 26 Nov 2013 15:22:01 +0000 (16:22 +0100)]
Translate reload message after update

fixes #6064

11 years agoMerge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix
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

11 years agoMerge pull request #6059 from owncloud/occ-repair
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

11 years agofixes #6050
Thomas Müller [Tue, 26 Nov 2013 13:13:33 +0000 (14:13 +0100)]
fixes #6050

11 years agoAdd a (currently) empty system for running common repair steps
Robin Appelman [Tue, 26 Nov 2013 13:12:48 +0000 (14:12 +0100)]
Add a (currently) empty system for running common repair steps

11 years agoMerge pull request #6053 from owncloud/remove_passwords_from_log
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

11 years agoMerge pull request #6056 from owncloud/check_login
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

11 years agoMerge pull request #6054 from owncloud/extstorage-dropboxfixes
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

11 years agoMerge pull request #6057 from owncloud/extstorage-touchoperation
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

11 years agoUpdated unit tests for SMB
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

11 years agocheck if user is logged in
Bjoern Schiessle [Tue, 26 Nov 2013 11:47:59 +0000 (12:47 +0100)]
check if user is logged in

11 years agoReturn true when touch succeeds
Vincent Petry [Tue, 26 Nov 2013 11:47:00 +0000 (12:47 +0100)]
Return true when touch succeeds

11 years agoremove passwords from logfile
Bjoern Schiessle [Tue, 26 Nov 2013 11:26:32 +0000 (12:26 +0100)]
remove passwords from logfile

11 years agoFixed various Dropbox issues + unit tests
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

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 26 Nov 2013 09:04:05 +0000 (04:04 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #5937 from owncloud/calc_version_size
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

11 years agoMerge branch 'master' into calc_version_size
Bjoern Schiessle [Mon, 25 Nov 2013 23:03:54 +0000 (00:03 +0100)]
Merge branch 'master' into calc_version_size

11 years agoMerge pull request #6044 from owncloud/extstorage-ftpunittestfix
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

11 years agoMerge pull request #6036 from owncloud/single-user-mode
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"

11 years agomerge master into single-user-mode
Robin Appelman [Mon, 25 Nov 2013 20:25:04 +0000 (21:25 +0100)]
merge master into single-user-mode

11 years agoMerge pull request #6034 from owncloud/fix-api-documentation
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

11 years agoMerge pull request #6038 from owncloud/occ-app-enable
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

11 years agoImproved unit test for "overwrite on move"
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.

11 years agoAdded unit test for "overwrite file on rename/move"
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.

11 years agoFixed FTP storage unit tests to use the correct class
Vincent Petry [Mon, 25 Nov 2013 17:44:34 +0000 (18:44 +0100)]
Fixed FTP storage unit tests to use the correct class

11 years agoAdd occ command to list all apps
Robin Appelman [Mon, 25 Nov 2013 16:34:16 +0000 (17:34 +0100)]
Add occ command to list all apps

11 years agorename app_id to app-id
Robin Appelman [Mon, 25 Nov 2013 16:28:01 +0000 (17:28 +0100)]
rename app_id to app-id

11 years agoMerge pull request #6035 from owncloud/fixing-rawpath-reverseproxy-oc6
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

11 years agoMerge pull request #6037 from owncloud/fix-6007-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

11 years agoMerge pull request #6040 from owncloud/fix-navbar-css
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

11 years agoFix navbar issue
Morris Jobke [Mon, 25 Nov 2013 16:04:19 +0000 (17:04 +0100)]
Fix navbar issue

fixes #6024

11 years agofix some capital letters
Morris Jobke [Mon, 25 Nov 2013 15:42:28 +0000 (16:42 +0100)]
fix some capital letters

11 years agopage level doc blocks and class descriptions
Morris Jobke [Mon, 25 Nov 2013 15:39:01 +0000 (16:39 +0100)]
page level doc blocks and class descriptions

11 years agoAppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
Morris Jobke [Mon, 25 Nov 2013 15:28:24 +0000 (16:28 +0100)]
AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes

11 years agoMerge pull request #6030 from owncloud/cli-errors
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

11 years agoadd documentation for single user config option to config.sample.php
Robin Appelman [Mon, 25 Nov 2013 15:01:42 +0000 (16:01 +0100)]
add documentation for single user config option to config.sample.php

11 years agoAdd template for single user mode message
Robin Appelman [Mon, 25 Nov 2013 14:59:37 +0000 (15:59 +0100)]
Add template for single user mode message

11 years agoadding chunked upload handling
Thomas Müller [Mon, 25 Nov 2013 14:35:26 +0000 (15:35 +0100)]
adding chunked upload handling

11 years agoAdd occ command to enable and disable single user mode
Robin Appelman [Mon, 25 Nov 2013 14:27:05 +0000 (15:27 +0100)]
Add occ command to enable and disable single user mode

11 years agoAdd "single user mode" which restricts access to users in the admin group
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

11 years agoin case uri and script name don't match we better throw an exception
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

11 years agofix defaults.php doc
Morris Jobke [Mon, 25 Nov 2013 13:26:26 +0000 (14:26 +0100)]
fix defaults.php doc

11 years agoMerge pull request #5641 from owncloud/filestrash-emptytrash
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

11 years agohandle duplicate slashes in case of reverse proxy configuration
Thomas Müller [Mon, 25 Nov 2013 13:21:51 +0000 (14:21 +0100)]
handle duplicate slashes in case of reverse proxy configuration

11 years agofix defaults.php doc
Morris Jobke [Mon, 25 Nov 2013 13:12:07 +0000 (14:12 +0100)]
fix defaults.php doc

11 years agoMerge pull request #6028 from owncloud/extstorage-touchoperationreturnvalue
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

11 years agofix db.php doc
Morris Jobke [Mon, 25 Nov 2013 13:06:25 +0000 (14:06 +0100)]
fix db.php doc

11 years agoadd occ commands for enabling and disabling apps
Robin Appelman [Mon, 25 Nov 2013 12:20:16 +0000 (13:20 +0100)]
add occ commands for enabling and disabling apps

11 years agoprovide more cli friendly error messages
Robin Appelman [Mon, 25 Nov 2013 12:04:23 +0000 (13:04 +0100)]
provide more cli friendly error messages

11 years agoFixed ext storage touch function to return true on success
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)

11 years agoFixed SMB rename function to overwrite target file
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

11 years agoMerge pull request #5960 from owncloud/enc_small_visual_improvements
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

11 years agoMerge pull request #6025 from owncloud/typo
Vincent Petry [Mon, 25 Nov 2013 10:12:09 +0000 (02:12 -0800)]
Merge pull request #6025 from owncloud/typo

fix typo

11 years agofix typo
Bjoern Schiessle [Mon, 25 Nov 2013 10:09:31 +0000 (11:09 +0100)]
fix typo

11 years agoMerge pull request #5991 from owncloud/extstorage-mountpointvalidation
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

11 years agoMerge pull request #5998 from owncloud/navigation-fix
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

11 years agoMerge pull request #6021 from owncloud/show_build
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

11 years agoMerge pull request #5874 from owncloud/fix-5845
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

11 years agoMerge pull request #6018 from owncloud/fix_overwritehost
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

11 years agoremove logic from template and fix syntax error
Thomas Mueller [Sun, 24 Nov 2013 20:27:32 +0000 (21:27 +0100)]
remove logic from template and fix syntax error

11 years agoadd new function to generate the human readable version string based on version,...
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

11 years agoadding simple unit test to test scriptName() under overwrite condition
Thomas Mueller [Sun, 24 Nov 2013 20:19:06 +0000 (21:19 +0100)]
adding simple unit test to test scriptName() under overwrite condition

11 years agoupdate PHPDoc
Thomas Mueller [Sun, 24 Nov 2013 20:18:14 +0000 (21:18 +0100)]
update PHPDoc

11 years agoreplace echo with p
Frank Karlitschek [Sun, 24 Nov 2013 16:17:10 +0000 (17:17 +0100)]
replace echo with p

11 years agoshow the build number if on the daily build update channel
Frank Karlitschek [Sun, 24 Nov 2013 15:46:07 +0000 (16:46 +0100)]
show the build number if on the daily build update channel

11 years agosend the build number too to push the next daily build. This is needed for the new...
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

11 years agofix overwrite host support and make the code a bit more readable
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

11 years agoMerge pull request #5995 from owncloud/extstorage-isreadablefix
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

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 24 Nov 2013 05:14:51 +0000 (00:14 -0500)]
[tx-robot] updated from transifex

11 years agoNow also preventing the user of "Shared" as mountpoint
Vincent Petry [Fri, 22 Nov 2013 17:36:27 +0000 (18:36 +0100)]
Now also preventing the user of "Shared" as mountpoint

11 years agoMoved default isReadable/isUpdatable impl into Common class
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.

11 years agoReturn plausible isReadable() default impl for ext storage
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

11 years agoRevert "use relative paths to create images from a file. This way it also works if"
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.

11 years agoremove unused variable
Bjoern Schiessle [Fri, 22 Nov 2013 15:10:30 +0000 (16:10 +0100)]
remove unused variable

11 years agofix navigation scrollbar
Morris Jobke [Fri, 22 Nov 2013 14:48:24 +0000 (15:48 +0100)]
fix navigation scrollbar

11 years agoMerge pull request #6003 from owncloud/incognito_mode
Vincent Petry [Fri, 22 Nov 2013 14:08:49 +0000 (06:08 -0800)]
Merge pull request #6003 from owncloud/incognito_mode

Incognito mode

11 years agofixed documentation
Thomas Müller [Fri, 22 Nov 2013 13:58:36 +0000 (14:58 +0100)]
fixed documentation

11 years agoset incognito mode for public.php calls. Because in this case ownCloud should always...
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

11 years agoadd incognito mode, allows to hide my user ID. For example, this is useful to access...
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

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 agoDoesn't Cut the top arrow from navigation
raghunayyar [Thu, 21 Nov 2013 20:40:22 +0000 (02:10 +0530)]
Doesn't Cut the top arrow from navigation

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 agoAdded unit test for root mount point validation
Vincent Petry [Thu, 21 Nov 2013 16:26:13 +0000 (17:26 +0100)]
Added unit test for root mount point validation

11 years agoPrevent using root as mount point for external storage
Vincent Petry [Thu, 21 Nov 2013 16:21:51 +0000 (17:21 +0100)]
Prevent using root as mount point for external storage

Fixes #5981