]>
source.dussan.org Git - nextcloud-server.git/log
Björn Schießle [Thu, 17 Oct 2013 18:07:47 +0000 (11:07 -0700)]
Merge pull request #5382 from owncloud/sharing_api_include_reshares
add reshare option for the OCS Share API
Jenkins for ownCloud [Thu, 17 Oct 2013 17:48:52 +0000 (13:48 -0400)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 17 Oct 2013 15:23:20 +0000 (08:23 -0700)]
Merge pull request #5393 from owncloud/files-downloadzipwhenzipsizeiszero
Fixed zip download button for unlimited filesize in public mode
Morris Jobke [Thu, 17 Oct 2013 14:57:53 +0000 (07:57 -0700)]
Merge pull request #5392 from owncloud/update-3rdparty-submodule
update 3rdparty submodule
Thomas Müller [Thu, 17 Oct 2013 14:11:50 +0000 (07:11 -0700)]
Merge pull request #5394 from owncloud/sabre-server-location
Move OC_Connector_Sabre_Server to expected location.
Andreas Fischer [Thu, 17 Oct 2013 14:04:59 +0000 (16:04 +0200)]
Move OC_Connector_Sabre_Server to expected location.
Bjoern Schiessle [Thu, 17 Oct 2013 13:47:36 +0000 (15:47 +0200)]
split up reset()['path'] to make it compatible with older PHP versions
Vincent Petry [Thu, 17 Oct 2013 13:29:22 +0000 (15:29 +0200)]
Fixed zip download button for unlimited filesize in public mode
Added missing condition to check whenever allowed zip size is unlimited.
Fixes #3717
Thomas Müller [Thu, 17 Oct 2013 13:25:43 +0000 (15:25 +0200)]
update 3rdparty submodule
Morris Jobke [Thu, 17 Oct 2013 13:21:04 +0000 (06:21 -0700)]
Merge pull request #5389 from owncloud/fix_shell_exec
only call shell_exec if enabled
Georg Ehrke [Thu, 17 Oct 2013 13:19:15 +0000 (15:19 +0200)]
fix comment
Morris Jobke [Thu, 17 Oct 2013 12:51:12 +0000 (05:51 -0700)]
Merge pull request #5381 from owncloud/files-sharingstateafterupload
Fixed sharing status update for new/uploaded files
Vincent Petry [Thu, 17 Oct 2013 12:39:20 +0000 (14:39 +0200)]
Added missing var in share.js
Georg Ehrke [Thu, 17 Oct 2013 12:31:07 +0000 (14:31 +0200)]
only call shell_exec if enabled
Morris Jobke [Thu, 17 Oct 2013 11:53:18 +0000 (04:53 -0700)]
Merge pull request #5385 from owncloud/generate-sql-migration-master
new console command to generate sql migration scripts
Frank Karlitschek [Thu, 17 Oct 2013 11:37:40 +0000 (04:37 -0700)]
Merge pull request #5379 from owncloud/undefined-shipped
fix undefined "shipped"
Vincent Petry [Thu, 17 Oct 2013 09:59:13 +0000 (11:59 +0200)]
Fixed sharing status update for new/uploaded files
Creating new files, folders or uploading files now have their sharing
icon updated accordingly.
For this, the global share status list that is cached in
OC.Share.statuses is reused for new files.
Performance should improve as the sharing list is now only loaded once
per navigation session.
In OC.Share, split loadIcons into loadIcons + updateIcons.
Fixes #4977
Thomas Müller [Thu, 17 Oct 2013 10:51:30 +0000 (12:51 +0200)]
new console command to generate sql migration scripts
Morris Jobke [Thu, 17 Oct 2013 10:50:26 +0000 (03:50 -0700)]
Merge pull request #5378 from owncloud/files-permissionsafteruploadfix
Fixed upload permissions distinction between public and logged in upload
Bjoern Schiessle [Thu, 17 Oct 2013 10:23:37 +0000 (12:23 +0200)]
add test for the reshare option
Raghu Nayyar [Thu, 17 Oct 2013 09:47:28 +0000 (02:47 -0700)]
Merge pull request #5376 from owncloud/fix-title-ownCloud
Updates ownCloud title to Application - ownCloud
Morris Jobke [Thu, 17 Oct 2013 09:35:13 +0000 (11:35 +0200)]
fix undefined "shipped"
Thomas Müller [Thu, 17 Oct 2013 09:23:15 +0000 (02:23 -0700)]
Merge pull request #5237 from owncloud/coverage-on-windows-master
PHP Code Coverage on windows master
Bjoern Schiessle [Thu, 17 Oct 2013 09:23:07 +0000 (11:23 +0200)]
adjust tests
Bjoern Schiessle [Thu, 17 Oct 2013 09:10:31 +0000 (11:10 +0200)]
new option to add reshares to the result
Frank Karlitschek [Thu, 17 Oct 2013 08:48:34 +0000 (01:48 -0700)]
Merge pull request #4949 from owncloud/improve_unknown_preview_backend
use svg to generate filetype icon if imagick available
Vincent Petry [Thu, 17 Oct 2013 08:46:55 +0000 (10:46 +0200)]
Fixed upload permissions distinction between public and logged in upload
Fixes #5370
raghunayyar [Thu, 17 Oct 2013 08:40:06 +0000 (14:10 +0530)]
Updates ownCloud title to Application - ownCloud
Frank Karlitschek [Thu, 17 Oct 2013 08:37:38 +0000 (01:37 -0700)]
Merge pull request #4935 from owncloud/webdav-depth-fix-master
WebDAV depth infinity support - the dirty way
Thomas Müller [Thu, 17 Oct 2013 08:25:24 +0000 (01:25 -0700)]
Merge pull request #5375 from owncloud/fix-api-documentation
Public API documentation fixes
Morris Jobke [Wed, 16 Oct 2013 22:07:29 +0000 (00:07 +0200)]
Public API documentation fixes
refs #4883
* http/response.php
* config.php
* response.php
* files.php
* idbconnection.php
* app.php
* user.php
* template.php
* share.php
* db.php
* icache.php & il10n.php
Morris Jobke [Wed, 16 Oct 2013 21:21:40 +0000 (14:21 -0700)]
Merge pull request #5276 from owncloud/fixing-5170-master
only text/plain is now used to generate text previews
Morris Jobke [Wed, 16 Oct 2013 19:52:41 +0000 (12:52 -0700)]
Merge pull request #5262 from owncloud/files-ie8-conflictdialogbrokenfix
Fixed conflict dialog in IE8
Thomas Müller [Wed, 16 Oct 2013 18:45:54 +0000 (11:45 -0700)]
Merge pull request #5157 from owncloud/fixing-appframework-master
Fixing appframework for OC6
Thomas Müller [Wed, 16 Oct 2013 14:33:56 +0000 (16:33 +0200)]
re-enable test in SecurityMiddlewareTest
Thomas Müller [Wed, 16 Oct 2013 13:45:55 +0000 (15:45 +0200)]
Merge branch 'master' into fixing-appframework-master
Conflicts:
lib/private/appframework/middleware/security/securitymiddleware.php
tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
Thomas Müller [Wed, 16 Oct 2013 13:42:09 +0000 (06:42 -0700)]
Merge pull request #5067 from owncloud/urlParams_fix
Get urlParams registered before Request is instantiated
Thomas Müller [Wed, 16 Oct 2013 13:31:43 +0000 (15:31 +0200)]
accept text/markdown as well
Thomas Müller [Wed, 16 Oct 2013 12:48:55 +0000 (14:48 +0200)]
Merge branch 'master' into fixing-5170-master
Morris Jobke [Wed, 16 Oct 2013 11:52:35 +0000 (04:52 -0700)]
Merge pull request #5353 from owncloud/files-dndtodirbroken
Fixed drag and drop to subfolder and breadcrumb
Thomas Müller [Wed, 16 Oct 2013 11:23:45 +0000 (04:23 -0700)]
Merge pull request #5325 from owncloud/setup-fs-on-apache-auth-backend
file system is now initialized with apache authentication as well
Björn Schießle [Wed, 16 Oct 2013 09:25:28 +0000 (02:25 -0700)]
Merge pull request #5329 from owncloud/enc_fix_unencrypted_size
try to fix unencrypted file size if it doesn't look plausible
Bjoern Schiessle [Wed, 16 Oct 2013 09:24:56 +0000 (11:24 +0200)]
revert last changes
Morris Jobke [Wed, 16 Oct 2013 09:14:35 +0000 (02:14 -0700)]
Merge pull request #5354 from owncloud/enc_tests
added simple test for getFileSize proxy
Frank Karlitschek [Wed, 16 Oct 2013 08:51:44 +0000 (10:51 +0200)]
6.0 alpha 2
Björn Schießle [Wed, 16 Oct 2013 08:34:05 +0000 (01:34 -0700)]
Merge pull request #5333 from owncloud/avater_with_encryption
avatars should also work with encryption after pr #5332 was merged
Jenkins for ownCloud [Wed, 16 Oct 2013 04:31:48 +0000 (00:31 -0400)]
[tx-robot] updated from transifex
Bjoern Schiessle [Tue, 15 Oct 2013 15:52:06 +0000 (17:52 +0200)]
added another test, if unencrypted size and encrypted size are equal we can also assume that something is wrong
Bjoern Schiessle [Tue, 15 Oct 2013 15:36:52 +0000 (17:36 +0200)]
fix comment
Bjoern Schiessle [Tue, 15 Oct 2013 15:33:31 +0000 (17:33 +0200)]
added simple test for getFileSize proxy
kondou [Tue, 15 Oct 2013 15:23:47 +0000 (17:23 +0200)]
Fix avatar unittest
Morris Jobke [Tue, 15 Oct 2013 15:11:17 +0000 (08:11 -0700)]
Merge pull request #5334 from owncloud/files-sharing-actionsafterupload
Files sharing actions + navigation fixes
Vincent Petry [Tue, 15 Oct 2013 14:24:14 +0000 (07:24 -0700)]
Merge pull request #5350 from owncloud/files-preventdeletemountpoint
Prevent renaming/deleting mount points
Vincent Petry [Tue, 15 Oct 2013 14:14:23 +0000 (16:14 +0200)]
Fixed drag and drop upload to breadcrumb
Vincent Petry [Tue, 15 Oct 2013 13:54:16 +0000 (15:54 +0200)]
Fixed drag and drop onto folders
Fixes #5351
Vincent Petry [Tue, 15 Oct 2013 12:55:38 +0000 (14:55 +0200)]
Prevent renaming/deleting mount points
Fixed permissions returned for mount points to not include update and
delete permissions.
Fixes #5291
Raghu Nayyar [Tue, 15 Oct 2013 09:59:53 +0000 (02:59 -0700)]
Merge pull request #5295 from owncloud/show-eye-in-personal
Shows The Eye permanently in the Confirm Password field in Personal Settings
Bjoern Schiessle [Tue, 15 Oct 2013 09:53:51 +0000 (11:53 +0200)]
Merge branch 'master' into avater_with_encryption
Bjoern Schiessle [Tue, 15 Oct 2013 09:53:32 +0000 (11:53 +0200)]
test should work now
Morris Jobke [Tue, 15 Oct 2013 09:44:14 +0000 (02:44 -0700)]
Merge pull request #5332 from owncloud/enc_run_proxy_only_for_files
check if we are writing to user/files, otherwise skip encryption
Björn Schießle [Tue, 15 Oct 2013 09:17:23 +0000 (02:17 -0700)]
Merge pull request #5269 from owncloud/ocs_share_api_add_received_from
ocs share api: add "received_from" and "received_from_displayname" field
raghunayyar [Tue, 15 Oct 2013 09:11:18 +0000 (14:41 +0530)]
Removes Bogus showpassword js. thx @PVince81
Vincent Petry [Tue, 15 Oct 2013 07:33:00 +0000 (00:33 -0700)]
Merge pull request #5341 from owncloud/fix-logout-link-html
Fix logout link HTML.
raghunayyar [Tue, 15 Oct 2013 06:06:44 +0000 (11:36 +0530)]
Should Display PasswordToggle Eye Everywhere.
Thomas Müller [Mon, 14 Oct 2013 22:44:55 +0000 (00:44 +0200)]
fixing syntax for openssl config
Thomas Müller [Mon, 14 Oct 2013 22:29:47 +0000 (00:29 +0200)]
on windows we supply an openssl.cnf file in order to execute the unit tests properly
Thomas Müller [Mon, 14 Oct 2013 22:15:45 +0000 (00:15 +0200)]
any preview requiring the which command will not be used on Windows
Thomas Müller [Mon, 14 Oct 2013 22:09:00 +0000 (00:09 +0200)]
Merge branch 'master' into coverage-on-windows-master
icewind1991 [Mon, 14 Oct 2013 21:29:36 +0000 (14:29 -0700)]
Merge pull request #5340 from owncloud/fixing-5251-master
streamCopy() should return proper structure.
Andreas Fischer [Mon, 14 Oct 2013 20:30:38 +0000 (22:30 +0200)]
Fix logout link HTML.
<a id="logout" href=/projects/owncloud/core/index.php?logout=true>
Thomas Müller [Mon, 14 Oct 2013 19:33:23 +0000 (21:33 +0200)]
streamCopy() should return proper structure.
Callers of streamCopy() expect an array to be returned containing count and result.
Vincent Petry [Mon, 14 Oct 2013 16:23:06 +0000 (09:23 -0700)]
Merge pull request #5330 from owncloud/files-removedfileactionsbkg
Removed extra bkg color on file actions when row is selected/hovered on
Vincent Petry [Mon, 14 Oct 2013 15:47:38 +0000 (17:47 +0200)]
Disabled ajax mode for public files view
Ajax loading is not supported yet for public files view.
This fix disabled the history API, ajax loading and ajax directory
switch in public mode until it is implemented properly.
Bjoern Schiessle [Mon, 14 Oct 2013 15:30:24 +0000 (17:30 +0200)]
avatars should also work with encryption after pr #5332 was merged
Vincent Petry [Mon, 14 Oct 2013 15:28:23 +0000 (17:28 +0200)]
Fixed file permissions after public upload
Fixes #5328
Bjoern Schiessle [Mon, 14 Oct 2013 15:13:14 +0000 (17:13 +0200)]
check if we are writing to user/files, otherwise skip encryption
Vincent Petry [Mon, 14 Oct 2013 15:05:24 +0000 (17:05 +0200)]
Removed extra bkg color on file actions when row is selected/hovered on
Bjoern Schiessle [Mon, 14 Oct 2013 14:43:18 +0000 (16:43 +0200)]
fix array key
Bjoern Schiessle [Mon, 14 Oct 2013 14:34:14 +0000 (16:34 +0200)]
try to fix unencrypted file size if it doesn't look plausible
Thomas Müller [Mon, 14 Oct 2013 13:39:32 +0000 (06:39 -0700)]
Merge pull request #4867 from owncloud/fixing-4546-master
Adding detection of aborted uploads for chunked uploads
Frank Karlitschek [Mon, 14 Oct 2013 13:31:35 +0000 (06:31 -0700)]
Merge pull request #5323 from owncloud/files-external-missinggridstyle
Added missing "grid" class on external storage's table
Thomas Müller [Mon, 14 Oct 2013 12:51:25 +0000 (14:51 +0200)]
there shall be tabs
Thomas Müller [Mon, 14 Oct 2013 12:46:43 +0000 (14:46 +0200)]
file system is now initialized with apache authentication as well
Georg Ehrke [Mon, 14 Oct 2013 12:10:47 +0000 (14:10 +0200)]
implement previews for markdown
Vincent Petry [Mon, 14 Oct 2013 10:12:26 +0000 (12:12 +0200)]
Added missing "grid" class on external storage's table
Jan-Christoph Borchardt [Mon, 14 Oct 2013 10:59:51 +0000 (03:59 -0700)]
Merge pull request #5297 from owncloud/quota-style
Fixes Default Quota Style in User Management.
Vincent Petry [Mon, 14 Oct 2013 09:29:27 +0000 (02:29 -0700)]
Merge pull request #5320 from owncloud/fix_app_sorting
Fix app sorting
Frank Karlitschek [Mon, 14 Oct 2013 09:15:04 +0000 (11:15 +0200)]
case insensitive sort
Frank Karlitschek [Mon, 14 Oct 2013 08:57:00 +0000 (10:57 +0200)]
fix style
Thomas Müller [Mon, 14 Oct 2013 08:56:50 +0000 (10:56 +0200)]
Merge branch 'master' into fixing-4546-master
Conflicts:
lib/private/connector/sabre/file.php
Frank Karlitschek [Mon, 14 Oct 2013 08:54:38 +0000 (10:54 +0200)]
finally fix the app sorting
raghunayyar [Fri, 11 Oct 2013 13:41:01 +0000 (19:11 +0530)]
Fixes Default Quota Style in User Management.
Jenkins for ownCloud [Mon, 14 Oct 2013 00:33:30 +0000 (20:33 -0400)]
[tx-robot] updated from transifex
Raghu Nayyar [Sun, 13 Oct 2013 20:16:24 +0000 (13:16 -0700)]
Merge pull request #5318 from owncloud/show_channel
show the channel. Also mark git as git channel so that someone can see
Morris Jobke [Sun, 13 Oct 2013 20:03:02 +0000 (13:03 -0700)]
Merge pull request #5253 from owncloud/externalstorage-adminstatusindicator
Fixed external storage status indicator in admin page
Frank Karlitschek [Sun, 13 Oct 2013 19:51:47 +0000 (21:51 +0200)]
show the channel. Also mark git as git channel so that someone can see where this build comes from
Thomas Müller [Sat, 12 Oct 2013 10:51:01 +0000 (03:51 -0700)]
Merge pull request #5299 from owncloud/settings-ie8-tablegridstyles
Fixed table grid styles for IE8
raghunayyar [Fri, 11 Oct 2013 13:02:43 +0000 (18:32 +0530)]
Shows The Eye permanently in the Confirm Password field in Personal Settings - fix #5167
Thomas Müller [Sat, 12 Oct 2013 10:35:33 +0000 (03:35 -0700)]
Merge pull request #5303 from owncloud/fix-unlogged-session-error
Log an error when session initialization fails before ownCloud is intalled
Morris Jobke [Sat, 12 Oct 2013 10:28:44 +0000 (03:28 -0700)]
Merge pull request #5290 from owncloud/fixing-5191-master
Installation. Show advanced section on error. Fixes #5191