]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoFix SVG icons
Lukas Reschke [Thu, 16 Oct 2014 10:13:16 +0000 (12:13 +0200)]
Fix SVG icons

FIXME: Ugly hack to prevent SVG of being returned if the SVG
provider is not enabled.
This is required because the preview system is designed in a
bad way and relies on opt-in with asterisks (i.e. image/*)
which will lead to the fact that a SVG will also match the image
provider.

Conflicts:
lib/private/preview.php

10 years agoMerge pull request #11595 from owncloud/make_get_display_name_more_robust
blizzz [Thu, 16 Oct 2014 09:33:12 +0000 (11:33 +0200)]
Merge pull request #11595 from owncloud/make_get_display_name_more_robust

strip whitespace from the beginning and end of the display name

10 years agoMerge pull request #11524 from nazar-pc/patch-1
Vincent Petry [Thu, 16 Oct 2014 09:21:49 +0000 (11:21 +0200)]
Merge pull request #11524 from nazar-pc/patch-1

Page size calculation based on real page height

10 years agomake trashbin compatible with objectstore, replace glob with search in cache, make...
Jörn Friedrich Dreyer [Fri, 10 Oct 2014 16:26:43 +0000 (18:26 +0200)]
make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 16 Oct 2014 05:56:30 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11570 from owncloud/backport-11408-master
Lukas Reschke [Wed, 15 Oct 2014 19:21:45 +0000 (21:21 +0200)]
Merge pull request #11570 from owncloud/backport-11408-master

Backport 11408 master

10 years agoMerge pull request #11565 from owncloud/fix-behaviourOnOSX
Lukas Reschke [Wed, 15 Oct 2014 19:12:50 +0000 (21:12 +0200)]
Merge pull request #11565 from owncloud/fix-behaviourOnOSX

Add darwin to if block

10 years agoMerge pull request #11528 from owncloud/use-raw-url
Lukas Reschke [Wed, 15 Oct 2014 17:58:27 +0000 (19:58 +0200)]
Merge pull request #11528 from owncloud/use-raw-url

Use `rawurlencode` since this seems to be expected by cURL

10 years agoChanged fileList.pageSize to function call
Nazar Mokrynskyi [Wed, 15 Oct 2014 17:18:35 +0000 (19:18 +0200)]
Changed fileList.pageSize to function call

10 years agoTypo
Nazar Mokrynskyi [Wed, 15 Oct 2014 17:17:21 +0000 (19:17 +0200)]
Typo

10 years agoMerge pull request #11596 from owncloud/in_cli_mode_return_true_for_ishtaccessworking
Jörn Friedrich Dreyer [Wed, 15 Oct 2014 16:43:12 +0000 (18:43 +0200)]
Merge pull request #11596 from owncloud/in_cli_mode_return_true_for_ishtaccessworking

in cli mode return true for isHtaccessWorking

10 years agoin cli mode return true for isHtaccessWorking
Jörn Friedrich Dreyer [Wed, 15 Oct 2014 14:59:28 +0000 (16:59 +0200)]
in cli mode return true for isHtaccessWorking

10 years agoMerge pull request #10426 from owncloud/enhanced-apps-management
Jan-Christoph Borchardt [Wed, 15 Oct 2014 14:26:53 +0000 (16:26 +0200)]
Merge pull request #10426 from owncloud/enhanced-apps-management

Enhanced apps management

10 years agoEven better - usage of this.$container instead of this.$el.parent()
Nazar Mokrynskyi [Wed, 15 Oct 2014 13:24:03 +0000 (15:24 +0200)]
Even better - usage of this.$container instead of this.$el.parent()

10 years agointroduce new app page layout
Thomas Müller [Thu, 14 Aug 2014 13:48:38 +0000 (15:48 +0200)]
introduce new app page layout

filter installed and not-installed apps properly

kill unneeded file

load category 'Installed' on page load

adding documentation links

new apps mgmt: first style adjustment

apps mgmt: only show license and preview if they exist

adding buttons

new apps mgmt: fix for mobile

use app icon if available

new apps mgmt: position enable/disable toggle to the right

new apps mgmt: proper display of icons or previews

new apps mgmt: fix loading spinner

reenable group selection for apps

new apps mgmt: position enable button normally again

new apps mgmt: clarify wording from 'Installed' to 'Enabled'

reintroduce enable/disable

Move rating image path generation to client-side

Move expression outside of l10n

fix group handling

add buttons for 'More apps' and 'Add your app' again

disable changed date of app for now

adding recommended label

style 'Recommended' app tag

fixing php warning

sort by rating

adding meta-category 'Recommended'

 Only show existing documentation links

lacy loading of screenshots

making group based app activation work again

adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg'

adding app.svg for all core apps

query string '?installed' is not longer needed

update and uninstall is back + error feedback

remove unneeded parameter

fix alignment of 'recommended' label

10 years agoStub for pageSize, because now it is dynamically calculated
Nazar Mokrynskyi [Wed, 15 Oct 2014 13:09:01 +0000 (15:09 +0200)]
Stub for pageSize, because now it is dynamically calculated

10 years agothis.$el is not the same as $('#app-content')
Nazar Mokrynskyi [Wed, 15 Oct 2014 13:06:35 +0000 (15:06 +0200)]
this.$el is not the same as $('#app-content')

That is why we use `this.$el.parent()` instead

10 years agoUse function call for FileList.pageSize
Nazar Mokrynskyi [Wed, 15 Oct 2014 12:55:24 +0000 (14:55 +0200)]
Use function call for FileList.pageSize

10 years agostrip whitespace from the beginning and end of the display name to avoid empty displa...
Bjoern Schiessle [Wed, 15 Oct 2014 12:05:18 +0000 (14:05 +0200)]
strip whitespace from the beginning and end of the display name to avoid empty display names

10 years agoMerge pull request #11538 from owncloud/webdav-creatable-info
Vincent Petry [Wed, 15 Oct 2014 12:39:07 +0000 (14:39 +0200)]
Merge pull request #11538 from owncloud/webdav-creatable-info

Use the cached fileinfo to get creatable permissions

10 years agoUse this.$el instead of the absolute selector
Nazar Mokrynskyi [Wed, 15 Oct 2014 12:16:17 +0000 (14:16 +0200)]
Use this.$el instead of the absolute selector

10 years agoMerge pull request #11541 from owncloud/usersession-activeuser-setsession
Vincent Petry [Wed, 15 Oct 2014 11:31:05 +0000 (13:31 +0200)]
Merge pull request #11541 from owncloud/usersession-activeuser-setsession

Unset the cached active user when using a different session object

10 years agoMerge pull request #11548 from owncloud/extstorage-ocfields
Vincent Petry [Wed, 15 Oct 2014 11:27:23 +0000 (13:27 +0200)]
Merge pull request #11548 from owncloud/extstorage-ocfields

Allow specifying protocol in ext storage OC config

10 years agoMerge pull request #11590 from owncloud/publiclinkscrollanimatefix
Vincent Petry [Wed, 15 Oct 2014 08:52:29 +0000 (10:52 +0200)]
Merge pull request #11590 from owncloud/publiclinkscrollanimatefix

Use body element when animating scroll in public page

10 years agoUse body element when animating scroll in public page
Vincent Petry [Wed, 15 Oct 2014 08:14:20 +0000 (10:14 +0200)]
Use body element when animating scroll in public page

In the public page the scroll container is the window instead of a div.
The $(window) object doesn't support animating the scroll property, so
the $('body') element is used instead.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 15 Oct 2014 05:54:26 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agofixing typos
Thomas Müller [Tue, 14 Oct 2014 02:49:29 +0000 (04:49 +0200)]
fixing typos

10 years agoRefactor MailSettings controller
Lukas Reschke [Fri, 3 Oct 2014 13:14:22 +0000 (15:14 +0200)]
Refactor MailSettings controller

- Do not store the password (fixes https://github.com/owncloud/core/issues/11385)
- Refactor to AppFramework
- Add unit tests

Conflicts:
settings/admin/controller.php

10 years agoUse `rawurlencode` since this seems to be expected by cURL
Lukas Reschke [Sun, 12 Oct 2014 16:40:10 +0000 (18:40 +0200)]
Use `rawurlencode` since this seems to be expected by cURL

Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405

10 years agoAdd darwin to if block
Lukas Reschke [Tue, 14 Oct 2014 10:58:00 +0000 (12:58 +0200)]
Add darwin to if block

Otherwise it would fall into the 'win' else block because strpos($os, 'win') does also match 'darwin' what is the `php_uname` for OS X.

10 years agoMerge pull request #11556 from owncloud/cache-js-and-css
Jörn Friedrich Dreyer [Tue, 14 Oct 2014 08:41:10 +0000 (10:41 +0200)]
Merge pull request #11556 from owncloud/cache-js-and-css

adding cache control headers for css and js - fixes #11496

10 years agoMerge pull request #11534 from owncloud/issue/11500
Vincent Petry [Tue, 14 Oct 2014 07:16:31 +0000 (09:16 +0200)]
Merge pull request #11534 from owncloud/issue/11500

Issue/11500 Do not set overwrite* settings by default

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 14 Oct 2014 05:54:28 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoadding cache control headers for css and js - fixes #11496
Thomas Müller [Tue, 14 Oct 2014 04:36:53 +0000 (06:36 +0200)]
adding cache control headers for css and js - fixes #11496

10 years agoSet overwritemailurl* configs on setup
Joas Schilling [Mon, 13 Oct 2014 09:18:24 +0000 (11:18 +0200)]
Set overwritemailurl* configs on setup

Correctly use overwritemailurl value when generating absolute urls in CLI

Fix #11500

Rename the config to *cli

Add overwrite.cli.url to the sample config

Revert separator fix, fixes unit test

10 years agoMerge pull request #11543 from owncloud/closeSessionForAppsLoading
Thomas Müller [Mon, 13 Oct 2014 15:59:12 +0000 (17:59 +0200)]
Merge pull request #11543 from owncloud/closeSessionForAppsLoading

Close session when loading apps

10 years agoMerge pull request #11546 from owncloud/users-deletewithfilecache
Vincent Petry [Mon, 13 Oct 2014 15:27:13 +0000 (17:27 +0200)]
Merge pull request #11546 from owncloud/users-deletewithfilecache

Retrieve storage numeric id earlier when still available

10 years agoAllow specifying protocol in ext storage OC config
Vincent Petry [Mon, 13 Oct 2014 15:15:58 +0000 (17:15 +0200)]
Allow specifying protocol in ext storage OC config

Allow specifying a protocol in the host field when mounting another
ownCloud instance. Note that this was already possible with the WebDAV
config but this bug made it inconsistent.

10 years agoMerge pull request #11542 from owncloud/fix_failing_unit_tests
Björn Schießle [Mon, 13 Oct 2014 15:01:13 +0000 (17:01 +0200)]
Merge pull request #11542 from owncloud/fix_failing_unit_tests

distinguish between file dependent shares and other shares

10 years agoMerge pull request #11537 from owncloud/filenamewithzeroes
Vincent Petry [Mon, 13 Oct 2014 14:56:11 +0000 (16:56 +0200)]
Merge pull request #11537 from owncloud/filenamewithzeroes

Fixed array detection on public download

10 years agoAdd unit test
Robin Appelman [Mon, 13 Oct 2014 14:31:26 +0000 (16:31 +0200)]
Add unit test

10 years agoRetrieve storage numeric id earlier when still available
Vincent Petry [Mon, 13 Oct 2014 13:52:48 +0000 (15:52 +0200)]
Retrieve storage numeric id earlier when still available

The numeric id is only available before the storage entry is deleted, so
get it at that time.

10 years agodistinguish between file dependent shares and other shares
Bjoern Schiessle [Mon, 13 Oct 2014 12:49:16 +0000 (14:49 +0200)]
distinguish between file dependent shares and other shares

10 years agoClose session when loading apps
Lukas Reschke [Mon, 13 Oct 2014 13:03:44 +0000 (15:03 +0200)]
Close session when loading apps

Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable.

10 years agoUnset the cached active user when using a different session object
Robin Appelman [Mon, 13 Oct 2014 11:11:48 +0000 (13:11 +0200)]
Unset the cached active user when using a different session object

10 years agoUse the cached fileinfo to get creatable permissions
Robin Appelman [Mon, 13 Oct 2014 11:09:05 +0000 (13:09 +0200)]
Use the cached fileinfo to get creatable permissions

10 years agoFixed array detection on public download
Vincent Petry [Mon, 13 Oct 2014 10:54:21 +0000 (12:54 +0200)]
Fixed array detection on public download

When downloading a folder called "0001" PHP should fallback to parsing
it as string and properly detect that it is not a JSON array.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 13 Oct 2014 05:54:35 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11367 from owncloud/removeIsMimeSupported
Lukas Reschke [Sun, 12 Oct 2014 17:45:00 +0000 (19:45 +0200)]
Merge pull request #11367 from owncloud/removeIsMimeSupported

Remove uneeded slicing of element

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 12 Oct 2014 05:54:39 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoPage size calculation based on real page height
Nazar Mokrynskyi [Sat, 11 Oct 2014 13:10:54 +0000 (15:10 +0200)]
Page size calculation based on real page height

This is fix for https://github.com/owncloud/core/issues/10060
Instead of hard coding page size as 20 items, we check real page height, and divide by 50 (height of one row).
This will allow to load fewer items on small screens and enough items on large screens (4k, portrait orientation, etc.).
Also checking page height on every load to respond on browser window resizing,

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 11 Oct 2014 05:55:02 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11507 from owncloud/versioning_expire
Björn Schießle [Fri, 10 Oct 2014 15:31:26 +0000 (17:31 +0200)]
Merge pull request #11507 from owncloud/versioning_expire

make sure that we always delete oldest first

10 years agoMerge pull request #11380 from owncloud/fix_performance_issue_sharing
Björn Schießle [Fri, 10 Oct 2014 13:56:30 +0000 (15:56 +0200)]
Merge pull request #11380 from owncloud/fix_performance_issue_sharing

[sharing] fix performance issues

10 years agotry to get path from filesystem
Bjoern Schiessle [Thu, 9 Oct 2014 13:38:40 +0000 (15:38 +0200)]
try to get path from filesystem

10 years agoMerge pull request #11499 from owncloud/ldap-warningwhenuidismissing
Lukas Reschke [Fri, 10 Oct 2014 10:42:31 +0000 (12:42 +0200)]
Merge pull request #11499 from owncloud/ldap-warningwhenuidismissing

Log warning when no uid was found for user

10 years agoMerge pull request #11480 from owncloud/ldap-enterkey-deletefix
Jan-Christoph Borchardt [Fri, 10 Oct 2014 10:37:44 +0000 (12:37 +0200)]
Merge pull request #11480 from owncloud/ldap-enterkey-deletefix

Prevent button click when enter key is pressed in LDAP wizard

10 years agofix performance issues
Bjoern Schiessle [Wed, 1 Oct 2014 13:13:10 +0000 (15:13 +0200)]
fix performance issues

10 years agoMerge pull request #11501 from Ansud/master
Vincent Petry [Fri, 10 Oct 2014 08:57:59 +0000 (10:57 +0200)]
Merge pull request #11501 from Ansud/master

Urlencode file name before passing it to cURL

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 10 Oct 2014 05:55:10 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11486 from owncloud/config-update
Morris Jobke [Thu, 9 Oct 2014 23:47:04 +0000 (01:47 +0200)]
Merge pull request #11486 from owncloud/config-update

Config update

10 years agoAdditional changes to config.sample.php and typo fixes
Morris Jobke [Wed, 8 Oct 2014 21:02:20 +0000 (23:02 +0200)]
Additional changes to config.sample.php and typo fixes

10 years agoapply @carlaschroder's changes from owncloud/documentation#594
Morris Jobke [Wed, 8 Oct 2014 21:01:46 +0000 (23:01 +0200)]
apply @carlaschroder's changes from owncloud/documentation#594

10 years agomake sure that we always delete oldest first
Bjoern Schiessle [Thu, 9 Oct 2014 17:15:58 +0000 (19:15 +0200)]
make sure that we always delete oldest first

10 years agoMerge pull request #11305 from owncloud/ext-updateetagonmount
Vincent Petry [Thu, 9 Oct 2014 16:18:36 +0000 (18:18 +0200)]
Merge pull request #11305 from owncloud/ext-updateetagonmount

Update etag of parent dir when adding/removing ext storage mount points

10 years agoMerge pull request #11495 from owncloud/apps-clearenableappscacheafterloadingauthapp
Vincent Petry [Thu, 9 Oct 2014 15:20:05 +0000 (17:20 +0200)]
Merge pull request #11495 from owncloud/apps-clearenableappscacheafterloadingauthapp

Clear enabled apps cache after loading authentication app

10 years agoMerge pull request #11498 from owncloud/detectDomainForDocumentation
Morris Jobke [Thu, 9 Oct 2014 14:57:15 +0000 (16:57 +0200)]
Merge pull request #11498 from owncloud/detectDomainForDocumentation

Add support for keys in the info.xml

10 years agoAdd support for keys in the info.xml
Lukas Reschke [Thu, 9 Oct 2014 13:00:36 +0000 (15:00 +0200)]
Add support for keys in the info.xml

This allows to have links to different doc base URLs

a.

10 years agoUrlencode file name before passing it to cURL
Tony Zelenoff [Thu, 9 Oct 2014 13:15:12 +0000 (17:15 +0400)]
Urlencode file name before passing it to cURL

Large file helper use cURL to determine file sizes. Thus filenames must be
urlencoded in case special symbols like '#' can cause BadRequest errors.

Signed-off-by: Tony Zelenoff <antonz@parallels.com>
10 years agoLog warning when no uid was found for user
Vincent Petry [Thu, 9 Oct 2014 12:58:53 +0000 (14:58 +0200)]
Log warning when no uid was found for user

In some incomplete setups (like mine) it can happen that the uid
attribute of users is missing.

To be able to find out that something is wrong, a debug message is now
logged when it has not been found.

10 years agoClear enabled apps cache after loading authentication app
Vincent Petry [Thu, 9 Oct 2014 11:22:14 +0000 (13:22 +0200)]
Clear enabled apps cache after loading authentication app

Since getEnabledApps() depends on an authentication app to be loaded,
especially in the case of LDAP, the cache from getEnabledApps() is now
cleared to make sure that subsequent calls will properly return apps
that were enabled for groups.
This is because getEnabledApps() uses the inGroups() function from the
group manager provided by LDAP or any other authentication app.

10 years agoMerge pull request #10527 from owncloud/fix-10526
blizzz [Thu, 9 Oct 2014 10:40:13 +0000 (12:40 +0200)]
Merge pull request #10527 from owncloud/fix-10526

properly cancel a Paginated Results operation in order to avoid protocol...

10 years agoMerge pull request #11493 from owncloud/revert-11161-fix-ldap-ingroup-for-9225
Vincent Petry [Thu, 9 Oct 2014 09:07:18 +0000 (11:07 +0200)]
Merge pull request #11493 from owncloud/revert-11161-fix-ldap-ingroup-for-9225

Revert "[WIP] fix retrieval of group members and cache group members"

10 years agoRevert "[WIP] fix retrieval of group members and cache group members"
Vincent Petry [Thu, 9 Oct 2014 09:06:48 +0000 (11:06 +0200)]
Revert "[WIP] fix retrieval of group members and cache group members"

10 years agoMerge pull request #11161 from owncloud/fix-ldap-ingroup-for-9225
Vincent Petry [Thu, 9 Oct 2014 08:19:58 +0000 (10:19 +0200)]
Merge pull request #11161 from owncloud/fix-ldap-ingroup-for-9225

fix retrieval of group members and cache group members

10 years agoMerge pull request #11474 from owncloud/fix_trash_permission_check
Morris Jobke [Thu, 9 Oct 2014 06:59:48 +0000 (08:59 +0200)]
Merge pull request #11474 from owncloud/fix_trash_permission_check

check if I can create a file at the location

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 9 Oct 2014 05:55:33 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoUpdated info.xml with
MTRichards [Thu, 9 Oct 2014 01:27:40 +0000 (21:27 -0400)]
Updated info.xml with

Added description in line with other apps.

10 years agoUpdated info.xml app description
MTRichards [Thu, 9 Oct 2014 01:24:54 +0000 (21:24 -0400)]
Updated info.xml app description

Added updates description

10 years agoForgot a '.'
MTRichards [Thu, 9 Oct 2014 01:08:20 +0000 (21:08 -0400)]
Forgot a '.'

10 years agoUpdated info.xml app description
MTRichards [Thu, 9 Oct 2014 01:07:12 +0000 (21:07 -0400)]
Updated info.xml app description

Made app description paralell in structure to other app descriptions

10 years agoUpdated info.xml app description
MTRichards [Thu, 9 Oct 2014 00:49:22 +0000 (20:49 -0400)]
Updated info.xml app description

Added larger app description

10 years agoUpdated info.xml app description
MTRichards [Thu, 9 Oct 2014 00:48:00 +0000 (20:48 -0400)]
Updated info.xml app description

Added new app description
Removed links to CE documentation

10 years agoUpdated info.xml with description
MTRichards [Thu, 9 Oct 2014 00:44:09 +0000 (20:44 -0400)]
Updated info.xml with description

Updated the description of the app for the app panel.

10 years agoMerge pull request #11455 from owncloud/config-sample-cleanup
Morris Jobke [Wed, 8 Oct 2014 19:37:30 +0000 (21:37 +0200)]
Merge pull request #11455 from owncloud/config-sample-cleanup

Config sample cleanup

10 years agoFixes in config.sample.php
Morris Jobke [Tue, 7 Oct 2014 12:14:19 +0000 (14:14 +0200)]
Fixes in config.sample.php

* owncloud -> ownCloud
* add default value
* proper comment style
* fix line wrapping and minor typo
* remove duplication
* add Vincents proposals

10 years agore-arrange the config options and sort them in a semantical way
Morris Jobke [Tue, 7 Oct 2014 08:04:54 +0000 (10:04 +0200)]
re-arrange the config options and sort them in a semantical way

10 years agounify style of config.sample.php
Morris Jobke [Tue, 7 Oct 2014 07:35:21 +0000 (09:35 +0200)]
unify style of config.sample.php

* use ' instead of " for config option
* place default parameters where useful into sample
* use proper comment block
* limit line size to 80 characters

10 years agoMerge pull request #11471 from brumsoel/master
Morris Jobke [Wed, 8 Oct 2014 18:39:13 +0000 (20:39 +0200)]
Merge pull request #11471 from brumsoel/master

Fix file size comparator return value

10 years agoextract batchDelete(), better comments
Jörn Friedrich Dreyer [Mon, 6 Oct 2014 09:08:21 +0000 (11:08 +0200)]
extract batchDelete(), better comments

10 years agofiles_extern: remove empty Body and ContentLength in Amazon S3 mount
André Gaul [Mon, 18 Aug 2014 23:14:58 +0000 (01:14 +0200)]
files_extern: remove empty Body and ContentLength in Amazon S3 mount

fixes #10501

Conflicts:
apps/files_external/lib/amazons3.php

10 years agostrict comparison
Jörn Friedrich Dreyer [Wed, 1 Oct 2014 11:14:08 +0000 (13:14 +0200)]
strict comparison

10 years agomake some storage tests explain what went wrong
Jörn Friedrich Dreyer [Wed, 1 Oct 2014 11:12:41 +0000 (13:12 +0200)]
make some storage tests explain what went wrong

10 years agofix amazon s3 issues
Jörn Friedrich Dreyer [Mon, 29 Sep 2014 19:42:03 +0000 (21:42 +0200)]
fix amazon s3 issues

folder size and mtime is always unknown in s3

more s3 fixes

make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings

reduce number of http calls on remove and rmdir

fix typo

10 years agolog exceptions when listing files
Jörn Friedrich Dreyer [Mon, 29 Sep 2014 19:40:32 +0000 (21:40 +0200)]
log exceptions when listing files

10 years agoPrevent button click when enter key is pressed in LDAP wizard
Vincent Petry [Wed, 8 Oct 2014 13:09:02 +0000 (15:09 +0200)]
Prevent button click when enter key is pressed in LDAP wizard

Pressing enter in the LDAP wizard will trigger a click on the first
button. In the main page it would trigger the delete dialog, which is
quite inconvenient.

Added a type attribute to suppress this behavior.

10 years agoMerge pull request #11453 from owncloud/enc_visual_improvements
Morris Jobke [Wed, 8 Oct 2014 12:36:24 +0000 (14:36 +0200)]
Merge pull request #11453 from owncloud/enc_visual_improvements

[encryption] some visual improvements

10 years agoAdded PHP docs for etag propagator
Vincent Petry [Tue, 7 Oct 2014 14:41:37 +0000 (16:41 +0200)]
Added PHP docs for etag propagator

10 years agoMore phpdoc
Robin Appelman [Tue, 30 Sep 2014 10:28:44 +0000 (12:28 +0200)]
More phpdoc

10 years agoHookup the etag propagator
Robin Appelman [Mon, 29 Sep 2014 11:46:27 +0000 (13:46 +0200)]
Hookup the etag propagator