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

New password hash #1

Merged
merged 16 commits into from
Nov 11, 2017
Merged

New password hash #1

merged 16 commits into from
Nov 11, 2017

Conversation

hnxfirefly
Copy link
Owner

No description provided.

andygrunwald and others added 16 commits May 20, 2017 18:42
* master:
  Remove hardcoded set date_default_timezone_set to Europe/Berlin
* master:
  Raised docker-compose version to 3
  Set error_reporting to E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_STRICT
  Readme: Set correct links to it
  Nginx: Deny all hidden files that starts with a '.'
  First docker environment is ready and runnable
  Remove the set of "error_reporting"
  Removed mysql_ functionality in favor of mysqli
  Fixed constructor names for PHP7 while calling installation
Run PHP syntax and code style checks on Travis CI for PHP versions 5.6, 7.0, 7.1 and nightly.
All checks are currently non-fatal and don't fail on errors.
This should be changed when the codebase improves.
PHP Parse error:  syntax error, unexpected '?' in ./modules/tournament2/team_details.php on line 56
Add initial Travis CI configuration
Fix syntax error in modules/tournament2/team_details.php
Introduced composer and load Smarty from it
This change modifies the database and requires a database upgrade
from within the lansuite admin area.

After the database upgrade, the old MD5 user passwords will be
automatically converted to PBKDF2-SHA1 on the next user login.
Clan and team passwords will only be upgraded, when new passwords
are set.

PBKDF2-SHA1 was choosen for compatibility with the ejabberd XMPP
server password storage.
@hnxfirefly hnxfirefly merged commit a86b4c6 into master Nov 11, 2017
andygrunwald pushed a commit that referenced this pull request May 26, 2018
add check to $teams if instance of mysqli_result to fix #0 db->num_rows() called at [/var/www/lansuite/modules/tournament2/plugins/home.php:51] #1 include(/var/www/lansuite/modules/tournament2/plugins/home.php) called at [/var/www/lansuite/modules/home/show.php:33] #2 include_once(/var/www/lansuite/modules/home/show.php) called at [/var/www/lansuite/index_module.inc.php:98] #3 include_once(/var/www/lansuite/index_module.inc.php) called at [/var/www/lansuite/index.php:415]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants