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

Some more links, structure adjustment and CoC #2

Merged
merged 2 commits into from
Jun 3, 2016
Merged

Some more links, structure adjustment and CoC #2

merged 2 commits into from
Jun 3, 2016

Conversation

cerebrux
Copy link
Member

@cerebrux cerebrux commented Jun 3, 2016

Separated the places that someone would like to get involved, added link to the contribute page and also some info for the Code Of Conduct

Separated the places that someone would like to get involved, added link to the contribute page and also some info for the Code Of Conduct
- on our IRC channels #nextcloud & #nextcloud-dev irc://#nextcloud-dev@freenode.net (on freenode) and
- our forum at https://help.nextcloud.com

Please read the [Code of Condact](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo, should be "Code of Conduct".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

@jyaworski
Copy link
Member

@cerebrux can you squash into one commit?

@jancborchardt
Copy link
Member

Awesome @cerebrux, great on adding the link to the Code of Conduct! 👍

(Sure, next time squashing into one commit would be good but for now it’s fine. :) @jyaworski thanks for the quick answer! :)

@jancborchardt jancborchardt merged commit 73b5b76 into nextcloud:master Jun 3, 2016
@LukasReschke
Copy link
Member

That's awesome! Great work. And nice to have you all in the community @cerebrux @vincchan @jyaworski @jancborchardt ! 🚀 ❤️ 🎉

@MorrisJobke MorrisJobke modified the milestone: Nextcloud 10 Jun 14, 2016
MorrisJobke added a commit that referenced this pull request Sep 28, 2016
…3129a4c750f5bab40a26e

[stable10] Fix mimetype detection inside hidden folders (#26138) (#2
rullzer added a commit that referenced this pull request Oct 10, 2016
Improve user list rendering perf by not resorting after every add (#2
rullzer added a commit that referenced this pull request Oct 11, 2016
[stable9] Improve user list rendering perf by not resorting after every add (#2
rullzer added a commit that referenced this pull request Oct 11, 2016
[stable10] Improve user list rendering perf by not resorting after every add (#2
@g4jsg g4jsg mentioned this pull request Feb 22, 2017
summersab pushed a commit to summersab/server that referenced this pull request Jun 25, 2023
This can happen when the auth.storeCryptedPassword config is used,
which previously errored with:
Hasher::verify(): Argument nextcloud#2 ($hash) must be of type string, null given

Signed-off-by: Joas Schilling <coding@schilljs.com>
summersab pushed a commit to summersab/server that referenced this pull request Jun 26, 2023
This can happen when the auth.storeCryptedPassword config is used,
which previously errored with:
Hasher::verify(): Argument nextcloud#2 ($hash) must be of type string, null given

Signed-off-by: Joas Schilling <coding@schilljs.com>
summersab pushed a commit to summersab/server that referenced this pull request Jun 26, 2023
This can happen when the auth.storeCryptedPassword config is used,
which previously errored with:
Hasher::verify(): Argument nextcloud#2 ($hash) must be of type string, null given

Signed-off-by: Joas Schilling <coding@schilljs.com>
summersab pushed a commit to summersab/server that referenced this pull request Jun 26, 2023
This can happen when the auth.storeCryptedPassword config is used,
which previously errored with:
Hasher::verify(): Argument nextcloud#2 ($hash) must be of type string, null given

Signed-off-by: Joas Schilling <coding@schilljs.com>
summersab pushed a commit to summersab/server that referenced this pull request Jun 26, 2023
This can happen when the auth.storeCryptedPassword config is used,
which previously errored with:
Hasher::verify(): Argument nextcloud#2 ($hash) must be of type string, null given

Signed-off-by: Joas Schilling <coding@schilljs.com>
summersab pushed a commit to summersab/server that referenced this pull request Jun 26, 2023
This can happen when the auth.storeCryptedPassword config is used,
which previously errored with:
Hasher::verify(): Argument nextcloud#2 ($hash) must be of type string, null given

Signed-off-by: Joas Schilling <coding@schilljs.com>
alpapan added a commit to alpapan/nextcloud-server that referenced this pull request 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>
AndyScherzinger added a commit that referenced this pull request May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants