]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoMerge pull request #5805 from owncloud/shared-storage-copy-folder list
Frank Karlitschek [Wed, 13 Nov 2013 18:17:37 +0000 (10:17 -0800)]
Merge pull request #5805 from owncloud/shared-storage-copy-folder

Use View::copy and View::rename when copying or renaming files in the shared storage

11 years agoMerge pull request #5806 from owncloud/styles-fix-external_storage
Frank Karlitschek [Wed, 13 Nov 2013 15:43:59 +0000 (07:43 -0800)]
Merge pull request #5806 from owncloud/styles-fix-external_storage

Fix spacing issue for checkboxes, vertically center checkboxes on person...

11 years agoMerge pull request #5809 from owncloud/fix5753
Morris Jobke [Wed, 13 Nov 2013 14:52:07 +0000 (06:52 -0800)]
Merge pull request #5809 from owncloud/fix5753

LDAP Wizard: proper behaviour with anonymous bind, fixes #5753

11 years agoMerge pull request #5768 from owncloud/quota-workaroundwhenmissingrootsize-home-only
Morris Jobke [Wed, 13 Nov 2013 13:57:16 +0000 (05:57 -0800)]
Merge pull request #5768 from owncloud/quota-workaroundwhenmissingrootsize-home-only

Do not use -1 as the size for the root folder of the home storage

11 years agoMerge pull request #5831 from owncloud/files-charatissue
Morris Jobke [Wed, 13 Nov 2013 13:22:48 +0000 (05:22 -0800)]
Merge pull request #5831 from owncloud/files-charatissue

Fixed total dirs/files message hiding condition

11 years agoMerge pull request #5447 from owncloud/fixing-5117-master
Vincent Petry [Wed, 13 Nov 2013 10:59:34 +0000 (02:59 -0800)]
Merge pull request #5447 from owncloud/fixing-5117-master

No data corruption duriing parallel upload

11 years agoFixed total dirs/files message hiding condition
Vincent Petry [Wed, 13 Nov 2013 09:52:05 +0000 (10:52 +0100)]
Fixed total dirs/files message hiding condition

Fixes #5829

11 years agoNow using HomeStorage for legacy home storage ids
Vincent Petry [Tue, 12 Nov 2013 14:46:01 +0000 (15:46 +0100)]
Now using HomeStorage for legacy home storage ids

Legacy home storage ids with the format "local://path/to/datadir/user1"
are now also wrapped by the HomeStorage.

11 years agorename fixPartialFilePath() to stripPartialFileExtension(), this name describes bette...
Bjoern Schiessle [Tue, 12 Nov 2013 15:48:24 +0000 (16:48 +0100)]
rename fixPartialFilePath() to stripPartialFileExtension(), this name describes better what the method actually does

11 years agoNow calling parent method when path is not root
Vincent Petry [Tue, 12 Nov 2013 13:17:55 +0000 (14:17 +0100)]
Now calling parent method when path is not root

11 years agoDo not use -1 as the size for the root folder of the home storage
Robin Appelman [Fri, 8 Nov 2013 11:57:28 +0000 (12:57 +0100)]
Do not use -1 as the size for the root folder of the home storage

11 years agoMerge pull request #5822 from owncloud/delete_hooks_trash_and_versions
Morris Jobke [Tue, 12 Nov 2013 15:03:37 +0000 (07:03 -0800)]
Merge pull request #5822 from owncloud/delete_hooks_trash_and_versions

Implement delete hooks for trashbin and filesversions apps.

11 years agoadd trash bin and file versions delete hooks in OC::registerPreviewHooks
Georg Ehrke [Tue, 12 Nov 2013 13:08:55 +0000 (14:08 +0100)]
add trash bin and file versions delete hooks in OC::registerPreviewHooks

11 years agoimplement delete hooks in file versions lib
Georg Ehrke [Tue, 12 Nov 2013 13:06:32 +0000 (14:06 +0100)]
implement delete hooks in file versions lib

11 years agoreplace $path with '/files_trashbin/files/' . $file
Georg Ehrke [Tue, 12 Nov 2013 13:03:50 +0000 (14:03 +0100)]
replace $path with '/files_trashbin/files/' . $file

11 years agoadd delete hook for trash bin app
Georg Ehrke [Tue, 12 Nov 2013 13:00:36 +0000 (14:00 +0100)]
add delete hook for trash bin app

11 years agoMerge pull request #5810 from owncloud/disbaledtextareas
Morris Jobke [Tue, 12 Nov 2013 10:34:51 +0000 (02:34 -0800)]
Merge pull request #5810 from owncloud/disbaledtextareas

Disabled textareas should look like they are disabled

11 years agonew line for css rule
Morris Jobke [Tue, 12 Nov 2013 10:31:58 +0000 (11:31 +0100)]
new line for css rule

11 years agomissed some replacements... now tests should work
Bjoern Schiessle [Tue, 12 Nov 2013 10:17:34 +0000 (11:17 +0100)]
missed some replacements... now tests should work

11 years agoMerge pull request #5816 from Wikinaut/patch-1
Thomas Müller [Tue, 12 Nov 2013 10:12:06 +0000 (02:12 -0800)]
Merge pull request #5816 from Wikinaut/patch-1

Update config.sample.php

11 years agofixing tests for the new part file handling
Bjoern Schiessle [Tue, 12 Nov 2013 09:24:10 +0000 (10:24 +0100)]
fixing tests for the new part file handling

11 years agoUpdate config.sample.php
Wikinaut [Mon, 11 Nov 2013 23:59:35 +0000 (00:59 +0100)]
Update config.sample.php

/* Enable maintenance mode to disable ownCloud
   If you want to prevent users to login to ownCloud before you start doing some maintenance work,
   you need to set the value of the maintenance parameter to true.
   Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly.
*/

11 years agoDisabled textareas should look like they are disabled
Arthur Schiwon [Mon, 11 Nov 2013 18:41:51 +0000 (19:41 +0100)]
Disabled textareas should look like they are disabled

11 years agoLDAP Wizard: make UI behaviour more consistent and more pleasant when determining...
Arthur Schiwon [Mon, 11 Nov 2013 18:27:38 +0000 (19:27 +0100)]
LDAP Wizard: make UI behaviour more consistent and more pleasant when determining Base DN

11 years agoLDAP Wizard: remove ugly whitespace where it should not be
Arthur Schiwon [Mon, 11 Nov 2013 18:25:20 +0000 (19:25 +0100)]
LDAP Wizard: remove ugly whitespace where it should not be

11 years agoFix spacing issue for checkboxes, vertically center checkboxes on personal page
Morris Jobke [Mon, 11 Nov 2013 17:03:57 +0000 (18:03 +0100)]
Fix spacing issue for checkboxes, vertically center checkboxes on personal page

11 years agoUse View::copy and View::rename when copying or renaming files in the shared storage
Robin Appelman [Mon, 11 Nov 2013 16:58:20 +0000 (17:58 +0100)]
Use View::copy and View::rename when copying or renaming files in the shared storage

11 years agolet encryption app detect transfer id in path and handle it correctly
Bjoern Schiessle [Mon, 11 Nov 2013 16:47:59 +0000 (17:47 +0100)]
let encryption app detect transfer id in path and handle it correctly

11 years agomake it possible to detect transferID part
Bjoern Schiessle [Mon, 11 Nov 2013 16:47:46 +0000 (17:47 +0100)]
make it possible to detect transferID part

11 years agoMerge pull request #5804 from owncloud/files-selectionsummary
Morris Jobke [Mon, 11 Nov 2013 16:41:53 +0000 (08:41 -0800)]
Merge pull request #5804 from owncloud/files-selectionsummary

Selection summary is now displayed properly

11 years agoSelection summary is now displayed properly
Vincent Petry [Mon, 11 Nov 2013 16:14:40 +0000 (17:14 +0100)]
Selection summary is now displayed properly

Fixes #5775

11 years agoMerge pull request #5707 from owncloud/fixwrongfilesizeintests
Morris Jobke [Mon, 11 Nov 2013 14:26:38 +0000 (06:26 -0800)]
Merge pull request #5707 from owncloud/fixwrongfilesizeintests

Fixed filesize issue in watchr test

11 years agoMerge pull request #5769 from owncloud/files-changedirjsevent
Morris Jobke [Mon, 11 Nov 2013 14:22:44 +0000 (06:22 -0800)]
Merge pull request #5769 from owncloud/files-changedirjsevent

Added JS event for when the user changes the directory

11 years agoLDAP Wizard: determine port without credentials. don't hide the port input field
Arthur Schiwon [Mon, 11 Nov 2013 14:16:54 +0000 (15:16 +0100)]
LDAP Wizard: determine port without credentials. don't hide the port input field

11 years agoMerge pull request #5701 from owncloud/sharing-updateownerfoldersizes
Morris Jobke [Mon, 11 Nov 2013 14:16:51 +0000 (06:16 -0800)]
Merge pull request #5701 from owncloud/sharing-updateownerfoldersizes

Fixed watcher to also update the owner's folder sizes

11 years agoLDAP Wizard: improve check for Agent DN and Credentials
Arthur Schiwon [Mon, 11 Nov 2013 12:36:28 +0000 (13:36 +0100)]
LDAP Wizard: improve check for Agent DN and Credentials

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 11 Nov 2013 10:47:59 +0000 (05:47 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #5687 from owncloud/fixing-5659-master
Thomas Müller [Sun, 10 Nov 2013 07:14:52 +0000 (23:14 -0800)]
Merge pull request #5687 from owncloud/fixing-5659-master

display the exception instead of meaningless message

11 years agoMerge pull request #5759 from owncloud/fixing-5757-master
Thomas Müller [Sun, 10 Nov 2013 07:13:17 +0000 (23:13 -0800)]
Merge pull request #5759 from owncloud/fixing-5757-master

adding proper htaccess commands for Apache 2.4

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 9 Nov 2013 06:45:32 +0000 (01:45 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #5763 from owncloud/fixing-sharing-ocs-api-master
Thomas Müller [Fri, 8 Nov 2013 22:25:08 +0000 (14:25 -0800)]
Merge pull request #5763 from owncloud/fixing-sharing-ocs-api-master

the filesystem has to be initialized once we know the user

11 years agoLDAP Wizard: keep Base DN always visible
Arthur Schiwon [Fri, 8 Nov 2013 16:48:29 +0000 (17:48 +0100)]
LDAP Wizard: keep Base DN always visible

11 years agoimplementing solution using <ifModule mod_authz_core>
Thomas Müller [Fri, 8 Nov 2013 16:29:14 +0000 (17:29 +0100)]
implementing solution using <ifModule mod_authz_core>

11 years agoMerge pull request #5762 from owncloud/files-uploaderrordelay
Jan-Christoph Borchardt [Fri, 8 Nov 2013 13:36:13 +0000 (05:36 -0800)]
Merge pull request #5762 from owncloud/files-uploaderrordelay

Increased upload error delay to 10 seconds

11 years agoAdded JS event for when the user changes the directory
Vincent Petry [Fri, 8 Nov 2013 12:15:48 +0000 (13:15 +0100)]
Added JS event for when the user changes the directory

This enables apps to detect directory changes which might be caused by
the user using the browser back button.

11 years agothe filesystem has to be initialized once we know the user
Thomas Müller [Fri, 8 Nov 2013 10:24:19 +0000 (11:24 +0100)]
the filesystem has to be initialized once we know the user

11 years agoIncreased upload error delay to 10 seconds
Vincent Petry [Fri, 8 Nov 2013 10:22:08 +0000 (11:22 +0100)]
Increased upload error delay to 10 seconds

Fixes #5662

Also made it use OC.Notification instead of directly access the
notification HTML element.

11 years agoadding proper htaccess commands for Apache 2.4
Thomas Müller [Fri, 8 Nov 2013 09:45:35 +0000 (10:45 +0100)]
adding proper htaccess commands for Apache 2.4

11 years agoMerge pull request #5747 from owncloud/scanner-post-hooks
Morris Jobke [Thu, 7 Nov 2013 20:44:23 +0000 (12:44 -0800)]
Merge pull request #5747 from owncloud/scanner-post-hooks

Add post hooks for filesystem scanner

11 years agoNow removing stray old cookies from 5.0.12
Vincent Petry [Thu, 7 Nov 2013 17:40:15 +0000 (18:40 +0100)]
Now removing stray old cookies from 5.0.12

Cookies from 5.0.12 seemed to have an extra slash in the path.
Firefox doesn't allow to remove them if the trailing slash isn't
there,
thus making it impossible to logout correctly.

This fix adds extra code to delete such stray cookies.

Ported from stable5 branch 99e5c6f7eb58404be2cc5448ec380f29c9a71225

11 years agoAdd post hooks for filesystem scanner
Robin Appelman [Thu, 7 Nov 2013 15:22:29 +0000 (16:22 +0100)]
Add post hooks for filesystem scanner

11 years agoMerge pull request #5737 from owncloud/files-totaldirsnotfoundfix
Morris Jobke [Thu, 7 Nov 2013 13:02:43 +0000 (05:02 -0800)]
Merge pull request #5737 from owncloud/files-totaldirsnotfoundfix

Fixed totalDirs JS error

11 years agoMerge pull request #5682 from owncloud/fix5585
blizzz [Thu, 7 Nov 2013 11:34:49 +0000 (03:34 -0800)]
Merge pull request #5682 from owncloud/fix5585

LDAP: make buttons on Expert page work again, fixes #5585

11 years agoFixed totalDirs JS error
Vincent Petry [Thu, 7 Nov 2013 09:11:18 +0000 (10:11 +0100)]
Fixed totalDirs JS error

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 7 Nov 2013 02:44:36 +0000 (21:44 -0500)]
[tx-robot] updated from transifex

11 years agoownCloud 6 beta 3 v6.0.0beta3
Frank Karlitschek [Wed, 6 Nov 2013 22:07:26 +0000 (23:07 +0100)]
ownCloud 6 beta 3

11 years agoMerge pull request #5399 from frisco82/fixDownloadOverQuota
Morris Jobke [Wed, 6 Nov 2013 21:59:27 +0000 (13:59 -0800)]
Merge pull request #5399 from frisco82/fixDownloadOverQuota

Do not count the size of shared folder on total

11 years agoMerge pull request #5718 from owncloud/fixLdapBgJob
Vincent Petry [Wed, 6 Nov 2013 16:58:29 +0000 (08:58 -0800)]
Merge pull request #5718 from owncloud/fixLdapBgJob

LDAP: resolve namespace harakiri, fixes background job

11 years agoLDAP: resolve namespace harakiri, fixes background job
Arthur Schiwon [Wed, 6 Nov 2013 15:25:31 +0000 (16:25 +0100)]
LDAP: resolve namespace harakiri, fixes background job

11 years agoMerge pull request #5711 from owncloud/quota-refreshquotainclientafteroperations
Morris Jobke [Wed, 6 Nov 2013 14:49:42 +0000 (06:49 -0800)]
Merge pull request #5711 from owncloud/quota-refreshquotainclientafteroperations

Fixes for "max upload size" value showed in the UI

11 years agoMerge pull request #5717 from owncloud/files-foldericonforhomestorage
Vincent Petry [Wed, 6 Nov 2013 14:39:48 +0000 (06:39 -0800)]
Merge pull request #5717 from owncloud/files-foldericonforhomestorage

Fixed folder icon for home storage

11 years agoFixed folder icon for home storage
Vincent Petry [Wed, 6 Nov 2013 14:11:14 +0000 (15:11 +0100)]
Fixed folder icon for home storage

Fixes #5713

11 years agoMerge pull request #5716 from owncloud/full-name
Vincent Petry [Wed, 6 Nov 2013 13:25:13 +0000 (05:25 -0800)]
Merge pull request #5716 from owncloud/full-name

change 'Display Name' to more understandable 'Full Name', fix #5612

11 years agochange 'Display Name' to more understandable 'Full Name', fix #5612
Jan-Christoph Borchardt [Wed, 6 Nov 2013 13:20:43 +0000 (14:20 +0100)]
change 'Display Name' to more understandable 'Full Name', fix #5612

11 years agoDo not count the size of shared folder on total
Ramiro Aparicio [Thu, 17 Oct 2013 15:18:56 +0000 (17:18 +0200)]
Do not count the size of shared folder on total

Changed all array access to dot notation

Split comment in a second line

11 years agoLDAP Wizard: l10ned Save button
Arthur Schiwon [Wed, 6 Nov 2013 11:40:07 +0000 (12:40 +0100)]
LDAP Wizard: l10ned Save button

11 years agoFixed storage stats to be based on current directory
Vincent Petry [Wed, 6 Nov 2013 09:55:19 +0000 (10:55 +0100)]
Fixed storage stats to be based on current directory

Previously, the storage statistics were always for the root dir.
This means that the upload button would always show the limit for the
root dir, even when uploading to a shared dir or external storage.

This fix adds a "dir" argument to getstoragestats.php.

11 years agoUpdate quota value in client after scan and upload
Vincent Petry [Wed, 6 Nov 2013 09:15:05 +0000 (10:15 +0100)]
Update quota value in client after scan and upload

After uploading, the quota value wasn't refreshed.
This fix refreshes the quota value after files have been scanned or
uploaded.

11 years agoFixed unit tests for files sharing watcher
Vincent Petry [Wed, 6 Nov 2013 08:39:52 +0000 (09:39 +0100)]
Fixed unit tests for files sharing watcher

11 years agoMerge pull request #5692 from miicha/patch-2
VicDeo [Tue, 5 Nov 2013 20:19:27 +0000 (12:19 -0800)]
Merge pull request #5692 from miicha/patch-2

allow empty user-dn and password

11 years agoAdded unit tests for shared files watcher
Vincent Petry [Tue, 5 Nov 2013 18:30:52 +0000 (19:30 +0100)]
Added unit tests for shared files watcher

- Added base class for sharing unit tests
- Added unit tests for shared files watched to check for folder size
  propagation

11 years agoMerge pull request #5691 from owncloud/switch-to-oc6-documentation
blizzz [Tue, 5 Nov 2013 16:22:26 +0000 (08:22 -0800)]
Merge pull request #5691 from owncloud/switch-to-oc6-documentation

move to oc6 documentation

11 years agoRemoved unused method
Vincent Petry [Tue, 5 Nov 2013 16:14:19 +0000 (17:14 +0100)]
Removed unused method

11 years agoFixed filesize issue in watchr test
Vincent Petry [Tue, 5 Nov 2013 15:58:05 +0000 (16:58 +0100)]
Fixed filesize issue in watchr test

Added clearstatcache to make sure we get the correct file size after
re-writing into the same file.

This failed on openSUSE 12.3 x86_64

11 years agoFixed watcher to also update the owner's folder sizes
Vincent Petry [Tue, 5 Nov 2013 12:58:14 +0000 (13:58 +0100)]
Fixed watcher to also update the owner's folder sizes

Note that the root folder size is mandatory for quota calculation.

11 years agoMerge pull request #5696 from owncloud/fixing-5670-master
Andreas Fischer [Tue, 5 Nov 2013 12:32:27 +0000 (13:32 +0100)]
Merge pull request #5696 from owncloud/fixing-5670-master

decode arguments as array

* owncloud/fixing-5670-master:
  decode arguments as array

11 years agoMerge pull request #5699 from owncloud/fixing-4606-master
Thomas Müller [Tue, 5 Nov 2013 12:30:35 +0000 (04:30 -0800)]
Merge pull request #5699 from owncloud/fixing-4606-master

calling getstoragestats.php only if a user is logged in because this cal...

11 years agoMerge pull request #5695 from owncloud/fixing-dropbox-master
Thomas Müller [Tue, 5 Nov 2013 12:15:20 +0000 (04:15 -0800)]
Merge pull request #5695 from owncloud/fixing-dropbox-master

fixing dropbox require path

11 years agocalling getstoragestats.php only if a user is logged in because this call requires...
Thomas Müller [Tue, 5 Nov 2013 11:18:25 +0000 (12:18 +0100)]
calling getstoragestats.php only if a user is logged in because this call requires a user to be logged in

11 years agoallows agent and password or neither agent nor password
miicha [Tue, 5 Nov 2013 10:51:53 +0000 (11:51 +0100)]
allows agent and password or neither agent nor password

this contribution is MIT licensed

11 years agofixing dropbox require path
Thomas Müller [Tue, 5 Nov 2013 09:33:21 +0000 (10:33 +0100)]
fixing dropbox require path

11 years agodecode arguments as array
Thomas Müller [Tue, 5 Nov 2013 09:30:18 +0000 (10:30 +0100)]
decode arguments as array

11 years agoMerge pull request #5582 from owncloud/files-previewcaching
Thomas Müller [Tue, 5 Nov 2013 09:21:51 +0000 (01:21 -0800)]
Merge pull request #5582 from owncloud/files-previewcaching

Append file etag to preview URLs

11 years agoMerge pull request #5673 from owncloud/oc6-windows-server-mssql-master
Thomas Müller [Tue, 5 Nov 2013 08:41:11 +0000 (00:41 -0800)]
Merge pull request #5673 from owncloud/oc6-windows-server-mssql-master

Oc6 windows server mssql master

11 years agoMerge pull request #5540 from owncloud/scanner-enhancments-master
Thomas Müller [Tue, 5 Nov 2013 07:58:42 +0000 (23:58 -0800)]
Merge pull request #5540 from owncloud/scanner-enhancments-master

Scanner enhancments master

11 years agoallow empty user-dn and password
miicha [Tue, 5 Nov 2013 00:24:20 +0000 (01:24 +0100)]
allow empty user-dn and password

help tooltip shows completely right: leave both blank for anonyous access. But if you leave it blank js doesn't allow you to edit any other settings...

11 years agomove to oc6 documentation
Thomas Müller [Mon, 4 Nov 2013 21:50:12 +0000 (22:50 +0100)]
move to oc6 documentation

11 years agoInherit lastInsertId() from Adapter.
Andreas Fischer [Mon, 4 Nov 2013 21:28:41 +0000 (22:28 +0100)]
Inherit lastInsertId() from Adapter.

11 years agodisplay the exception instead of meaningless message
Thomas Müller [Mon, 4 Nov 2013 20:55:55 +0000 (21:55 +0100)]
display the exception instead of meaningless message

11 years agouse ===
Thomas Müller [Mon, 4 Nov 2013 20:23:10 +0000 (21:23 +0100)]
use ===

11 years agoMerge pull request #5683 from owncloud/no-coverage-with-php-v53-master
Thomas Müller [Mon, 4 Nov 2013 18:24:40 +0000 (10:24 -0800)]
Merge pull request #5683 from owncloud/no-coverage-with-php-v53-master

adding environment variable to control coverage reporting

11 years agokeep junit xml reports
Thomas Müller [Mon, 4 Nov 2013 16:25:07 +0000 (17:25 +0100)]
keep junit xml reports

11 years agoadding test for binary file to test \OC_Helper::streamCopy()
Thomas Mueller [Mon, 4 Nov 2013 16:19:04 +0000 (17:19 +0100)]
adding test for binary file to test  \OC_Helper::streamCopy()

11 years agoignore test files
Thomas Mueller [Mon, 4 Nov 2013 16:17:32 +0000 (17:17 +0100)]
ignore test files

11 years agoadding environment variable to control coverage reporting
Thomas Müller [Mon, 4 Nov 2013 16:04:54 +0000 (17:04 +0100)]
adding environment variable to control coverage reporting

11 years agoLDAP: improve design and placement of Save button
Arthur Schiwon [Mon, 4 Nov 2013 15:54:48 +0000 (16:54 +0100)]
LDAP: improve design and placement of Save button

11 years agoLDAP: make buttons on Expert page work again, fixes #5585
Arthur Schiwon [Mon, 4 Nov 2013 15:48:40 +0000 (16:48 +0100)]
LDAP: make buttons on Expert page work again, fixes #5585

11 years agoMerge pull request #5544 from owncloud/fixing-3593-2-master
Thomas Müller [Mon, 4 Nov 2013 12:30:12 +0000 (04:30 -0800)]
Merge pull request #5544 from owncloud/fixing-3593-2-master

Add FileId header and switch fileid and instance id

11 years agoset log level to DEBUG
Thomas Müller [Mon, 4 Nov 2013 11:58:30 +0000 (12:58 +0100)]
set log level to DEBUG

11 years agoMerge pull request #5656 from owncloud/fix-wizard-typo
Andreas Fischer [Mon, 4 Nov 2013 08:39:19 +0000 (09:39 +0100)]
Merge pull request #5656 from owncloud/fix-wizard-typo

Fix typo in LDAP wizard

* owncloud/fix-wizard-typo:
  Excpetion->Exception