]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoFix share permission related unit tests
Vincent Petry [Fri, 20 Mar 2015 10:30:51 +0000 (11:30 +0100)]
Fix share permission related unit tests

9 years agoRename must be possible with update-only permission
Vincent Petry [Thu, 19 Mar 2015 20:55:56 +0000 (21:55 +0100)]
Rename must be possible with update-only permission

and this as long as the rename is done within the same folder.

9 years agoFix permission checks in Sabre connector
Vincent Petry [Thu, 19 Mar 2015 20:18:48 +0000 (21:18 +0100)]
Fix permission checks in Sabre connector

This fixes moving files in and out of shared folders with some exotic
permission combinations.

9 years agoReenable trashbin after failed rename
Vincent Petry [Wed, 18 Mar 2015 18:22:15 +0000 (19:22 +0100)]
Reenable trashbin after failed rename

After a failed rename, the post_rename hook is not called.
This quickfix makes sure the trashbin storage logic is reenabled
also after a failed rename.

9 years agoFix shared storage permission checks
Vincent Petry [Fri, 30 Jan 2015 13:19:23 +0000 (14:19 +0100)]
Fix shared storage permission checks

9 years agoMerge pull request #14995 from owncloud/remove-unrequired-backtick-removal
Vincent Petry [Wed, 18 Mar 2015 18:34:49 +0000 (19:34 +0100)]
Merge pull request #14995 from owncloud/remove-unrequired-backtick-removal

Remove unrequired backtick removal

9 years agofix typo in config.sample.php
Morris Jobke [Wed, 18 Mar 2015 16:08:54 +0000 (17:08 +0100)]
fix typo in config.sample.php

9 years agoMerge pull request #14997 from owncloud/newgroup-empty-disable
Morris Jobke [Wed, 18 Mar 2015 15:29:13 +0000 (16:29 +0100)]
Merge pull request #14997 from owncloud/newgroup-empty-disable

disable submit button while groupname is empty

9 years agoMerge pull request #14999 from owncloud/kill-fileoperations-proxy
Robin Appelman [Wed, 18 Mar 2015 14:42:00 +0000 (15:42 +0100)]
Merge pull request #14999 from owncloud/kill-fileoperations-proxy

kill fileoperations proxy

9 years agoMerge pull request #14994 from owncloud/sabre-customprops-softfail
Lukas Reschke [Wed, 18 Mar 2015 14:39:35 +0000 (15:39 +0100)]
Merge pull request #14994 from owncloud/sabre-customprops-softfail

Soft fail in custom properties backend

9 years agokill fileoperations proxy
Robin Appelman [Wed, 18 Mar 2015 14:04:28 +0000 (15:04 +0100)]
kill fileoperations proxy

check is now handled by storage backends

9 years agoMerge pull request #14992 from owncloud/add-exception-to-memcachbe
Morris Jobke [Wed, 18 Mar 2015 13:56:43 +0000 (14:56 +0100)]
Merge pull request #14992 from owncloud/add-exception-to-memcachbe

Use ArrayCache if ownCloud is not installed

9 years agodisable submit button while groupname is empty
Robin Appelman [Wed, 18 Mar 2015 13:17:20 +0000 (14:17 +0100)]
disable submit button while groupname is empty

9 years agoAdd test for backticks in path and etag
Joas Schilling [Wed, 18 Mar 2015 12:29:39 +0000 (13:29 +0100)]
Add test for backticks in path and etag

9 years agoRemove unreqired backtick removal
Lukas Reschke [Wed, 18 Mar 2015 11:33:54 +0000 (12:33 +0100)]
Remove unreqired backtick removal

Without this files with a ` (backtick) in the beginning of the filenames where simply not correctly referenced as the ` got removed. This can lead to all possible havoc situations.

Should get backported to stable8 and in future we might consider if it is really worth to backport such changes when it is just for SQLite :see_no_evil:

Regression of https://github.com/owncloud/core/pull/14734

9 years agoSoft fail in custom properties backend
Vincent Petry [Wed, 18 Mar 2015 11:30:23 +0000 (12:30 +0100)]
Soft fail in custom properties backend

This makes it possible for clients to still receive a file list (minus
the broken files) instead of getting no list at all

9 years agoUse ArrayCache if ownCloud is not installed
Lukas Reschke [Wed, 18 Mar 2015 10:47:16 +0000 (11:47 +0100)]
Use ArrayCache if ownCloud is not installed

If ownCloud has not been installed yet the prefix might otherwise change at this point quite some time and thus the cache runs havoc.

This made installing ownCloud impossible on systems where APCu or so was available. However, I was not able to reproduce the same problem for application upgrades so this patch seems to work fine for this situation as well.

Fixes itself.

9 years agoMerge pull request #14981 from Volker-E/master
Jan-Christoph Borchardt [Wed, 18 Mar 2015 10:24:42 +0000 (11:24 +0100)]
Merge pull request #14981 from Volker-E/master

addressing #14978 - remove html root classes targeting IE6/IE7

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 18 Mar 2015 05:55:22 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoaddressing #14984 removing redundant type attributes
Volker E [Wed, 18 Mar 2015 04:33:17 +0000 (05:33 +0100)]
addressing #14984 removing redundant type attributes

9 years agoaddressing #14983 obsolete Google Chrome Frame
Volker E [Wed, 18 Mar 2015 01:11:47 +0000 (02:11 +0100)]
addressing #14983 obsolete Google Chrome Frame

9 years agoMerge pull request #14972 from owncloud/add-group-style
Morris Jobke [Wed, 18 Mar 2015 00:16:01 +0000 (01:16 +0100)]
Merge pull request #14972 from owncloud/add-group-style

User management design details

9 years agoMerge pull request #14967 from owncloud/checkbox-alignment
Morris Jobke [Wed, 18 Mar 2015 00:12:15 +0000 (01:12 +0100)]
Merge pull request #14967 from owncloud/checkbox-alignment

Share dropdown: fix checkbox alignment, more whitespace

9 years agoaddressing #14982 self-closing tags ending slash doesn't have a purpose & should...
Volker E [Tue, 17 Mar 2015 22:57:23 +0000 (23:57 +0100)]
addressing #14982 self-closing tags ending slash doesn't have a purpose & should be removed

9 years agoMerge pull request #14968 from owncloud/files-reallowsinglequote
Thomas Müller [Tue, 17 Mar 2015 22:50:16 +0000 (23:50 +0100)]
Merge pull request #14968 from owncloud/files-reallowsinglequote

Reallow single quote in file names

9 years agoMerge pull request #14975 from owncloud/add-smtp-debug-mode
Thomas Müller [Tue, 17 Mar 2015 22:49:19 +0000 (23:49 +0100)]
Merge pull request #14975 from owncloud/add-smtp-debug-mode

Add debug mode back to mailer

9 years agoadressing #14979 meta charset declaration should be first in head
Volker E [Tue, 17 Mar 2015 22:36:05 +0000 (23:36 +0100)]
adressing #14979 meta charset declaration should be first in head

9 years agoaddressing #14978 - remove html root classes targeting IE6/IE7
Volker E [Tue, 17 Mar 2015 22:16:42 +0000 (23:16 +0100)]
addressing #14978 - remove html root classes targeting IE6/IE7

9 years agoaddressing #14978 - remove html root classes targeting IE6/IE7
Volker E [Tue, 17 Mar 2015 21:35:20 +0000 (22:35 +0100)]
addressing #14978 - remove html root classes targeting IE6/IE7

9 years agoUse `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`
Lukas Reschke [Tue, 17 Mar 2015 20:56:16 +0000 (21:56 +0100)]
Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`

`FILTER_SANITIZE_STRING` will still encode everything else.

9 years agoMerge pull request #14961 from owncloud/onlyrequireinfo
Bernhard Posselt [Tue, 17 Mar 2015 20:27:51 +0000 (21:27 +0100)]
Merge pull request #14961 from owncloud/onlyrequireinfo

Only hard depend on the info.xml and not the app.php

9 years agoMerge pull request #14954 from owncloud/cache-image-path
Robin McCorkell [Tue, 17 Mar 2015 19:36:23 +0000 (19:36 +0000)]
Merge pull request #14954 from owncloud/cache-image-path

Cache \OC\URLGenerator::imagePath

9 years agoAdd debug mode back to mailer
Lukas Reschke [Tue, 17 Mar 2015 18:41:13 +0000 (19:41 +0100)]
Add debug mode back to mailer

This re-adds the debug mode for the mailer which will log the whole SMTP traffic within the log file if enabled.

9 years agoslight positioning fixes in user mgmt controls bar
Jan-Christoph Borchardt [Tue, 17 Mar 2015 18:02:55 +0000 (19:02 +0100)]
slight positioning fixes in user mgmt controls bar

9 years agoimprove style of 'Add group' input and button
Jan-Christoph Borchardt [Tue, 17 Mar 2015 17:59:39 +0000 (18:59 +0100)]
improve style of 'Add group' input and button

9 years agoadd more whitespace to share link options in dropdown for better clickability and...
Jan-Christoph Borchardt [Tue, 17 Mar 2015 17:19:45 +0000 (18:19 +0100)]
add more whitespace to share link options in dropdown for better clickability and look

9 years agofix checkbox alignment in share dialog, fix #11515
Jan-Christoph Borchardt [Tue, 17 Mar 2015 17:18:07 +0000 (18:18 +0100)]
fix checkbox alignment in share dialog, fix #11515

9 years agoAdd positive test for path verification
Vincent Petry [Tue, 17 Mar 2015 17:16:28 +0000 (18:16 +0100)]
Add positive test for path verification

9 years agoMerge pull request #14962 from owncloud/safer-deletion
Morris Jobke [Tue, 17 Mar 2015 15:54:57 +0000 (16:54 +0100)]
Merge pull request #14962 from owncloud/safer-deletion

Add whitespace to right of list to prevent accidental deletion when scrolling

9 years agoadd whitespace to prevent file deletion when wanting to scroll
Jan-Christoph Borchardt [Tue, 17 Mar 2015 14:29:36 +0000 (15:29 +0100)]
add whitespace to prevent file deletion when wanting to scroll

9 years agoonly hard depend on the info.xml and not the app.php
Bernhard Posselt [Tue, 17 Mar 2015 14:33:55 +0000 (15:33 +0100)]
only hard depend on the info.xml and not the app.php

fix comment

9 years agoMerge pull request #14957 from owncloud/remove-unused-section
Lukas Reschke [Tue, 17 Mar 2015 13:08:07 +0000 (14:08 +0100)]
Merge pull request #14957 from owncloud/remove-unused-section

Remove unused section

9 years agoMerge pull request #14948 from owncloud/prefix-memcache
Thomas Müller [Tue, 17 Mar 2015 12:39:22 +0000 (13:39 +0100)]
Merge pull request #14948 from owncloud/prefix-memcache

Add version and path to cache prefix

9 years agoRemove unused section
Lukas Reschke [Tue, 17 Mar 2015 12:29:51 +0000 (13:29 +0100)]
Remove unused section

This section is now unused as the security configuration has to happen on the webserver layer since https://github.com/owncloud/core/pull/14651

9 years agoReuse cache result
Lukas Reschke [Tue, 17 Mar 2015 12:15:52 +0000 (13:15 +0100)]
Reuse cache result

9 years agoMerge pull request #14952 from owncloud/issue/14881-files-app-follow-up
Thomas Müller [Tue, 17 Mar 2015 11:59:10 +0000 (12:59 +0100)]
Merge pull request #14952 from owncloud/issue/14881-files-app-follow-up

Use a closure for the files app entry and deprecate old methods

9 years agoRead theme only if required
Lukas Reschke [Tue, 17 Mar 2015 11:47:46 +0000 (12:47 +0100)]
Read theme only if required

9 years agoAdd version and path to cache prefix
Lukas Reschke [Tue, 17 Mar 2015 10:56:00 +0000 (11:56 +0100)]
Add version and path to cache prefix

Prevents to have the cache reused by other instances on the server which have possible the same instance ID and also invalidates older cache entries after an upgrade which can cause unwanted side-effects.

Impact for deployment: The same cache will only get used if ownCloud is installed with the same version and under the same path. But this should be a basic requirement anyways.

9 years agoCache \OC\URLGenerator::imagePath
Lukas Reschke [Tue, 17 Mar 2015 11:35:47 +0000 (12:35 +0100)]
Cache \OC\URLGenerator::imagePath

\OC\URLGenerator::imagePath is a really expensive operation due to all the I/O handling and can really benefit from caching.

9 years agoUse a closure for the files app entry and deprecate old methods
Joas Schilling [Tue, 17 Mar 2015 11:14:34 +0000 (12:14 +0100)]
Use a closure for the files app entry and deprecate old methods

9 years agoMerge pull request #14944 from owncloud/fix-php-doc-and-co
Thomas Müller [Tue, 17 Mar 2015 10:34:07 +0000 (11:34 +0100)]
Merge pull request #14944 from owncloud/fix-php-doc-and-co

Fix PHPDoc and Co.

9 years agoMerge pull request #14927 from oparoz/raw-mimetypes
Thomas Müller [Tue, 17 Mar 2015 10:32:09 +0000 (11:32 +0100)]
Merge pull request #14927 from oparoz/raw-mimetypes

Introducing the Raw media types

9 years agoMerge pull request #14931 from owncloud/issue/14881-closures-for-navigation-entries
Lukas Reschke [Tue, 17 Mar 2015 10:28:27 +0000 (11:28 +0100)]
Merge pull request #14931 from owncloud/issue/14881-closures-for-navigation-entries

Issue/14881 closures for navigation entries

9 years agoMerge pull request #12085 from owncloud/add-swift-mailer
Lukas Reschke [Tue, 17 Mar 2015 10:15:39 +0000 (11:15 +0100)]
Merge pull request #12085 from owncloud/add-swift-mailer

Migrate OC_Mail to SwiftMailer

9 years agoFix PHPDoc and Co.
Lukas Reschke [Tue, 17 Mar 2015 09:37:09 +0000 (10:37 +0100)]
Fix PHPDoc and Co.

Ref https://github.com/owncloud/core/pull/14929#discussion_r26501240

9 years agoMerge pull request #14929 from owncloud/s2s-scanner-warnings
Vincent Petry [Tue, 17 Mar 2015 08:51:45 +0000 (09:51 +0100)]
Merge pull request #14929 from owncloud/s2s-scanner-warnings

Fix scanFile signature warnings

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 17 Mar 2015 05:55:43 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #14936 from owncloud/fix-setup-config
Morris Jobke [Mon, 16 Mar 2015 17:47:42 +0000 (18:47 +0100)]
Merge pull request #14936 from owncloud/fix-setup-config

Fix setup config namespace

9 years agoFix setup config
Vincent Petry [Mon, 16 Mar 2015 16:57:34 +0000 (17:57 +0100)]
Fix setup config

9 years agoMerge pull request #14923 from owncloud/fix-preference-key-definition
Vincent Petry [Mon, 16 Mar 2015 16:14:09 +0000 (17:14 +0100)]
Merge pull request #14923 from owncloud/fix-preference-key-definition

Fix user preference key definition for insertIfNotExists()

9 years agoMerge pull request #13733 from mmattel/Try_to_write_logtimezone_during_installation
Thomas Müller [Mon, 16 Mar 2015 16:04:06 +0000 (17:04 +0100)]
Merge pull request #13733 from mmattel/Try_to_write_logtimezone_during_installation

Write the parameter 'logtimezone' into config.php during setup

9 years agoMerge pull request #14877 from owncloud/smb-constructor-noconnect
Vincent Petry [Mon, 16 Mar 2015 16:01:49 +0000 (17:01 +0100)]
Merge pull request #14877 from owncloud/smb-constructor-noconnect

Wait with getting the timezone from the smb server until we need it

9 years agoAdd tests for the navigation manager (closure) behaviour
Joas Schilling [Mon, 16 Mar 2015 15:46:17 +0000 (16:46 +0100)]
Add tests for the navigation manager (closure) behaviour

9 years agoFix scanFile signature warnings
Vincent Petry [Mon, 16 Mar 2015 15:45:11 +0000 (16:45 +0100)]
Fix scanFile signature warnings

9 years agoIntroducing the Raw mimetypes
Olivier Paroz [Mon, 16 Mar 2015 15:25:04 +0000 (16:25 +0100)]
Introducing the Raw mimetypes

9 years agoAllow registering closures for navigation entries
Joas Schilling [Mon, 16 Mar 2015 15:17:43 +0000 (16:17 +0100)]
Allow registering closures for navigation entries

This speeds up all pages that don't use the navigation by 0.04sec per app,
because we don't need to create the routing anymore, unless we really need to.

9 years agoAlso add a note that clob does not work in the compare array
Joas Schilling [Mon, 16 Mar 2015 14:41:00 +0000 (15:41 +0100)]
Also add a note that clob does not work in the compare array

9 years agoThe key is over configkey, user and app, not the value
Joas Schilling [Mon, 16 Mar 2015 14:37:12 +0000 (15:37 +0100)]
The key is over configkey, user and app, not the value

stupid me :(

9 years agoDon't fallback to Plaintext per default for legacy class
Lukas Reschke [Mon, 16 Mar 2015 13:10:03 +0000 (14:10 +0100)]
Don't fallback to Plaintext per default for legacy class

9 years agoAdd debug log message back
Lukas Reschke [Mon, 16 Mar 2015 12:01:17 +0000 (13:01 +0100)]
Add debug log message back

9 years agoShow more detailed error message
Lukas Reschke [Thu, 19 Feb 2015 20:55:02 +0000 (21:55 +0100)]
Show more detailed error message

9 years agoAdjust unit test
Lukas Reschke [Thu, 19 Feb 2015 18:40:05 +0000 (19:40 +0100)]
Adjust unit test

9 years agoIncorporate review changes
Lukas Reschke [Thu, 19 Feb 2015 17:55:27 +0000 (18:55 +0100)]
Incorporate review changes

9 years agoUse new IMailer and add unit-tests for lostcontroller
Lukas Reschke [Thu, 12 Feb 2015 15:03:51 +0000 (16:03 +0100)]
Use new IMailer and add unit-tests for lostcontroller

9 years agoMigrate to SwiftMail
Lukas Reschke [Thu, 12 Feb 2015 12:53:27 +0000 (13:53 +0100)]
Migrate to SwiftMail

Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly.

Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014

Conflicts:
3rdparty
lib/private/server.php
lib/public/iservercontainer.php
tests/lib/mail.php
tests/settings/controller/mailsettingscontrollertest.php

Conflicts:
3rdparty
lib/private/mail.php
lib/private/server.php
lib/public/iservercontainer.php
settings/ajax/lostpassword.php
settings/application.php

9 years agoMerge pull request #14883 from owncloud/imagepng_expects_resource_issue
Thomas Müller [Mon, 16 Mar 2015 11:22:27 +0000 (12:22 +0100)]
Merge pull request #14883 from owncloud/imagepng_expects_resource_issue

validate resource's integrity before using it

9 years agovalidate resource's integrity before using it
Georg Ehrke [Fri, 13 Mar 2015 16:23:02 +0000 (17:23 +0100)]
validate resource's integrity before using it

9 years agoMerge pull request #14766 from owncloud/fix-insertifnotexists-poc
Morris Jobke [Mon, 16 Mar 2015 09:31:36 +0000 (10:31 +0100)]
Merge pull request #14766 from owncloud/fix-insertifnotexists-poc

Allow specifying the compare-array for insertIfNotExists()

9 years agoMerge pull request #14133 from rullzer/fix_10600
Thomas Müller [Mon, 16 Mar 2015 09:05:57 +0000 (10:05 +0100)]
Merge pull request #14133 from rullzer/fix_10600

Always display max upload size in admin panel

9 years agoMerge pull request #14644 from owncloud/trash-expire-command
Thomas Müller [Mon, 16 Mar 2015 09:04:05 +0000 (10:04 +0100)]
Merge pull request #14644 from owncloud/trash-expire-command

Expire files from the trash in the background

9 years agoMerge pull request #14776 from owncloud/fix-14629-master
Thomas Müller [Mon, 16 Mar 2015 08:58:41 +0000 (09:58 +0100)]
Merge pull request #14776 from owncloud/fix-14629-master

verify the file name length not to exceed 255 characters + verify path d...

9 years agoMerge pull request #14848 from owncloud/kill-curl-fallback-master
Thomas Müller [Mon, 16 Mar 2015 08:56:31 +0000 (09:56 +0100)]
Merge pull request #14848 from owncloud/kill-curl-fallback-master

drop any fallback code related to curl

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 16 Mar 2015 05:55:15 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #14899 from owncloud/setupwarning-text
Morris Jobke [Sun, 15 Mar 2015 19:20:32 +0000 (20:20 +0100)]
Merge pull request #14899 from owncloud/setupwarning-text

Put notice about checking logs in setup warning

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 15 Mar 2015 05:54:38 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years agoPut notice about checking logs in setup warning
Robin McCorkell [Sun, 15 Mar 2015 01:22:03 +0000 (01:22 +0000)]
Put notice about checking logs in setup warning

9 years agoMerge pull request #14872 from owncloud/issue/14870-avatar-user-non-object
Joas Schilling [Sat, 14 Mar 2015 10:43:18 +0000 (11:43 +0100)]
Merge pull request #14872 from owncloud/issue/14870-avatar-user-non-object

Fix getting the avatar of a non-existing user

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 14 Mar 2015 05:54:45 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #14871 from owncloud/use-proper-error-type
Thomas Müller [Fri, 13 Mar 2015 22:30:49 +0000 (23:30 +0100)]
Merge pull request #14871 from owncloud/use-proper-error-type

Use proper error type and clean-up code

9 years agoMerge pull request #14880 from owncloud/drop-example-backend
Thomas Müller [Fri, 13 Mar 2015 22:00:03 +0000 (23:00 +0100)]
Merge pull request #14880 from owncloud/drop-example-backend

Drop example user backend

9 years agoNo user no avatar easy as that
Joas Schilling [Fri, 13 Mar 2015 16:35:34 +0000 (17:35 +0100)]
No user no avatar easy as that

9 years agoRemove outdated comment
Lukas Reschke [Fri, 13 Mar 2015 15:19:52 +0000 (16:19 +0100)]
Remove outdated comment

9 years agoDrop example user backend
Lukas Reschke [Fri, 13 Mar 2015 15:12:32 +0000 (16:12 +0100)]
Drop example user backend

We already provide an interface for application developers, this file is outdated and thus should get removed.

Addresses No. 3 from https://github.com/owncloud/core/issues/14847

9 years agoMerge pull request #14867 from owncloud/drop-OC_User_HTTP
Morris Jobke [Fri, 13 Mar 2015 14:53:22 +0000 (15:53 +0100)]
Merge pull request #14867 from owncloud/drop-OC_User_HTTP

Remove OC_User_HTTP

9 years agoColor avatars of non-existing users gray and display X instead
Joas Schilling [Fri, 13 Mar 2015 12:30:26 +0000 (13:30 +0100)]
Color avatars of non-existing users gray and display X instead

9 years agoFix order of expected and actual on assertEquals() calls
Joas Schilling [Fri, 13 Mar 2015 14:14:01 +0000 (15:14 +0100)]
Fix order of expected and actual on assertEquals() calls

9 years agoFix getting the avatar of a non-existing user
Joas Schilling [Fri, 13 Mar 2015 12:12:14 +0000 (13:12 +0100)]
Fix getting the avatar of a non-existing user

9 years agoWait with getting the timezone from the smb server until we need it
Robin Appelman [Fri, 13 Mar 2015 13:35:37 +0000 (14:35 +0100)]
Wait with getting the timezone from the smb server until we need it

9 years agoMerge pull request #14874 from owncloud/correct-typehint
Lukas Reschke [Fri, 13 Mar 2015 13:36:00 +0000 (14:36 +0100)]
Merge pull request #14874 from owncloud/correct-typehint

Can also be null

9 years agoCan also be null
Lukas Reschke [Fri, 13 Mar 2015 12:19:29 +0000 (13:19 +0100)]
Can also be null

If the user does not exist this returns null and can lead to nasty bugs since the IDE is not indicating this...