]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoApply substring on the correct value.
Andreas Fischer [Wed, 23 Oct 2013 13:38:22 +0000 (15:38 +0200)]
Apply substring on the correct value.

11 years agoBetter variable names.
Andreas Fischer [Wed, 23 Oct 2013 10:56:51 +0000 (12:56 +0200)]
Better variable names.

11 years agoFix coding style for else.
Andreas Fischer [Wed, 23 Oct 2013 10:39:12 +0000 (12:39 +0200)]
Fix coding style for else.

11 years agoCorrect indentation for default language.
Andreas Fischer [Wed, 23 Oct 2013 10:25:48 +0000 (12:25 +0200)]
Correct indentation for default language.

11 years agoMerge pull request #5472 from owncloud/enc_init_status_on_enable
Björn Schießle [Wed, 23 Oct 2013 08:02:45 +0000 (01:02 -0700)]
Merge pull request #5472 from owncloud/enc_init_status_on_enable

Encryption set init status on enable

11 years agoMerge pull request #5482 from owncloud/fix_weird_http_namespace
Thomas Müller [Wed, 23 Oct 2013 07:40:30 +0000 (00:40 -0700)]
Merge pull request #5482 from owncloud/fix_weird_http_namespace

Fix namespace for OCP\Appframework\Http

11 years agoMerge pull request #5391 from owncloud/undefined-property-in-schema-master
Thomas Müller [Wed, 23 Oct 2013 05:46:43 +0000 (22:46 -0700)]
Merge pull request #5391 from owncloud/undefined-property-in-schema-master

removing pointless calls on quoteIdentifier() - reason: name on $tableDi...

11 years agoFix namespace for OCP\Appframework\Http
Thomas Tanghus [Wed, 23 Oct 2013 03:57:34 +0000 (05:57 +0200)]
Fix namespace for OCP\Appframework\Http

To avoid having to use OCP\Appframework\Http\Http in the public - and stable
- API OCP\Appframework\Http is now both a class and a namespace.

11 years agoMerge pull request #5451 from owncloud/reuse-session-ocs-master
Thomas Müller [Tue, 22 Oct 2013 21:41:21 +0000 (14:41 -0700)]
Merge pull request #5451 from owncloud/reuse-session-ocs-master

Support existing sessions within OCS API calls

11 years agoMerge pull request #5310 from owncloud/hide_filestable-header_when_empty
Christopher Schäpers [Tue, 22 Oct 2013 21:39:14 +0000 (14:39 -0700)]
Merge pull request #5310 from owncloud/hide_filestable-header_when_empty

Hide files list header, when theres no files to see

11 years agoMerge pull request #5479 from owncloud/fixing-4502-master
Thomas Müller [Tue, 22 Oct 2013 21:25:49 +0000 (14:25 -0700)]
Merge pull request #5479 from owncloud/fixing-4502-master

Fix webdav to fullfil litmus test suite

11 years agoMerge pull request #5466 from owncloud/files-thumbnailloadingdelaystyle
Thomas Müller [Tue, 22 Oct 2013 21:20:48 +0000 (14:20 -0700)]
Merge pull request #5466 from owncloud/files-thumbnailloadingdelaystyle

Fixed ugly white space while loading file thumbnail

11 years agoMerge pull request #5467 from owncloud/fixing-5063-master
Thomas Müller [Tue, 22 Oct 2013 21:10:35 +0000 (14:10 -0700)]
Merge pull request #5467 from owncloud/fixing-5063-master

display the original file name - this will change in case of renames

11 years agoMerge pull request #5473 from owncloud/files-startviewerfunc
Thomas Müller [Tue, 22 Oct 2013 21:02:49 +0000 (14:02 -0700)]
Merge pull request #5473 from owncloud/files-startviewerfunc

Added FileList.setViewerMode to hide controls

11 years agoMerge pull request #5476 from owncloud/admin-showwarningwhenhomeexists
Thomas Müller [Tue, 22 Oct 2013 20:45:45 +0000 (13:45 -0700)]
Merge pull request #5476 from owncloud/admin-showwarningwhenhomeexists

Added warning notification when user home already exists

11 years ago- delete properties on node delete
Thomas Müller [Tue, 22 Oct 2013 17:41:26 +0000 (19:41 +0200)]
- delete properties on node delete
- move properties on node move

11 years agoAdded warning notification when user home already exists
Vincent Petry [Tue, 22 Oct 2013 16:09:40 +0000 (18:09 +0200)]
Added warning notification when user home already exists

When creating a user and the home already exists in the data dir, a
warning notification will be displayed.

Fixes #5161

11 years agoAdded FileList.setViewerMode to hide controls
Vincent Petry [Tue, 15 Oct 2013 15:59:59 +0000 (17:59 +0200)]
Added FileList.setViewerMode to hide controls

Some files app embed themselves under the controls (like the text
editor). The new method FileList.setViewerMode() makes it possible to
properly show/hide the control buttons using the correct permissions.

Apps using this approach must call setViewerMode(true) when starting and
setViewerMode(false) upon closing to restore the controls.

This is needed for #5284

11 years agoremove debug output
Bjoern Schiessle [Tue, 22 Oct 2013 14:21:04 +0000 (16:21 +0200)]
remove debug output

11 years agoset the init status to "NOT_INITIALIZED" if the encryption app gets enabled
Bjoern Schiessle [Tue, 22 Oct 2013 14:15:24 +0000 (16:15 +0200)]
set the init status to "NOT_INITIALIZED" if the encryption app gets enabled

11 years agoadd post_enable hook if a app gets enabled
Bjoern Schiessle [Tue, 22 Oct 2013 14:15:19 +0000 (16:15 +0200)]
add post_enable hook if a app gets enabled

11 years agodisplay the original file name - this will change in case of renames
Thomas Müller [Tue, 22 Oct 2013 12:02:44 +0000 (14:02 +0200)]
display the original file name - this will change in case of renames

11 years agoFixed ugly white space while loading file thumbnail
Vincent Petry [Tue, 22 Oct 2013 10:08:05 +0000 (12:08 +0200)]
Fixed ugly white space while loading file thumbnail

Preview images are now pre-loaded before being set on the file element.

This fixes #5135 and prevents a white space to be displayed while the
thumbnails is being loaded.

11 years agoMerge pull request #5455 from owncloud/fixing-2423-master
Thomas Müller [Tue, 22 Oct 2013 08:28:43 +0000 (01:28 -0700)]
Merge pull request #5455 from owncloud/fixing-2423-master

introduce link_to_docs() and migrate links

11 years agoMerge pull request #5437 from owncloud/create-custom-logfile
Thomas Müller [Tue, 22 Oct 2013 08:17:31 +0000 (01:17 -0700)]
Merge pull request #5437 from owncloud/create-custom-logfile

Try to create custom log file before falling back to default.

11 years agoMerge pull request #5426 from owncloud/fix-3612
Vincent Petry [Tue, 22 Oct 2013 08:16:20 +0000 (01:16 -0700)]
Merge pull request #5426 from owncloud/fix-3612

Adds margin to the SSL root certificate button

11 years agouse OC_Helper::linkToDocs() in lib/private/config.php
Thomas Müller [Mon, 21 Oct 2013 21:08:09 +0000 (23:08 +0200)]
use OC_Helper::linkToDocs() in lib/private/config.php

11 years agoMerge pull request #5446 from frisco82/fixNotifyUser
Frank Karlitschek [Mon, 21 Oct 2013 21:07:33 +0000 (14:07 -0700)]
Merge pull request #5446 from frisco82/fixNotifyUser

Fix notify user checkbox

11 years agoMerge pull request #5249 from owncloud/activities-api
Thomas Müller [Mon, 21 Oct 2013 20:21:17 +0000 (13:21 -0700)]
Merge pull request #5249 from owncloud/activities-api

[OC6] Activities api

11 years agoFixed empty content logic
Vincent Petry [Mon, 21 Oct 2013 20:18:10 +0000 (22:18 +0200)]
Fixed empty content logic

- Remove obsolete code that used another approach for hiding emptycontent
- Fixed logic for the showing of the empty content message

11 years agoMerge pull request #5120 from frisco82/sendEmailJS
Vincent Petry [Mon, 21 Oct 2013 20:02:52 +0000 (13:02 -0700)]
Merge pull request #5120 from frisco82/sendEmailJS

Fix disabled status after sending a share link email

11 years agointroduce OC_Helper::linkToDocs()
Thomas Müller [Mon, 21 Oct 2013 20:01:27 +0000 (22:01 +0200)]
introduce OC_Helper::linkToDocs()

11 years agoUse quoteIdentifier with proper objects
Victor Dubiniuk [Mon, 21 Oct 2013 19:31:57 +0000 (22:31 +0300)]
Use quoteIdentifier with proper objects

11 years agointroduce link_to_docs() and migrate links
Thomas Müller [Mon, 21 Oct 2013 19:29:45 +0000 (21:29 +0200)]
introduce link_to_docs() and migrate links

11 years agoMerge pull request #5444 from frisco82/fixDisplayGroup
Vincent Petry [Mon, 21 Oct 2013 19:05:14 +0000 (12:05 -0700)]
Merge pull request #5444 from frisco82/fixDisplayGroup

Fix display name for user after sharing

11 years agoMerge pull request #5452 from owncloud/fixing-4548-master
Frank Karlitschek [Mon, 21 Oct 2013 19:02:21 +0000 (12:02 -0700)]
Merge pull request #5452 from owncloud/fixing-4548-master

OCS API to get current user information

11 years agoMerge pull request #5441 from owncloud/files-sharewithlinkasnormaluserfix
Vincent Petry [Mon, 21 Oct 2013 18:46:01 +0000 (11:46 -0700)]
Merge pull request #5441 from owncloud/files-sharewithlinkasnormaluserfix

Fixed share with link checkbox missing as regular user

11 years agoNew OCS route:
Thomas Müller [Mon, 21 Oct 2013 18:06:11 +0000 (20:06 +0200)]
New OCS route:
 /ocs/cloud/user
Response:
 <?xml version="1.0"?>
 <ocs>
  <meta>
   <status>ok</status>
   <statuscode>100</statuscode>
   <message/>
  </meta>
  <data>
   <id>thomas</id>
   <display-name>DeepDiver</display-name>
   <email>no-response@domain.tld</email>
  </data>
 </ocs>

11 years agoFix mind-boggling emptycontent logic
kondou [Mon, 21 Oct 2013 17:49:09 +0000 (19:49 +0200)]
Fix mind-boggling emptycontent logic

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 21 Oct 2013 17:03:32 +0000 (13:03 -0400)]
[tx-robot] updated from transifex

11 years agoSupport existing sessions within OCS API calls
Thomas Müller [Mon, 21 Oct 2013 16:58:46 +0000 (18:58 +0200)]
Support existing sessions within OCS API calls

11 years agoFix shared folder still showing fileheader
kondou [Mon, 21 Oct 2013 15:41:03 +0000 (17:41 +0200)]
Fix shared folder still showing fileheader

11 years agoMerge pull request #5424 from owncloud/sharing-directlink
Vincent Petry [Mon, 21 Oct 2013 15:26:51 +0000 (08:26 -0700)]
Merge pull request #5424 from owncloud/sharing-directlink

Added direct link in public share page

11 years agofix notify user, and made js more resiliant to changes
Ramiro Aparicio [Mon, 21 Oct 2013 14:14:23 +0000 (16:14 +0200)]
fix notify user, and made js more resiliant to changes

11 years agofix user displayName not being shown after add, added class for improved styling...
Ramiro Aparicio [Mon, 21 Oct 2013 13:31:31 +0000 (15:31 +0200)]
fix user displayName not being shown after add, added class for improved styling, fix strong for groups when english is not being used

11 years agoMerge pull request #5434 from owncloud/fix5209
blizzz [Mon, 21 Oct 2013 11:04:38 +0000 (04:04 -0700)]
Merge pull request #5434 from owncloud/fix5209

dispayNamesInGroup(s) should always return uid as key in the result array, fixes #5209

11 years agoTakes Import button to next line.
raghunayyar [Mon, 21 Oct 2013 09:49:02 +0000 (15:19 +0530)]
Takes Import button to next line.

11 years agoFixed share with link checkbox missing as regular user
Vincent Petry [Mon, 21 Oct 2013 09:29:40 +0000 (11:29 +0200)]
Fixed share with link checkbox missing as regular user

Instead of loading the app config setting "shareapi_allow_links" using a
synchronous ajax call that fails when the user is not an admin, this fix
puts the flag directly in the template so it doesn't need to be loaded
afterwards.

Fixes #5440

11 years agoMerge pull request #5200 from owncloud/ie8-warning-fix
Frank Karlitschek [Mon, 21 Oct 2013 06:55:18 +0000 (23:55 -0700)]
Merge pull request #5200 from owncloud/ie8-warning-fix

Fix warning box in IE8

11 years agoTry to create custom log file before falling back to default.
Andreas Fischer [Sun, 20 Oct 2013 21:58:07 +0000 (23:58 +0200)]
Try to create custom log file before falling back to default.

11 years agounbold the 'Direct link' label
Jan-Christoph Borchardt [Sun, 20 Oct 2013 21:12:38 +0000 (00:12 +0300)]
unbold the 'Direct link' label

11 years agoreduce width of direct link input field
Jan-Christoph Borchardt [Sun, 20 Oct 2013 21:09:45 +0000 (00:09 +0300)]
reduce width of direct link input field

11 years agoImprove updateEmptyContent logic
kondou [Sun, 20 Oct 2013 20:55:49 +0000 (22:55 +0200)]
Improve updateEmptyContent logic

11 years agoCreate FileList.updateEmptyContent() and fix not showing emptycontent after deletion
kondou [Sun, 20 Oct 2013 20:47:44 +0000 (22:47 +0200)]
Create FileList.updateEmptyContent() and fix not showing emptycontent after deletion

11 years agoMerge pull request #5433 from owncloud/inputs-seem-disabled
Jan-Christoph Borchardt [Sun, 20 Oct 2013 19:42:45 +0000 (12:42 -0700)]
Merge pull request #5433 from owncloud/inputs-seem-disabled

input field background size to white, fix input fields seeming disabled,...

11 years agoremove superfluous input hover color change
Jan-Christoph Borchardt [Sun, 20 Oct 2013 19:38:14 +0000 (22:38 +0300)]
remove superfluous input hover color change

11 years agoTest that dispayNamesInGroup(s) always returns uid as key in the result array
Arthur Schiwon [Sun, 20 Oct 2013 18:56:25 +0000 (20:56 +0200)]
Test that dispayNamesInGroup(s) always returns uid as key in the result array

11 years agodispayNamesInGroup(s) should always return uid as key in the result attr, fixes ...
Arthur Schiwon [Sun, 20 Oct 2013 18:55:27 +0000 (20:55 +0200)]
dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209

11 years agoinput field background size to white, fix input fields seeming disabled, fix #5168
Jan-Christoph Borchardt [Sun, 20 Oct 2013 18:22:41 +0000 (21:22 +0300)]
input field background size to white, fix input fields seeming disabled, fix #5168

11 years agoMerge pull request #5429 from owncloud/fix_cron_docu
Frank Karlitschek [Sun, 20 Oct 2013 15:49:59 +0000 (08:49 -0700)]
Merge pull request #5429 from owncloud/fix_cron_docu

harmonize this with the documentation. Once every minute is way to often.

11 years agochange the language
Frank Karlitschek [Sun, 20 Oct 2013 13:22:50 +0000 (15:22 +0200)]
change the language

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 20 Oct 2013 11:49:42 +0000 (07:49 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 19 Oct 2013 12:27:13 +0000 (08:27 -0400)]
[tx-robot] updated from transifex

11 years agoharmonize this with the documentation. Once every minute is way to often. Every 15min...
Frank Karlitschek [Fri, 18 Oct 2013 23:42:59 +0000 (01:42 +0200)]
harmonize this with the documentation. Once every minute is way to often. Every 15min should be fine just as the documentation suggests: http://doc.owncloud.org/server/5.0/admin_manual/configuration/background_jobs.html

11 years agoLDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @sfyang
Arthur Schiwon [Fri, 18 Oct 2013 12:40:08 +0000 (14:40 +0200)]
LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @sfyang

11 years agoAdds margin to the SSL root certificate button
raghunayyar [Fri, 18 Oct 2013 21:39:45 +0000 (03:09 +0530)]
Adds margin to the SSL root certificate button

11 years agoMerge pull request #5422 from owncloud/fix_logfile_permissions
Frank Karlitschek [Fri, 18 Oct 2013 16:10:24 +0000 (09:10 -0700)]
Merge pull request #5422 from owncloud/fix_logfile_permissions

the logfile shoudn't be world readable.

11 years agoAdded direct link in public share page
Vincent Petry [Fri, 18 Oct 2013 15:40:41 +0000 (17:40 +0200)]
Added direct link in public share page

Fixes #1167

11 years agothe logfile shoudn't be world readable.
Frank Karlitschek [Fri, 18 Oct 2013 15:15:02 +0000 (17:15 +0200)]
the logfile shoudn't be world readable.

11 years agoMerge pull request #5338 from frisco82/fixGroupDisplay
Morris Jobke [Fri, 18 Oct 2013 12:46:05 +0000 (05:46 -0700)]
Merge pull request #5338 from frisco82/fixGroupDisplay

Show (group) after groups in share dropdown

11 years agoMerge pull request #5403 from owncloud/fix-breadcrumbs
Jan-Christoph Borchardt [Fri, 18 Oct 2013 12:28:48 +0000 (05:28 -0700)]
Merge pull request #5403 from owncloud/fix-breadcrumbs

correctly position ... overflow in breadcrumbs, fix #5158

11 years agoMerge pull request #5321 from owncloud/settings-applistwidths
Vincent Petry [Fri, 18 Oct 2013 12:18:49 +0000 (05:18 -0700)]
Merge pull request #5321 from owncloud/settings-applistwidths

Fixed app list right container to not overlap left container scrollbar

11 years agoMerge pull request #3219 from owncloud/disabled-links-ui
Frank Karlitschek [Fri, 18 Oct 2013 12:02:06 +0000 (05:02 -0700)]
Merge pull request #3219 from owncloud/disabled-links-ui

Disabled links UI fixes

11 years agoUse display name from magic cookie, fixes #4884
Arthur Schiwon [Fri, 18 Oct 2013 10:16:47 +0000 (12:16 +0200)]
Use display name from magic cookie, fixes #4884

11 years agoMerge pull request #5412 from owncloud/fix_5141
Björn Schießle [Fri, 18 Oct 2013 10:51:54 +0000 (03:51 -0700)]
Merge pull request #5412 from owncloud/fix_5141

give getSelectedFilesTrash() a unique name for the trash.js

11 years agoRemove "link" shares right after disabling the "allow_link_share" setting
Morris Jobke [Fri, 18 Oct 2013 09:37:13 +0000 (11:37 +0200)]
Remove "link" shares right after disabling the "allow_link_share" setting

11 years agogive getSelectedFilesTrash() a unique name for the trash.js to avoid confusions with...
Bjoern Schiessle [Fri, 18 Oct 2013 08:57:10 +0000 (10:57 +0200)]
give getSelectedFilesTrash() a unique name for the trash.js to avoid confusions with the same function in files.js

11 years agoMerge pull request #5411 from owncloud/ocs_share_api_cleanup
Vincent Petry [Fri, 18 Oct 2013 08:41:15 +0000 (01:41 -0700)]
Merge pull request #5411 from owncloud/ocs_share_api_cleanup

filter duplicates directly in the sql query

11 years agoreadability: single line -> multiple lines
Morris Jobke [Fri, 18 Oct 2013 08:36:08 +0000 (10:36 +0200)]
readability: single line -> multiple lines

11 years agoFix accidental deletion of if
Michael Gapczynski [Thu, 2 May 2013 15:59:11 +0000 (11:59 -0400)]
Fix accidental deletion of if

11 years agoDon't show links option in dropdown if disabled
Michael Gapczynski [Thu, 2 May 2013 15:45:12 +0000 (11:45 -0400)]
Don't show links option in dropdown if disabled

11 years agoDon't return links for shared files if disabled
Michael Gapczynski [Thu, 2 May 2013 01:15:32 +0000 (21:15 -0400)]
Don't return links for shared files if disabled

11 years agoMerge pull request #5405 from owncloud/sharing-chromehangswithversionenabled
Morris Jobke [Fri, 18 Oct 2013 08:27:30 +0000 (01:27 -0700)]
Merge pull request #5405 from owncloud/sharing-chromehangswithversionenabled

Disable versions app JS in public mode

11 years agofilter duplicates directly in the sql query
Bjoern Schiessle [Fri, 18 Oct 2013 08:23:34 +0000 (10:23 +0200)]
filter duplicates directly in the sql query

11 years agoMerge pull request #5395 from owncloud/more_check_options
Vincent Petry [Fri, 18 Oct 2013 08:23:20 +0000 (01:23 -0700)]
Merge pull request #5395 from owncloud/more_check_options

add options to disable the check for a working .htaccess file in data

11 years agoMerge pull request #5358 from owncloud/postinstall-ocdavclientwithtimeout
Vincent Petry [Fri, 18 Oct 2013 08:10:04 +0000 (01:10 -0700)]
Merge pull request #5358 from owncloud/postinstall-ocdavclientwithtimeout

Added timeout for WebDAV post setup check

11 years agoFixed spaces
Vincent Petry [Thu, 17 Oct 2013 21:22:19 +0000 (23:22 +0200)]
Fixed spaces

11 years agoDisable versions app JS in public mode
Vincent Petry [Thu, 17 Oct 2013 19:04:18 +0000 (21:04 +0200)]
Disable versions app JS in public mode

Since the version JS code isn't used in public link mode, disable it to
prevent Chrome freezing bugs due to the t() call being synchronous.

Fixes #4545

11 years agocorrectly position ... overflow in breadcrumbs, fix #5158
Jan-Christoph Borchardt [Thu, 17 Oct 2013 18:22:55 +0000 (21:22 +0300)]
correctly position ... overflow in breadcrumbs, fix #5158

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

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 17 Oct 2013 17:48:52 +0000 (13:48 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #5393 from owncloud/files-downloadzipwhenzipsizeiszero
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

11 years agoMerge pull request #5392 from owncloud/update-3rdparty-submodule
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

11 years agoadd options to disable the check for a working .htaccess file in data and for a worki...
Frank Karlitschek [Thu, 17 Oct 2013 14:27:43 +0000 (16:27 +0200)]
add options to disable the check for a working .htaccess file in data and for a working WebDAV server. This are advanced settings that are needed in special situations where our check fail and the user runs into an http timeout.

11 years agoMerge pull request #5394 from owncloud/sabre-server-location
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.

11 years agoMove 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.

11 years agosplit up reset()['path'] to make it compatible with older PHP versions
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

11 years agoFixed zip download button for unlimited filesize in public mode
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

11 years agoupdate 3rdparty submodule
Thomas Müller [Thu, 17 Oct 2013 13:25:43 +0000 (15:25 +0200)]
update 3rdparty submodule

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