Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File requests / Files Drop for the community #4

Closed
maprambo opened this issue Jun 4, 2016 · 6 comments · Fixed by #19
Closed

File requests / Files Drop for the community #4

maprambo opened this issue Jun 4, 2016 · 6 comments · Fixed by #19
Assignees
Labels
Milestone

Comments

@maprambo
Copy link

maprambo commented Jun 4, 2016

Firstly, I think you made the right decision. There are several things that could be improved from a user's perspective. I'd have never posted this at ownCloud, as there were many issues that were months or even years old and nobody cared about the community. Of course I'll split my suggestions to multiple issues.

Community edition users need Files Drop, too.
I've had several situations in which I asked friends to send me a photo or video (messengers often compress these) or some big files. Just making one folder and share a link with write permissions isn't the ideal situation because of privacy concerns.

@tobiasKaminsky
Copy link
Member

I do not understand the concept of files drop.
Do you want to have a public link where all users can put files in it, but do not see the previous content?

@maprambo
Copy link
Author

maprambo commented Jun 5, 2016

Yes. https://www.bitblokes.de/2015/05/file-drop-anonymes-hochladen-bei-owncloud-8-0-3/

@MariusBluem
Copy link
Member

MariusBluem commented Jun 5, 2016

Now I understand which function you mean 😅

To clarify what it is meant for:

It is the perfect replacement for attaching large files to email, maintaining an FTP server, and commercial file-sharing services.

https://doc.owncloud.org/server/8.0/admin_manual/enterprise_files_drop/files_drop.html

Keep in mind, that this can not simply be added into the community edition, because it is commercial licensed. We are not allowed to simply fork and use enterprise code 😜

cc @LukasReschke

@maprambo
Copy link
Author

maprambo commented Jun 5, 2016

Didn't think of that. Maybe in the future, when it will be recoded?

@MariusBluem
Copy link
Member

If somebody does the work ... Of course 😅

@LukasReschke
Copy link
Member

LukasReschke commented Jun 5, 2016

The feature will very likely be rewritten as open-source component as part of our promise to be a drop-in replacement. :)

@jancborchardt jancborchardt added this to the Nextcloud 9.0 milestone Jun 6, 2016
@schiessle schiessle added the 2. developing Work in progress label Jun 8, 2016
zenlord added a commit to zenlord/server that referenced this issue Sep 5, 2022
# This is the 1st commit message:

Patch from PR 24574 to view.js

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>

# This is the commit message nextcloud#2:

Patch from PR 24574 to lib/Connection.php

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>

# This is the commit message nextcloud#3:

Patch from PR 24574 to lib/Wizard.php

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>

# This is the commit message nextcloud#4:

Patch from PR 24574 to lib/LDAP.php (manually)

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>

# This is the commit message nextcloud#5:

Added a function usesLdapi() in Configuration.php and referenced that function throughout the PR

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>

# This is the commit message nextcloud#6:

Removed the questions I added in comments - https://github.com/nextcloud/server/pull/24574/files#r825732903

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>

# This is the commit message nextcloud#7:

Changed the test as requested - https://github.com/nextcloud/server/pull/24574/files#r825726282

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>

# This is the commit message nextcloud#8:

Changing return type from bool to int

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>

# This is the commit message nextcloud#9:

Changing return type of usesLdapi() to bool and adapting references

Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>
alpapan added a commit to alpapan/nextcloud-server that referenced this issue Feb 7, 2024
fixes this error caused when system has usernames that are purely numeric.

An unhandled exception has been thrown:
Error: Object of class OCA\User_LDAP\User\User could not be converted to string in /var/www/nextcloud/apps/user_ldap/lib/User_LDAP.php:312
Stack trace:
#0 [internal function]: OCA\User_LDAP\User_LDAP->userExistsOnLDAP()
nextcloud#1 /var/www/nextcloud/apps/user_ldap/lib/User_Proxy.php(126): call_user_func_array()
nextcloud#2 /var/www/nextcloud/apps/user_ldap/lib/Proxy.php(140): OCA\User_LDAP\User_Proxy->walkBackends()
nextcloud#3 /var/www/nextcloud/apps/user_ldap/lib/User_Proxy.php(262): OCA\User_LDAP\Proxy->handleRequest()
nextcloud#4 /var/www/nextcloud/apps/user_ldap/lib/User_Proxy.php(239): OCA\User_LDAP\User_Proxy->userExistsOnLDAP()
nextcloud#5 /var/www/nextcloud/lib/private/User/Manager.php(168): OCA\User_LDAP\User_Proxy->userExists()
nextcloud#6 /var/www/nextcloud/apps/files_fulltextsearch/lib/Service/FilesService.php(399): OC\User\Manager->get()
nextcloud#7 /var/www/nextcloud/apps/files_fulltextsearch/lib/Service/FilesService.php(226): OCA\Files_FullTextSearch\Service\FilesService->initFileSystems()
nextcloud#8 /var/www/nextcloud/apps/files_fulltextsearch/lib/Provider/FilesProvider.php(246): OCA\Files_FullTextSearch\Service\FilesService->getChunksFromUser()
nextcloud#9 /var/www/nextcloud/apps/fulltextsearch/lib/Service/IndexService.php(174): OCA\Files_FullTextSearch\Provider\FilesProvider->generateChunks()
nextcloud#10 /var/www/nextcloud/apps/fulltextsearch/lib/Command/Index.php(403): OCA\FullTextSearch\Service\IndexService->indexProviderContentFromUser()
nextcloud#11 /var/www/nextcloud/apps/fulltextsearch/lib/Command/Index.php(280): OCA\FullTextSearch\Command\Index->indexProvider()
nextcloud#12 /var/www/nextcloud/3rdparty/symfony/console/Command/Command.php(298): OCA\FullTextSearch\Command\Index->execute()
nextcloud#13 /var/www/nextcloud/core/Command/Base.php(177): Symfony\Component\Console\Command\Command->run()
nextcloud#14 /var/www/nextcloud/3rdparty/symfony/console/Application.php(1040): OC\Core\Command\Base->run()
nextcloud#15 /var/www/nextcloud/3rdparty/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
nextcloud#16 /var/www/nextcloud/3rdparty/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
nextcloud#17 /var/www/nextcloud/lib/private/Console/Application.php(206): Symfony\Component\Console\Application->run()
nextcloud#18 /var/www/nextcloud/console.php(100): OC\Console\Application->run()
nextcloud#19 /var/www/nextcloud/occ(11): require_once('...')
nextcloud#20 {main}roopico /var/www/nextcloud/apps/user_ldap/lib/User/OfflineUser.phparch:index


Signed-off-by: Alexie Papanicolaou <alpapan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants