mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
93a6ed3dab8d54fa2c735381298bec2bbcdfde41
instanceid is generated by uniqid() and then used as the session_name. Because session_name requires at least one letter and uniqid() does not guarantee to provide that, in the case that uniqid() generates a string of only digits, the user will be stuck in an infinite login loop because every request will generate a new PHP session.
ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server. http://ownCloud.org Installation instructions: http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html Contribution Guidelines: http://owncloud.org/dev/contribute/ Source code: https://github.com/owncloud Mailing list: https://mail.kde.org/mailman/listinfo/owncloud IRC channel: https://webchat.freenode.net/?channels=owncloud Diaspora: https://joindiaspora.com/u/owncloud Identi.ca: https://identi.ca/owncloud Important notice on translations: Please submit translations via Transifex: https://www.transifex.com/projects/p/owncloud/ For more detailed information about translations: http://owncloud.org/dev/translation/
Description
Languages
PHP
54.7%
JavaScript
36.9%
Vue
3.5%
TypeScript
3%
Gherkin
1.2%
Other
0.6%